Home
last modified time | relevance | path

Searched refs:HAL_SYSTICK_GetCLKSourceConfig (Results 1 – 8 of 8) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_cortex.h287 uint32_t HAL_SYSTICK_GetCLKSourceConfig(void);
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_cortex.h283 uint32_t HAL_SYSTICK_GetCLKSourceConfig(void);
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_cortex.h289 uint32_t HAL_SYSTICK_GetCLKSourceConfig(void);
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_cortex.c449 uint32_t HAL_SYSTICK_GetCLKSourceConfig(void) in HAL_SYSTICK_GetCLKSourceConfig() function
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_cortex.c466 uint32_t HAL_SYSTICK_GetCLKSourceConfig(void) in HAL_SYSTICK_GetCLKSourceConfig() function
Dstm32h5xx_hal.c264 systicksel = HAL_SYSTICK_GetCLKSourceConfig(); in HAL_InitTick()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_cortex.c467 uint32_t HAL_SYSTICK_GetCLKSourceConfig(void) in HAL_SYSTICK_GetCLKSourceConfig() function
Dstm32u5xx_hal.c256 systicksel = HAL_SYSTICK_GetCLKSourceConfig(); in HAL_InitTick()