Home
last modified time | relevance | path

Searched refs:__LL_ADC_DECIMAL_NB_TO_CHANNEL (Results 1 – 25 of 54) sorted by relevance

123

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_adc.h2190 #define __LL_ADC_DECIMAL_NB_TO_CHANNEL(__DECIMAL_NB__) (__DECIMAL_NB__) macro
2399__LL_ADC_DECIMAL_NB_TO_CHANNEL(ADC_CHANNEL_DIFF_LUT[__ADC_INSTANCE_INDEX(__ADC_INSTANCE__)][(uint8…
3413 …return (uint32_t) __LL_ADC_DECIMAL_NB_TO_CHANNEL(READ_BIT(*preg, ADC_OFCFGR1_OFFSET_CH) >> ADC_OFC… in LL_ADC_GetOffsetChannel()
Dstm32n6xx_hal_adc.h1454 __LL_ADC_DECIMAL_NB_TO_CHANNEL((__DECIMAL_NB__))
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_ll_adc.h1349 #define __LL_ADC_DECIMAL_NB_TO_CHANNEL(__DECIMAL_NB__) … macro
1376 #define __LL_ADC_DECIMAL_NB_TO_CHANNEL(__DECIMAL_NB__) … macro
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_adc.h1411 __LL_ADC_DECIMAL_NB_TO_CHANNEL((__DECIMAL_NB__))
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_adc.h1373 __LL_ADC_DECIMAL_NB_TO_CHANNEL((__DECIMAL_NB__))
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_adc.h1384 __LL_ADC_DECIMAL_NB_TO_CHANNEL((__DECIMAL_NB__))
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_adc.h1415 __LL_ADC_DECIMAL_NB_TO_CHANNEL((__DECIMAL_NB__))
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_adc.h1474 __LL_ADC_DECIMAL_NB_TO_CHANNEL((__DECIMAL_NB__))
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_hal_adc.h1460 __LL_ADC_DECIMAL_NB_TO_CHANNEL((__DECIMAL_NB__))
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_adc.h1443 __LL_ADC_DECIMAL_NB_TO_CHANNEL((__DECIMAL_NB__))
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_adc.h1458 __LL_ADC_DECIMAL_NB_TO_CHANNEL((__DECIMAL_NB__))
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_adc.h1491 __LL_ADC_DECIMAL_NB_TO_CHANNEL((__DECIMAL_NB__))
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_adc.h1395 __LL_ADC_DECIMAL_NB_TO_CHANNEL((__DECIMAL_NB__))
Dstm32wbxx_ll_adc.h1605 #define __LL_ADC_DECIMAL_NB_TO_CHANNEL(__DECIMAL_NB__) \ macro
1611 #define __LL_ADC_DECIMAL_NB_TO_CHANNEL(__DECIMAL_NB__) … macro
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_adc.h1267 __LL_ADC_DECIMAL_NB_TO_CHANNEL((__DECIMAL_NB__))
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_adc.h1498 __LL_ADC_DECIMAL_NB_TO_CHANNEL((__DECIMAL_NB__))
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_adc.h1840 __LL_ADC_DECIMAL_NB_TO_CHANNEL((__DECIMAL_NB__))
Dstm32u5xx_ll_adc.h2108 #define __LL_ADC_DECIMAL_NB_TO_CHANNEL(__DECIMAL_NB__) … macro
3728 return (uint32_t)__LL_ADC_DECIMAL_NB_TO_CHANNEL(ch_decimal); in LL_ADC_GetOffsetChannel()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_adc.h1712 __LL_ADC_DECIMAL_NB_TO_CHANNEL((__DECIMAL_NB__))
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_adc_ex.c1579 …LL_ADC_SetChannelSamplingTime(hadc->Instance, (uint32_t)(__LL_ADC_DECIMAL_NB_TO_CHANNEL((__LL_ADC_… in HAL_ADCEx_InjectedConfigChannel()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_ll_adc.h822 #define __LL_ADC_DECIMAL_NB_TO_CHANNEL(__DECIMAL_NB__) \ macro
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_adc_ex.c2017 (uint32_t)(__LL_ADC_DECIMAL_NB_TO_CHANNEL( in HAL_ADCEx_InjectedConfigChannel()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_adc_ex.c2012 (uint32_t)(__LL_ADC_DECIMAL_NB_TO_CHANNEL( in HAL_ADCEx_InjectedConfigChannel()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_adc_ex.c2025 (uint32_t)(__LL_ADC_DECIMAL_NB_TO_CHANNEL( in HAL_ADCEx_InjectedConfigChannel()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_ll_adc.h1038 #define __LL_ADC_DECIMAL_NB_TO_CHANNEL(__DECIMAL_NB__) \ macro

123