Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_cortex.h114 #define SYSTICK_CLKSOURCE_LSI 0x00000001U /*!< LSI clock selected as SysTick clock source… macro
336 #define IS_SYSTICK_CLK_SOURCE(SOURCE) (((SOURCE) == SYSTICK_CLKSOURCE_LSI) || \
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_cortex.h116 #define SYSTICK_CLKSOURCE_LSI 0x1U /*!< LSI clock selected as SysTick clock source */ macro
329 #define IS_SYSTICK_CLK_SOURCE(SOURCE) (((SOURCE) == SYSTICK_CLKSOURCE_LSI) || \
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_cortex.h116 #define SYSTICK_CLKSOURCE_LSI 0x1U /*!< LSI clock selected as SysTick clock source … macro
343 #define IS_SYSTICK_CLK_SOURCE(SOURCE) (((SOURCE) == SYSTICK_CLKSOURCE_LSI) || \
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_cortex.c426 case SYSTICK_CLKSOURCE_LSI: in HAL_SYSTICK_CLKSourceConfig()
465 systick_source = SYSTICK_CLKSOURCE_LSI; in HAL_SYSTICK_GetCLKSourceConfig()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_cortex.c443 case SYSTICK_CLKSOURCE_LSI: in HAL_SYSTICK_CLKSourceConfig()
489 systick_source = SYSTICK_CLKSOURCE_LSI; in HAL_SYSTICK_GetCLKSourceConfig()
Dstm32h5xx_hal.c273 case SYSTICK_CLKSOURCE_LSI: in HAL_InitTick()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_cortex.c444 case SYSTICK_CLKSOURCE_LSI: in HAL_SYSTICK_CLKSourceConfig()
490 systick_source = SYSTICK_CLKSOURCE_LSI; in HAL_SYSTICK_GetCLKSourceConfig()
Dstm32u5xx_hal.c265 case SYSTICK_CLKSOURCE_LSI: in HAL_InitTick()