VDAC_InitChannel_TypeDef Struct ReferenceEMLIB > VDAC

VDAC channel init structure.

Definition at line 210 of file em_vdac.h.

#include <em_vdac.h>

Data Fields

bool enable
 
bool prsAsync
 
VDAC_PrsSel_TypeDef prsSel
 
bool sampleOffMode
 
VDAC_TrigMode_TypeDef trigMode
 

Field Documentation

bool VDAC_InitChannel_TypeDef::enable

Enable channel.

Definition at line 212 of file em_vdac.h.

Referenced by VDAC_InitChannel().

bool VDAC_InitChannel_TypeDef::prsAsync

Treat the PRS signal asynchronously.

Definition at line 220 of file em_vdac.h.

Referenced by VDAC_InitChannel().

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 em_vdac.h.

Referenced by VDAC_InitChannel().

bool VDAC_InitChannel_TypeDef::sampleOffMode

Set channel conversion mode to sample/shut-off mode. Default is continous.

Definition at line 227 of file em_vdac.h.

Referenced by VDAC_InitChannel().

VDAC_TrigMode_TypeDef VDAC_InitChannel_TypeDef::trigMode

Channel conversion trigger mode.

Definition at line 223 of file em_vdac.h.

Referenced by VDAC_InitChannel().


The documentation for this struct was generated from the following file:
  • C:/repos/embsw_super_h1/platform/emlib/inc/em_vdac.h