Home
last modified time | relevance | path

Searched refs:IS_ADC_PDM_CLOCK_DIVIDER (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_adc.h1128 #define IS_ADC_PDM_CLOCK_DIVIDER(__CLOCK_DIV__) (((__CLOCK_DIV__) == ADC_PDM_DIV_10) || \ macro
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_adc.c1848 assert_param(IS_ADC_PDM_CLOCK_DIVIDER(ConfigPDM->ClockDivider)); in HAL_ADC_PDMConfig()