Home
last modified time | relevance | path

Searched refs:SYSTICK_SRC_STCLK (Results 1 – 5 of 5) sorted by relevance

/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/
A Dht32_cm0plus_misc.h83 #define SYSTICK_SRC_STCLK ((u32)0xFFFFFFFB) macro
86 #define IS_SYSTICK_CLOCK_SOURCE(SOURCE) ((SOURCE == SYSTICK_SRC_STCLK) || \
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/inc/
A Dht32_cm3_misc.h83 #define SYSTICK_SRC_STCLK ((u32)0xFFFFFFFB) macro
86 #define IS_SYSTICK_CLOCK_SOURCE(SOURCE) ((SOURCE == SYSTICK_SRC_STCLK) || \
/bsp/ht32/libraries/ht32_drivers/
A Ddrv_common.c29 SYSTICK_ClockSourceConfig(SYSTICK_SRC_STCLK); in rt_hw_systick_init()
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/src/
A Dht32_cm3_misc.c152 SysTick->CTRL &= SYSTICK_SRC_STCLK; in SYSTICK_ClockSourceConfig()
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/
A Dht32_cm0plus_misc.c144 SysTick->CTRL &= SYSTICK_SRC_STCLK; in SYSTICK_ClockSourceConfig()

Completed in 11 milliseconds