Home
last modified time | relevance | path

Searched refs:SYSTICK_SRC_FCLK (Results 1 – 4 of 4) sorted by relevance

/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/
A Dht32_cm0plus_misc.h84 #define SYSTICK_SRC_FCLK ((u32)0x00000004) macro
87 (SOURCE == SYSTICK_SRC_FCLK) )
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/inc/
A Dht32_cm3_misc.h84 #define SYSTICK_SRC_FCLK ((u32)0x00000004) macro
87 (SOURCE == SYSTICK_SRC_FCLK) )
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/src/
A Dht32_cm3_misc.c146 if (SysTick_ClockSource == SYSTICK_SRC_FCLK) in SYSTICK_ClockSourceConfig()
148 SysTick->CTRL |= SYSTICK_SRC_FCLK; in SYSTICK_ClockSourceConfig()
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/
A Dht32_cm0plus_misc.c138 if (SysTick_ClockSource == SYSTICK_SRC_FCLK) in SYSTICK_ClockSourceConfig()
140 SysTick->CTRL |= SYSTICK_SRC_FCLK; in SYSTICK_ClockSourceConfig()

Completed in 12 milliseconds