Home
last modified time | relevance | path

Searched defs:uxTopPriority (Results 1 – 25 of 59) sorted by relevance

123

/FreeRTOS-Kernel/portable/MSVC-MingW/
A Dportmacro.h141 #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.h110 …#define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) uxTopPriority = ( 31 - __clz(… argument
/FreeRTOS-Kernel/portable/IAR/ARM_CA5_No_GIC/
A Dportmacro.h147 …#define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) uxTopPriority = ( 31 - __C… argument
/FreeRTOS-Kernel/portable/RVDS/ARM_CA9/
A Dportmacro.h152 …#define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) uxTopPriority = ( 31 - __c… argument
/FreeRTOS-Kernel/portable/MPLAB/PIC32MX/
A Dportmacro.h164 …#define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) uxTopPriority = ( 31UL - _clz… argument
/FreeRTOS-Kernel/portable/CCS/ARM_CM4F/
A Dportmacro.h129 …#define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) uxTopPriority = ( 31 - __c… argument
/FreeRTOS-Kernel/portable/IAR/ARM_CRx_No_GIC/
A Dportmacro.h168 …#define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) uxTopPriority = ( 31UL - (… argument
/FreeRTOS-Kernel/portable/MPLAB/PIC32MZ/
A Dportmacro.h175 …#define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) uxTopPriority = ( 31UL - _clz… argument
/FreeRTOS-Kernel/portable/CCS/ARM_CM3/
A Dportmacro.h135 …#define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) uxTopPriority = ( 31 - __c… argument
/FreeRTOS-Kernel/portable/GCC/RISC-V/
A Dportmacro.h153 …#define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) uxTopPriority = ( 31UL - _… argument
/FreeRTOS-Kernel/portable/GCC/ARM_CRx_No_GIC/
A Dportmacro.h171 …#define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) uxTopPriority = ( 31UL - ulP… argument
/FreeRTOS-Kernel/portable/MikroC/ARM_CM4F/
A Dportmacro.h172 …#define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) uxTopPriority = ( 31UL - (… argument
/FreeRTOS-Kernel/portable/IAR/ARM_CM7/r0p1/
A Dportmacro.h137 …#define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) uxTopPriority = ( 31UL - (… argument
/FreeRTOS-Kernel/portable/IAR/ARM_CM3/
A Dportmacro.h138 …#define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) uxTopPriority = ( 31UL - (… argument
/FreeRTOS-Kernel/portable/IAR/ARM_CM4F/
A Dportmacro.h137 …#define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) uxTopPriority = ( 31UL - (… argument
/FreeRTOS-Kernel/portable/template/
A Dportmacro.h66 #define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) \ argument
/FreeRTOS-Kernel/portable/MPLAB/PIC32MEC14xx/
A Dportmacro.h213 …#define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) uxTopPriority = ( 31 - _clz( … argument
/FreeRTOS-Kernel/portable/GCC/ARM_AARCH64_SRE/
A Dportmacro.h168 …#define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) uxTopPriority = ( 31 - __b… argument
/FreeRTOS-Kernel/portable/RVDS/ARM_CM3/
A Dportmacro.h156 …#define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) uxTopPriority = ( 31UL - (… argument
/FreeRTOS-Kernel/portable/RVDS/ARM_CM4F/
A Dportmacro.h156 …#define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) uxTopPriority = ( 31UL - (… argument
/FreeRTOS-Kernel/portable/RVDS/ARM_CM7/r0p1/
A Dportmacro.h156 …#define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) uxTopPriority = ( 31UL - (… argument
/FreeRTOS-Kernel/portable/IAR/ARM_CA9/
A Dportmacro.h150 …#define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) uxTopPriority = ( 31 - __C… argument
/FreeRTOS-Kernel/portable/GCC/ARM_CM3/
A Dportmacro.h168 …#define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) uxTopPriority = ( 31UL - (… argument
/FreeRTOS-Kernel/portable/GCC/ARM_CM4F/
A Dportmacro.h171 …#define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) uxTopPriority = ( 31UL - (… argument
/FreeRTOS-Kernel/portable/GCC/ARM_CM7/r0p1/
A Dportmacro.h168 …#define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) uxTopPriority = ( 31UL - (… argument

Completed in 23 milliseconds

123