VddCheckKit Drivers
         Functions | 
       |
| void | VDDCHECK_Disable (void) | 
| 
         VCMP deinitialization routine.
          | 
       |
| void | VDDCHECK_Init (void) | 
| 
         VCMP initialization routine.
          | 
       |
| bool | VDDCHECK_LowVoltage (float vdd) | 
| 
         Check if voltage is higher than indicated.
          | 
       |
Function Documentation
| bool VDDCHECK_LowVoltage | ( | float | 
           
            vdd
           
           | 
          ) | 
Check if voltage is higher than indicated.
- Parameters
 - 
         
vddThe voltage level to compare against.  
- Returns
 - Returns true if voltage is lower, false otherwise
 
        Definition at line
        
         54
        
        of file
        
         vddcheck.c
        
        .