Home
last modified time | relevance | path

Searched defs:uxReadyPriorities (Results 1 – 25 of 58) sorted by relevance

123

/FreeRTOS-Kernel/portable/MSVC-MingW/
A Dportmacro.h136 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( (… argument
137 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( … argument
141 #define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) \ argument
155 #define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) \ argument
166 …#define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) _BitScanReverse( ( unsigne… argument
/FreeRTOS-Kernel/portable/CCS/ARM_Cortex-R4/
A Dportmacro.h105 …#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
/FreeRTOS-Kernel/portable/IAR/ARM_CA5_No_GIC/
A Dportmacro.h142 …#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
/FreeRTOS-Kernel/portable/RVDS/ARM_CA9/
A Dportmacro.h147 …#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
/FreeRTOS-Kernel/portable/MPLAB/PIC32MX/
A Dportmacro.h159 …#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
/FreeRTOS-Kernel/portable/CCS/ARM_CM4F/
A Dportmacro.h124 …#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
/FreeRTOS-Kernel/portable/IAR/ARM_CRx_No_GIC/
A Dportmacro.h163 …#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
/FreeRTOS-Kernel/portable/MPLAB/PIC32MZ/
A Dportmacro.h170 …#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
/FreeRTOS-Kernel/portable/CCS/ARM_CM3/
A Dportmacro.h130 …#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
/FreeRTOS-Kernel/portable/GCC/RISC-V/
A Dportmacro.h148 …#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
/FreeRTOS-Kernel/portable/GCC/ARM_CRx_No_GIC/
A Dportmacro.h169 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1… argument
170 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( … argument
171 …#define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) uxTopPriority = ( 31UL - ulP… argument
/FreeRTOS-Kernel/portable/MikroC/ARM_CM4F/
A Dportmacro.h167 …#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
/FreeRTOS-Kernel/portable/IAR/ARM_CM7/r0p1/
A Dportmacro.h132 …#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
/FreeRTOS-Kernel/portable/IAR/ARM_CM3/
A Dportmacro.h133 …#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
/FreeRTOS-Kernel/portable/IAR/ARM_CM4F/
A Dportmacro.h132 …#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
/FreeRTOS-Kernel/portable/template/
A Dportmacro.h61 …#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
/FreeRTOS-Kernel/portable/MPLAB/PIC32MEC14xx/
A Dportmacro.h208 …#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
/FreeRTOS-Kernel/portable/GCC/ARM_AARCH64_SRE/
A Dportmacro.h163 …#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 = ( 31 - __b… argument
/FreeRTOS-Kernel/portable/RVDS/ARM_CM3/
A Dportmacro.h151 …#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
/FreeRTOS-Kernel/portable/RVDS/ARM_CM4F/
A Dportmacro.h151 …#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
/FreeRTOS-Kernel/portable/RVDS/ARM_CM7/r0p1/
A Dportmacro.h151 …#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
/FreeRTOS-Kernel/portable/IAR/ARM_CA9/
A Dportmacro.h145 …#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
/FreeRTOS-Kernel/portable/GCC/ARM_CM3/
A Dportmacro.h163 …#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
/FreeRTOS-Kernel/portable/GCC/ARM_CM4F/
A Dportmacro.h166 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1… argument
167 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( … argument
171 …#define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) uxTopPriority = ( 31UL - (… argument
/FreeRTOS-Kernel/portable/GCC/ARM_CM7/r0p1/
A Dportmacro.h163 …#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

Completed in 42 milliseconds

123