Home
last modified time | relevance | path

Searched refs:IS_LL_ADC_CLOCK (Results 1 – 7 of 7) sorted by relevance

/hal_stm32-3.4.0/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_ll_adc.c85 #define IS_LL_ADC_CLOCK(__CLOCK__) \ macro
378 assert_param(IS_LL_ADC_CLOCK(ADC_InitStruct->Clock)); in LL_ADC_Init()
/hal_stm32-3.4.0/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_ll_adc.c104 #define IS_LL_ADC_CLOCK(__CLOCK__) \ macro
486 assert_param(IS_LL_ADC_CLOCK(ADC_InitStruct->Clock)); in LL_ADC_Init()
/hal_stm32-3.4.0/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_ll_adc.c108 #define IS_LL_ADC_CLOCK(__CLOCK__) \ macro
514 assert_param(IS_LL_ADC_CLOCK(ADC_InitStruct->Clock)); in LL_ADC_Init()
/hal_stm32-3.4.0/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_ll_adc.c108 #define IS_LL_ADC_CLOCK(__CLOCK__) \ macro
523 assert_param(IS_LL_ADC_CLOCK(pADC_InitStruct->Clock)); in LL_ADC_Init()
/hal_stm32-3.4.0/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_ll_adc.c108 #define IS_LL_ADC_CLOCK(__CLOCK__) \ macro
550 assert_param(IS_LL_ADC_CLOCK(pADC_InitStruct->Clock)); in LL_ADC_Init()
/hal_stm32-3.4.0/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_ll_adc.c126 #define IS_LL_ADC_CLOCK(__CLOCK__) \ macro
837 assert_param(IS_LL_ADC_CLOCK(ADC_InitStruct->Clock)); in LL_ADC_Init()
/hal_stm32-3.4.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_adc.c80 #define IS_LL_ADC_CLOCK(__CLOCK__) \ macro
414 assert_param(IS_LL_ADC_CLOCK(pADC_CommonInitStruct->CommonClock)); in LL_ADC_CommonInit()