Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_adc.c2810 assert_param(IS_FUNCTIONAL_STATE(pConfig->OffsetSaturation)); in HAL_ADC_ConfigChannel()
2812 …assert_param(!((pConfig->OffsetSignedSaturation == ENABLE) && (pConfig->OffsetSaturation == ENABLE… in HAL_ADC_ConfigChannel()
2824 (pConfig->OffsetSaturation == ENABLE) \ in HAL_ADC_ConfigChannel()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_adc.h321 …FunctionalState OffsetSaturation; /*!< Define if the offset should be saturated upon under or ov… member
Dstm32h7rsxx_ll_adc.h3831 …INE void LL_ADC_SetOffsetSaturation(ADC_TypeDef *ADCx, uint32_t Offsety, uint32_t OffsetSaturation) in LL_ADC_SetOffsetSaturation() argument
3837 OffsetSaturation); in LL_ADC_SetOffsetSaturation()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_adc.h313 …FunctionalState OffsetSaturation; /*!< Define if the offset should be saturated upon under or ov… member
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_adc.c2890 assert_param(IS_FUNCTIONAL_STATE(pConfig->OffsetSaturation)); in HAL_ADC_ConfigChannel()
2894 (pConfig->OffsetSaturation == ENABLE) ? in HAL_ADC_ConfigChannel()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_adc.c2896 assert_param(IS_FUNCTIONAL_STATE(pConfig->OffsetSaturation)); in HAL_ADC_ConfigChannel()
2900 (pConfig->OffsetSaturation == ENABLE) ? in HAL_ADC_ConfigChannel()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_adc.c2845 assert_param(IS_FUNCTIONAL_STATE(pConfig->OffsetSaturation)); in HAL_ADC_ConfigChannel()
2849 (pConfig->OffsetSaturation == ENABLE) ? in HAL_ADC_ConfigChannel()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_adc.h320 …FunctionalState OffsetSaturation; /*!< Define if the offset should be saturated upon under or ov… member
Dstm32h5xx_ll_adc.h3879 …INE void LL_ADC_SetOffsetSaturation(ADC_TypeDef *ADCx, uint32_t Offsety, uint32_t OffsetSaturation) in LL_ADC_SetOffsetSaturation() argument
3885 OffsetSaturation); in LL_ADC_SetOffsetSaturation()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_adc.h274 …FunctionalState OffsetSaturation; /*!< Define if the offset should be saturated upon under or ov… member
Dstm32h7xx_ll_adc.h3623 …INE void LL_ADC_SetOffsetSaturation(ADC_TypeDef *ADCx, uint32_t Offsety, uint32_t OffsetSaturation) in LL_ADC_SetOffsetSaturation() argument
3631 OffsetSaturation); in LL_ADC_SetOffsetSaturation()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_adc.c2946 assert_param(IS_FUNCTIONAL_STATE(sConfig->OffsetSaturation)); in HAL_ADC_ConfigChannel()
2949 …etOffsetSaturation(hadc->Instance, sConfig->OffsetNumber, (sConfig->OffsetSaturation == ENABLE) ? … in HAL_ADC_ConfigChannel()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_adc.h458 …FunctionalState OffsetSaturation; /*!< Define if the offset should be saturated upon under or ov… member
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_adc.h332 …FunctionalState OffsetSaturation; /*!< Define if the offset should be saturated upon under or ov… member
Dstm32g4xx_ll_adc.h4418 …INE void LL_ADC_SetOffsetSaturation(ADC_TypeDef *ADCx, uint32_t Offsety, uint32_t OffsetSaturation) in LL_ADC_SetOffsetSaturation() argument
4424 OffsetSaturation); in LL_ADC_SetOffsetSaturation()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_adc.c3400 assert_param(IS_FUNCTIONAL_STATE(pConfig->OffsetSaturation)); in HAL_ADC_ConfigChannel()
3406 if (pConfig->OffsetSaturation == ENABLE) in HAL_ADC_ConfigChannel()