Home
last modified time | relevance | path

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

/external/platform/stellaris/ti-driverlib/driverlib/
A Dsystick.c78 HWREG(NVIC_ST_CTRL) |= NVIC_ST_CTRL_CLK_SRC | NVIC_ST_CTRL_ENABLE; in SysTickEnable()
97 HWREG(NVIC_ST_CTRL) &= ~(NVIC_ST_CTRL_ENABLE); in SysTickDisable()
/external/platform/cc13xx/cc13xxware/driverlib/
A Dsystick.h100 HWREG(NVIC_ST_CTRL) |= NVIC_ST_CTRL_CLK_SRC | NVIC_ST_CTRL_ENABLE; in SysTickEnable()
119 HWREG(NVIC_ST_CTRL) &= ~(NVIC_ST_CTRL_ENABLE); in SysTickDisable()
/external/platform/cc13xx/cc13xxware/inc/
A Dhw_nvic.h138 #define NVIC_ST_CTRL_ENABLE 0x00000001 // Enable macro
/external/platform/stellaris/ti-driverlib/inc/
A Dhw_nvic.h185 #define NVIC_ST_CTRL_ENABLE 0x00000001 // Enable macro

Completed in 16 milliseconds