Searched defs:portDISABLE_INTERRUPTS (Results 1 – 2 of 2) sorted by relevance
344 #define portDISABLE_INTERRUPTS() portSET_INTERRUPT_MASK_FROM_ISR() macro
449 #define portDISABLE_INTERRUPTS() do { XTOS_SET_INTLEVEL(XCHAL_EXCM_LEVEL); portbenchmark… macro