VDAC channel initialization structure.
Public Attributes#
bool
Enable channel.
Peripheral reflex system trigger selection.
bool
Treat the PRS signal asynchronously.
Channel conversion trigger mode.
bool
Set channel conversion mode to sample/shut-off mode.
Public Attribute Documentation#
prsSel#
VDAC_PrsSel_TypeDef VDAC_InitChannel_TypeDef::prsSel
Peripheral reflex system trigger selection.
Only applicable if trigMode
is set to vdacTrigModePrs
or vdacTrigModeSwPrs
.
sampleOffMode#
bool VDAC_InitChannel_TypeDef::sampleOffMode
Set channel conversion mode to sample/shut-off mode.
Default is continuous.