/Kernel-v10.6.2/portable/CCS/ARM_CM3/ |
HD | 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() 682 configASSERT( ( portAIRCR_REG & portPRIORITY_GROUP_MASK ) <= ulMaxPRIGROUPValue ); in vPortValidateInterruptPriority()
|
/Kernel-v10.6.2/portable/IAR/ARM_CM3/ |
HD | port.c | 160 static uint32_t ulMaxPRIGROUPValue = 0; variable 277 ulMaxPRIGROUPValue = 0; in xPortStartScheduler() 281 ulMaxPRIGROUPValue = portMAX_PRIGROUP_BITS - ulImplementedPrioBits; in xPortStartScheduler() 286 ulMaxPRIGROUPValue <<= portPRIGROUP_SHIFT; in xPortStartScheduler() 287 ulMaxPRIGROUPValue &= portPRIORITY_GROUP_MASK; in xPortStartScheduler() 672 configASSERT( ( portAIRCR_REG & portPRIORITY_GROUP_MASK ) <= ulMaxPRIGROUPValue ); in vPortValidateInterruptPriority()
|
/Kernel-v10.6.2/portable/IAR/ARM_CM4F/ |
HD | port.c | 180 static uint32_t ulMaxPRIGROUPValue = 0; variable 315 ulMaxPRIGROUPValue = 0; in xPortStartScheduler() 319 ulMaxPRIGROUPValue = portMAX_PRIGROUP_BITS - ulImplementedPrioBits; in xPortStartScheduler() 324 ulMaxPRIGROUPValue <<= portPRIGROUP_SHIFT; in xPortStartScheduler() 325 ulMaxPRIGROUPValue &= portPRIORITY_GROUP_MASK; in xPortStartScheduler() 716 configASSERT( ( portAIRCR_REG & portPRIORITY_GROUP_MASK ) <= ulMaxPRIGROUPValue ); in vPortValidateInterruptPriority()
|
/Kernel-v10.6.2/portable/GCC/ARM_CM3/ |
HD | port.c | 164 static uint32_t ulMaxPRIGROUPValue = 0; variable 328 ulMaxPRIGROUPValue = 0; in xPortStartScheduler() 332 ulMaxPRIGROUPValue = portMAX_PRIGROUP_BITS - ulImplementedPrioBits; in xPortStartScheduler() 337 ulMaxPRIGROUPValue <<= portPRIGROUP_SHIFT; in xPortStartScheduler() 338 ulMaxPRIGROUPValue &= portPRIORITY_GROUP_MASK; in xPortStartScheduler() 769 configASSERT( ( portAIRCR_REG & portPRIORITY_GROUP_MASK ) <= ulMaxPRIGROUPValue ); in vPortValidateInterruptPriority()
|
/Kernel-v10.6.2/portable/IAR/ARM_CM7/r0p1/ |
HD | port.c | 174 static uint32_t ulMaxPRIGROUPValue = 0; variable 303 ulMaxPRIGROUPValue = 0; in xPortStartScheduler() 307 ulMaxPRIGROUPValue = portMAX_PRIGROUP_BITS - ulImplementedPrioBits; in xPortStartScheduler() 312 ulMaxPRIGROUPValue <<= portPRIGROUP_SHIFT; in xPortStartScheduler() 313 ulMaxPRIGROUPValue &= portPRIORITY_GROUP_MASK; in xPortStartScheduler() 704 configASSERT( ( portAIRCR_REG & portPRIORITY_GROUP_MASK ) <= ulMaxPRIGROUPValue ); in vPortValidateInterruptPriority()
|
/Kernel-v10.6.2/portable/CCS/ARM_CM4F/ |
HD | 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() 707 configASSERT( ( portAIRCR_REG & portPRIORITY_GROUP_MASK ) <= ulMaxPRIGROUPValue ); in vPortValidateInterruptPriority()
|
/Kernel-v10.6.2/portable/GCC/ARM_CM7/r0p1/ |
HD | port.c | 178 static uint32_t ulMaxPRIGROUPValue = 0; variable 359 ulMaxPRIGROUPValue = 0; in xPortStartScheduler() 363 ulMaxPRIGROUPValue = portMAX_PRIGROUP_BITS - ulImplementedPrioBits; in xPortStartScheduler() 368 ulMaxPRIGROUPValue <<= portPRIGROUP_SHIFT; in xPortStartScheduler() 369 ulMaxPRIGROUPValue &= portPRIORITY_GROUP_MASK; in xPortStartScheduler() 844 configASSERT( ( portAIRCR_REG & portPRIORITY_GROUP_MASK ) <= ulMaxPRIGROUPValue ); in vPortValidateInterruptPriority()
|
/Kernel-v10.6.2/portable/GCC/ARM_CM4F/ |
HD | port.c | 184 static uint32_t ulMaxPRIGROUPValue = 0; variable 371 ulMaxPRIGROUPValue = 0; in xPortStartScheduler() 375 ulMaxPRIGROUPValue = portMAX_PRIGROUP_BITS - ulImplementedPrioBits; in xPortStartScheduler() 380 ulMaxPRIGROUPValue <<= portPRIGROUP_SHIFT; in xPortStartScheduler() 381 ulMaxPRIGROUPValue &= portPRIORITY_GROUP_MASK; in xPortStartScheduler() 854 configASSERT( ( portAIRCR_REG & portPRIORITY_GROUP_MASK ) <= ulMaxPRIGROUPValue ); in vPortValidateInterruptPriority()
|
/Kernel-v10.6.2/portable/RVDS/ARM_CM3/ |
HD | 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() 783 configASSERT( ( portAIRCR_REG & portPRIORITY_GROUP_MASK ) <= ulMaxPRIGROUPValue ); in vPortValidateInterruptPriority()
|
/Kernel-v10.6.2/portable/RVDS/ARM_CM4F/ |
HD | 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() 879 configASSERT( ( portAIRCR_REG & portPRIORITY_GROUP_MASK ) <= ulMaxPRIGROUPValue ); in vPortValidateInterruptPriority()
|
/Kernel-v10.6.2/portable/RVDS/ARM_CM7/r0p1/ |
HD | 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() 865 configASSERT( ( portAIRCR_REG & portPRIORITY_GROUP_MASK ) <= ulMaxPRIGROUPValue ); in vPortValidateInterruptPriority()
|
/Kernel-v10.6.2/portable/MikroC/ARM_CM4F/ |
HD | 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() 905 configASSERT( ( portAIRCR_REG & portPRIORITY_GROUP_MASK ) <= ulMaxPRIGROUPValue ); in vPortValidateInterruptPriority()
|
/Kernel-v10.6.2/portable/IAR/ARM_CM4F_MPU/ |
HD | port.c | 302 static uint32_t ulMaxPRIGROUPValue = 0; variable 767 ulMaxPRIGROUPValue = 0; in xPortStartScheduler() 771 ulMaxPRIGROUPValue = portMAX_PRIGROUP_BITS - ulImplementedPrioBits; in xPortStartScheduler() 776 ulMaxPRIGROUPValue <<= portPRIGROUP_SHIFT; in xPortStartScheduler() 777 ulMaxPRIGROUPValue &= portPRIORITY_GROUP_MASK; in xPortStartScheduler() 1275 configASSERT( ( portAIRCR_REG & portPRIORITY_GROUP_MASK ) <= ulMaxPRIGROUPValue ); in vPortValidateInterruptPriority()
|
/Kernel-v10.6.2/portable/GCC/ARM_CM4_MPU/ |
HD | port.c | 296 static uint32_t ulMaxPRIGROUPValue = 0; variable 889 ulMaxPRIGROUPValue = 0; in xPortStartScheduler() 893 ulMaxPRIGROUPValue = portMAX_PRIGROUP_BITS - ulImplementedPrioBits; in xPortStartScheduler() 898 ulMaxPRIGROUPValue <<= portPRIGROUP_SHIFT; in xPortStartScheduler() 899 ulMaxPRIGROUPValue &= portPRIORITY_GROUP_MASK; in xPortStartScheduler() 1551 configASSERT( ( portAIRCR_REG & portPRIORITY_GROUP_MASK ) <= ulMaxPRIGROUPValue ); in vPortValidateInterruptPriority()
|
/Kernel-v10.6.2/portable/GCC/ARM_CM3_MPU/ |
HD | port.c | 271 static uint32_t ulMaxPRIGROUPValue = 0; variable 802 ulMaxPRIGROUPValue = 0; in xPortStartScheduler() 806 ulMaxPRIGROUPValue = portMAX_PRIGROUP_BITS - ulImplementedPrioBits; in xPortStartScheduler() 811 ulMaxPRIGROUPValue <<= portPRIGROUP_SHIFT; in xPortStartScheduler() 812 ulMaxPRIGROUPValue &= portPRIORITY_GROUP_MASK; in xPortStartScheduler() 1380 configASSERT( ( portAIRCR_REG & portPRIORITY_GROUP_MASK ) <= ulMaxPRIGROUPValue ); in vPortValidateInterruptPriority()
|
/Kernel-v10.6.2/portable/IAR/ARM_CM85_NTZ/non_secure/ |
HD | port.c | 507 static uint32_t ulMaxPRIGROUPValue = 0; variable 1627 ulMaxPRIGROUPValue = 0; in xPortStartScheduler() 1631 ulMaxPRIGROUPValue = portMAX_PRIGROUP_BITS - ulImplementedPrioBits; in xPortStartScheduler() 1636 ulMaxPRIGROUPValue <<= portPRIGROUP_SHIFT; in xPortStartScheduler() 1637 ulMaxPRIGROUPValue &= portPRIORITY_GROUP_MASK; in xPortStartScheduler() 1944 configASSERT( ( portAIRCR_REG & portPRIORITY_GROUP_MASK ) <= ulMaxPRIGROUPValue ); in vPortValidateInterruptPriority()
|
/Kernel-v10.6.2/portable/GCC/ARM_CM55_NTZ/non_secure/ |
HD | port.c | 507 static uint32_t ulMaxPRIGROUPValue = 0; variable 1627 ulMaxPRIGROUPValue = 0; in xPortStartScheduler() 1631 ulMaxPRIGROUPValue = portMAX_PRIGROUP_BITS - ulImplementedPrioBits; in xPortStartScheduler() 1636 ulMaxPRIGROUPValue <<= portPRIGROUP_SHIFT; in xPortStartScheduler() 1637 ulMaxPRIGROUPValue &= portPRIORITY_GROUP_MASK; in xPortStartScheduler() 1944 configASSERT( ( portAIRCR_REG & portPRIORITY_GROUP_MASK ) <= ulMaxPRIGROUPValue ); in vPortValidateInterruptPriority()
|
/Kernel-v10.6.2/portable/GCC/ARM_CM85/non_secure/ |
HD | port.c | 507 static uint32_t ulMaxPRIGROUPValue = 0; variable 1627 ulMaxPRIGROUPValue = 0; in xPortStartScheduler() 1631 ulMaxPRIGROUPValue = portMAX_PRIGROUP_BITS - ulImplementedPrioBits; in xPortStartScheduler() 1636 ulMaxPRIGROUPValue <<= portPRIGROUP_SHIFT; in xPortStartScheduler() 1637 ulMaxPRIGROUPValue &= portPRIORITY_GROUP_MASK; in xPortStartScheduler() 1944 configASSERT( ( portAIRCR_REG & portPRIORITY_GROUP_MASK ) <= ulMaxPRIGROUPValue ); in vPortValidateInterruptPriority()
|
/Kernel-v10.6.2/portable/GCC/ARM_CM85_NTZ/non_secure/ |
HD | port.c | 507 static uint32_t ulMaxPRIGROUPValue = 0; variable 1627 ulMaxPRIGROUPValue = 0; in xPortStartScheduler() 1631 ulMaxPRIGROUPValue = portMAX_PRIGROUP_BITS - ulImplementedPrioBits; in xPortStartScheduler() 1636 ulMaxPRIGROUPValue <<= portPRIGROUP_SHIFT; in xPortStartScheduler() 1637 ulMaxPRIGROUPValue &= portPRIORITY_GROUP_MASK; in xPortStartScheduler() 1944 configASSERT( ( portAIRCR_REG & portPRIORITY_GROUP_MASK ) <= ulMaxPRIGROUPValue ); in vPortValidateInterruptPriority()
|
/Kernel-v10.6.2/portable/GCC/ARM_CM35P_NTZ/non_secure/ |
HD | port.c | 507 static uint32_t ulMaxPRIGROUPValue = 0; variable 1627 ulMaxPRIGROUPValue = 0; in xPortStartScheduler() 1631 ulMaxPRIGROUPValue = portMAX_PRIGROUP_BITS - ulImplementedPrioBits; in xPortStartScheduler() 1636 ulMaxPRIGROUPValue <<= portPRIGROUP_SHIFT; in xPortStartScheduler() 1637 ulMaxPRIGROUPValue &= portPRIORITY_GROUP_MASK; in xPortStartScheduler() 1944 configASSERT( ( portAIRCR_REG & portPRIORITY_GROUP_MASK ) <= ulMaxPRIGROUPValue ); in vPortValidateInterruptPriority()
|
/Kernel-v10.6.2/portable/GCC/ARM_CM55/non_secure/ |
HD | port.c | 507 static uint32_t ulMaxPRIGROUPValue = 0; variable 1627 ulMaxPRIGROUPValue = 0; in xPortStartScheduler() 1631 ulMaxPRIGROUPValue = portMAX_PRIGROUP_BITS - ulImplementedPrioBits; in xPortStartScheduler() 1636 ulMaxPRIGROUPValue <<= portPRIGROUP_SHIFT; in xPortStartScheduler() 1637 ulMaxPRIGROUPValue &= portPRIORITY_GROUP_MASK; in xPortStartScheduler() 1944 configASSERT( ( portAIRCR_REG & portPRIORITY_GROUP_MASK ) <= ulMaxPRIGROUPValue ); in vPortValidateInterruptPriority()
|
/Kernel-v10.6.2/portable/GCC/ARM_CM23/non_secure/ |
HD | port.c | 507 static uint32_t ulMaxPRIGROUPValue = 0; variable 1627 ulMaxPRIGROUPValue = 0; in xPortStartScheduler() 1631 ulMaxPRIGROUPValue = portMAX_PRIGROUP_BITS - ulImplementedPrioBits; in xPortStartScheduler() 1636 ulMaxPRIGROUPValue <<= portPRIGROUP_SHIFT; in xPortStartScheduler() 1637 ulMaxPRIGROUPValue &= portPRIORITY_GROUP_MASK; in xPortStartScheduler() 1944 configASSERT( ( portAIRCR_REG & portPRIORITY_GROUP_MASK ) <= ulMaxPRIGROUPValue ); in vPortValidateInterruptPriority()
|
/Kernel-v10.6.2/portable/IAR/ARM_CM35P/non_secure/ |
HD | port.c | 507 static uint32_t ulMaxPRIGROUPValue = 0; variable 1627 ulMaxPRIGROUPValue = 0; in xPortStartScheduler() 1631 ulMaxPRIGROUPValue = portMAX_PRIGROUP_BITS - ulImplementedPrioBits; in xPortStartScheduler() 1636 ulMaxPRIGROUPValue <<= portPRIGROUP_SHIFT; in xPortStartScheduler() 1637 ulMaxPRIGROUPValue &= portPRIORITY_GROUP_MASK; in xPortStartScheduler() 1944 configASSERT( ( portAIRCR_REG & portPRIORITY_GROUP_MASK ) <= ulMaxPRIGROUPValue ); in vPortValidateInterruptPriority()
|
/Kernel-v10.6.2/portable/IAR/ARM_CM35P_NTZ/non_secure/ |
HD | port.c | 507 static uint32_t ulMaxPRIGROUPValue = 0; variable 1627 ulMaxPRIGROUPValue = 0; in xPortStartScheduler() 1631 ulMaxPRIGROUPValue = portMAX_PRIGROUP_BITS - ulImplementedPrioBits; in xPortStartScheduler() 1636 ulMaxPRIGROUPValue <<= portPRIGROUP_SHIFT; in xPortStartScheduler() 1637 ulMaxPRIGROUPValue &= portPRIORITY_GROUP_MASK; in xPortStartScheduler() 1944 configASSERT( ( portAIRCR_REG & portPRIORITY_GROUP_MASK ) <= ulMaxPRIGROUPValue ); in vPortValidateInterruptPriority()
|
/Kernel-v10.6.2/portable/IAR/ARM_CM23/non_secure/ |
HD | port.c | 507 static uint32_t ulMaxPRIGROUPValue = 0; variable 1627 ulMaxPRIGROUPValue = 0; in xPortStartScheduler() 1631 ulMaxPRIGROUPValue = portMAX_PRIGROUP_BITS - ulImplementedPrioBits; in xPortStartScheduler() 1636 ulMaxPRIGROUPValue <<= portPRIGROUP_SHIFT; in xPortStartScheduler() 1637 ulMaxPRIGROUPValue &= portPRIORITY_GROUP_MASK; in xPortStartScheduler() 1944 configASSERT( ( portAIRCR_REG & portPRIORITY_GROUP_MASK ) <= ulMaxPRIGROUPValue ); in vPortValidateInterruptPriority()
|