VDAC initialization structure, common for both channels.
Public Attributes#
Selects between main and alternate output path calibration values.
Selects clock from asynchronous or synchronous (with respect to peripheral clock) source.
Warm-up mode, keep VDAC on (in idle) - or shutdown between conversions.
Channel refresh period.
Prescaler for VDAC clock.
Reference voltage to use.
Enable/disable reset of prescaler on CH 0 start.
Enable/disable output enable control by CH1 PRS signal.
Enable/disable sine mode.
Select if single ended or differential output mode.
Public Attribute Documentation#
mainCalibration#
bool VDAC_Init_TypeDef::mainCalibration
Selects between main and alternate output path calibration values.
asyncClockMode#
bool VDAC_Init_TypeDef::asyncClockMode
Selects clock from asynchronous or synchronous (with respect to peripheral clock) source.
warmupKeepOn#
bool VDAC_Init_TypeDef::warmupKeepOn
Warm-up mode, keep VDAC on (in idle) - or shutdown between conversions.
prescaler#
uint32_t VDAC_Init_TypeDef::prescaler
Prescaler for VDAC clock.
Clock is source clock divided by prescaler+1.
outEnablePRS#
bool VDAC_Init_TypeDef::outEnablePRS
Enable/disable output enable control by CH1 PRS signal.