Searched refs:IS_ADC_BATDIV (Results 1 – 3 of 3) sorted by relevance
279 assert_parameters(IS_ADC_BATDIV(Division)); in ADC_GetVDDVoltage_Fast()355 assert_parameters(IS_ADC_BATDIV(Division)); in ADC_GetVDDVoltage_Normal()436 assert_parameters(IS_ADC_BATDIV(Division)); in ADC_GetBATRTCVoltage_Fast()510 assert_parameters(IS_ADC_BATDIV(Division)); in ADC_GetBATRTCVoltage_Normal()
172 #define IS_ADC_BATDIV(__BATDIV__) (((__BATDIV__) == ADC_BAT_CAPDIV) ||\ macro
246 #define IS_ADC_BATDIV(__BATDIV__) (((__BATDIV__) == ADC_BAT_CAPDIV) ||\ macro
Completed in 12 milliseconds