Home
last modified time | relevance | path

Searched refs:SYSTICK_CSR_ENABLE (Results 1 – 2 of 2) sorted by relevance

/bsp/yichip/yc3121-pos/Libraries/sdk/
A Dyc_systick.c19 *SYSTICK_CSR &= ~(((uint32_t)1) << SYSTICK_CSR_ENABLE); in Systick_Dealy_Ms()
22 *SYSTICK_CSR |= ((SYSTICK_SYSCLOCK << SYSTICK_CSR_CLKSOURCE) | (1 << SYSTICK_CSR_ENABLE)); in Systick_Dealy_Ms()
34 *SYSTICK_CSR &= ~(((uint32_t)1) << SYSTICK_CSR_ENABLE); in SysTick_Config()
41 (1 << SYSTICK_CSR_ENABLE) | in SysTick_Config()
/bsp/yichip/yc3121-pos/Libraries/core/
A Dyc3121.h372 #define SYSTICK_CSR_ENABLE 0 macro

Completed in 8 milliseconds