EFR32 Blue Gecko 12 Software Documentation
efr32bg12-doc-5.1.2
|
VB Configuration structure. This struct is used to configure the VB voltage input source and it's dividers.
#include <em_acmp.h>
Data Fields | |
uint32_t | div0 |
uint32_t | div1 |
ACMP_VBInput_TypeDef | input |
uint32_t ACMP_VBConfig_TypeDef::div0 |
Divider for VB voltage input source when ACMP output is 0. This value is used to divide the VB voltage input source by a specific value. The valid range is between 0 and 63.
VB divided = VB input * (div0 + 1) / 64
Definition at line 827 of file em_acmp.h.
Referenced by ACMP_VBSetup().
uint32_t ACMP_VBConfig_TypeDef::div1 |
Divider for VB voltage input source when ACMP output is 1. This value is used to divide the VB voltage input source by a specific value. The valid range is between 0 and 63.
VB divided = VB input * (div1 + 1) / 64
Definition at line 836 of file em_acmp.h.
Referenced by ACMP_VBSetup().
ACMP_VBInput_TypeDef ACMP_VBConfig_TypeDef::input |