Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_cortex.h115 #define SYSTICK_CLKSOURCE_LSE 0x00000002U /*!< LSE clock selected as SysTick clock source… macro
337 ((SOURCE) == SYSTICK_CLKSOURCE_LSE) || \
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_cortex.h117 #define SYSTICK_CLKSOURCE_LSE 0x2U /*!< LSE clock selected as SysTick clock source */ macro
330 ((SOURCE) == SYSTICK_CLKSOURCE_LSE) || \
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_cortex.h117 #define SYSTICK_CLKSOURCE_LSE 0x2U /*!< LSE clock selected as SysTick clock source … macro
344 ((SOURCE) == SYSTICK_CLKSOURCE_LSE) || \
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_cortex.c431 case SYSTICK_CLKSOURCE_LSE: in HAL_SYSTICK_CLKSourceConfig()
469 systick_source = SYSTICK_CLKSOURCE_LSE; in HAL_SYSTICK_GetCLKSourceConfig()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_cortex.c448 case SYSTICK_CLKSOURCE_LSE: in HAL_SYSTICK_CLKSourceConfig()
493 systick_source = SYSTICK_CLKSOURCE_LSE; in HAL_SYSTICK_GetCLKSourceConfig()
Dstm32h5xx_hal.c278 case SYSTICK_CLKSOURCE_LSE: in HAL_InitTick()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_cortex.c449 case SYSTICK_CLKSOURCE_LSE: in HAL_SYSTICK_CLKSourceConfig()
494 systick_source = SYSTICK_CLKSOURCE_LSE; in HAL_SYSTICK_GetCLKSourceConfig()
Dstm32u5xx_hal.c270 case SYSTICK_CLKSOURCE_LSE: in HAL_InitTick()