VDAC channel initialization structure.

Public Attributes#

bool

Enable channel.

bool

Warm-up mode, keep VDAC on (in idle) - or shutdown between conversions.

bool

Select high capacitance load mode in conjunction with high power.

uint32_t

Channel x FIFO Low threshold data valid level.

Channel conversion trigger mode.

bool

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

uint32_t

Vdac channel output pin.

Vdac channel output port.

bool

Short High power and low power output.

bool

Alternative output enable.

bool

Main output enable.

uint32_t

Channel output hold time.

Public Attribute Documentation#

enable#

bool VDAC_InitChannel_TypeDef::enable

Enable channel.


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

warmupKeepOn#

bool VDAC_InitChannel_TypeDef::warmupKeepOn

Warm-up mode, keep VDAC on (in idle) - or shutdown between conversions.


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

highCapLoadEnable#

bool VDAC_InitChannel_TypeDef::highCapLoadEnable

Select high capacitance load mode in conjunction with high power.


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

fifoLowDataThreshold#

uint32_t VDAC_InitChannel_TypeDef::fifoLowDataThreshold

Channel x FIFO Low threshold data valid level.


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

chRefreshSource#

VDAC_RefreshSource_TypeDef VDAC_InitChannel_TypeDef::chRefreshSource

Channel refresh source.


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

trigMode#

VDAC_TrigMode_TypeDef VDAC_InitChannel_TypeDef::trigMode

Channel conversion trigger mode.


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

powerMode#

VDAC_PowerMode_TypeDef VDAC_InitChannel_TypeDef::powerMode

Channel power mode.


Definition at line 467 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 471 of file platform/emlib/inc/em_vdac.h

pin#

uint32_t VDAC_InitChannel_TypeDef::pin

Vdac channel output pin.


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

port#

VDAC_ChPortSel_t VDAC_InitChannel_TypeDef::port

Vdac channel output port.


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

shortOutput#

bool VDAC_InitChannel_TypeDef::shortOutput

Short High power and low power output.


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

auxOutEnable#

bool VDAC_InitChannel_TypeDef::auxOutEnable

Alternative output enable.


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

mainOutEnable#

bool VDAC_InitChannel_TypeDef::mainOutEnable

Main output enable.


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

holdOutTime#

uint32_t VDAC_InitChannel_TypeDef::holdOutTime

Channel output hold time.


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