Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_adc.h3727 …uint32_t ch_decimal = (READ_BIT(*preg, ADC_OFR1_OFFSET1_CH) >> (ADC_CHANNEL_ID_NUMBER_BITOFFSET_PO… in LL_ADC_GetOffsetChannel() local
3728 return (uint32_t)__LL_ADC_DECIMAL_NB_TO_CHANNEL(ch_decimal); in LL_ADC_GetOffsetChannel()