IDAC initialization structure, common for both channels.
Public Attributes#
bool
Enable IDAC.
Output mode.
bool
Enables Peripheral reflex system (PRS) to control IDAC output.
bool
Enables Peripheral reflex system (PRS) to control IDAC OUTPAD output.
Peripheral reflex system channel selection.
bool
Enable/disable current sink mode.
Public Attribute Documentation#
prsEnable#
bool IDAC_Init_TypeDef::prsEnable
Enables Peripheral reflex system (PRS) to control IDAC output.
If false, IDAC output is controlled by writing to IDAC_OUTEN in IDAC_CTRL or by calling IDAC_OutEnable().
prsEnableMain#
bool IDAC_Init_TypeDef::prsEnableMain
Enables Peripheral reflex system (PRS) to control IDAC OUTPAD output.
If false, IDAC output is controlled by writing to IDAC_MAINOUTEN in IDAC_CTRL or by calling IDAC_OutpadEnable().
prsSel#
IDAC_PRSSEL_TypeDef IDAC_Init_TypeDef::prsSel
Peripheral reflex system channel selection.
Only applicable if prsEnable
is enabled.