Searched refs:IS_ADC_INPUT_SAMPLING_TIME (Results 1 – 6 of 6) sorted by relevance
200 Assert_Param(IS_ADC_INPUT_SAMPLING_TIME(SampleClock)); in ADC_RegularChannelConfig()241 Assert_Param(IS_ADC_INPUT_SAMPLING_TIME(SampleClock)); in ADC_HPChannelConfig()
172 Assert_Param(IS_ADC_INPUT_SAMPLING_TIME(SampleClock)); in ADC_RegularChannelConfig()
248 Assert_Param(IS_ADC_INPUT_SAMPLING_TIME(SampleClock)); in ADC_RegularChannelConfig()308 Assert_Param(IS_ADC_INPUT_SAMPLING_TIME(SampleClock)); in ADC_HPChannelConfig()
406 #define IS_ADC_INPUT_SAMPLING_TIME(TIME) ((TIME) <= 255) macro
390 #define IS_ADC_INPUT_SAMPLING_TIME(TIME) ((TIME) <= 255) macro
550 #define IS_ADC_INPUT_SAMPLING_TIME(TIME) ((TIME) <= 255) macro
Completed in 14 milliseconds