Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/driverlib/
Dsystick.h137 HWREG(SYSTICK_BASE + SYSTICK_O_CSR) |= SYSTICK_CSR_TICKINT; in SysTickRegisterInt()
156 HWREG(SYSTICK_BASE + SYSTICK_O_CSR) &= ~(SYSTICK_CSR_TICKINT); in SysTickUnregisterInt()
179 HWREG(SYSTICK_BASE + SYSTICK_O_CSR) |= SYSTICK_CSR_TICKINT; in SysTickEnableInt()
195 HWREG(SYSTICK_BASE + SYSTICK_O_CSR) &= ~(SYSTICK_CSR_TICKINT); in SysTickDisableInt()
/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/inc/
Dhw_systick.h82 #define SYSTICK_CSR_TICKINT 0x00000002U macro