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#

enable#

bool VDAC_InitChannel_TypeDef::enable

Enable channel.


prsSel#

VDAC_PrsSel_TypeDef VDAC_InitChannel_TypeDef::prsSel

Peripheral reflex system trigger selection.

Only applicable if trigMode is set to vdacTrigModePrs or vdacTrigModeSwPrs.


prsAsync#

bool VDAC_InitChannel_TypeDef::prsAsync

Treat the PRS signal asynchronously.


trigMode#

VDAC_TrigMode_TypeDef VDAC_InitChannel_TypeDef::trigMode

Channel conversion trigger mode.


sampleOffMode#

bool VDAC_InitChannel_TypeDef::sampleOffMode

Set channel conversion mode to sample/shut-off mode.

Default is continuous.