Searched refs:portENABLE_INTERRUPTS (Results 1 – 4 of 4) sorted by relevance
157 #define portENABLE_INTERRUPTS() __asm volatile( "csrs mstatus, 8" ) macro
1249 portENABLE_INTERRUPTS(); in rtos_start_int()
258 #define portENABLE_INTERRUPTS() do { portbenchmarkINTERRUPT_RESTORE(0); XTOS_SET_INTLEVEL(0);… macro
231 #define taskENABLE_INTERRUPTS() portENABLE_INTERRUPTS()