DAC channel initialization structure.
Public Attributes#
bool
Enable channel.
bool
Peripheral reflex system trigger enable.
bool
Enable/disable automatic refresh of channel.
Peripheral reflex system trigger selection.
Public Attribute Documentation#
prsEnable#
bool DAC_InitChannel_TypeDef::prsEnable
Peripheral reflex system trigger enable.
If false, channel is triggered by writing to CHnDATA.
refreshEnable#
bool DAC_InitChannel_TypeDef::refreshEnable
Enable/disable automatic refresh of channel.
Refresh interval must be defined in common control initialization, see DAC_Init() for more information.
prsSel#
DAC_PRSSEL_TypeDef DAC_InitChannel_TypeDef::prsSel
Peripheral reflex system trigger selection.
Only applicable if prsEnable
is enabled.