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.


Definition at line 212 of file platform/emlib/inc/em_vdac.h

prsSel#

VDAC_PrsSel_TypeDef VDAC_InitChannel_TypeDef::prsSel

Peripheral reflex system trigger selection.

Only applicable if trigMode is set to vdacTrigModePrs or vdacTrigModeSwPrs.


Definition at line 217 of file platform/emlib/inc/em_vdac.h

prsAsync#

bool VDAC_InitChannel_TypeDef::prsAsync

Treat the PRS signal asynchronously.


Definition at line 220 of file platform/emlib/inc/em_vdac.h

trigMode#

VDAC_TrigMode_TypeDef VDAC_InitChannel_TypeDef::trigMode

Channel conversion trigger mode.


Definition at line 223 of file platform/emlib/inc/em_vdac.h

sampleOffMode#

bool VDAC_InitChannel_TypeDef::sampleOffMode

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

Default is continuous.


Definition at line 227 of file platform/emlib/inc/em_vdac.h