ACMP_VAConfig_TypeDef Struct ReferenceEMLIB > ACMP
VA Configuration structure. This structure is used to configure the VA voltage input source and its dividers.
       Definition at line
       
        911
       
       of file
       
        em_acmp.h
       
       .
      
      
       #include <
       
     
        em_acmp.h
       
       >
      
| Data Fields | |
| uint32_t | div0 | 
| uint32_t | div1 | 
| ACMP_VAInput_TypeDef | input | 
Field Documentation
| uint32_t ACMP_VAConfig_TypeDef::div0 | 
A 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
        
         921
        
        of file
        
         em_acmp.h
        
        .
       
Referenced by ACMP_VASetup() .
| uint32_t ACMP_VAConfig_TypeDef::div1 | 
A 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
        
         930
        
        of file
        
         em_acmp.h
        
        .
       
Referenced by ACMP_VASetup() .
| ACMP_VAInput_TypeDef ACMP_VAConfig_TypeDef::input | 
The documentation for this struct was generated from the following file:
- 
       C:/repos/embsw_super_h1/platform/emlib/inc/
       em_acmp.h