VDAC initialization structure, common for both channels.
Public Attributes#
Number of prescaled CLK_DAC + 1 for the vdac to warmup.
Halt during debug.
Always allow clk_dac.
DMA Wakeup.
Bias keep warm enable.
Channel refresh period.
Internal timer overflow period.
Prescaler for VDAC clock.
Reference voltage to use.
Enable/disable reset of prescaler on CH 0 start.
Sine reset mode.
Enable/disable sine mode.
Select if single ended or differential output mode.
Public Attribute Documentation#
warmupTime#
uint32_t VDAC_Init_TypeDef::warmupTime
Number of prescaled CLK_DAC + 1 for the vdac to warmup.
318
of file platform/emlib/inc/em_vdac.h
dbgHalt#
bool VDAC_Init_TypeDef::dbgHalt
Halt during debug.
321
of file platform/emlib/inc/em_vdac.h
onDemandClk#
bool VDAC_Init_TypeDef::onDemandClk
Always allow clk_dac.
324
of file platform/emlib/inc/em_vdac.h
dmaWakeUp#
bool VDAC_Init_TypeDef::dmaWakeUp
DMA Wakeup.
327
of file platform/emlib/inc/em_vdac.h
biasKeepWarm#
bool VDAC_Init_TypeDef::biasKeepWarm
Bias keep warm enable.
330
of file platform/emlib/inc/em_vdac.h
refresh#
VDAC_Refresh_TypeDef VDAC_Init_TypeDef::refresh
Channel refresh period.
333
of file platform/emlib/inc/em_vdac.h
timerOverflow#
VDAC_TimerOverflow_TypeDef VDAC_Init_TypeDef::timerOverflow
Internal timer overflow period.
336
of file platform/emlib/inc/em_vdac.h
prescaler#
uint32_t VDAC_Init_TypeDef::prescaler
Prescaler for VDAC clock.
Clock is source clock divided by prescaler+1.
339
of file platform/emlib/inc/em_vdac.h
reference#
VDAC_Ref_TypeDef VDAC_Init_TypeDef::reference
Reference voltage to use.
342
of file platform/emlib/inc/em_vdac.h
ch0ResetPre#
bool VDAC_Init_TypeDef::ch0ResetPre
Enable/disable reset of prescaler on CH 0 start.
345
of file platform/emlib/inc/em_vdac.h
sineReset#
bool VDAC_Init_TypeDef::sineReset
Sine reset mode.
348
of file platform/emlib/inc/em_vdac.h
sineEnable#
bool VDAC_Init_TypeDef::sineEnable
Enable/disable sine mode.
351
of file platform/emlib/inc/em_vdac.h
diff#
bool VDAC_Init_TypeDef::diff
Select if single ended or differential output mode.
354
of file platform/emlib/inc/em_vdac.h