Home
last modified time | relevance | path

Searched refs:portMIN_INTERRUPT_PRIORITY (Results 1 – 25 of 42) sorted by relevance

12

/Kernel-v10.6.2/portable/Tasking/ARM_CM4F/
Dport.c44 #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-v10.6.2/portable/IAR/ARM_CM0/
Dport.c52 #define portMIN_INTERRUPT_PRIORITY ( 255UL ) macro
53 #define portNVIC_PENDSV_PRI ( portMIN_INTERRUPT_PRIORITY << 16UL )
54 #define portNVIC_SYSTICK_PRI ( portMIN_INTERRUPT_PRIORITY << 24UL )
/Kernel-v10.6.2/portable/GCC/ARM_CM0/
Dport.c50 #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-v10.6.2/portable/IAR/ARM_CM3/
Dport.c58 #define portMIN_INTERRUPT_PRIORITY ( 255UL ) macro
59 #define portNVIC_PENDSV_PRI ( ( ( uint32_t ) portMIN_INTERRUPT_PRIORITY ) << 16UL…
60 #define portNVIC_SYSTICK_PRI ( ( ( uint32_t ) portMIN_INTERRUPT_PRIORITY ) << 24UL…
/Kernel-v10.6.2/portable/CCS/ARM_CM3/
Dport.c55 #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-v10.6.2/portable/ThirdParty/GCC/RP2040/
Dport.c60 #define portMIN_INTERRUPT_PRIORITY ( 255UL ) macro
61 #define portNVIC_PENDSV_PRI ( portMIN_INTERRUPT_PRIORITY << 16UL )
62 #define portNVIC_SYSTICK_PRI ( portMIN_INTERRUPT_PRIORITY << 24UL )
274 irq_set_priority( irq_num, portMIN_INTERRUPT_PRIORITY ); in xPortStartScheduler()
/Kernel-v10.6.2/portable/IAR/ARM_CM4F/
Dport.c68 #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-v10.6.2/portable/IAR/ARM_CM7/r0p1/
Dport.c62 #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-v10.6.2/portable/GCC/ARM_CM3/
Dport.c51 #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-v10.6.2/portable/CCS/ARM_CM4F/
Dport.c59 #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-v10.6.2/portable/GCC/ARM_CM7/r0p1/
Dport.c55 #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-v10.6.2/portable/RVDS/ARM_CM0/
Dport.c50 #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-v10.6.2/portable/GCC/ARM_CM4F/
Dport.c61 #define portMIN_INTERRUPT_PRIORITY ( 255UL ) macro
62 #define portNVIC_PENDSV_PRI ( ( ( uint32_t ) portMIN_INTERRUPT_PRIORITY ) << 16UL…
63 #define portNVIC_SYSTICK_PRI ( ( ( uint32_t ) portMIN_INTERRUPT_PRIORITY ) << 24UL…
/Kernel-v10.6.2/portable/RVDS/ARM_CM3/
Dport.c64 #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-v10.6.2/portable/MikroC/ARM_CM4F/
Dport.c51 #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-v10.6.2/portable/RVDS/ARM_CM4F/
Dport.c74 #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-v10.6.2/portable/RVDS/ARM_CM7/r0p1/
Dport.c68 #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-v10.6.2/portable/GCC/ARM_CM3_MPU/
Dport.c87 #define portMIN_INTERRUPT_PRIORITY ( 255UL ) macro
88 #define portNVIC_PENDSV_PRI ( ( ( uint32_t ) portMIN_INTERRUPT_PRIORITY ) << …
89 #define portNVIC_SYSTICK_PRI ( ( ( uint32_t ) portMIN_INTERRUPT_PRIORITY ) << …
/Kernel-v10.6.2/portable/GCC/ARM_CM4_MPU/
Dport.c97 #define portMIN_INTERRUPT_PRIORITY ( 255UL ) macro
98 #define portNVIC_PENDSV_PRI ( ( ( uint32_t ) portMIN_INTERRUPT_PRIORITY ) << …
99 #define portNVIC_SYSTICK_PRI ( ( ( uint32_t ) portMIN_INTERRUPT_PRIORITY ) << …
/Kernel-v10.6.2/portable/IAR/ARM_CM4F_MPU/
Dport.c108 #define portMIN_INTERRUPT_PRIORITY ( 255UL ) macro
109 #define portNVIC_PENDSV_PRI ( ( ( uint32_t ) portMIN_INTERRUPT_PRIORITY ) << …
110 #define portNVIC_SYSTICK_PRI ( ( ( uint32_t ) portMIN_INTERRUPT_PRIORITY ) << …
/Kernel-v10.6.2/portable/GCC/ARM_CM55_NTZ/non_secure/
Dport.c86 #define portMIN_INTERRUPT_PRIORITY ( 255UL ) macro
87 #define portNVIC_PENDSV_PRI ( portMIN_INTERRUPT_PRIORITY << 16UL )
88 #define portNVIC_SYSTICK_PRI ( portMIN_INTERRUPT_PRIORITY << 24UL )
/Kernel-v10.6.2/portable/GCC/ARM_CM85_NTZ/non_secure/
Dport.c86 #define portMIN_INTERRUPT_PRIORITY ( 255UL ) macro
87 #define portNVIC_PENDSV_PRI ( portMIN_INTERRUPT_PRIORITY << 16UL )
88 #define portNVIC_SYSTICK_PRI ( portMIN_INTERRUPT_PRIORITY << 24UL )
/Kernel-v10.6.2/portable/GCC/ARM_CM35P_NTZ/non_secure/
Dport.c86 #define portMIN_INTERRUPT_PRIORITY ( 255UL ) macro
87 #define portNVIC_PENDSV_PRI ( portMIN_INTERRUPT_PRIORITY << 16UL )
88 #define portNVIC_SYSTICK_PRI ( portMIN_INTERRUPT_PRIORITY << 24UL )
/Kernel-v10.6.2/portable/IAR/ARM_CM85_NTZ/non_secure/
Dport.c86 #define portMIN_INTERRUPT_PRIORITY ( 255UL ) macro
87 #define portNVIC_PENDSV_PRI ( portMIN_INTERRUPT_PRIORITY << 16UL )
88 #define portNVIC_SYSTICK_PRI ( portMIN_INTERRUPT_PRIORITY << 24UL )
/Kernel-v10.6.2/portable/GCC/ARM_CM55/non_secure/
Dport.c86 #define portMIN_INTERRUPT_PRIORITY ( 255UL ) macro
87 #define portNVIC_PENDSV_PRI ( portMIN_INTERRUPT_PRIORITY << 16UL )
88 #define portNVIC_SYSTICK_PRI ( portMIN_INTERRUPT_PRIORITY << 24UL )

12