xIsPrivileged() function
Checks whether or not the processor is privileged.
Return value
1 if the processor is already privileged, 0 otherwise.
![]()
BaseType_t xIsPrivileged( void ) __attribute__ (( naked ));
xIsPrivileged() is called by 1 function:
![]()
xIsPrivileged()