Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal.c67 #define VREFBUF_TIMEOUT_VALUE 10U /* 10 ms */ macro
722 if ((HAL_GetTick() - tickstart) > VREFBUF_TIMEOUT_VALUE) in HAL_SYSCFG_EnableVREFBUF()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal.c67 #define VREFBUF_TIMEOUT_VALUE 10U /*!< 10 ms */ macro
608 if ((HAL_GetTick() - tickstart) > VREFBUF_TIMEOUT_VALUE) in HAL_SYSCFG_EnableVREFBUF()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal.c68 #define VREFBUF_TIMEOUT_VALUE 10U /*!< 10 ms */ macro
628 if ((HAL_GetTick() - tickstart) > VREFBUF_TIMEOUT_VALUE) in HAL_SYSCFG_EnableVREFBUF()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal.c64 #define VREFBUF_TIMEOUT_VALUE 10U /* 10 ms (to be confirmed) */ macro
710 if((HAL_GetTick() - tickstart) > VREFBUF_TIMEOUT_VALUE) in HAL_SYSCFG_EnableVREFBUF()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal.c63 #define VREFBUF_TIMEOUT_VALUE 10U /* 10 ms */ macro
709 if ((HAL_GetTick() - tickstart) > VREFBUF_TIMEOUT_VALUE) in HAL_SYSCFG_EnableVREFBUF()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal.c63 #define VREFBUF_TIMEOUT_VALUE 10U /*!< 10 ms (to be confirmed) */ macro
650 if ((HAL_GetTick() - tickstart) > VREFBUF_TIMEOUT_VALUE) in HAL_SYSCFG_EnableVREFBUF()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal.c66 #define VREFBUF_TIMEOUT_VALUE (uint32_t)10 /* 10 ms */ macro
700 if((HAL_GetTick() - tickstart) > VREFBUF_TIMEOUT_VALUE) in HAL_SYSCFG_EnableVREFBUF()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal.c67 #define VREFBUF_TIMEOUT_VALUE 10U /* 10 ms */ macro
734 if ((HAL_GetTick() - tickstart) > VREFBUF_TIMEOUT_VALUE) in HAL_SYSCFG_EnableVREFBUF()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal.c66 #define VREFBUF_TIMEOUT_VALUE 10U /* 10 ms (to be confirmed) */ macro
643 if ((HAL_GetTick() - tickstart) > VREFBUF_TIMEOUT_VALUE) in HAL_SYSCFG_EnableVREFBUF()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal.c63 #define VREFBUF_TIMEOUT_VALUE 10U /* 10 ms */ macro
657 if ((HAL_GetTick() - tickstart) > VREFBUF_TIMEOUT_VALUE) in HAL_EnableVREFBUF()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal.c51 #define VREFBUF_TIMEOUT_VALUE (uint32_t)10 /* 10 ms */ macro
1173 if ((HAL_GetTick() - tickstart) > VREFBUF_TIMEOUT_VALUE) in HAL_VREFBUF_Enable()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal.c62 #define VREFBUF_TIMEOUT_VALUE (uint32_t)10 /* 10 ms */ macro
573 if((HAL_GetTick() - tickstart) > VREFBUF_TIMEOUT_VALUE) in HAL_SYSCFG_EnableVREFBUF()