portPRIORITY_GROUP_MASK is only used within FreeRTOS.
 
Symbols
loading...
Files
loading...

portPRIORITY_GROUP_MASK macro

Syntax

#define portPRIORITY_GROUP_MASK ( 0x07UL << 8UL )

References

LocationText
port.c:78
#define portPRIORITY_GROUP_MASK ( 0x07UL << 8UL )
port.c:104
#define portPRIORITY_GROUP_MASK ( 0x07UL << 8UL )
port.c:353
ulMaxPRIGROUPValue &= portPRIORITY_GROUP_MASK;
port.c:770
configASSERT( ( portAIRCR_REG & portPRIORITY_GROUP_MASK ) <= ulMaxPRIGROUPValue );
port.c:436
ulMaxPRIGROUPValue &= portPRIORITY_GROUP_MASK;
port.c:927
configASSERT( ( portAIRCR_REG & portPRIORITY_GROUP_MASK ) <= ulMaxPRIGROUPValue );