Searched refs:LeftBitShift (Results 1 – 16 of 16) sorted by relevance
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_ll_adc.c | 738 assert_param(IS_LL_ADC_LEFT_BIT_SHIFT(pADC_InitStruct->LeftBitShift)); in LL_ADC_Init() 757 MODIFY_REG(ADCx->CFGR2, ADC_CFGR2_LSHIFT, pADC_InitStruct->LeftBitShift); in LL_ADC_Init() 780 pADC_InitStruct->LeftBitShift = LL_ADC_LEFT_BIT_SHIFT_NONE; in LL_ADC_StructInit()
|
D | stm32n6xx_hal_adc.c | 606 MODIFY_REG(hadc->Instance->CFGR2, ADC_CFGR2_LSHIFT, hadc->Init.LeftBitShift); in HAL_ADC_Init()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_ll_adc.c | 760 assert_param(IS_LL_ADC_LEFT_BIT_SHIFT(pADC_InitStruct->LeftBitShift)); in LL_ADC_Init() 780 MODIFY_REG(ADCx->CFGR2, ADC_CFGR2_LSHIFT, pADC_InitStruct->LeftBitShift); in LL_ADC_Init() 802 pADC_InitStruct->LeftBitShift = LL_ADC_LEFT_BIT_SHIFT_NONE; in LL_ADC_StructInit()
|
D | stm32mp1xx_hal_adc.c | 642 MODIFY_REG(hadc->Instance->CFGR2, ADC_CFGR2_LSHIFT, hadc->Init.LeftBitShift); in HAL_ADC_Init()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_ll_adc.c | 828 assert_param(IS_LL_ADC_LEFT_BIT_SHIFT(ADC_InitStruct->LeftBitShift)); in LL_ADC_Init() 871 MODIFY_REG(ADCx->CFGR2, ADC_CFGR2_LSHIFT, ADC_InitStruct->LeftBitShift); in LL_ADC_Init() 892 ADC_InitStruct->LeftBitShift = LL_ADC_LEFT_BIT_SHIFT_NONE; in LL_ADC_StructInit()
|
D | stm32h7xx_hal_adc.c | 776 MODIFY_REG(hadc->Instance->CFGR2, ADC_CFGR2_LSHIFT, hadc->Init.LeftBitShift); in HAL_ADC_Init()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_ll_adc.c | 849 assert_param(IS_LL_ADC_LEFT_BIT_SHIFT(pADC_InitStruct->LeftBitShift)); in LL_ADC_Init() 869 MODIFY_REG(pADCx->CFGR2, ADC_CFGR2_LSHIFT, pADC_InitStruct->LeftBitShift); in LL_ADC_Init() 904 pADC_InitStruct->LeftBitShift = LL_ADC_LEFT_BIT_SHIFT_NONE; in LL_ADC_StructInit()
|
D | stm32u5xx_hal_adc.c | 800 MODIFY_REG(hadc->Instance->CFGR2, ADC_CFGR2_LSHIFT, hadc->Init.LeftBitShift); in HAL_ADC_Init()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_hal_adc.h | 218 …uint32_t LeftBitShift; /*!< Configures the left shifting applied to the final result w… member
|
D | stm32n6xx_ll_adc.h | 532 …uint32_t LeftBitShift; /*!< Configures the left shifting applied to the final resul… member
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_hal_adc.h | 171 …uint32_t LeftBitShift; /*!< Configures the left shifting applied to the final result w… member
|
D | stm32mp1xx_ll_adc.h | 472 …uint32_t LeftBitShift; /*!< Configures the left shifting applied to the final resul… member
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_adc.h | 197 …uint32_t LeftBitShift; /*!< Configures the left shifting applied to the final result w… member
|
D | stm32h7xx_ll_adc.h | 511 …uint32_t LeftBitShift; /*!< Configures the left shifting applied to the final resul… member
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_adc.h | 323 …uint32_t LeftBitShift; /*!< Configures the left shifting applied to the final result w… member
|
D | stm32u5xx_ll_adc.h | 624 …uint32_t LeftBitShift; /*!< Configures the left shifting applied to the final result with or wi… member
|