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

ulMaxPRIGROUPValue variable

Syntax

static uint32_t ulMaxPRIGROUPValue = 0;

References

LocationReferrerText
port.c:199
static uint32_t ulMaxPRIGROUPValue = 0;
port.c:408xPortStartScheduler()
ulMaxPRIGROUPValue = portMAX_PRIGROUP_BITS;
port.c:411xPortStartScheduler()
ulMaxPRIGROUPValue--;
port.c:429xPortStartScheduler()
configASSERT( ( portMAX_PRIGROUP_BITS - ulMaxPRIGROUPValue ) == configPRIO_BITS );
port.c:435xPortStartScheduler()
ulMaxPRIGROUPValue <<= portPRIGROUP_SHIFT;
port.c:436xPortStartScheduler()
ulMaxPRIGROUPValue &= portPRIORITY_GROUP_MASK;
port.c:927vPortValidateInterruptPriority()
configASSERT( ( portAIRCR_REG & portPRIORITY_GROUP_MASK ) <= ulMaxPRIGROUPValue );

Data Use

Functions writing ulMaxPRIGROUPValue
Functions reading ulMaxPRIGROUPValue
all items filtered out
ulMaxPRIGROUPValue
Type of ulMaxPRIGROUPValue
ulMaxPRIGROUPValue
uint32_t
all items filtered out