Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_ll_adc.c738 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()
Dstm32n6xx_hal_adc.c606 MODIFY_REG(hadc->Instance->CFGR2, ADC_CFGR2_LSHIFT, hadc->Init.LeftBitShift); in HAL_ADC_Init()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_ll_adc.c760 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()
Dstm32mp1xx_hal_adc.c642 MODIFY_REG(hadc->Instance->CFGR2, ADC_CFGR2_LSHIFT, hadc->Init.LeftBitShift); in HAL_ADC_Init()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_adc.c828 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()
Dstm32h7xx_hal_adc.c776 MODIFY_REG(hadc->Instance->CFGR2, ADC_CFGR2_LSHIFT, hadc->Init.LeftBitShift); in HAL_ADC_Init()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_adc.c849 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()
Dstm32u5xx_hal_adc.c800 MODIFY_REG(hadc->Instance->CFGR2, ADC_CFGR2_LSHIFT, hadc->Init.LeftBitShift); in HAL_ADC_Init()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_adc.h218 …uint32_t LeftBitShift; /*!< Configures the left shifting applied to the final result w… member
Dstm32n6xx_ll_adc.h532 …uint32_t LeftBitShift; /*!< Configures the left shifting applied to the final resul… member
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_adc.h171 …uint32_t LeftBitShift; /*!< Configures the left shifting applied to the final result w… member
Dstm32mp1xx_ll_adc.h472 …uint32_t LeftBitShift; /*!< Configures the left shifting applied to the final resul… member
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_adc.h197 …uint32_t LeftBitShift; /*!< Configures the left shifting applied to the final result w… member
Dstm32h7xx_ll_adc.h511 …uint32_t LeftBitShift; /*!< Configures the left shifting applied to the final resul… member
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_adc.h323 …uint32_t LeftBitShift; /*!< Configures the left shifting applied to the final result w… member
Dstm32u5xx_ll_adc.h624 …uint32_t LeftBitShift; /*!< Configures the left shifting applied to the final result with or wi… member