/Kernel-v11.1.0/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-v11.1.0/portable/IAR/ARM_CM3/ |
D | port.c | 264 volatile uint8_t ucMaxPriorityValue; in xPortStartScheduler() local 279 ucMaxPriorityValue = *pucFirstUserPriorityRegister; in xPortStartScheduler() 282 ucMaxSysCallPriority = configMAX_SYSCALL_INTERRUPT_PRIORITY & ucMaxPriorityValue; in xPortStartScheduler() 294 … configMAX_SYSCALL_INTERRUPT_PRIORITY & ( uint8_t ) ( ~( uint32_t ) ucMaxPriorityValue ) ) == 0U ); in xPortStartScheduler() 299 while( ( ucMaxPriorityValue & portTOP_BIT_OF_BYTE ) == portTOP_BIT_OF_BYTE ) in xPortStartScheduler() 302 ucMaxPriorityValue <<= ( uint8_t ) 0x01; in xPortStartScheduler()
|
/Kernel-v11.1.0/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-v11.1.0/portable/GCC/ARM_CM3/ |
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-v11.1.0/portable/GCC/ARM_AARCH64/ |
D | port.c | 277 volatile uint8_t ucMaxPriorityValue; in xPortStartScheduler() local 289 ucMaxPriorityValue = *pucFirstUserPriorityRegister; in xPortStartScheduler() 292 while( ( ucMaxPriorityValue & portBIT_0_SET ) != portBIT_0_SET ) in xPortStartScheduler() 294 ucMaxPriorityValue >>= ( uint8_t ) 0x01; in xPortStartScheduler() 300 configASSERT( ucMaxPriorityValue >= portLOWEST_INTERRUPT_PRIORITY ); in xPortStartScheduler()
|
/Kernel-v11.1.0/portable/GCC/ARM_CA9/ |
D | port.c | 339 volatile uint8_t ucMaxPriorityValue; in xPortStartScheduler() local 351 ucMaxPriorityValue = *pucFirstUserPriorityRegister; in xPortStartScheduler() 354 while( ( ucMaxPriorityValue & portBIT_0_SET ) != portBIT_0_SET ) in xPortStartScheduler() 356 ucMaxPriorityValue >>= ( uint8_t ) 0x01; in xPortStartScheduler() 361 configASSERT( ucMaxPriorityValue == portLOWEST_INTERRUPT_PRIORITY ); in xPortStartScheduler()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM7/r0p1/ |
D | port.c | 290 volatile uint8_t ucMaxPriorityValue; in xPortStartScheduler() local 305 ucMaxPriorityValue = *pucFirstUserPriorityRegister; in xPortStartScheduler() 308 ucMaxSysCallPriority = configMAX_SYSCALL_INTERRUPT_PRIORITY & ucMaxPriorityValue; in xPortStartScheduler() 320 … configMAX_SYSCALL_INTERRUPT_PRIORITY & ( uint8_t ) ( ~( uint32_t ) ucMaxPriorityValue ) ) == 0U ); in xPortStartScheduler() 325 while( ( ucMaxPriorityValue & portTOP_BIT_OF_BYTE ) == portTOP_BIT_OF_BYTE ) in xPortStartScheduler() 328 ucMaxPriorityValue <<= ( uint8_t ) 0x01; in xPortStartScheduler()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM4F/ |
D | port.c | 302 volatile uint8_t ucMaxPriorityValue; in xPortStartScheduler() local 317 ucMaxPriorityValue = *pucFirstUserPriorityRegister; in xPortStartScheduler() 320 ucMaxSysCallPriority = configMAX_SYSCALL_INTERRUPT_PRIORITY & ucMaxPriorityValue; in xPortStartScheduler() 332 … configMAX_SYSCALL_INTERRUPT_PRIORITY & ( uint8_t ) ( ~( uint32_t ) ucMaxPriorityValue ) ) == 0U ); in xPortStartScheduler() 337 while( ( ucMaxPriorityValue & portTOP_BIT_OF_BYTE ) == portTOP_BIT_OF_BYTE ) in xPortStartScheduler() 340 ucMaxPriorityValue <<= ( uint8_t ) 0x01; in xPortStartScheduler()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM7/r0p1/ |
D | port.c | 341 volatile uint8_t ucMaxPriorityValue; in xPortStartScheduler() local 356 ucMaxPriorityValue = *pucFirstUserPriorityRegister; in xPortStartScheduler() 359 ucMaxSysCallPriority = configMAX_SYSCALL_INTERRUPT_PRIORITY & ucMaxPriorityValue; in xPortStartScheduler() 371 configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U ); in xPortStartScheduler() 376 while( ( ucMaxPriorityValue & portTOP_BIT_OF_BYTE ) == portTOP_BIT_OF_BYTE ) in xPortStartScheduler() 379 ucMaxPriorityValue <<= ( uint8_t ) 0x01; in xPortStartScheduler()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM4F/ |
D | port.c | 353 volatile uint8_t ucMaxPriorityValue; in xPortStartScheduler() local 368 ucMaxPriorityValue = *pucFirstUserPriorityRegister; in xPortStartScheduler() 371 ucMaxSysCallPriority = configMAX_SYSCALL_INTERRUPT_PRIORITY & ucMaxPriorityValue; in xPortStartScheduler() 383 configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U ); in xPortStartScheduler() 388 while( ( ucMaxPriorityValue & portTOP_BIT_OF_BYTE ) == portTOP_BIT_OF_BYTE ) in xPortStartScheduler() 391 ucMaxPriorityValue <<= ( uint8_t ) 0x01; in xPortStartScheduler()
|
/Kernel-v11.1.0/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-v11.1.0/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-v11.1.0/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-v11.1.0/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-v11.1.0/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-v11.1.0/portable/IAR/ARM_CM4F_MPU/ |
D | port.c | 766 volatile uint8_t ucMaxPriorityValue; in xPortStartScheduler() local 781 ucMaxPriorityValue = *pucFirstUserPriorityRegister; in xPortStartScheduler() 784 ucMaxSysCallPriority = configMAX_SYSCALL_INTERRUPT_PRIORITY & ucMaxPriorityValue; in xPortStartScheduler() 796 … configMAX_SYSCALL_INTERRUPT_PRIORITY & ( uint8_t ) ( ~( uint32_t ) ucMaxPriorityValue ) ) == 0U ); in xPortStartScheduler() 801 while( ( ucMaxPriorityValue & portTOP_BIT_OF_BYTE ) == portTOP_BIT_OF_BYTE ) in xPortStartScheduler() 804 ucMaxPriorityValue <<= ( uint8_t ) 0x01; in xPortStartScheduler()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM3_MPU/ |
D | port.c | 785 volatile uint8_t ucMaxPriorityValue; in xPortStartScheduler() local 800 ucMaxPriorityValue = *pucFirstUserPriorityRegister; in xPortStartScheduler() 803 ucMaxSysCallPriority = configMAX_SYSCALL_INTERRUPT_PRIORITY & ucMaxPriorityValue; in xPortStartScheduler() 815 configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U ); in xPortStartScheduler() 820 while( ( ucMaxPriorityValue & portTOP_BIT_OF_BYTE ) == portTOP_BIT_OF_BYTE ) in xPortStartScheduler() 823 ucMaxPriorityValue <<= ( uint8_t ) 0x01; in xPortStartScheduler()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM4_MPU/ |
D | port.c | 871 volatile uint8_t ucMaxPriorityValue; in xPortStartScheduler() local 886 ucMaxPriorityValue = *pucFirstUserPriorityRegister; in xPortStartScheduler() 889 ucMaxSysCallPriority = configMAX_SYSCALL_INTERRUPT_PRIORITY & ucMaxPriorityValue; in xPortStartScheduler() 901 configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U ); in xPortStartScheduler() 906 while( ( ucMaxPriorityValue & portTOP_BIT_OF_BYTE ) == portTOP_BIT_OF_BYTE ) in xPortStartScheduler() 909 ucMaxPriorityValue <<= ( uint8_t ) 0x01; in xPortStartScheduler()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM35P_NTZ/non_secure/ |
D | port.c | 1660 volatile uint8_t ucMaxPriorityValue; in xPortStartScheduler() local 1672 ucMaxPriorityValue = ( uint8_t ) ( ( portNVIC_SHPR2_REG & 0xFF000000 ) >> 24 ); in xPortStartScheduler() 1675 ucMaxSysCallPriority = configMAX_SYSCALL_INTERRUPT_PRIORITY & ucMaxPriorityValue; in xPortStartScheduler() 1687 … configMAX_SYSCALL_INTERRUPT_PRIORITY & ( uint8_t ) ( ~( uint32_t ) ucMaxPriorityValue ) ) == 0U ); in xPortStartScheduler() 1691 while( ( ucMaxPriorityValue & portTOP_BIT_OF_BYTE ) == portTOP_BIT_OF_BYTE ) in xPortStartScheduler() 1694 ucMaxPriorityValue <<= ( uint8_t ) 0x01; in xPortStartScheduler()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM33_NTZ/non_secure/ |
D | port.c | 1660 volatile uint8_t ucMaxPriorityValue; in xPortStartScheduler() local 1672 ucMaxPriorityValue = ( uint8_t ) ( ( portNVIC_SHPR2_REG & 0xFF000000 ) >> 24 ); in xPortStartScheduler() 1675 ucMaxSysCallPriority = configMAX_SYSCALL_INTERRUPT_PRIORITY & ucMaxPriorityValue; in xPortStartScheduler() 1687 … configMAX_SYSCALL_INTERRUPT_PRIORITY & ( uint8_t ) ( ~( uint32_t ) ucMaxPriorityValue ) ) == 0U ); in xPortStartScheduler() 1691 while( ( ucMaxPriorityValue & portTOP_BIT_OF_BYTE ) == portTOP_BIT_OF_BYTE ) in xPortStartScheduler() 1694 ucMaxPriorityValue <<= ( uint8_t ) 0x01; in xPortStartScheduler()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM35P/non_secure/ |
D | port.c | 1660 volatile uint8_t ucMaxPriorityValue; in xPortStartScheduler() local 1672 ucMaxPriorityValue = ( uint8_t ) ( ( portNVIC_SHPR2_REG & 0xFF000000 ) >> 24 ); in xPortStartScheduler() 1675 ucMaxSysCallPriority = configMAX_SYSCALL_INTERRUPT_PRIORITY & ucMaxPriorityValue; in xPortStartScheduler() 1687 … configMAX_SYSCALL_INTERRUPT_PRIORITY & ( uint8_t ) ( ~( uint32_t ) ucMaxPriorityValue ) ) == 0U ); in xPortStartScheduler() 1691 while( ( ucMaxPriorityValue & portTOP_BIT_OF_BYTE ) == portTOP_BIT_OF_BYTE ) in xPortStartScheduler() 1694 ucMaxPriorityValue <<= ( uint8_t ) 0x01; in xPortStartScheduler()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM23/non_secure/ |
D | port.c | 1660 volatile uint8_t ucMaxPriorityValue; in xPortStartScheduler() local 1672 ucMaxPriorityValue = ( uint8_t ) ( ( portNVIC_SHPR2_REG & 0xFF000000 ) >> 24 ); in xPortStartScheduler() 1675 ucMaxSysCallPriority = configMAX_SYSCALL_INTERRUPT_PRIORITY & ucMaxPriorityValue; in xPortStartScheduler() 1687 … configMAX_SYSCALL_INTERRUPT_PRIORITY & ( uint8_t ) ( ~( uint32_t ) ucMaxPriorityValue ) ) == 0U ); in xPortStartScheduler() 1691 while( ( ucMaxPriorityValue & portTOP_BIT_OF_BYTE ) == portTOP_BIT_OF_BYTE ) in xPortStartScheduler() 1694 ucMaxPriorityValue <<= ( uint8_t ) 0x01; in xPortStartScheduler()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM33/non_secure/ |
D | port.c | 1660 volatile uint8_t ucMaxPriorityValue; in xPortStartScheduler() local 1672 ucMaxPriorityValue = ( uint8_t ) ( ( portNVIC_SHPR2_REG & 0xFF000000 ) >> 24 ); in xPortStartScheduler() 1675 ucMaxSysCallPriority = configMAX_SYSCALL_INTERRUPT_PRIORITY & ucMaxPriorityValue; in xPortStartScheduler() 1687 … configMAX_SYSCALL_INTERRUPT_PRIORITY & ( uint8_t ) ( ~( uint32_t ) ucMaxPriorityValue ) ) == 0U ); in xPortStartScheduler() 1691 while( ( ucMaxPriorityValue & portTOP_BIT_OF_BYTE ) == portTOP_BIT_OF_BYTE ) in xPortStartScheduler() 1694 ucMaxPriorityValue <<= ( uint8_t ) 0x01; in xPortStartScheduler()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM55_NTZ/non_secure/ |
D | port.c | 1660 volatile uint8_t ucMaxPriorityValue; in xPortStartScheduler() local 1672 ucMaxPriorityValue = ( uint8_t ) ( ( portNVIC_SHPR2_REG & 0xFF000000 ) >> 24 ); in xPortStartScheduler() 1675 ucMaxSysCallPriority = configMAX_SYSCALL_INTERRUPT_PRIORITY & ucMaxPriorityValue; in xPortStartScheduler() 1687 … configMAX_SYSCALL_INTERRUPT_PRIORITY & ( uint8_t ) ( ~( uint32_t ) ucMaxPriorityValue ) ) == 0U ); in xPortStartScheduler() 1691 while( ( ucMaxPriorityValue & portTOP_BIT_OF_BYTE ) == portTOP_BIT_OF_BYTE ) in xPortStartScheduler() 1694 ucMaxPriorityValue <<= ( uint8_t ) 0x01; in xPortStartScheduler()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM55_NTZ/non_secure/ |
D | port.c | 1660 volatile uint8_t ucMaxPriorityValue; in xPortStartScheduler() local 1672 ucMaxPriorityValue = ( uint8_t ) ( ( portNVIC_SHPR2_REG & 0xFF000000 ) >> 24 ); in xPortStartScheduler() 1675 ucMaxSysCallPriority = configMAX_SYSCALL_INTERRUPT_PRIORITY & ucMaxPriorityValue; in xPortStartScheduler() 1687 … configMAX_SYSCALL_INTERRUPT_PRIORITY & ( uint8_t ) ( ~( uint32_t ) ucMaxPriorityValue ) ) == 0U ); in xPortStartScheduler() 1691 while( ( ucMaxPriorityValue & portTOP_BIT_OF_BYTE ) == portTOP_BIT_OF_BYTE ) in xPortStartScheduler() 1694 ucMaxPriorityValue <<= ( uint8_t ) 0x01; in xPortStartScheduler()
|