xPortSetInterruptMaskFromISR() function
Disable interrupts in a nested manner (meant to be called from ISRs) @warning Only applies to current CPU.
Syntax
static inline UBaseType_t xPortSetInterruptMaskFromISR(void); Return value
UBaseType_t Previous interrupt level
xPortSetInterruptMaskFromISR() is called by 18 functions:
![]()
xPortSetInterruptMaskFromISR()