/Kernel-v11.1.0/portable/CCS/ARM_CM3/ |
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()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM3/ |
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()
|
/Kernel-v11.1.0/portable/CCS/ARM_CM4F/ |
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()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM3/ |
D | port.c | 173 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() 821 configASSERT( ( portAIRCR_REG & portPRIORITY_GROUP_MASK ) <= ulMaxPRIGROUPValue ); in vPortValidateInterruptPriority()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM7/r0p1/ |
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()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM4F/ |
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()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM7/r0p1/ |
D | port.c | 187 static uint32_t ulMaxPRIGROUPValue = 0; variable 402 ulMaxPRIGROUPValue = 0; in xPortStartScheduler() 406 ulMaxPRIGROUPValue = portMAX_PRIGROUP_BITS - ulImplementedPrioBits; in xPortStartScheduler() 411 ulMaxPRIGROUPValue <<= portPRIGROUP_SHIFT; in xPortStartScheduler() 412 ulMaxPRIGROUPValue &= portPRIORITY_GROUP_MASK; in xPortStartScheduler() 896 configASSERT( ( portAIRCR_REG & portPRIORITY_GROUP_MASK ) <= ulMaxPRIGROUPValue ); in vPortValidateInterruptPriority()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM4F/ |
D | port.c | 193 static uint32_t ulMaxPRIGROUPValue = 0; variable 414 ulMaxPRIGROUPValue = 0; in xPortStartScheduler() 418 ulMaxPRIGROUPValue = portMAX_PRIGROUP_BITS - ulImplementedPrioBits; in xPortStartScheduler() 423 ulMaxPRIGROUPValue <<= portPRIGROUP_SHIFT; in xPortStartScheduler() 424 ulMaxPRIGROUPValue &= portPRIORITY_GROUP_MASK; in xPortStartScheduler() 906 configASSERT( ( portAIRCR_REG & portPRIORITY_GROUP_MASK ) <= ulMaxPRIGROUPValue ); in vPortValidateInterruptPriority()
|
/Kernel-v11.1.0/portable/RVDS/ARM_CM3/ |
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()
|
/Kernel-v11.1.0/portable/RVDS/ARM_CM4F/ |
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()
|
/Kernel-v11.1.0/portable/MikroC/ARM_CM4F/ |
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()
|
/Kernel-v11.1.0/portable/RVDS/ARM_CM7/r0p1/ |
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()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM4F_MPU/ |
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()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM3_MPU/ |
D | port.c | 283 static uint32_t ulMaxPRIGROUPValue = 0; variable 846 ulMaxPRIGROUPValue = 0; in xPortStartScheduler() 850 ulMaxPRIGROUPValue = portMAX_PRIGROUP_BITS - ulImplementedPrioBits; in xPortStartScheduler() 855 ulMaxPRIGROUPValue <<= portPRIGROUP_SHIFT; in xPortStartScheduler() 856 ulMaxPRIGROUPValue &= portPRIORITY_GROUP_MASK; in xPortStartScheduler() 1482 configASSERT( ( portAIRCR_REG & portPRIORITY_GROUP_MASK ) <= ulMaxPRIGROUPValue ); in vPortValidateInterruptPriority()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM4_MPU/ |
D | port.c | 308 static uint32_t ulMaxPRIGROUPValue = 0; variable 932 ulMaxPRIGROUPValue = 0; in xPortStartScheduler() 936 ulMaxPRIGROUPValue = portMAX_PRIGROUP_BITS - ulImplementedPrioBits; in xPortStartScheduler() 941 ulMaxPRIGROUPValue <<= portPRIGROUP_SHIFT; in xPortStartScheduler() 942 ulMaxPRIGROUPValue &= portPRIORITY_GROUP_MASK; in xPortStartScheduler() 1625 configASSERT( ( portAIRCR_REG & portPRIORITY_GROUP_MASK ) <= ulMaxPRIGROUPValue ); in vPortValidateInterruptPriority()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM35P_NTZ/non_secure/ |
D | port.c | 531 static uint32_t ulMaxPRIGROUPValue = 0; variable 1717 ulMaxPRIGROUPValue = 0; in xPortStartScheduler() 1721 ulMaxPRIGROUPValue = portMAX_PRIGROUP_BITS - ulImplementedPrioBits; in xPortStartScheduler() 1726 ulMaxPRIGROUPValue <<= portPRIGROUP_SHIFT; in xPortStartScheduler() 1727 ulMaxPRIGROUPValue &= portPRIORITY_GROUP_MASK; in xPortStartScheduler() 2045 configASSERT( ( portAIRCR_REG & portPRIORITY_GROUP_MASK ) <= ulMaxPRIGROUPValue ); in vPortValidateInterruptPriority()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM33_NTZ/non_secure/ |
D | port.c | 531 static uint32_t ulMaxPRIGROUPValue = 0; variable 1717 ulMaxPRIGROUPValue = 0; in xPortStartScheduler() 1721 ulMaxPRIGROUPValue = portMAX_PRIGROUP_BITS - ulImplementedPrioBits; in xPortStartScheduler() 1726 ulMaxPRIGROUPValue <<= portPRIGROUP_SHIFT; in xPortStartScheduler() 1727 ulMaxPRIGROUPValue &= portPRIORITY_GROUP_MASK; in xPortStartScheduler() 2045 configASSERT( ( portAIRCR_REG & portPRIORITY_GROUP_MASK ) <= ulMaxPRIGROUPValue ); in vPortValidateInterruptPriority()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM35P/non_secure/ |
D | port.c | 531 static uint32_t ulMaxPRIGROUPValue = 0; variable 1717 ulMaxPRIGROUPValue = 0; in xPortStartScheduler() 1721 ulMaxPRIGROUPValue = portMAX_PRIGROUP_BITS - ulImplementedPrioBits; in xPortStartScheduler() 1726 ulMaxPRIGROUPValue <<= portPRIGROUP_SHIFT; in xPortStartScheduler() 1727 ulMaxPRIGROUPValue &= portPRIORITY_GROUP_MASK; in xPortStartScheduler() 2045 configASSERT( ( portAIRCR_REG & portPRIORITY_GROUP_MASK ) <= ulMaxPRIGROUPValue ); in vPortValidateInterruptPriority()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM23/non_secure/ |
D | port.c | 531 static uint32_t ulMaxPRIGROUPValue = 0; variable 1717 ulMaxPRIGROUPValue = 0; in xPortStartScheduler() 1721 ulMaxPRIGROUPValue = portMAX_PRIGROUP_BITS - ulImplementedPrioBits; in xPortStartScheduler() 1726 ulMaxPRIGROUPValue <<= portPRIGROUP_SHIFT; in xPortStartScheduler() 1727 ulMaxPRIGROUPValue &= portPRIORITY_GROUP_MASK; in xPortStartScheduler() 2045 configASSERT( ( portAIRCR_REG & portPRIORITY_GROUP_MASK ) <= ulMaxPRIGROUPValue ); in vPortValidateInterruptPriority()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM33/non_secure/ |
D | port.c | 531 static uint32_t ulMaxPRIGROUPValue = 0; variable 1717 ulMaxPRIGROUPValue = 0; in xPortStartScheduler() 1721 ulMaxPRIGROUPValue = portMAX_PRIGROUP_BITS - ulImplementedPrioBits; in xPortStartScheduler() 1726 ulMaxPRIGROUPValue <<= portPRIGROUP_SHIFT; in xPortStartScheduler() 1727 ulMaxPRIGROUPValue &= portPRIORITY_GROUP_MASK; in xPortStartScheduler() 2045 configASSERT( ( portAIRCR_REG & portPRIORITY_GROUP_MASK ) <= ulMaxPRIGROUPValue ); in vPortValidateInterruptPriority()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM55_NTZ/non_secure/ |
D | port.c | 531 static uint32_t ulMaxPRIGROUPValue = 0; variable 1717 ulMaxPRIGROUPValue = 0; in xPortStartScheduler() 1721 ulMaxPRIGROUPValue = portMAX_PRIGROUP_BITS - ulImplementedPrioBits; in xPortStartScheduler() 1726 ulMaxPRIGROUPValue <<= portPRIGROUP_SHIFT; in xPortStartScheduler() 1727 ulMaxPRIGROUPValue &= portPRIORITY_GROUP_MASK; in xPortStartScheduler() 2045 configASSERT( ( portAIRCR_REG & portPRIORITY_GROUP_MASK ) <= ulMaxPRIGROUPValue ); in vPortValidateInterruptPriority()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM55_NTZ/non_secure/ |
D | port.c | 531 static uint32_t ulMaxPRIGROUPValue = 0; variable 1717 ulMaxPRIGROUPValue = 0; in xPortStartScheduler() 1721 ulMaxPRIGROUPValue = portMAX_PRIGROUP_BITS - ulImplementedPrioBits; in xPortStartScheduler() 1726 ulMaxPRIGROUPValue <<= portPRIGROUP_SHIFT; in xPortStartScheduler() 1727 ulMaxPRIGROUPValue &= portPRIORITY_GROUP_MASK; in xPortStartScheduler() 2045 configASSERT( ( portAIRCR_REG & portPRIORITY_GROUP_MASK ) <= ulMaxPRIGROUPValue ); in vPortValidateInterruptPriority()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM55/non_secure/ |
D | port.c | 531 static uint32_t ulMaxPRIGROUPValue = 0; variable 1717 ulMaxPRIGROUPValue = 0; in xPortStartScheduler() 1721 ulMaxPRIGROUPValue = portMAX_PRIGROUP_BITS - ulImplementedPrioBits; in xPortStartScheduler() 1726 ulMaxPRIGROUPValue <<= portPRIGROUP_SHIFT; in xPortStartScheduler() 1727 ulMaxPRIGROUPValue &= portPRIORITY_GROUP_MASK; in xPortStartScheduler() 2045 configASSERT( ( portAIRCR_REG & portPRIORITY_GROUP_MASK ) <= ulMaxPRIGROUPValue ); in vPortValidateInterruptPriority()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM85_NTZ/non_secure/ |
D | port.c | 531 static uint32_t ulMaxPRIGROUPValue = 0; variable 1717 ulMaxPRIGROUPValue = 0; in xPortStartScheduler() 1721 ulMaxPRIGROUPValue = portMAX_PRIGROUP_BITS - ulImplementedPrioBits; in xPortStartScheduler() 1726 ulMaxPRIGROUPValue <<= portPRIGROUP_SHIFT; in xPortStartScheduler() 1727 ulMaxPRIGROUPValue &= portPRIORITY_GROUP_MASK; in xPortStartScheduler() 2045 configASSERT( ( portAIRCR_REG & portPRIORITY_GROUP_MASK ) <= ulMaxPRIGROUPValue ); in vPortValidateInterruptPriority()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM85/non_secure/ |
D | port.c | 531 static uint32_t ulMaxPRIGROUPValue = 0; variable 1717 ulMaxPRIGROUPValue = 0; in xPortStartScheduler() 1721 ulMaxPRIGROUPValue = portMAX_PRIGROUP_BITS - ulImplementedPrioBits; in xPortStartScheduler() 1726 ulMaxPRIGROUPValue <<= portPRIGROUP_SHIFT; in xPortStartScheduler() 1727 ulMaxPRIGROUPValue &= portPRIORITY_GROUP_MASK; in xPortStartScheduler() 2045 configASSERT( ( portAIRCR_REG & portPRIORITY_GROUP_MASK ) <= ulMaxPRIGROUPValue ); in vPortValidateInterruptPriority()
|