/FreeRTOS-Kernel/portable/CCS/ARM_CM3/ |
A D | port.c | 161 static uint32_t ulMaxPRIGROUPValue = 0; variable 285 ulMaxPRIGROUPValue = 0; in xPortStartScheduler() 289 ulMaxPRIGROUPValue = portMAX_PRIGROUP_BITS - ulImplementedPrioBits; in xPortStartScheduler() 294 ulMaxPRIGROUPValue <<= portPRIGROUP_SHIFT; in xPortStartScheduler() 295 ulMaxPRIGROUPValue &= portPRIORITY_GROUP_MASK; in xPortStartScheduler() 689 configASSERT( ( portAIRCR_REG & portPRIORITY_GROUP_MASK ) <= ulMaxPRIGROUPValue ); in vPortValidateInterruptPriority()
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM3/ |
A D | port.c | 174 static uint32_t ulMaxPRIGROUPValue = 0; variable 325 ulMaxPRIGROUPValue = 0; in xPortStartScheduler() 329 ulMaxPRIGROUPValue = portMAX_PRIGROUP_BITS - ulImplementedPrioBits; in xPortStartScheduler() 334 ulMaxPRIGROUPValue <<= portPRIGROUP_SHIFT; in xPortStartScheduler() 335 ulMaxPRIGROUPValue &= portPRIORITY_GROUP_MASK; in xPortStartScheduler() 729 configASSERT( ( portAIRCR_REG & portPRIORITY_GROUP_MASK ) <= ulMaxPRIGROUPValue ); in vPortValidateInterruptPriority()
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM3/ |
A D | port.c | 173 static uint32_t ulMaxPRIGROUPValue = 0; variable 370 ulMaxPRIGROUPValue = 0; in xPortStartScheduler() 374 ulMaxPRIGROUPValue = portMAX_PRIGROUP_BITS - ulImplementedPrioBits; in xPortStartScheduler() 379 ulMaxPRIGROUPValue <<= portPRIGROUP_SHIFT; in xPortStartScheduler() 380 ulMaxPRIGROUPValue &= portPRIORITY_GROUP_MASK; in xPortStartScheduler() 819 configASSERT( ( portAIRCR_REG & portPRIORITY_GROUP_MASK ) <= ulMaxPRIGROUPValue ); in vPortValidateInterruptPriority()
|
/FreeRTOS-Kernel/portable/CCS/ARM_CM4F/ |
A D | port.c | 175 static uint32_t ulMaxPRIGROUPValue = 0; variable 304 ulMaxPRIGROUPValue = 0; in xPortStartScheduler() 308 ulMaxPRIGROUPValue = portMAX_PRIGROUP_BITS - ulImplementedPrioBits; in xPortStartScheduler() 313 ulMaxPRIGROUPValue <<= portPRIGROUP_SHIFT; in xPortStartScheduler() 314 ulMaxPRIGROUPValue &= portPRIORITY_GROUP_MASK; in xPortStartScheduler() 714 configASSERT( ( portAIRCR_REG & portPRIORITY_GROUP_MASK ) <= ulMaxPRIGROUPValue ); in vPortValidateInterruptPriority()
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM7/r0p1/ |
A D | port.c | 188 static uint32_t ulMaxPRIGROUPValue = 0; variable 351 ulMaxPRIGROUPValue = 0; in xPortStartScheduler() 355 ulMaxPRIGROUPValue = portMAX_PRIGROUP_BITS - ulImplementedPrioBits; in xPortStartScheduler() 360 ulMaxPRIGROUPValue <<= portPRIGROUP_SHIFT; in xPortStartScheduler() 361 ulMaxPRIGROUPValue &= portPRIORITY_GROUP_MASK; in xPortStartScheduler() 761 configASSERT( ( portAIRCR_REG & portPRIORITY_GROUP_MASK ) <= ulMaxPRIGROUPValue ); in vPortValidateInterruptPriority()
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM4F/ |
A D | port.c | 194 static uint32_t ulMaxPRIGROUPValue = 0; variable 363 ulMaxPRIGROUPValue = 0; in xPortStartScheduler() 367 ulMaxPRIGROUPValue = portMAX_PRIGROUP_BITS - ulImplementedPrioBits; in xPortStartScheduler() 372 ulMaxPRIGROUPValue <<= portPRIGROUP_SHIFT; in xPortStartScheduler() 373 ulMaxPRIGROUPValue &= portPRIORITY_GROUP_MASK; in xPortStartScheduler() 773 configASSERT( ( portAIRCR_REG & portPRIORITY_GROUP_MASK ) <= ulMaxPRIGROUPValue ); in vPortValidateInterruptPriority()
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM4F/ |
A D | port.c | 193 static uint32_t ulMaxPRIGROUPValue = 0; variable 413 ulMaxPRIGROUPValue = 0; in xPortStartScheduler() 417 ulMaxPRIGROUPValue = portMAX_PRIGROUP_BITS - ulImplementedPrioBits; in xPortStartScheduler() 422 ulMaxPRIGROUPValue <<= portPRIGROUP_SHIFT; in xPortStartScheduler() 423 ulMaxPRIGROUPValue &= portPRIORITY_GROUP_MASK; in xPortStartScheduler() 904 configASSERT( ( portAIRCR_REG & portPRIORITY_GROUP_MASK ) <= ulMaxPRIGROUPValue ); in vPortValidateInterruptPriority()
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM7/r0p1/ |
A D | port.c | 187 static uint32_t ulMaxPRIGROUPValue = 0; variable 401 ulMaxPRIGROUPValue = 0; in xPortStartScheduler() 405 ulMaxPRIGROUPValue = portMAX_PRIGROUP_BITS - ulImplementedPrioBits; in xPortStartScheduler() 410 ulMaxPRIGROUPValue <<= portPRIGROUP_SHIFT; in xPortStartScheduler() 411 ulMaxPRIGROUPValue &= portPRIORITY_GROUP_MASK; in xPortStartScheduler() 894 configASSERT( ( portAIRCR_REG & portPRIORITY_GROUP_MASK ) <= ulMaxPRIGROUPValue ); in vPortValidateInterruptPriority()
|
/FreeRTOS-Kernel/portable/RVDS/ARM_CM3/ |
A D | port.c | 168 static uint32_t ulMaxPRIGROUPValue = 0; variable 330 ulMaxPRIGROUPValue = 0; in xPortStartScheduler() 334 ulMaxPRIGROUPValue = portMAX_PRIGROUP_BITS - ulImplementedPrioBits; in xPortStartScheduler() 339 ulMaxPRIGROUPValue <<= portPRIGROUP_SHIFT; in xPortStartScheduler() 340 ulMaxPRIGROUPValue &= portPRIORITY_GROUP_MASK; in xPortStartScheduler() 790 configASSERT( ( portAIRCR_REG & portPRIORITY_GROUP_MASK ) <= ulMaxPRIGROUPValue ); in vPortValidateInterruptPriority()
|
/FreeRTOS-Kernel/portable/RVDS/ARM_CM4F/ |
A D | port.c | 188 static uint32_t ulMaxPRIGROUPValue = 0; variable 396 ulMaxPRIGROUPValue = 0; in xPortStartScheduler() 400 ulMaxPRIGROUPValue = portMAX_PRIGROUP_BITS - ulImplementedPrioBits; in xPortStartScheduler() 405 ulMaxPRIGROUPValue <<= portPRIGROUP_SHIFT; in xPortStartScheduler() 406 ulMaxPRIGROUPValue &= portPRIORITY_GROUP_MASK; in xPortStartScheduler() 886 configASSERT( ( portAIRCR_REG & portPRIORITY_GROUP_MASK ) <= ulMaxPRIGROUPValue ); in vPortValidateInterruptPriority()
|
/FreeRTOS-Kernel/portable/RVDS/ARM_CM7/r0p1/ |
A D | port.c | 182 static uint32_t ulMaxPRIGROUPValue = 0; variable 380 ulMaxPRIGROUPValue = 0; in xPortStartScheduler() 384 ulMaxPRIGROUPValue = portMAX_PRIGROUP_BITS - ulImplementedPrioBits; in xPortStartScheduler() 389 ulMaxPRIGROUPValue <<= portPRIGROUP_SHIFT; in xPortStartScheduler() 390 ulMaxPRIGROUPValue &= portPRIORITY_GROUP_MASK; in xPortStartScheduler() 872 configASSERT( ( portAIRCR_REG & portPRIORITY_GROUP_MASK ) <= ulMaxPRIGROUPValue ); in vPortValidateInterruptPriority()
|
/FreeRTOS-Kernel/portable/MikroC/ARM_CM4F/ |
A D | port.c | 189 static uint32_t ulMaxPRIGROUPValue = 0; variable 365 ulMaxPRIGROUPValue = 0; in xPortStartScheduler() 369 ulMaxPRIGROUPValue = portMAX_PRIGROUP_BITS - ulImplementedPrioBits; in xPortStartScheduler() 374 ulMaxPRIGROUPValue <<= portPRIGROUP_SHIFT; in xPortStartScheduler() 375 ulMaxPRIGROUPValue &= portPRIORITY_GROUP_MASK; in xPortStartScheduler() 912 configASSERT( ( portAIRCR_REG & portPRIORITY_GROUP_MASK ) <= ulMaxPRIGROUPValue ); in vPortValidateInterruptPriority()
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM4F_MPU/ |
A D | port.c | 319 static uint32_t ulMaxPRIGROUPValue = 0; variable 827 ulMaxPRIGROUPValue = 0; in xPortStartScheduler() 831 ulMaxPRIGROUPValue = portMAX_PRIGROUP_BITS - ulImplementedPrioBits; in xPortStartScheduler() 836 ulMaxPRIGROUPValue <<= portPRIGROUP_SHIFT; in xPortStartScheduler() 837 ulMaxPRIGROUPValue &= portPRIORITY_GROUP_MASK; in xPortStartScheduler() 1356 configASSERT( ( portAIRCR_REG & portPRIORITY_GROUP_MASK ) <= ulMaxPRIGROUPValue ); in vPortValidateInterruptPriority()
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM3_MPU/ |
A D | port.c | 283 static uint32_t ulMaxPRIGROUPValue = 0; variable 844 ulMaxPRIGROUPValue = 0; in xPortStartScheduler() 848 ulMaxPRIGROUPValue = portMAX_PRIGROUP_BITS - ulImplementedPrioBits; in xPortStartScheduler() 853 ulMaxPRIGROUPValue <<= portPRIGROUP_SHIFT; in xPortStartScheduler() 854 ulMaxPRIGROUPValue &= portPRIORITY_GROUP_MASK; in xPortStartScheduler() 1476 configASSERT( ( portAIRCR_REG & portPRIORITY_GROUP_MASK ) <= ulMaxPRIGROUPValue ); in vPortValidateInterruptPriority()
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM4_MPU/ |
A D | port.c | 308 static uint32_t ulMaxPRIGROUPValue = 0; variable 930 ulMaxPRIGROUPValue = 0; in xPortStartScheduler() 934 ulMaxPRIGROUPValue = portMAX_PRIGROUP_BITS - ulImplementedPrioBits; in xPortStartScheduler() 939 ulMaxPRIGROUPValue <<= portPRIGROUP_SHIFT; in xPortStartScheduler() 940 ulMaxPRIGROUPValue &= portPRIORITY_GROUP_MASK; in xPortStartScheduler() 1619 configASSERT( ( portAIRCR_REG & portPRIORITY_GROUP_MASK ) <= ulMaxPRIGROUPValue ); in vPortValidateInterruptPriority()
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM85/non_secure/ |
A D | port.c | 572 static uint32_t ulMaxPRIGROUPValue = 0; variable 1792 ulMaxPRIGROUPValue = 0; in xPortStartScheduler() 1796 ulMaxPRIGROUPValue = portMAX_PRIGROUP_BITS - ulImplementedPrioBits; in xPortStartScheduler() 1801 ulMaxPRIGROUPValue <<= portPRIGROUP_SHIFT; in xPortStartScheduler() 1802 ulMaxPRIGROUPValue &= portPRIORITY_GROUP_MASK; in xPortStartScheduler() 2138 configASSERT( ( portAIRCR_REG & portPRIORITY_GROUP_MASK ) <= ulMaxPRIGROUPValue ); in vPortValidateInterruptPriority()
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM85_NTZ/non_secure/ |
A D | port.c | 572 static uint32_t ulMaxPRIGROUPValue = 0; variable 1792 ulMaxPRIGROUPValue = 0; in xPortStartScheduler() 1796 ulMaxPRIGROUPValue = portMAX_PRIGROUP_BITS - ulImplementedPrioBits; in xPortStartScheduler() 1801 ulMaxPRIGROUPValue <<= portPRIGROUP_SHIFT; in xPortStartScheduler() 1802 ulMaxPRIGROUPValue &= portPRIORITY_GROUP_MASK; in xPortStartScheduler() 2138 configASSERT( ( portAIRCR_REG & portPRIORITY_GROUP_MASK ) <= ulMaxPRIGROUPValue ); in vPortValidateInterruptPriority()
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM23/non_secure/ |
A D | port.c | 572 static uint32_t ulMaxPRIGROUPValue = 0; variable 1792 ulMaxPRIGROUPValue = 0; in xPortStartScheduler() 1796 ulMaxPRIGROUPValue = portMAX_PRIGROUP_BITS - ulImplementedPrioBits; in xPortStartScheduler() 1801 ulMaxPRIGROUPValue <<= portPRIGROUP_SHIFT; in xPortStartScheduler() 1802 ulMaxPRIGROUPValue &= portPRIORITY_GROUP_MASK; in xPortStartScheduler() 2138 configASSERT( ( portAIRCR_REG & portPRIORITY_GROUP_MASK ) <= ulMaxPRIGROUPValue ); in vPortValidateInterruptPriority()
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM23_NTZ/non_secure/ |
A D | port.c | 572 static uint32_t ulMaxPRIGROUPValue = 0; variable 1792 ulMaxPRIGROUPValue = 0; in xPortStartScheduler() 1796 ulMaxPRIGROUPValue = portMAX_PRIGROUP_BITS - ulImplementedPrioBits; in xPortStartScheduler() 1801 ulMaxPRIGROUPValue <<= portPRIGROUP_SHIFT; in xPortStartScheduler() 1802 ulMaxPRIGROUPValue &= portPRIORITY_GROUP_MASK; in xPortStartScheduler() 2138 configASSERT( ( portAIRCR_REG & portPRIORITY_GROUP_MASK ) <= ulMaxPRIGROUPValue ); in vPortValidateInterruptPriority()
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM33/non_secure/ |
A D | port.c | 572 static uint32_t ulMaxPRIGROUPValue = 0; variable 1792 ulMaxPRIGROUPValue = 0; in xPortStartScheduler() 1796 ulMaxPRIGROUPValue = portMAX_PRIGROUP_BITS - ulImplementedPrioBits; in xPortStartScheduler() 1801 ulMaxPRIGROUPValue <<= portPRIGROUP_SHIFT; in xPortStartScheduler() 1802 ulMaxPRIGROUPValue &= portPRIORITY_GROUP_MASK; in xPortStartScheduler() 2138 configASSERT( ( portAIRCR_REG & portPRIORITY_GROUP_MASK ) <= ulMaxPRIGROUPValue ); in vPortValidateInterruptPriority()
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM33_NTZ/non_secure/ |
A D | port.c | 572 static uint32_t ulMaxPRIGROUPValue = 0; variable 1792 ulMaxPRIGROUPValue = 0; in xPortStartScheduler() 1796 ulMaxPRIGROUPValue = portMAX_PRIGROUP_BITS - ulImplementedPrioBits; in xPortStartScheduler() 1801 ulMaxPRIGROUPValue <<= portPRIGROUP_SHIFT; in xPortStartScheduler() 1802 ulMaxPRIGROUPValue &= portPRIORITY_GROUP_MASK; in xPortStartScheduler() 2138 configASSERT( ( portAIRCR_REG & portPRIORITY_GROUP_MASK ) <= ulMaxPRIGROUPValue ); in vPortValidateInterruptPriority()
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM35P/non_secure/ |
A D | port.c | 572 static uint32_t ulMaxPRIGROUPValue = 0; variable 1792 ulMaxPRIGROUPValue = 0; in xPortStartScheduler() 1796 ulMaxPRIGROUPValue = portMAX_PRIGROUP_BITS - ulImplementedPrioBits; in xPortStartScheduler() 1801 ulMaxPRIGROUPValue <<= portPRIGROUP_SHIFT; in xPortStartScheduler() 1802 ulMaxPRIGROUPValue &= portPRIORITY_GROUP_MASK; in xPortStartScheduler() 2138 configASSERT( ( portAIRCR_REG & portPRIORITY_GROUP_MASK ) <= ulMaxPRIGROUPValue ); in vPortValidateInterruptPriority()
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM35P_NTZ/non_secure/ |
A D | port.c | 572 static uint32_t ulMaxPRIGROUPValue = 0; variable 1792 ulMaxPRIGROUPValue = 0; in xPortStartScheduler() 1796 ulMaxPRIGROUPValue = portMAX_PRIGROUP_BITS - ulImplementedPrioBits; in xPortStartScheduler() 1801 ulMaxPRIGROUPValue <<= portPRIGROUP_SHIFT; in xPortStartScheduler() 1802 ulMaxPRIGROUPValue &= portPRIORITY_GROUP_MASK; in xPortStartScheduler() 2138 configASSERT( ( portAIRCR_REG & portPRIORITY_GROUP_MASK ) <= ulMaxPRIGROUPValue ); in vPortValidateInterruptPriority()
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM55/non_secure/ |
A D | port.c | 572 static uint32_t ulMaxPRIGROUPValue = 0; variable 1792 ulMaxPRIGROUPValue = 0; in xPortStartScheduler() 1796 ulMaxPRIGROUPValue = portMAX_PRIGROUP_BITS - ulImplementedPrioBits; in xPortStartScheduler() 1801 ulMaxPRIGROUPValue <<= portPRIGROUP_SHIFT; in xPortStartScheduler() 1802 ulMaxPRIGROUPValue &= portPRIORITY_GROUP_MASK; in xPortStartScheduler() 2138 configASSERT( ( portAIRCR_REG & portPRIORITY_GROUP_MASK ) <= ulMaxPRIGROUPValue ); in vPortValidateInterruptPriority()
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM55_NTZ/non_secure/ |
A D | port.c | 572 static uint32_t ulMaxPRIGROUPValue = 0; variable 1792 ulMaxPRIGROUPValue = 0; in xPortStartScheduler() 1796 ulMaxPRIGROUPValue = portMAX_PRIGROUP_BITS - ulImplementedPrioBits; in xPortStartScheduler() 1801 ulMaxPRIGROUPValue <<= portPRIGROUP_SHIFT; in xPortStartScheduler() 1802 ulMaxPRIGROUPValue &= portPRIORITY_GROUP_MASK; in xPortStartScheduler() 2138 configASSERT( ( portAIRCR_REG & portPRIORITY_GROUP_MASK ) <= ulMaxPRIGROUPValue ); in vPortValidateInterruptPriority()
|