Searched refs:AM_REG_SYSTICK_SYSTCSR_ENABLE_M (Results 1 – 2 of 2) sorted by relevance
82 AM_REG(SYSTICK, SYSTCSR) |= AM_REG_SYSTICK_SYSTCSR_ENABLE_M; in am_hal_systick_start()105 AM_REG(SYSTICK, SYSTCSR) &= ~AM_REG_SYSTICK_SYSTCSR_ENABLE_M; in am_hal_systick_stop()259 AM_REG(SYSTICK, SYSTCSR) = AM_REG_SYSTICK_SYSTCSR_ENABLE_M; in am_hal_systick_wait_ticks()
86 #define AM_REG_SYSTICK_SYSTCSR_ENABLE_M 0x00000001 macro
Completed in 4 milliseconds