VDAC_InitChannel_TypeDef Struct Reference

VDAC channel initialization structure.

#include <em_vdac.h>

Data Fields

bool enable
Enable channel.
VDAC_PrsSel_TypeDef prsSel
Peripheral reflex system trigger selection.
bool prsAsync
Treat the PRS signal asynchronously.
VDAC_TrigMode_TypeDef trigMode
Channel conversion trigger mode.
bool sampleOffMode
Set channel conversion mode to sample/shut-off mode.

VDAC channel initialization structure.

Field 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.