Home
last modified time | relevance | path

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

/external/platform/stellaris/ti-driverlib/driverlib/
A Dfpu.c124 HWREG(NVIC_FPCC) = (HWREG(NVIC_FPCC) & ~NVIC_FPCC_LSPEN) | NVIC_FPCC_ASPEN; in FPUStackingEnable()
155 HWREG(NVIC_FPCC) |= NVIC_FPCC_ASPEN | NVIC_FPCC_LSPEN; in FPULazyStackingEnable()
177 HWREG(NVIC_FPCC) &= ~(NVIC_FPCC_ASPEN | NVIC_FPCC_LSPEN); in FPUStackingDisable()
/external/platform/stellaris/ti-driverlib/inc/
A Dhw_nvic.h1682 #define NVIC_FPCC_ASPEN 0x80000000 // Automatic State Preservation macro

Completed in 11 milliseconds