EFM32 Pearl Gecko Software Documentation  efm32pg1-doc-4.2.1
VddCheck

Functions

void VDDCHECK_Init (void)
 VCMP initialization routine.
 
void VDDCHECK_Disable (void)
 VCMP deinitialization routine.
 
bool VDDCHECK_LowVoltage (float vdd)
 Check if voltage is higher than indicated. More...
 

Detailed Description

Function Documentation

bool VDDCHECK_LowVoltage ( float  vdd)
Parameters
vddThe voltage level to compare against.
Returns
Returns true if voltage is lower, false otherwise

Definition at line 55 of file vddcheck.c.