DAC_InitChannel_TypeDef Struct Reference
[DAC]

#include <em_dac.h>

Collaboration diagram for DAC_InitChannel_TypeDef:
Collaboration graph
[legend]

Data Fields

bool enable
bool prsEnable
bool refreshEnable
DAC_PRSSEL_TypeDef prsSel

Detailed Description

DAC channel init structure.

Definition at line 198 of file em_dac.h.


Field Documentation

Enable channel.

Definition at line 201 of file em_dac.h.

Referenced by DAC_InitChannel().

Peripheral reflex system trigger enable. If false, channel is triggered by writing to CHnDATA.

Definition at line 207 of file em_dac.h.

Referenced by DAC_InitChannel().

Peripheral reflex system trigger selection. Only applicable if prsEnable is enabled.

Definition at line 219 of file em_dac.h.

Referenced by DAC_InitChannel().

Enable/disable automatic refresh of channel. Refresh interval must be defined in common control init, please see DAC_Init().

Definition at line 213 of file em_dac.h.

Referenced by DAC_InitChannel().


The documentation for this struct was generated from the following file: