Home
last modified time | relevance | path

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

12

/FreeRTOS-Kernel/portable/CCS/ARM_CM3/
A 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()
/FreeRTOS-Kernel/portable/IAR/ARM_CM3/
A 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()
/FreeRTOS-Kernel/portable/GCC/ARM_CM3/
A Dport.c309 volatile uint8_t ucMaxPriorityValue; in xPortStartScheduler() local
324 ucMaxPriorityValue = *pucFirstUserPriorityRegister; in xPortStartScheduler()
327 ucMaxSysCallPriority = configMAX_SYSCALL_INTERRUPT_PRIORITY & ucMaxPriorityValue; in xPortStartScheduler()
339 configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U ); in xPortStartScheduler()
344 while( ( ucMaxPriorityValue & portTOP_BIT_OF_BYTE ) == portTOP_BIT_OF_BYTE ) in xPortStartScheduler()
347 ucMaxPriorityValue <<= ( uint8_t ) 0x01; in xPortStartScheduler()
/FreeRTOS-Kernel/portable/CCS/ARM_CM4F/
A 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()
/FreeRTOS-Kernel/portable/GCC/ARM_CA9/
A 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()
/FreeRTOS-Kernel/portable/GCC/ARM_AARCH64/
A Dport.c305 volatile uint8_t ucMaxPriorityValue; in xPortStartScheduler() local
317 ucMaxPriorityValue = *pucFirstUserPriorityRegister; in xPortStartScheduler()
320 while( ( ucMaxPriorityValue & portBIT_0_SET ) != portBIT_0_SET ) in xPortStartScheduler()
322 ucMaxPriorityValue >>= ( uint8_t ) 0x01; in xPortStartScheduler()
328 configASSERT( ucMaxPriorityValue >= portLOWEST_INTERRUPT_PRIORITY ); in xPortStartScheduler()
/FreeRTOS-Kernel/portable/IAR/ARM_CM7/r0p1/
A 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()
/FreeRTOS-Kernel/portable/IAR/ARM_CM4F/
A 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()
/FreeRTOS-Kernel/portable/GCC/ARM_CM4F/
A Dport.c352 volatile uint8_t ucMaxPriorityValue; in xPortStartScheduler() local
367 ucMaxPriorityValue = *pucFirstUserPriorityRegister; in xPortStartScheduler()
370 ucMaxSysCallPriority = configMAX_SYSCALL_INTERRUPT_PRIORITY & ucMaxPriorityValue; in xPortStartScheduler()
382 configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U ); in xPortStartScheduler()
387 while( ( ucMaxPriorityValue & portTOP_BIT_OF_BYTE ) == portTOP_BIT_OF_BYTE ) in xPortStartScheduler()
390 ucMaxPriorityValue <<= ( uint8_t ) 0x01; in xPortStartScheduler()
/FreeRTOS-Kernel/portable/GCC/ARM_CM7/r0p1/
A Dport.c340 volatile uint8_t ucMaxPriorityValue; in xPortStartScheduler() local
355 ucMaxPriorityValue = *pucFirstUserPriorityRegister; in xPortStartScheduler()
358 ucMaxSysCallPriority = configMAX_SYSCALL_INTERRUPT_PRIORITY & ucMaxPriorityValue; in xPortStartScheduler()
370 configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U ); in xPortStartScheduler()
375 while( ( ucMaxPriorityValue & portTOP_BIT_OF_BYTE ) == portTOP_BIT_OF_BYTE ) in xPortStartScheduler()
378 ucMaxPriorityValue <<= ( uint8_t ) 0x01; in xPortStartScheduler()
/FreeRTOS-Kernel/portable/RVDS/ARM_CM3/
A 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()
/FreeRTOS-Kernel/portable/RVDS/ARM_CM4F/
A 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()
/FreeRTOS-Kernel/portable/RVDS/ARM_CM7/r0p1/
A 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()
/FreeRTOS-Kernel/portable/MikroC/ARM_CM4F/
A 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()
/FreeRTOS-Kernel/portable/GCC/ARM_CR5/
A 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()
/FreeRTOS-Kernel/portable/IAR/ARM_CM4F_MPU/
A 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()
/FreeRTOS-Kernel/portable/GCC/ARM_CM3_MPU/
A Dport.c783 volatile uint8_t ucMaxPriorityValue; in xPortStartScheduler() local
798 ucMaxPriorityValue = *pucFirstUserPriorityRegister; in xPortStartScheduler()
801 ucMaxSysCallPriority = configMAX_SYSCALL_INTERRUPT_PRIORITY & ucMaxPriorityValue; in xPortStartScheduler()
813 configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U ); in xPortStartScheduler()
818 while( ( ucMaxPriorityValue & portTOP_BIT_OF_BYTE ) == portTOP_BIT_OF_BYTE ) in xPortStartScheduler()
821 ucMaxPriorityValue <<= ( uint8_t ) 0x01; in xPortStartScheduler()
/FreeRTOS-Kernel/portable/GCC/ARM_CM4_MPU/
A Dport.c869 volatile uint8_t ucMaxPriorityValue; in xPortStartScheduler() local
884 ucMaxPriorityValue = *pucFirstUserPriorityRegister; in xPortStartScheduler()
887 ucMaxSysCallPriority = configMAX_SYSCALL_INTERRUPT_PRIORITY & ucMaxPriorityValue; in xPortStartScheduler()
899 configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U ); in xPortStartScheduler()
904 while( ( ucMaxPriorityValue & portTOP_BIT_OF_BYTE ) == portTOP_BIT_OF_BYTE ) in xPortStartScheduler()
907 ucMaxPriorityValue <<= ( uint8_t ) 0x01; in xPortStartScheduler()
/FreeRTOS-Kernel/portable/IAR/ARM_CM85/non_secure/
A Dport.c1735 volatile uint8_t ucMaxPriorityValue; in xPortStartScheduler() local
1747 ucMaxPriorityValue = ( uint8_t ) ( ( portNVIC_SHPR2_REG & 0xFF000000 ) >> 24 ); in xPortStartScheduler()
1750 ucMaxSysCallPriority = configMAX_SYSCALL_INTERRUPT_PRIORITY & ucMaxPriorityValue; in xPortStartScheduler()
1762 … configMAX_SYSCALL_INTERRUPT_PRIORITY & ( uint8_t ) ( ~( uint32_t ) ucMaxPriorityValue ) ) == 0U ); in xPortStartScheduler()
1766 while( ( ucMaxPriorityValue & portTOP_BIT_OF_BYTE ) == portTOP_BIT_OF_BYTE ) in xPortStartScheduler()
1769 ucMaxPriorityValue <<= ( uint8_t ) 0x01; in xPortStartScheduler()
/FreeRTOS-Kernel/portable/IAR/ARM_CM85_NTZ/non_secure/
A Dport.c1735 volatile uint8_t ucMaxPriorityValue; in xPortStartScheduler() local
1747 ucMaxPriorityValue = ( uint8_t ) ( ( portNVIC_SHPR2_REG & 0xFF000000 ) >> 24 ); in xPortStartScheduler()
1750 ucMaxSysCallPriority = configMAX_SYSCALL_INTERRUPT_PRIORITY & ucMaxPriorityValue; in xPortStartScheduler()
1762 … configMAX_SYSCALL_INTERRUPT_PRIORITY & ( uint8_t ) ( ~( uint32_t ) ucMaxPriorityValue ) ) == 0U ); in xPortStartScheduler()
1766 while( ( ucMaxPriorityValue & portTOP_BIT_OF_BYTE ) == portTOP_BIT_OF_BYTE ) in xPortStartScheduler()
1769 ucMaxPriorityValue <<= ( uint8_t ) 0x01; in xPortStartScheduler()
/FreeRTOS-Kernel/portable/IAR/ARM_CM23/non_secure/
A Dport.c1735 volatile uint8_t ucMaxPriorityValue; in xPortStartScheduler() local
1747 ucMaxPriorityValue = ( uint8_t ) ( ( portNVIC_SHPR2_REG & 0xFF000000 ) >> 24 ); in xPortStartScheduler()
1750 ucMaxSysCallPriority = configMAX_SYSCALL_INTERRUPT_PRIORITY & ucMaxPriorityValue; in xPortStartScheduler()
1762 … configMAX_SYSCALL_INTERRUPT_PRIORITY & ( uint8_t ) ( ~( uint32_t ) ucMaxPriorityValue ) ) == 0U ); in xPortStartScheduler()
1766 while( ( ucMaxPriorityValue & portTOP_BIT_OF_BYTE ) == portTOP_BIT_OF_BYTE ) in xPortStartScheduler()
1769 ucMaxPriorityValue <<= ( uint8_t ) 0x01; in xPortStartScheduler()
/FreeRTOS-Kernel/portable/IAR/ARM_CM23_NTZ/non_secure/
A Dport.c1735 volatile uint8_t ucMaxPriorityValue; in xPortStartScheduler() local
1747 ucMaxPriorityValue = ( uint8_t ) ( ( portNVIC_SHPR2_REG & 0xFF000000 ) >> 24 ); in xPortStartScheduler()
1750 ucMaxSysCallPriority = configMAX_SYSCALL_INTERRUPT_PRIORITY & ucMaxPriorityValue; in xPortStartScheduler()
1762 … configMAX_SYSCALL_INTERRUPT_PRIORITY & ( uint8_t ) ( ~( uint32_t ) ucMaxPriorityValue ) ) == 0U ); in xPortStartScheduler()
1766 while( ( ucMaxPriorityValue & portTOP_BIT_OF_BYTE ) == portTOP_BIT_OF_BYTE ) in xPortStartScheduler()
1769 ucMaxPriorityValue <<= ( uint8_t ) 0x01; in xPortStartScheduler()
/FreeRTOS-Kernel/portable/IAR/ARM_CM33/non_secure/
A Dport.c1735 volatile uint8_t ucMaxPriorityValue; in xPortStartScheduler() local
1747 ucMaxPriorityValue = ( uint8_t ) ( ( portNVIC_SHPR2_REG & 0xFF000000 ) >> 24 ); in xPortStartScheduler()
1750 ucMaxSysCallPriority = configMAX_SYSCALL_INTERRUPT_PRIORITY & ucMaxPriorityValue; in xPortStartScheduler()
1762 … configMAX_SYSCALL_INTERRUPT_PRIORITY & ( uint8_t ) ( ~( uint32_t ) ucMaxPriorityValue ) ) == 0U ); in xPortStartScheduler()
1766 while( ( ucMaxPriorityValue & portTOP_BIT_OF_BYTE ) == portTOP_BIT_OF_BYTE ) in xPortStartScheduler()
1769 ucMaxPriorityValue <<= ( uint8_t ) 0x01; in xPortStartScheduler()
/FreeRTOS-Kernel/portable/IAR/ARM_CM33_NTZ/non_secure/
A Dport.c1735 volatile uint8_t ucMaxPriorityValue; in xPortStartScheduler() local
1747 ucMaxPriorityValue = ( uint8_t ) ( ( portNVIC_SHPR2_REG & 0xFF000000 ) >> 24 ); in xPortStartScheduler()
1750 ucMaxSysCallPriority = configMAX_SYSCALL_INTERRUPT_PRIORITY & ucMaxPriorityValue; in xPortStartScheduler()
1762 … configMAX_SYSCALL_INTERRUPT_PRIORITY & ( uint8_t ) ( ~( uint32_t ) ucMaxPriorityValue ) ) == 0U ); in xPortStartScheduler()
1766 while( ( ucMaxPriorityValue & portTOP_BIT_OF_BYTE ) == portTOP_BIT_OF_BYTE ) in xPortStartScheduler()
1769 ucMaxPriorityValue <<= ( uint8_t ) 0x01; in xPortStartScheduler()
/FreeRTOS-Kernel/portable/IAR/ARM_CM35P/non_secure/
A Dport.c1735 volatile uint8_t ucMaxPriorityValue; in xPortStartScheduler() local
1747 ucMaxPriorityValue = ( uint8_t ) ( ( portNVIC_SHPR2_REG & 0xFF000000 ) >> 24 ); in xPortStartScheduler()
1750 ucMaxSysCallPriority = configMAX_SYSCALL_INTERRUPT_PRIORITY & ucMaxPriorityValue; in xPortStartScheduler()
1762 … configMAX_SYSCALL_INTERRUPT_PRIORITY & ( uint8_t ) ( ~( uint32_t ) ucMaxPriorityValue ) ) == 0U ); in xPortStartScheduler()
1766 while( ( ucMaxPriorityValue & portTOP_BIT_OF_BYTE ) == portTOP_BIT_OF_BYTE ) in xPortStartScheduler()
1769 ucMaxPriorityValue <<= ( uint8_t ) 0x01; in xPortStartScheduler()

Completed in 65 milliseconds

12