Searched refs:IS_ADC_PDM_CLOCK_DIVIDER (Results 1 – 2 of 2) sorted by relevance
1128 #define IS_ADC_PDM_CLOCK_DIVIDER(__CLOCK_DIV__) (((__CLOCK_DIV__) == ADC_PDM_DIV_10) || \ macro
1848 assert_param(IS_ADC_PDM_CLOCK_DIVIDER(ConfigPDM->ClockDivider)); in HAL_ADC_PDMConfig()