/Kernel-v11.1.0/portable/MSVC-MingW/ |
D | portmacro.h | 143 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( (… argument 144 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( … argument 148 #define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) \ argument 160 #define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) \ argument 170 …#define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) _BitScanReverse( ( DWORD *… argument
|
/Kernel-v11.1.0/portable/CCS/ARM_Cortex-R4/ |
D | portmacro.h | 105 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1UL … argument 106 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( 1UL … argument 110 …#define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) uxTopPriority = ( 31 - __clz(… argument
|
/Kernel-v11.1.0/portable/IAR/ARM_CA5_No_GIC/ |
D | portmacro.h | 142 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1… argument 143 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( … argument 147 …#define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) uxTopPriority = ( 31 - __C… argument
|
/Kernel-v11.1.0/portable/CCS/ARM_CM4F/ |
D | portmacro.h | 124 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1… argument 125 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( … argument 129 …#define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) uxTopPriority = ( 31 - __c… argument
|
/Kernel-v11.1.0/portable/RVDS/ARM_CA9/ |
D | portmacro.h | 147 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1… argument 148 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( … argument 152 …#define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) uxTopPriority = ( 31 - __c… argument
|
/Kernel-v11.1.0/portable/MPLAB/PIC32MX/ |
D | portmacro.h | 159 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1UL … argument 160 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( 1UL … argument 164 …#define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) uxTopPriority = ( 31UL - _clz… argument
|
/Kernel-v11.1.0/portable/CCS/ARM_CM3/ |
D | portmacro.h | 130 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1… argument 131 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( … argument 135 …#define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) uxTopPriority = ( 31 - __c… argument
|
/Kernel-v11.1.0/portable/IAR/ARM_CRx_No_GIC/ |
D | portmacro.h | 163 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1… argument 164 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( … argument 168 …#define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) uxTopPriority = ( 31UL - (… argument
|
/Kernel-v11.1.0/portable/GCC/RISC-V/ |
D | portmacro.h | 148 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1… argument 149 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( … argument 153 …#define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) uxTopPriority = ( 31UL - _… argument
|
/Kernel-v11.1.0/portable/MPLAB/PIC32MZ/ |
D | portmacro.h | 170 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1UL … argument 171 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( 1UL … argument 175 …#define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) uxTopPriority = ( 31UL - _clz… argument
|
/Kernel-v11.1.0/portable/template/ |
D | portmacro.h | 61 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1… argument 62 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( … argument 66 #define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) \ argument
|
/Kernel-v11.1.0/portable/GCC/ARM_CRx_No_GIC/ |
D | portmacro.h | 167 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1… argument 168 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( … argument 172 …#define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) uxTopPriority = ( 31UL - (… argument
|
/Kernel-v11.1.0/portable/MikroC/ARM_CM4F/ |
D | portmacro.h | 167 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1… argument 168 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( … argument 172 …#define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) uxTopPriority = ( 31UL - (… argument
|
/Kernel-v11.1.0/portable/IAR/ARM_CM4F/ |
D | portmacro.h | 132 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1… argument 133 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( … argument 137 …#define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) uxTopPriority = ( 31UL - (… argument
|
/Kernel-v11.1.0/portable/IAR/ARM_CM7/r0p1/ |
D | portmacro.h | 132 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1… argument 133 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( … argument 137 …#define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) uxTopPriority = ( 31UL - (… argument
|
/Kernel-v11.1.0/portable/IAR/ARM_CM3/ |
D | portmacro.h | 133 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1… argument 134 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( … argument 138 …#define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) uxTopPriority = ( 31UL - (… argument
|
/Kernel-v11.1.0/portable/MPLAB/PIC32MEC14xx/ |
D | portmacro.h | 208 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1UL … argument 209 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( 1UL … argument 213 …#define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) uxTopPriority = ( 31 - _clz( … argument
|
/Kernel-v11.1.0/portable/GCC/ARM_AARCH64_SRE/ |
D | portmacro.h | 154 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1… argument 155 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( … argument 159 …#define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) uxTopPriority = ( 31 - __b… argument
|
/Kernel-v11.1.0/portable/RVDS/ARM_CM4F/ |
D | portmacro.h | 151 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1… argument 152 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( … argument 156 …#define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) uxTopPriority = ( 31UL - (… argument
|
/Kernel-v11.1.0/portable/RVDS/ARM_CM3/ |
D | portmacro.h | 151 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1… argument 152 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( … argument 156 …#define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) uxTopPriority = ( 31UL - (… argument
|
/Kernel-v11.1.0/portable/RVDS/ARM_CM7/r0p1/ |
D | portmacro.h | 151 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1… argument 152 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( … argument 156 …#define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) uxTopPriority = ( 31UL - (… argument
|
/Kernel-v11.1.0/portable/IAR/ARM_CA9/ |
D | portmacro.h | 145 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1… argument 146 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( … argument 150 …#define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) uxTopPriority = ( 31 - __C… argument
|
/Kernel-v11.1.0/portable/GCC/ARM_CM7/r0p1/ |
D | portmacro.h | 163 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1… argument 164 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( … argument 168 …#define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) uxTopPriority = ( 31UL - (… argument
|
/Kernel-v11.1.0/portable/GCC/ARM_CA9/ |
D | portmacro.h | 151 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1… argument 152 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( … argument 156 …#define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) uxTopPriority = ( 31UL - (… argument
|
/Kernel-v11.1.0/portable/GCC/ARM_CM3/ |
D | portmacro.h | 163 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1… argument 164 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( … argument 168 …#define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) uxTopPriority = ( 31UL - (… argument
|