Home
last modified time | relevance | path

Searched refs:HAL_SYSTICK_Config (Results 1 – 9 of 9) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Inc/
Dstm32l5xx_hal_cortex.h258 uint32_t HAL_SYSTICK_Config(uint32_t TicksNumb);
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Inc/
Dstm32u5xx_hal_cortex.h258 uint32_t HAL_SYSTICK_Config(uint32_t TicksNumb);
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Src/
Dstm32l5xx_hal_cortex.c256 uint32_t HAL_SYSTICK_Config(uint32_t TicksNumb) in HAL_SYSTICK_Config() function
Dstm32l5xx_hal.c240 if (HAL_SYSTICK_Config(SystemCoreClock / (1000U / (uint32_t)uwTickFreq)) == 0U) in HAL_InitTick()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Inc/
Dstm32h5xx_hal_cortex.h284 uint32_t HAL_SYSTICK_Config(uint32_t TicksNumb);
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_cortex.c393 uint32_t HAL_SYSTICK_Config(uint32_t TicksNumb) in HAL_SYSTICK_Config() function
Dstm32h5xx_hal.c242 if (HAL_SYSTICK_Config(SystemCoreClock / (1000UL / (uint32_t)uwTickFreq)) > 0U) in HAL_InitTick()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal.c245 if (HAL_SYSTICK_Config(SystemCoreClock / (1000UL / (uint32_t)uwTickFreq)) > 0U) in HAL_InitTick()
Dstm32u5xx_hal_cortex.c275 uint32_t HAL_SYSTICK_Config(uint32_t TicksNumb) in HAL_SYSTICK_Config() function