Searched defs:portDISABLE_INTERRUPTS (Results 1 – 2 of 2) sorted by relevance
156 #define portDISABLE_INTERRUPTS() __asm volatile( "csrc mstatus, 8" ) macro
257 #define portDISABLE_INTERRUPTS() do { XTOS_SET_INTLEVEL(XCHAL_EXCM_LEVEL); portbenchmarkINTERR… macro