EFM32 Pearl Gecko Software Documentation
efm32pg1-doc-4.2.1
|
#include <em_acmp.h>
Data Fields | |
ACMP_VAInput_TypeDef | input |
uint32_t | div0 |
uint32_t | div1 |
VA Configuration structure. This struct is used to configure the VA voltage input source and it's dividers.
ACMP_VAInput_TypeDef ACMP_VAConfig_TypeDef::input |
uint32_t ACMP_VAConfig_TypeDef::div0 |
Divider for VA voltage input source when ACMP output is 0. This value is used to divide the VA voltage input source by a specific value. The valid range is between 0 and 63.
VA divided = VA input * (div0 + 1) / 64
Definition at line 728 of file em_acmp.h.
Referenced by ACMP_VASetup().
uint32_t ACMP_VAConfig_TypeDef::div1 |
Divider for VA voltage input source when ACMP output is 1. This value is used to divide the VA voltage input source by a specific value. The valid range is between 0 and 63.
VA divided = VA input * (div1 + 1) / 64
Definition at line 737 of file em_acmp.h.
Referenced by ACMP_VASetup().