Home
last modified time | relevance | path

Searched defs:portGET_HIGHEST_PRIORITY (Results 1 – 25 of 35) sorted by relevance

12

/Kernel-v10.6.2/portable/MSVC-MingW/
HDportmacro.h123 #define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) \ macro
129 …#define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) _BitScanReverse( ( DWORD * ) … macro
/Kernel-v10.6.2/portable/CCS/ARM_Cortex-R4/
HDportmacro.h110 …#define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) uxTopPriority = ( 31 - __clz(… macro
/Kernel-v10.6.2/portable/IAR/ARM_CA5_No_GIC/
HDportmacro.h147 …#define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) uxTopPriority = ( 31 - __CLZ(… macro
/Kernel-v10.6.2/portable/RVDS/ARM_CA9/
HDportmacro.h152 …#define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) uxTopPriority = ( 31 - __clz(… macro
/Kernel-v10.6.2/portable/MPLAB/PIC32MX/
HDportmacro.h164 …#define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) uxTopPriority = ( 31UL - _clz… macro
/Kernel-v10.6.2/portable/CCS/ARM_CM4F/
HDportmacro.h117 …#define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) uxTopPriority = ( 31 - __c… macro
/Kernel-v10.6.2/portable/IAR/ARM_CRx_No_GIC/
HDportmacro.h165 …#define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) uxTopPriority = ( 31UL - ( ui… macro
/Kernel-v10.6.2/portable/CCS/ARM_CM3/
HDportmacro.h123 …#define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) uxTopPriority = ( 31 - __c… macro
/Kernel-v10.6.2/portable/MPLAB/PIC32MZ/
HDportmacro.h175 …#define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) uxTopPriority = ( 31UL - _clz… macro
/Kernel-v10.6.2/portable/GCC/ARM_CRx_No_GIC/
HDportmacro.h169 …#define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) uxTopPriority = ( 31UL - ( ui… macro
/Kernel-v10.6.2/portable/MikroC/ARM_CM4F/
HDportmacro.h160 …#define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) uxTopPriority = ( 31UL - (… macro
/Kernel-v10.6.2/portable/GCC/RISC-V/
HDportmacro.h144 …#define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) uxTopPriority = ( 31UL - __bu… macro
/Kernel-v10.6.2/portable/IAR/ARM_CM7/r0p1/
HDportmacro.h125 …#define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) uxTopPriority = ( 31UL - (… macro
/Kernel-v10.6.2/portable/IAR/ARM_CM4F/
HDportmacro.h125 …#define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) uxTopPriority = ( 31UL - (… macro
/Kernel-v10.6.2/portable/IAR/ARM_CM3/
HDportmacro.h126 …#define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) uxTopPriority = ( 31UL - (… macro
/Kernel-v10.6.2/portable/MPLAB/PIC32MEC14xx/
HDportmacro.h213 …#define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) uxTopPriority = ( 31 - _clz( … macro
/Kernel-v10.6.2/portable/GCC/ARM_CA53_64_BIT_SRE/
HDportmacro.h158 …#define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) uxTopPriority = ( 31 - __buil… macro
/Kernel-v10.6.2/portable/RVDS/ARM_CM4F/
HDportmacro.h144 …#define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) uxTopPriority = ( 31UL - (… macro
/Kernel-v10.6.2/portable/RVDS/ARM_CM3/
HDportmacro.h144 …#define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) uxTopPriority = ( 31UL - (… macro
/Kernel-v10.6.2/portable/RVDS/ARM_CM7/r0p1/
HDportmacro.h144 …#define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) uxTopPriority = ( 31UL - (… macro
/Kernel-v10.6.2/portable/GCC/ARM_CM7/r0p1/
HDportmacro.h156 …#define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) uxTopPriority = ( 31UL - (… macro
/Kernel-v10.6.2/portable/GCC/ARM_CR5/
HDportmacro.h162 …#define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) uxTopPriority = ( 31 - __b… macro
/Kernel-v10.6.2/portable/GCC/ARM_CM3/
HDportmacro.h156 …#define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) uxTopPriority = ( 31UL - (… macro
/Kernel-v10.6.2/portable/IAR/ARM_CA9/
HDportmacro.h150 …#define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) uxTopPriority = ( 31 - __CLZ(… macro
/Kernel-v10.6.2/portable/GCC/ARM_CM4F/
HDportmacro.h159 …#define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) uxTopPriority = ( 31UL - (… macro

12