FreeRTOS + 0/9 examples
CodeScope will show references to portPRIVILEGE_BIT from the following samples and libraries:
Examples
STM32446E_EVAL
Applications
FreeRTOS
STM32469I-Discovery
Applications
FreeRTOS
STM32469I_EVAL
Applications
FreeRTOS
STM324x9I_EVAL
Applications
FreeRTOS
STM324xG_EVAL
Applications
FreeRTOS
STM32F412G-Discovery
Applications
FreeRTOS
STM32F413H-Discovery
Applications
FreeRTOS
STM32F413ZH-Nucleo
Applications
FreeRTOS
STM32F429I-Discovery
Applications
FreeRTOS
 
Symbols
loading...
Files
loading...

portPRIVILEGE_BIT macro

Syntax

#define portPRIVILEGE_BIT ( ( UBaseType_t ) 0x00 )

Examples

portPRIVILEGE_BIT is referenced by 9 libraries and example projects.

References

LocationText
FreeRTOS.h:742
#define portPRIVILEGE_BIT ( ( UBaseType_t ) 0x00 )
portmacro.h:74
#define portPRIVILEGE_BIT ( 0x80000000UL )
FreeRTOS.h:741
#ifndef portPRIVILEGE_BIT
tasks.c:839
if( ( uxPriority & portPRIVILEGE_BIT ) != 0U )
tasks.c:847
uxPriority &= ~portPRIVILEGE_BIT;
tasks.c:2013
portPRIVILEGE_BIT, /* In effect ( tskIDLE_PRIORITY | portPRIVILEGE_BIT ), but tskIDLE_PRIORITY is zero. */
timers.c:265
( ( UBaseType_t ) configTIMER_TASK_PRIORITY ) | portPRIVILEGE_BIT,