ACMP initialization structure.
Public Attributes#
Full-bias current.
Half-bias current.
Bias current.
Enable setting the interrupt flag on the falling edge.
Enable setting the interrupt flag on the rising edge.
Warmup time, which is measured in HFPERCLK / HFPERCCLK cycles and should be about 10 us in wall clock time.
Hysteresis level.
Inactive value emitted by ACMP during warmup.
Low power reference enabled.
VDD reference value.
If true, ACMP is enabled after configuration.
Public Attribute Documentation#
fullBias#
bool ACMP_Init_TypeDef::fullBias
Full-bias current.
See the ACMP chapter about bias and response time in the reference manual for details.
halfBias#
bool ACMP_Init_TypeDef::halfBias
Half-bias current.
See the ACMP chapter about bias and response time in the reference manual for details.
biasProg#
uint32_t ACMP_Init_TypeDef::biasProg
Bias current.
See the ACMP chapter about bias and response time in the reference manual for details. Valid values are in the range 0-7.
interruptOnFallingEdge#
bool ACMP_Init_TypeDef::interruptOnFallingEdge
Enable setting the interrupt flag on the falling edge.
interruptOnRisingEdge#
bool ACMP_Init_TypeDef::interruptOnRisingEdge
Enable setting the interrupt flag on the rising edge.
warmTime#
ACMP_WarmTime_TypeDef ACMP_Init_TypeDef::warmTime
Warmup time, which is measured in HFPERCLK / HFPERCCLK cycles and should be about 10 us in wall clock time.
lowPowerReferenceEnabled#
bool ACMP_Init_TypeDef::lowPowerReferenceEnabled
Low power reference enabled.
This setting, if enabled, reduces the power used by the VDD and bandgap references.
vddLevel#
uint32_t ACMP_Init_TypeDef::vddLevel
VDD reference value.
VDD_SCALED = VDD * VDDLEVEL * 50 mV/3.8 V. Valid values are in the 0-63 range.