/Kernel-v11.1.0/portable/Tasking/ARM_CM4F/ |
D | port.c | 44 #define portMIN_INTERRUPT_PRIORITY ( 255UL ) macro 45 #define portNVIC_PENDSV_PRI ( ( ( uint32_t ) portMIN_INTERRUPT_PRIORITY ) << 16UL ) 46 #define portNVIC_SYSTICK_PRI ( ( ( uint32_t ) portMIN_INTERRUPT_PRIORITY ) << 24UL ) 74 const uint32_t ulKernelPriority = portMIN_INTERRUPT_PRIORITY;
|
/Kernel-v11.1.0/portable/IAR/ARM_CM0/ |
D | port.c | 55 #define portMIN_INTERRUPT_PRIORITY ( 255UL ) macro 56 #define portNVIC_PENDSV_PRI ( portMIN_INTERRUPT_PRIORITY << 16UL ) 57 #define portNVIC_SYSTICK_PRI ( portMIN_INTERRUPT_PRIORITY << 24UL )
|
/Kernel-v11.1.0/portable/ThirdParty/GCC/RP2040/ |
D | port.c | 63 #define portMIN_INTERRUPT_PRIORITY ( 255UL ) macro 64 #define portNVIC_PENDSV_PRI ( portMIN_INTERRUPT_PRIORITY << 16UL ) 65 #define portNVIC_SYSTICK_PRI ( portMIN_INTERRUPT_PRIORITY << 24UL ) 339 irq_set_priority( ulIRQNum, portMIN_INTERRUPT_PRIORITY ); in xPortStartSchedulerOnCore() 421 irq_set_priority( irq_num, portMIN_INTERRUPT_PRIORITY ); in xPortStartScheduler()
|
/Kernel-v11.1.0/portable/CCS/ARM_CM3/ |
D | port.c | 55 #define portMIN_INTERRUPT_PRIORITY ( 255UL ) macro 56 #define portNVIC_PENDSV_PRI ( ( ( uint32_t ) portMIN_INTERRUPT_PRIORITY ) << 16UL… 57 #define portNVIC_SYSTICK_PRI ( ( ( uint32_t ) portMIN_INTERRUPT_PRIORITY ) << 24UL…
|
/Kernel-v11.1.0/portable/IAR/ARM_CM3/ |
D | port.c | 62 #define portMIN_INTERRUPT_PRIORITY ( 255UL ) macro 63 #define portNVIC_PENDSV_PRI ( ( ( uint32_t ) portMIN_INTERRUPT_PRIORITY ) << 16UL… 64 #define portNVIC_SYSTICK_PRI ( ( ( uint32_t ) portMIN_INTERRUPT_PRIORITY ) << 24UL…
|
/Kernel-v11.1.0/portable/CCS/ARM_CM4F/ |
D | port.c | 59 #define portMIN_INTERRUPT_PRIORITY ( 255UL ) macro 60 #define portNVIC_PENDSV_PRI ( ( ( uint32_t ) portMIN_INTERRUPT_PRIORITY ) << 16UL… 61 #define portNVIC_SYSTICK_PRI ( ( ( uint32_t ) portMIN_INTERRUPT_PRIORITY ) << 24UL…
|
/Kernel-v11.1.0/portable/GCC/ARM_CM3/ |
D | port.c | 55 #define portMIN_INTERRUPT_PRIORITY ( 255UL ) macro 56 #define portNVIC_PENDSV_PRI ( ( ( uint32_t ) portMIN_INTERRUPT_PRIORITY ) << 16UL… 57 #define portNVIC_SYSTICK_PRI ( ( ( uint32_t ) portMIN_INTERRUPT_PRIORITY ) << 24UL…
|
/Kernel-v11.1.0/portable/IAR/ARM_CM7/r0p1/ |
D | port.c | 66 #define portMIN_INTERRUPT_PRIORITY ( 255UL ) macro 67 #define portNVIC_PENDSV_PRI ( ( ( uint32_t ) portMIN_INTERRUPT_PRIORITY ) << 16UL… 68 #define portNVIC_SYSTICK_PRI ( ( ( uint32_t ) portMIN_INTERRUPT_PRIORITY ) << 24UL…
|
/Kernel-v11.1.0/portable/IAR/ARM_CM4F/ |
D | port.c | 72 #define portMIN_INTERRUPT_PRIORITY ( 255UL ) macro 73 #define portNVIC_PENDSV_PRI ( ( ( uint32_t ) portMIN_INTERRUPT_PRIORITY ) << 16UL… 74 #define portNVIC_SYSTICK_PRI ( ( ( uint32_t ) portMIN_INTERRUPT_PRIORITY ) << 24UL…
|
/Kernel-v11.1.0/portable/RVDS/ARM_CM0/ |
D | port.c | 50 #define portMIN_INTERRUPT_PRIORITY ( 255UL ) macro 51 #define portNVIC_PENDSV_PRI ( portMIN_INTERRUPT_PRIORITY << 16UL ) 52 #define portNVIC_SYSTICK_PRI ( portMIN_INTERRUPT_PRIORITY << 24UL )
|
/Kernel-v11.1.0/portable/GCC/ARM_CM7/r0p1/ |
D | port.c | 59 #define portMIN_INTERRUPT_PRIORITY ( 255UL ) macro 60 #define portNVIC_PENDSV_PRI ( ( ( uint32_t ) portMIN_INTERRUPT_PRIORITY ) << 16UL… 61 #define portNVIC_SYSTICK_PRI ( ( ( uint32_t ) portMIN_INTERRUPT_PRIORITY ) << 24UL…
|
/Kernel-v11.1.0/portable/GCC/ARM_CM4F/ |
D | port.c | 65 #define portMIN_INTERRUPT_PRIORITY ( 255UL ) macro 66 #define portNVIC_PENDSV_PRI ( ( ( uint32_t ) portMIN_INTERRUPT_PRIORITY ) << 16UL… 67 #define portNVIC_SYSTICK_PRI ( ( ( uint32_t ) portMIN_INTERRUPT_PRIORITY ) << 24UL…
|
/Kernel-v11.1.0/portable/RVDS/ARM_CM3/ |
D | port.c | 64 #define portMIN_INTERRUPT_PRIORITY ( 255UL ) macro 65 #define portNVIC_PENDSV_PRI ( ( ( uint32_t ) portMIN_INTERRUPT_PRIORITY ) << 16UL… 66 #define portNVIC_SYSTICK_PRI ( ( ( uint32_t ) portMIN_INTERRUPT_PRIORITY ) << 24UL…
|
/Kernel-v11.1.0/portable/RVDS/ARM_CM4F/ |
D | port.c | 74 #define portMIN_INTERRUPT_PRIORITY ( 255UL ) macro 75 #define portNVIC_PENDSV_PRI ( ( ( uint32_t ) portMIN_INTERRUPT_PRIORITY ) << 16UL… 76 #define portNVIC_SYSTICK_PRI ( ( ( uint32_t ) portMIN_INTERRUPT_PRIORITY ) << 24UL…
|
/Kernel-v11.1.0/portable/MikroC/ARM_CM4F/ |
D | port.c | 51 #define portMIN_INTERRUPT_PRIORITY ( 255UL ) macro 52 #define portNVIC_PENDSV_PRI ( ( ( uint32_t ) portMIN_INTERRUPT_PRIORITY ) << 16UL… 53 #define portNVIC_SYSTICK_PRI ( ( ( uint32_t ) portMIN_INTERRUPT_PRIORITY ) << 24UL…
|
/Kernel-v11.1.0/portable/RVDS/ARM_CM7/r0p1/ |
D | port.c | 68 #define portMIN_INTERRUPT_PRIORITY ( 255UL ) macro 69 #define portNVIC_PENDSV_PRI ( ( ( uint32_t ) portMIN_INTERRUPT_PRIORITY ) << 16UL… 70 #define portNVIC_SYSTICK_PRI ( ( ( uint32_t ) portMIN_INTERRUPT_PRIORITY ) << 24UL…
|
/Kernel-v11.1.0/portable/GCC/ARM_CM0/ |
D | port.c | 70 #define portMIN_INTERRUPT_PRIORITY ( 255UL ) macro 71 #define portNVIC_PENDSV_PRI ( portMIN_INTERRUPT_PRIORITY << 16UL ) 72 #define portNVIC_SYSTICK_PRI ( portMIN_INTERRUPT_PRIORITY << 24UL )
|
/Kernel-v11.1.0/portable/IAR/ARM_CM4F_MPU/ |
D | port.c | 111 #define portMIN_INTERRUPT_PRIORITY ( 255UL ) macro 112 #define portNVIC_PENDSV_PRI ( ( ( uint32_t ) portMIN_INTERRUPT_PRIORITY ) << … 113 #define portNVIC_SYSTICK_PRI ( ( ( uint32_t ) portMIN_INTERRUPT_PRIORITY ) << …
|
/Kernel-v11.1.0/portable/GCC/ARM_CM3_MPU/ |
D | port.c | 90 #define portMIN_INTERRUPT_PRIORITY ( 255UL ) macro 91 #define portNVIC_PENDSV_PRI ( ( ( uint32_t ) portMIN_INTERRUPT_PRIORITY ) << … 92 #define portNVIC_SYSTICK_PRI ( ( ( uint32_t ) portMIN_INTERRUPT_PRIORITY ) << …
|
/Kernel-v11.1.0/portable/GCC/ARM_CM4_MPU/ |
D | port.c | 100 #define portMIN_INTERRUPT_PRIORITY ( 255UL ) macro 101 #define portNVIC_PENDSV_PRI ( ( ( uint32_t ) portMIN_INTERRUPT_PRIORITY ) << … 102 #define portNVIC_SYSTICK_PRI ( ( ( uint32_t ) portMIN_INTERRUPT_PRIORITY ) << …
|
/Kernel-v11.1.0/portable/IAR/ARM_CM35P_NTZ/non_secure/ |
D | port.c | 102 #define portMIN_INTERRUPT_PRIORITY ( 255UL ) macro 103 #define portNVIC_PENDSV_PRI ( portMIN_INTERRUPT_PRIORITY << 16UL ) 104 #define portNVIC_SYSTICK_PRI ( portMIN_INTERRUPT_PRIORITY << 24UL )
|
/Kernel-v11.1.0/portable/IAR/ARM_CM33_NTZ/non_secure/ |
D | port.c | 102 #define portMIN_INTERRUPT_PRIORITY ( 255UL ) macro 103 #define portNVIC_PENDSV_PRI ( portMIN_INTERRUPT_PRIORITY << 16UL ) 104 #define portNVIC_SYSTICK_PRI ( portMIN_INTERRUPT_PRIORITY << 24UL )
|
/Kernel-v11.1.0/portable/IAR/ARM_CM35P/non_secure/ |
D | port.c | 102 #define portMIN_INTERRUPT_PRIORITY ( 255UL ) macro 103 #define portNVIC_PENDSV_PRI ( portMIN_INTERRUPT_PRIORITY << 16UL ) 104 #define portNVIC_SYSTICK_PRI ( portMIN_INTERRUPT_PRIORITY << 24UL )
|
/Kernel-v11.1.0/portable/IAR/ARM_CM23/non_secure/ |
D | port.c | 102 #define portMIN_INTERRUPT_PRIORITY ( 255UL ) macro 103 #define portNVIC_PENDSV_PRI ( portMIN_INTERRUPT_PRIORITY << 16UL ) 104 #define portNVIC_SYSTICK_PRI ( portMIN_INTERRUPT_PRIORITY << 24UL )
|
/Kernel-v11.1.0/portable/IAR/ARM_CM33/non_secure/ |
D | port.c | 102 #define portMIN_INTERRUPT_PRIORITY ( 255UL ) macro 103 #define portNVIC_PENDSV_PRI ( portMIN_INTERRUPT_PRIORITY << 16UL ) 104 #define portNVIC_SYSTICK_PRI ( portMIN_INTERRUPT_PRIORITY << 24UL )
|