Home
last modified time | relevance | path

Searched refs:ADC_ENABLE_TIMEOUT (Results 1 – 21 of 21) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_adc.c320 #define ADC_ENABLE_TIMEOUT ( 2U) macro
2233 if((HAL_GetTick() - tickstart) > ADC_ENABLE_TIMEOUT) in ADC_Enable()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_adc.c340 #define ADC_ENABLE_TIMEOUT 2U macro
2260 if((HAL_GetTick() - tickstart) > ADC_ENABLE_TIMEOUT) in ADC_Enable()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_adc.c349 #define ADC_ENABLE_TIMEOUT (2U) macro
2223 if((HAL_GetTick() - tickstart ) > ADC_ENABLE_TIMEOUT) in ADC_Enable()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_adc.c319 #define ADC_ENABLE_TIMEOUT (2UL) macro
2856 if ((HAL_GetTick() - tickstart) > ADC_ENABLE_TIMEOUT) in ADC_Enable()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_adc.c311 #define ADC_ENABLE_TIMEOUT (2UL) macro
2770 if ((HAL_GetTick() - tickstart) > ADC_ENABLE_TIMEOUT) in ADC_Enable()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_adc.c311 #define ADC_ENABLE_TIMEOUT (2UL) macro
2762 if ((HAL_GetTick() - tickstart) > ADC_ENABLE_TIMEOUT) in ADC_Enable()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_adc.c312 #define ADC_ENABLE_TIMEOUT (2UL) macro
2872 if ((HAL_GetTick() - tickstart) > ADC_ENABLE_TIMEOUT) in ADC_Enable()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_adc.c310 #define ADC_ENABLE_TIMEOUT (2UL) macro
2788 if ((HAL_GetTick() - tickstart) > ADC_ENABLE_TIMEOUT) in ADC_Enable()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_adc_ex.c63 #define ADC_ENABLE_TIMEOUT ( 2U) macro
97 #define ADC_ENABLE_TIMEOUT ( 2U) macro
7309 if((HAL_GetTick() - tickstart) > ADC_ENABLE_TIMEOUT) in ADC_Enable()
7552 if((HAL_GetTick() - tickstart) > ADC_ENABLE_TIMEOUT) in ADC_Enable()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_adc.h348 #define ADC_ENABLE_TIMEOUT 10U macro
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_adc.c324 #define ADC_ENABLE_TIMEOUT (2UL) /*!< ADC enable time-out value */ macro
3552 if ((HAL_GetTick() - tickstart) > ADC_ENABLE_TIMEOUT) in ADC_Enable()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_adc.c326 #define ADC_ENABLE_TIMEOUT (2UL) /*!< ADC enable time-out value */ macro
3430 if ((HAL_GetTick() - tickstart) > ADC_ENABLE_TIMEOUT) in ADC_Enable()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_adc.c333 #define ADC_ENABLE_TIMEOUT (2UL) /*!< ADC enable time-out value */ macro
3466 if ((HAL_GetTick() - tickstart) > ADC_ENABLE_TIMEOUT) in ADC_Enable()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_adc.c325 #define ADC_ENABLE_TIMEOUT (2UL) /*!< ADC enable time-out value */ macro
3465 if ((HAL_GetTick() - tickstart) > ADC_ENABLE_TIMEOUT) in ADC_Enable()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_adc.c325 #define ADC_ENABLE_TIMEOUT (2UL) /*!< ADC enable time-out value */ macro
3444 if ((HAL_GetTick() - tickstart) > ADC_ENABLE_TIMEOUT) in ADC_Enable()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_adc.c324 #define ADC_ENABLE_TIMEOUT (2UL) /*!< ADC enable time-out value */ macro
3558 if ((HAL_GetTick() - tickstart) > ADC_ENABLE_TIMEOUT) in ADC_Enable()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_adc.c327 #define ADC_ENABLE_TIMEOUT (2UL) /*!< ADC enable time-out value */ macro
3500 if ((HAL_GetTick() - tickstart) > ADC_ENABLE_TIMEOUT) in ADC_Enable()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_adc.c330 #define ADC_ENABLE_TIMEOUT (2UL) /*!< ADC enable time-out value */ macro
3720 if((HAL_GetTick() - tickstart) > ADC_ENABLE_TIMEOUT) in ADC_Enable()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_adc.c340 #define ADC_ENABLE_TIMEOUT (2UL) /*!< ADC enable time-out value */ macro
3722 if ((HAL_GetTick() - tickstart) > ADC_ENABLE_TIMEOUT) in ADC_Enable()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_adc.c339 #define ADC_ENABLE_TIMEOUT (2UL) /*!< ADC enable time-out value */ macro
4344 if ((HAL_GetTick() - tickstart) > ADC_ENABLE_TIMEOUT) in ADC_Enable()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_adc.c2237 if ((HAL_GetTick() - tickstart) > ADC_ENABLE_TIMEOUT) in ADC_Enable()