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

portMAX_PRIGROUP_BITS macro

Syntax

#define portMAX_PRIGROUP_BITS ( ( uint8_t ) 7 )

References

LocationText
port.c:77
#define portMAX_PRIGROUP_BITS ( ( uint8_t ) 7 )
port.c:103
#define portMAX_PRIGROUP_BITS ( ( uint8_t ) 7 )
port.c:325
ulMaxPRIGROUPValue = portMAX_PRIGROUP_BITS;
port.c:346
configASSERT( ( portMAX_PRIGROUP_BITS - ulMaxPRIGROUPValue ) == configPRIO_BITS );
port.c:408
ulMaxPRIGROUPValue = portMAX_PRIGROUP_BITS;
port.c:429
configASSERT( ( portMAX_PRIGROUP_BITS - ulMaxPRIGROUPValue ) == configPRIO_BITS );