| /Kernel-v10.6.2/portable/IAR/ARM_CM3/ |
| D | port.c | 216 volatile uint8_t ucMaxPriorityValue; in xPortStartScheduler() local 231 ucMaxPriorityValue = *pucFirstUserPriorityRegister; in xPortStartScheduler() 234 ucMaxSysCallPriority = configMAX_SYSCALL_INTERRUPT_PRIORITY & ucMaxPriorityValue; in xPortStartScheduler() 246 configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U ); in xPortStartScheduler() 251 while( ( ucMaxPriorityValue & portTOP_BIT_OF_BYTE ) == portTOP_BIT_OF_BYTE ) in xPortStartScheduler() 254 ucMaxPriorityValue <<= ( uint8_t ) 0x01; in xPortStartScheduler()
|
| /Kernel-v10.6.2/portable/CCS/ARM_CM3/ |
| D | port.c | 224 volatile uint8_t ucMaxPriorityValue; in xPortStartScheduler() local 239 ucMaxPriorityValue = *pucFirstUserPriorityRegister; in xPortStartScheduler() 242 ucMaxSysCallPriority = configMAX_SYSCALL_INTERRUPT_PRIORITY & ucMaxPriorityValue; in xPortStartScheduler() 254 configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U ); in xPortStartScheduler() 259 while( ( ucMaxPriorityValue & portTOP_BIT_OF_BYTE ) == portTOP_BIT_OF_BYTE ) in xPortStartScheduler() 262 ucMaxPriorityValue <<= ( uint8_t ) 0x01; in xPortStartScheduler()
|
| /Kernel-v10.6.2/portable/IAR/ARM_CM4F/ |
| D | port.c | 254 volatile uint8_t ucMaxPriorityValue; in xPortStartScheduler() local 269 ucMaxPriorityValue = *pucFirstUserPriorityRegister; in xPortStartScheduler() 272 ucMaxSysCallPriority = configMAX_SYSCALL_INTERRUPT_PRIORITY & ucMaxPriorityValue; in xPortStartScheduler() 284 configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U ); in xPortStartScheduler() 289 while( ( ucMaxPriorityValue & portTOP_BIT_OF_BYTE ) == portTOP_BIT_OF_BYTE ) in xPortStartScheduler() 292 ucMaxPriorityValue <<= ( uint8_t ) 0x01; in xPortStartScheduler()
|
| /Kernel-v10.6.2/portable/IAR/ARM_CM7/r0p1/ |
| D | port.c | 242 volatile uint8_t ucMaxPriorityValue; in xPortStartScheduler() local 257 ucMaxPriorityValue = *pucFirstUserPriorityRegister; in xPortStartScheduler() 260 ucMaxSysCallPriority = configMAX_SYSCALL_INTERRUPT_PRIORITY & ucMaxPriorityValue; in xPortStartScheduler() 272 configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U ); in xPortStartScheduler() 277 while( ( ucMaxPriorityValue & portTOP_BIT_OF_BYTE ) == portTOP_BIT_OF_BYTE ) in xPortStartScheduler() 280 ucMaxPriorityValue <<= ( uint8_t ) 0x01; in xPortStartScheduler()
|
| /Kernel-v10.6.2/portable/GCC/ARM_CM3/ |
| D | port.c | 267 volatile uint8_t ucMaxPriorityValue; in xPortStartScheduler() local 282 ucMaxPriorityValue = *pucFirstUserPriorityRegister; in xPortStartScheduler() 285 ucMaxSysCallPriority = configMAX_SYSCALL_INTERRUPT_PRIORITY & ucMaxPriorityValue; in xPortStartScheduler() 297 configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U ); in xPortStartScheduler() 302 while( ( ucMaxPriorityValue & portTOP_BIT_OF_BYTE ) == portTOP_BIT_OF_BYTE ) in xPortStartScheduler() 305 ucMaxPriorityValue <<= ( uint8_t ) 0x01; in xPortStartScheduler()
|
| /Kernel-v10.6.2/portable/CCS/ARM_CM4F/ |
| D | port.c | 243 volatile uint8_t ucMaxPriorityValue; in xPortStartScheduler() local 258 ucMaxPriorityValue = *pucFirstUserPriorityRegister; in xPortStartScheduler() 261 ucMaxSysCallPriority = configMAX_SYSCALL_INTERRUPT_PRIORITY & ucMaxPriorityValue; in xPortStartScheduler() 273 configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U ); in xPortStartScheduler() 278 while( ( ucMaxPriorityValue & portTOP_BIT_OF_BYTE ) == portTOP_BIT_OF_BYTE ) in xPortStartScheduler() 281 ucMaxPriorityValue <<= ( uint8_t ) 0x01; in xPortStartScheduler()
|
| /Kernel-v10.6.2/portable/GCC/ARM_CM7/r0p1/ |
| D | port.c | 298 volatile uint8_t ucMaxPriorityValue; in xPortStartScheduler() local 313 ucMaxPriorityValue = *pucFirstUserPriorityRegister; in xPortStartScheduler() 316 ucMaxSysCallPriority = configMAX_SYSCALL_INTERRUPT_PRIORITY & ucMaxPriorityValue; in xPortStartScheduler() 328 configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U ); in xPortStartScheduler() 333 while( ( ucMaxPriorityValue & portTOP_BIT_OF_BYTE ) == portTOP_BIT_OF_BYTE ) in xPortStartScheduler() 336 ucMaxPriorityValue <<= ( uint8_t ) 0x01; in xPortStartScheduler()
|
| /Kernel-v10.6.2/portable/GCC/ARM_CM4F/ |
| D | port.c | 310 volatile uint8_t ucMaxPriorityValue; in xPortStartScheduler() local 325 ucMaxPriorityValue = *pucFirstUserPriorityRegister; in xPortStartScheduler() 328 ucMaxSysCallPriority = configMAX_SYSCALL_INTERRUPT_PRIORITY & ucMaxPriorityValue; in xPortStartScheduler() 340 configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U ); in xPortStartScheduler() 345 while( ( ucMaxPriorityValue & portTOP_BIT_OF_BYTE ) == portTOP_BIT_OF_BYTE ) in xPortStartScheduler() 348 ucMaxPriorityValue <<= ( uint8_t ) 0x01; in xPortStartScheduler()
|
| /Kernel-v10.6.2/portable/RVDS/ARM_CM3/ |
| D | port.c | 269 volatile uint8_t ucMaxPriorityValue; in xPortStartScheduler() local 284 ucMaxPriorityValue = *pucFirstUserPriorityRegister; in xPortStartScheduler() 287 ucMaxSysCallPriority = configMAX_SYSCALL_INTERRUPT_PRIORITY & ucMaxPriorityValue; in xPortStartScheduler() 299 configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U ); in xPortStartScheduler() 304 while( ( ucMaxPriorityValue & portTOP_BIT_OF_BYTE ) == portTOP_BIT_OF_BYTE ) in xPortStartScheduler() 307 ucMaxPriorityValue <<= ( uint8_t ) 0x01; in xPortStartScheduler()
|
| /Kernel-v10.6.2/portable/GCC/ARM_CA53_64_BIT/ |
| D | port.c | 275 volatile uint8_t ucMaxPriorityValue; in xPortStartScheduler() local 287 ucMaxPriorityValue = *pucFirstUserPriorityRegister; in xPortStartScheduler() 290 while( ( ucMaxPriorityValue & portBIT_0_SET ) != portBIT_0_SET ) in xPortStartScheduler() 292 ucMaxPriorityValue >>= ( uint8_t ) 0x01; in xPortStartScheduler() 298 configASSERT( ucMaxPriorityValue >= portLOWEST_INTERRUPT_PRIORITY ); in xPortStartScheduler()
|
| /Kernel-v10.6.2/portable/MikroC/ARM_CM4F/ |
| D | port.c | 304 volatile uint8_t ucMaxPriorityValue; in xPortStartScheduler() local 319 ucMaxPriorityValue = *pucFirstUserPriorityRegister; in xPortStartScheduler() 322 ucMaxSysCallPriority = configMAX_SYSCALL_INTERRUPT_PRIORITY & ucMaxPriorityValue; in xPortStartScheduler() 334 configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U ); in xPortStartScheduler() 339 while( ( ucMaxPriorityValue & portTOP_BIT_OF_BYTE ) == portTOP_BIT_OF_BYTE ) in xPortStartScheduler() 342 ucMaxPriorityValue <<= ( uint8_t ) 0x01; in xPortStartScheduler()
|
| /Kernel-v10.6.2/portable/RVDS/ARM_CM4F/ |
| D | port.c | 335 volatile uint8_t ucMaxPriorityValue; in xPortStartScheduler() local 350 ucMaxPriorityValue = *pucFirstUserPriorityRegister; in xPortStartScheduler() 353 ucMaxSysCallPriority = configMAX_SYSCALL_INTERRUPT_PRIORITY & ucMaxPriorityValue; in xPortStartScheduler() 365 configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U ); in xPortStartScheduler() 370 while( ( ucMaxPriorityValue & portTOP_BIT_OF_BYTE ) == portTOP_BIT_OF_BYTE ) in xPortStartScheduler() 373 ucMaxPriorityValue <<= ( uint8_t ) 0x01; in xPortStartScheduler()
|
| /Kernel-v10.6.2/portable/RVDS/ARM_CM7/r0p1/ |
| D | port.c | 319 volatile uint8_t ucMaxPriorityValue; in xPortStartScheduler() local 334 ucMaxPriorityValue = *pucFirstUserPriorityRegister; in xPortStartScheduler() 337 ucMaxSysCallPriority = configMAX_SYSCALL_INTERRUPT_PRIORITY & ucMaxPriorityValue; in xPortStartScheduler() 349 configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U ); in xPortStartScheduler() 354 while( ( ucMaxPriorityValue & portTOP_BIT_OF_BYTE ) == portTOP_BIT_OF_BYTE ) in xPortStartScheduler() 357 ucMaxPriorityValue <<= ( uint8_t ) 0x01; in xPortStartScheduler()
|
| /Kernel-v10.6.2/portable/GCC/ARM_CA9/ |
| D | port.c | 334 volatile uint8_t ucMaxPriorityValue; in xPortStartScheduler() local 346 ucMaxPriorityValue = *pucFirstUserPriorityRegister; in xPortStartScheduler() 349 while( ( ucMaxPriorityValue & portBIT_0_SET ) != portBIT_0_SET ) in xPortStartScheduler() 351 ucMaxPriorityValue >>= ( uint8_t ) 0x01; in xPortStartScheduler() 356 configASSERT( ucMaxPriorityValue == portLOWEST_INTERRUPT_PRIORITY ); in xPortStartScheduler()
|
| /Kernel-v10.6.2/portable/GCC/ARM_CR5/ |
| D | port.c | 416 volatile uint8_t ucMaxPriorityValue; in xPortStartScheduler() local 431 ucMaxPriorityValue = *pucFirstUserPriorityRegister; in xPortStartScheduler() 434 while( ( ucMaxPriorityValue & portBIT_0_SET ) != portBIT_0_SET ) in xPortStartScheduler() 436 ucMaxPriorityValue >>= ( uint8_t ) 0x01; in xPortStartScheduler() 454 configASSERT( ucMaxPriorityValue == portLOWEST_INTERRUPT_PRIORITY ); in xPortStartScheduler()
|
| /Kernel-v10.6.2/portable/GCC/ARM_CM3_MPU/ |
| D | port.c | 741 volatile uint8_t ucMaxPriorityValue; in xPortStartScheduler() local 756 ucMaxPriorityValue = *pucFirstUserPriorityRegister; in xPortStartScheduler() 759 ucMaxSysCallPriority = configMAX_SYSCALL_INTERRUPT_PRIORITY & ucMaxPriorityValue; in xPortStartScheduler() 771 configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U ); in xPortStartScheduler() 776 while( ( ucMaxPriorityValue & portTOP_BIT_OF_BYTE ) == portTOP_BIT_OF_BYTE ) in xPortStartScheduler() 779 ucMaxPriorityValue <<= ( uint8_t ) 0x01; in xPortStartScheduler()
|
| /Kernel-v10.6.2/portable/GCC/ARM_CM4_MPU/ |
| D | port.c | 828 volatile uint8_t ucMaxPriorityValue; in xPortStartScheduler() local 843 ucMaxPriorityValue = *pucFirstUserPriorityRegister; in xPortStartScheduler() 846 ucMaxSysCallPriority = configMAX_SYSCALL_INTERRUPT_PRIORITY & ucMaxPriorityValue; in xPortStartScheduler() 858 configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U ); in xPortStartScheduler() 863 while( ( ucMaxPriorityValue & portTOP_BIT_OF_BYTE ) == portTOP_BIT_OF_BYTE ) in xPortStartScheduler() 866 ucMaxPriorityValue <<= ( uint8_t ) 0x01; in xPortStartScheduler()
|
| /Kernel-v10.6.2/portable/IAR/ARM_CM4F_MPU/ |
| D | port.c | 706 volatile uint8_t ucMaxPriorityValue; in xPortStartScheduler() local 721 ucMaxPriorityValue = *pucFirstUserPriorityRegister; in xPortStartScheduler() 724 ucMaxSysCallPriority = configMAX_SYSCALL_INTERRUPT_PRIORITY & ucMaxPriorityValue; in xPortStartScheduler() 736 configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U ); in xPortStartScheduler() 741 while( ( ucMaxPriorityValue & portTOP_BIT_OF_BYTE ) == portTOP_BIT_OF_BYTE ) in xPortStartScheduler() 744 ucMaxPriorityValue <<= ( uint8_t ) 0x01; in xPortStartScheduler()
|
| /Kernel-v10.6.2/portable/GCC/ARM_CM55_NTZ/non_secure/ |
| D | port.c | 1566 volatile uint8_t ucMaxPriorityValue; in xPortStartScheduler() local 1581 ucMaxPriorityValue = ( uint8_t ) ( ( portNVIC_SHPR2_REG & 0xFF000000 ) >> 24 ); in xPortStartScheduler() 1584 ucMaxSysCallPriority = configMAX_SYSCALL_INTERRUPT_PRIORITY & ucMaxPriorityValue; in xPortStartScheduler() 1596 configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U ); in xPortStartScheduler() 1601 while( ( ucMaxPriorityValue & portTOP_BIT_OF_BYTE ) == portTOP_BIT_OF_BYTE ) in xPortStartScheduler() 1604 ucMaxPriorityValue <<= ( uint8_t ) 0x01; in xPortStartScheduler()
|
| /Kernel-v10.6.2/portable/GCC/ARM_CM85_NTZ/non_secure/ |
| D | port.c | 1566 volatile uint8_t ucMaxPriorityValue; in xPortStartScheduler() local 1581 ucMaxPriorityValue = ( uint8_t ) ( ( portNVIC_SHPR2_REG & 0xFF000000 ) >> 24 ); in xPortStartScheduler() 1584 ucMaxSysCallPriority = configMAX_SYSCALL_INTERRUPT_PRIORITY & ucMaxPriorityValue; in xPortStartScheduler() 1596 configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U ); in xPortStartScheduler() 1601 while( ( ucMaxPriorityValue & portTOP_BIT_OF_BYTE ) == portTOP_BIT_OF_BYTE ) in xPortStartScheduler() 1604 ucMaxPriorityValue <<= ( uint8_t ) 0x01; in xPortStartScheduler()
|
| /Kernel-v10.6.2/portable/GCC/ARM_CM35P_NTZ/non_secure/ |
| D | port.c | 1566 volatile uint8_t ucMaxPriorityValue; in xPortStartScheduler() local 1581 ucMaxPriorityValue = ( uint8_t ) ( ( portNVIC_SHPR2_REG & 0xFF000000 ) >> 24 ); in xPortStartScheduler() 1584 ucMaxSysCallPriority = configMAX_SYSCALL_INTERRUPT_PRIORITY & ucMaxPriorityValue; in xPortStartScheduler() 1596 configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U ); in xPortStartScheduler() 1601 while( ( ucMaxPriorityValue & portTOP_BIT_OF_BYTE ) == portTOP_BIT_OF_BYTE ) in xPortStartScheduler() 1604 ucMaxPriorityValue <<= ( uint8_t ) 0x01; in xPortStartScheduler()
|
| /Kernel-v10.6.2/portable/IAR/ARM_CM85_NTZ/non_secure/ |
| D | port.c | 1566 volatile uint8_t ucMaxPriorityValue; in xPortStartScheduler() local 1581 ucMaxPriorityValue = ( uint8_t ) ( ( portNVIC_SHPR2_REG & 0xFF000000 ) >> 24 ); in xPortStartScheduler() 1584 ucMaxSysCallPriority = configMAX_SYSCALL_INTERRUPT_PRIORITY & ucMaxPriorityValue; in xPortStartScheduler() 1596 configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U ); in xPortStartScheduler() 1601 while( ( ucMaxPriorityValue & portTOP_BIT_OF_BYTE ) == portTOP_BIT_OF_BYTE ) in xPortStartScheduler() 1604 ucMaxPriorityValue <<= ( uint8_t ) 0x01; in xPortStartScheduler()
|
| /Kernel-v10.6.2/portable/GCC/ARM_CM55/non_secure/ |
| D | port.c | 1566 volatile uint8_t ucMaxPriorityValue; in xPortStartScheduler() local 1581 ucMaxPriorityValue = ( uint8_t ) ( ( portNVIC_SHPR2_REG & 0xFF000000 ) >> 24 ); in xPortStartScheduler() 1584 ucMaxSysCallPriority = configMAX_SYSCALL_INTERRUPT_PRIORITY & ucMaxPriorityValue; in xPortStartScheduler() 1596 configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U ); in xPortStartScheduler() 1601 while( ( ucMaxPriorityValue & portTOP_BIT_OF_BYTE ) == portTOP_BIT_OF_BYTE ) in xPortStartScheduler() 1604 ucMaxPriorityValue <<= ( uint8_t ) 0x01; in xPortStartScheduler()
|
| /Kernel-v10.6.2/portable/GCC/ARM_CM33_NTZ/non_secure/ |
| D | port.c | 1566 volatile uint8_t ucMaxPriorityValue; in xPortStartScheduler() local 1581 ucMaxPriorityValue = ( uint8_t ) ( ( portNVIC_SHPR2_REG & 0xFF000000 ) >> 24 ); in xPortStartScheduler() 1584 ucMaxSysCallPriority = configMAX_SYSCALL_INTERRUPT_PRIORITY & ucMaxPriorityValue; in xPortStartScheduler() 1596 configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U ); in xPortStartScheduler() 1601 while( ( ucMaxPriorityValue & portTOP_BIT_OF_BYTE ) == portTOP_BIT_OF_BYTE ) in xPortStartScheduler() 1604 ucMaxPriorityValue <<= ( uint8_t ) 0x01; in xPortStartScheduler()
|
| /Kernel-v10.6.2/portable/GCC/ARM_CM35P/non_secure/ |
| D | port.c | 1566 volatile uint8_t ucMaxPriorityValue; in xPortStartScheduler() local 1581 ucMaxPriorityValue = ( uint8_t ) ( ( portNVIC_SHPR2_REG & 0xFF000000 ) >> 24 ); in xPortStartScheduler() 1584 ucMaxSysCallPriority = configMAX_SYSCALL_INTERRUPT_PRIORITY & ucMaxPriorityValue; in xPortStartScheduler() 1596 configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U ); in xPortStartScheduler() 1601 while( ( ucMaxPriorityValue & portTOP_BIT_OF_BYTE ) == portTOP_BIT_OF_BYTE ) in xPortStartScheduler() 1604 ucMaxPriorityValue <<= ( uint8_t ) 0x01; in xPortStartScheduler()
|