Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_adc.c2809 assert_param(IS_FUNCTIONAL_STATE(pConfig->OffsetSignedSaturation)); in HAL_ADC_ConfigChannel()
2812 …assert_param(!((pConfig->OffsetSignedSaturation == ENABLE) && (pConfig->OffsetSaturation == ENABLE… in HAL_ADC_ConfigChannel()
2819 (pConfig->OffsetSignedSaturation == ENABLE) \ in HAL_ADC_ConfigChannel()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_adc.c3401 assert_param(IS_FUNCTIONAL_STATE(pConfig->OffsetSignedSaturation)); in HAL_ADC_ConfigChannel()
3410 (pConfig->OffsetSignedSaturation == DISABLE) in HAL_ADC_ConfigChannel()
3415 (pConfig->OffsetSignedSaturation == ENABLE) in HAL_ADC_ConfigChannel()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_adc.h309 …FunctionalState OffsetSignedSaturation; /*!< Specify whether the Signed saturation feature is used… member
Dstm32n6xx_ll_adc.h3553 uint32_t OffsetSignedSaturation) in LL_ADC_SetOffsetSignedSaturation() argument
3556 MODIFY_REG(*preg, ADC_OFCFGR1_SSAT, OffsetSignedSaturation); in LL_ADC_SetOffsetSignedSaturation()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_adc.c2773 assert_param(IS_FUNCTIONAL_STATE(pConfig->OffsetSignedSaturation)); in HAL_ADC_ConfigChannel()
2775 …ignedSaturation(hadc->Instance, pConfig->OffsetNumber, (pConfig->OffsetSignedSaturation == ENABLE)… in HAL_ADC_ConfigChannel()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_adc.h242 …FunctionalState OffsetSignedSaturation; /*!< Specify whether the Signed saturation feature is used… member
Dstm32mp1xx_ll_adc.h3033 …ADC_SetOffsetSignedSaturation(ADC_TypeDef *ADCx, uint32_t Offsety, uint32_t OffsetSignedSaturation) in LL_ADC_SetOffsetSignedSaturation() argument
3036 MODIFY_REG(*preg, ADC_OFR1_SSATE, OffsetSignedSaturation); in LL_ADC_SetOffsetSignedSaturation()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_adc.h281 …FunctionalState OffsetSignedSaturation; /*!< Specify whether the Signed saturation feature is used… member
Dstm32h7xx_ll_adc.h3552 …ADC_SetOffsetSignedSaturation(ADC_TypeDef *ADCx, uint32_t Offsety, uint32_t OffsetSignedSaturation) in LL_ADC_SetOffsetSignedSaturation() argument
3563 MODIFY_REG(*preg, ADC_OFR1_SSATE, OffsetSignedSaturation); in LL_ADC_SetOffsetSignedSaturation()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_adc.c2954 assert_param(IS_FUNCTIONAL_STATE(sConfig->OffsetSignedSaturation)); in HAL_ADC_ConfigChannel()
2956 …ignedSaturation(hadc->Instance, sConfig->OffsetNumber, (sConfig->OffsetSignedSaturation == ENABLE)… in HAL_ADC_ConfigChannel()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_adc.h450 …FunctionalState OffsetSignedSaturation; /*!< Specify whether the Signed saturation feature is used… member
Dstm32u5xx_ll_adc.h3829 uint32_t OffsetSignedSaturation) in LL_ADC_SetOffsetSignedSaturation() argument
3832 MODIFY_REG(*preg, ADC_OFR1_SSAT, OffsetSignedSaturation); in LL_ADC_SetOffsetSignedSaturation()