EFM32 Happy Gecko Software Documentation
efm32hg-doc-5.1.2
|
#include <em_acmp.h>
Data Fields | |
uint32_t | biasProg |
bool | enable |
bool | fullBias |
bool | halfBias |
ACMP_HysteresisLevel_TypeDef | hysteresisLevel |
bool | inactiveValue |
bool | interruptOnFallingEdge |
bool | interruptOnRisingEdge |
bool | lowPowerReferenceEnabled |
uint32_t | vddLevel |
ACMP_WarmTime_TypeDef | warmTime |
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.
Definition at line 663 of file em_acmp.h.
Referenced by ACMP_Init().
bool ACMP_Init_TypeDef::enable |
If true, ACMP is being enabled after configuration.
Definition at line 728 of file em_acmp.h.
Referenced by ACMP_Init().
bool ACMP_Init_TypeDef::fullBias |
Full bias current. See the ACMP chapter about bias and response time in the reference manual for details.
Definition at line 653 of file em_acmp.h.
Referenced by ACMP_Init().
bool ACMP_Init_TypeDef::halfBias |
Half bias current. See the ACMP chapter about bias and response time in the reference manual for details.
Definition at line 658 of file em_acmp.h.
Referenced by ACMP_Init().
ACMP_HysteresisLevel_TypeDef ACMP_Init_TypeDef::hysteresisLevel |
bool ACMP_Init_TypeDef::inactiveValue |
Inactive value emitted by the ACMP during warmup
Definition at line 713 of file em_acmp.h.
Referenced by ACMP_Init().
bool ACMP_Init_TypeDef::interruptOnFallingEdge |
Enable setting the interrupt flag on falling edge
Definition at line 666 of file em_acmp.h.
Referenced by ACMP_Init().
bool ACMP_Init_TypeDef::interruptOnRisingEdge |
Enable setting the interrupt flag on rising edge
Definition at line 669 of file em_acmp.h.
Referenced by ACMP_Init().
bool ACMP_Init_TypeDef::lowPowerReferenceEnabled |
Low power reference enabled. This setting, if enabled, reduces the power used by the VDD and bandgap references.
Definition at line 718 of file em_acmp.h.
Referenced by ACMP_Init().
uint32_t ACMP_Init_TypeDef::vddLevel |
Vdd reference value. VDD_SCALED = VDD * VDDLEVEL * 50mV/3.8V. Valid values are in the range 0-63.
Definition at line 724 of file em_acmp.h.
Referenced by ACMP_Init().
ACMP_WarmTime_TypeDef ACMP_Init_TypeDef::warmTime |
Warmup time. This is measured in HFPERCLK cycles and should be about 10us in wall clock time.
Definition at line 692 of file em_acmp.h.
Referenced by ACMP_Init().