Searched refs:CompThresL (Results 1 – 2 of 2) sorted by relevance
346 void ADC_SetComp(u8 ADC_channel, u16 CompThresH, u16 CompThresL, u8 CompCtrl) in ADC_SetComp() argument353 assert_param(IS_ADC_VALID_COMP_TH(CompThresL)); in ADC_SetComp()358 (u32)(CompThresH << BIT_SHIFT_COMP_TH_H) | (CompThresL << BIT_SHIFT_COMP_TH_L); in ADC_SetComp()
296 _LONG_CALL_ void ADC_SetComp(u8 ADC_channel, u16 CompThresH, u16 CompThresL, u8 CompCtrl);
Completed in 5 milliseconds