Searched refs:OffsetSaturation (Results 1 – 16 of 16) sorted by relevance
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_adc.c | 2810 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/ |
D | stm32h7rsxx_hal_adc.h | 321 …FunctionalState OffsetSaturation; /*!< Define if the offset should be saturated upon under or ov… member
|
D | stm32h7rsxx_ll_adc.h | 3831 …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/ |
D | stm32n6xx_hal_adc.h | 313 …FunctionalState OffsetSaturation; /*!< Define if the offset should be saturated upon under or ov… member
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_adc.c | 2890 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/ |
D | stm32h5xx_hal_adc.c | 2896 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/ |
D | stm32g4xx_hal_adc.c | 2845 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/ |
D | stm32h5xx_hal_adc.h | 320 …FunctionalState OffsetSaturation; /*!< Define if the offset should be saturated upon under or ov… member
|
D | stm32h5xx_ll_adc.h | 3879 …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/ |
D | stm32h7xx_hal_adc.h | 274 …FunctionalState OffsetSaturation; /*!< Define if the offset should be saturated upon under or ov… member
|
D | stm32h7xx_ll_adc.h | 3623 …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/ |
D | stm32h7xx_hal_adc.c | 2946 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/ |
D | stm32u5xx_hal_adc.h | 458 …FunctionalState OffsetSaturation; /*!< Define if the offset should be saturated upon under or ov… member
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_hal_adc.h | 332 …FunctionalState OffsetSaturation; /*!< Define if the offset should be saturated upon under or ov… member
|
D | stm32g4xx_ll_adc.h | 4418 …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/ |
D | stm32u5xx_hal_adc.c | 3400 assert_param(IS_FUNCTIONAL_STATE(pConfig->OffsetSaturation)); in HAL_ADC_ConfigChannel() 3406 if (pConfig->OffsetSaturation == ENABLE) in HAL_ADC_ConfigChannel()
|