Home
last modified time | relevance | path

Searched refs:RAMCFG_TIMEOUT_VALUE (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_ramcfg.c173 #define RAMCFG_TIMEOUT_VALUE 50000U macro
767 if ((HAL_GetTick() - tickstart) > RAMCFG_TIMEOUT_VALUE) in HAL_RAMCFG_Erase()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_ramcfg.c139 #define RAMCFG_TIMEOUT_VALUE 50000U macro
624 if ((HAL_GetTick() - tickstart) > RAMCFG_TIMEOUT_VALUE) in HAL_RAMCFG_Erase()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_ramcfg.c152 #define RAMCFG_TIMEOUT_VALUE 50000U macro
790 if ((HAL_GetTick() - tickstart) > RAMCFG_TIMEOUT_VALUE) in HAL_RAMCFG_Erase()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_ramcfg.c144 #define RAMCFG_TIMEOUT_VALUE 50000U macro
734 if ((HAL_GetTick() - tickstart) > RAMCFG_TIMEOUT_VALUE) in HAL_RAMCFG_Erase()