Home
last modified time | relevance | path

Searched refs:ucMaxPriorityValue (Results 1 – 25 of 40) sorted by relevance

12

/Kernel-v11.1.0/portable/CCS/ARM_CM3/
Dport.c224 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/
Dport.c264 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/
Dport.c243 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/
Dport.c310 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/
Dport.c277 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/
Dport.c339 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/
Dport.c290 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/
Dport.c302 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/
Dport.c341 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/
Dport.c353 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/
Dport.c269 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/
Dport.c335 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/
Dport.c304 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/
Dport.c319 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/
Dport.c416 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/
Dport.c766 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/
Dport.c785 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/
Dport.c871 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/
Dport.c1660 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/
Dport.c1660 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/
Dport.c1660 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/
Dport.c1660 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/
Dport.c1660 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/
Dport.c1660 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/
Dport.c1660 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()

12