Home
last modified time | relevance | path

Searched refs:NVIC_ST_CTRL (Results 1 – 10 of 10) sorted by relevance

/hal_ti-latest/simplelink/source/ti/devices/cc32xx/driverlib/
Dsystick.c79 HWREG(NVIC_ST_CTRL) |= NVIC_ST_CTRL_CLK_SRC | NVIC_ST_CTRL_ENABLE; in SysTickEnable()
98 HWREG(NVIC_ST_CTRL) &= ~(NVIC_ST_CTRL_ENABLE); in SysTickDisable()
128 HWREG(NVIC_ST_CTRL) |= NVIC_ST_CTRL_INTEN; in SysTickIntRegister()
150 HWREG(NVIC_ST_CTRL) &= ~(NVIC_ST_CTRL_INTEN); in SysTickIntUnregister()
178 HWREG(NVIC_ST_CTRL) |= NVIC_ST_CTRL_INTEN; in SysTickIntEnable()
197 HWREG(NVIC_ST_CTRL) &= ~(NVIC_ST_CTRL_INTEN); in SysTickIntDisable()
Dinterrupt.c504 HWREG(NVIC_ST_CTRL) |= NVIC_ST_CTRL_INTEN; in IntEnable()
576 HWREG(NVIC_ST_CTRL) &= ~(NVIC_ST_CTRL_INTEN); in IntDisable()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Dsystick.h96 HWREG(NVIC_ST_CTRL) |= (NVIC_ST_CTRL_CLK_SRC | NVIC_ST_CTRL_ENABLE); in SysTickEnable()
113 HWREG(NVIC_ST_CTRL) &= ~(NVIC_ST_CTRL_ENABLE); in SysTickDisable()
141 HWREG(NVIC_ST_CTRL) |= NVIC_ST_CTRL_INTEN; in SysTickIntRegister()
161 HWREG(NVIC_ST_CTRL) &= ~(NVIC_ST_CTRL_INTEN); in SysTickIntUnregister()
185 HWREG(NVIC_ST_CTRL) |= NVIC_ST_CTRL_INTEN; in SysTickIntEnable()
202 HWREG(NVIC_ST_CTRL) &= ~(NVIC_ST_CTRL_INTEN); in SysTickIntDisable()
Dinterrupt.c305 HWREG(NVIC_ST_CTRL) |= NVIC_ST_CTRL_INTEN; in IntEnable()
349 HWREG(NVIC_ST_CTRL) &= ~(NVIC_ST_CTRL_INTEN); in IntDisable()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Dsystick.h98 HWREG(NVIC_ST_CTRL) |= NVIC_ST_CTRL_CLK_SRC | NVIC_ST_CTRL_ENABLE; in SysTickEnable()
115 HWREG(NVIC_ST_CTRL) &= ~(NVIC_ST_CTRL_ENABLE); in SysTickDisable()
143 HWREG(NVIC_ST_CTRL) |= NVIC_ST_CTRL_INTEN; in SysTickIntRegister()
163 HWREG(NVIC_ST_CTRL) &= ~(NVIC_ST_CTRL_INTEN); in SysTickIntUnregister()
187 HWREG(NVIC_ST_CTRL) |= NVIC_ST_CTRL_INTEN; in SysTickIntEnable()
204 HWREG(NVIC_ST_CTRL) &= ~(NVIC_ST_CTRL_INTEN); in SysTickIntDisable()
Dinterrupt.c307 HWREG(NVIC_ST_CTRL) |= NVIC_ST_CTRL_INTEN; in IntEnable()
351 HWREG(NVIC_ST_CTRL) &= ~(NVIC_ST_CTRL_INTEN); in IntDisable()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/inc/
Dhw_nvic.h45 #define NVIC_ST_CTRL 0xE000E010 // SysTick Control and Status macro
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/inc/
Dhw_nvic.h47 #define NVIC_ST_CTRL 0xE000E010 // SysTick Control and Status macro
/hal_ti-latest/simplelink/source/ti/drivers/power/
DPowerCC32XX.c1210 HWREG(NVIC_ST_CTRL) = PowerCC32XX_contextSave.nvicRegs.systickCtrl; in restoreNVICRegs()
1274 PowerCC32XX_contextSave.nvicRegs.systickCtrl = HWREG(NVIC_ST_CTRL); in saveNVICRegs()
/hal_ti-latest/simplelink/source/ti/devices/cc32xx/inc/
Dhw_nvic.h50 #define NVIC_ST_CTRL 0xE000E010 // SysTick Control and Status macro