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
Examples
xPortSetInterruptMaskFromISR() is referenced by 1 libraries and example projects: