Home
last modified time | relevance | path

Searched defs:x (Results 1 – 25 of 101) sorted by relevance

12345

/Kernel-v10.6.2/portable/ThirdParty/GCC/Xtensa_ESP32/
HDportmux_impl.h68 #define PORTMUX_AQUIRE_MUX_FN_CALL_ARGS( x ) x, timeout_cycles, fnName, line argument
69 #define PORTMUX_RELEASE_MUX_FN_CALL_ARGS( x ) x, fnName, line argument
73 #define PORTMUX_AQUIRE_MUX_FN_CALL_ARGS( x ) x, timeout_cycles argument
74 #define PORTMUX_RELEASE_MUX_FN_CALL_ARGS( x ) x argument
/Kernel-v10.6.2/portable/GCC/AVR32_UC3/
HDportmacro.h108 #define TASK_DELAY_MS(x) ( (x) /portTICK_PERIOD_MS ) argument
109 #define TASK_DELAY_S(x) ( (x)*1000 /portTICK_PERIOD_MS ) argument
110 #define TASK_DELAY_MIN(x) ( (x)*60*1000/portTICK_PERIOD_MS ) argument
/Kernel-v10.6.2/portable/IAR/AVR32_UC3/
HDportmacro.h111 #define TASK_DELAY_MS(x) ( (x) /portTICK_PERIOD_MS ) argument
112 #define TASK_DELAY_S(x) ( (x)*1000 /portTICK_PERIOD_MS ) argument
113 #define TASK_DELAY_MIN(x) ( (x)*60*1000/portTICK_PERIOD_MS ) argument
/Kernel-v10.6.2/portable/Tasking/ARM_CM4F/
HDportmacro.h92 #define portYIELD_FROM_ISR( x ) portEND_SWITCHING_ISR( x ) argument
114 #define portCLEAR_INTERRUPT_MASK_FROM_ISR( x ) vPortClearInterruptMask( x ) argument
/Kernel-v10.6.2/portable/IAR/ARM_CA5_No_GIC/
HDportmacro.h97 #define portYIELD_FROM_ISR( x ) portEND_SWITCHING_ISR( x ) argument
115 #define portCLEAR_INTERRUPT_MASK_FROM_ISR(x) __set_interrupt_state(x) argument
/Kernel-v10.6.2/portable/ThirdParty/GCC/Posix/
HDportmacro.h86 #define portYIELD_FROM_ISR( x ) portEND_SWITCHING_ISR( x ) argument
101 #define portCLEAR_INTERRUPT_MASK_FROM_ISR(x) vPortClearInterruptMask(x) argument
/Kernel-v10.6.2/portable/IAR/ARM_CM0/
HDportmacro.h91 #define portYIELD_FROM_ISR( x ) portEND_SWITCHING_ISR( x ) argument
107 #define portCLEAR_INTERRUPT_MASK_FROM_ISR( x ) vClearInterruptMaskFromISR( x ) argument
/Kernel-v10.6.2/portable/RVDS/ARM_CM0/
HDportmacro.h92 #define portYIELD_FROM_ISR( x ) portEND_SWITCHING_ISR( x ) argument
102 #define portCLEAR_INTERRUPT_MASK_FROM_ISR( x ) vClearInterruptMaskFromISR( x ) argument
/Kernel-v10.6.2/portable/ThirdParty/GCC/RP2040/include/
HDportmacro.h99 #define portYIELD_FROM_ISR( x ) portEND_SWITCHING_ISR( x ) argument
122 #define portCLEAR_INTERRUPT_MASK_FROM_ISR( x ) vClearInterruptMaskFromISR( x ) argument
/Kernel-v10.6.2/portable/GCC/ARM_CM0/
HDportmacro.h93 #define portYIELD_FROM_ISR( x ) portEND_SWITCHING_ISR( x ) argument
104 #define portCLEAR_INTERRUPT_MASK_FROM_ISR( x ) vClearInterruptMaskFromISR( x ) argument
/Kernel-v10.6.2/portable/RVDS/ARM_CA9/
HDportmacro.h97 #define portYIELD_FROM_ISR( x ) portEND_SWITCHING_ISR( x ) argument
117 #define portCLEAR_INTERRUPT_MASK_FROM_ISR(x) vPortClearInterruptMask(x) argument
/Kernel-v10.6.2/portable/CCS/ARM_CM4F/
HDportmacro.h95 #define portYIELD_FROM_ISR( x ) portEND_SWITCHING_ISR( x ) argument
137 #define portCLEAR_INTERRUPT_MASK_FROM_ISR( x ) _set_interrupt_priority( x ) argument
/Kernel-v10.6.2/portable/IAR/ARM_CRx_No_GIC/
HDportmacro.h92 #define portYIELD_FROM_ISR( x ) portEND_SWITCHING_ISR( x ) argument
130 #define portCLEAR_INTERRUPT_MASK_FROM_ISR(x) do { if( x == 0 ) portENABLE_INTERRUPTS(); } while(… argument
/Kernel-v10.6.2/portable/CCS/ARM_CM3/
HDportmacro.h101 #define portYIELD_FROM_ISR( x ) portEND_SWITCHING_ISR( x ) argument
143 #define portCLEAR_INTERRUPT_MASK_FROM_ISR( x ) _set_interrupt_priority( x ) argument
/Kernel-v10.6.2/portable/GCC/ARM_CRx_No_GIC/
HDportmacro.h90 #define portYIELD_FROM_ISR( x ) portEND_SWITCHING_ISR( x ) argument
128 #define portCLEAR_INTERRUPT_MASK_FROM_ISR(x) do { if( x == 0 ) portENABLE_INTERRUPTS(); } while(… argument
/Kernel-v10.6.2/portable/MikroC/ARM_CM4F/
HDportmacro.h103 #define portYIELD_FROM_ISR( x ) portEND_SWITCHING_ISR( x ) argument
114 …#define portCLEAR_INTERRUPT_MASK_FROM_ISR( x ) CPU_REG_SET( CPU_BASEPRI, x ); /* Barrier instru… argument
/Kernel-v10.6.2/portable/MSVC-MingW/
HDportmacro.h87 #define portYIELD_FROM_ISR( x ) ( void ) x argument
88 #define portEND_SWITCHING_ISR( x ) portYIELD_FROM_ISR( ( x ) ) argument
/Kernel-v10.6.2/portable/IAR/ARM_CM7/r0p1/
HDportmacro.h103 #define portYIELD_FROM_ISR( x ) portEND_SWITCHING_ISR( x ) argument
148 #define portCLEAR_INTERRUPT_MASK_FROM_ISR( x ) __set_BASEPRI( x ) argument
/Kernel-v10.6.2/portable/IAR/ARM_CM4F/
HDportmacro.h103 #define portYIELD_FROM_ISR( x ) portEND_SWITCHING_ISR( x ) argument
145 #define portCLEAR_INTERRUPT_MASK_FROM_ISR( x ) __set_BASEPRI( x ) argument
/Kernel-v10.6.2/portable/IAR/ARM_CM3/
HDportmacro.h104 #define portYIELD_FROM_ISR( x ) portEND_SWITCHING_ISR( x ) argument
146 #define portCLEAR_INTERRUPT_MASK_FROM_ISR( x ) __set_BASEPRI( x ) argument
/Kernel-v10.6.2/portable/GCC/ARM_CA53_64_BIT_SRE/
HDportmacro.h91 #define portYIELD_FROM_ISR( x ) portEND_SWITCHING_ISR( x ) argument
123 #define portCLEAR_INTERRUPT_MASK_FROM_ISR(x) vPortClearInterruptMask(x) argument
/Kernel-v10.6.2/portable/RVDS/ARM_CM4F/
HDportmacro.h103 #define portYIELD_FROM_ISR( x ) portEND_SWITCHING_ISR( x ) argument
115 #define portCLEAR_INTERRUPT_MASK_FROM_ISR( x ) vPortSetBASEPRI( x ) argument
/Kernel-v10.6.2/portable/RVDS/ARM_CM3/
HDportmacro.h103 #define portYIELD_FROM_ISR( x ) portEND_SWITCHING_ISR( x ) argument
115 #define portCLEAR_INTERRUPT_MASK_FROM_ISR( x ) vPortSetBASEPRI( x ) argument
/Kernel-v10.6.2/portable/RVDS/ARM_CM7/r0p1/
HDportmacro.h103 #define portYIELD_FROM_ISR( x ) portEND_SWITCHING_ISR( x ) argument
115 #define portCLEAR_INTERRUPT_MASK_FROM_ISR( x ) vPortSetBASEPRI( x ) argument
/Kernel-v10.6.2/portable/GCC/ARM_CM7/r0p1/
HDportmacro.h99 #define portYIELD_FROM_ISR( x ) portEND_SWITCHING_ISR( x ) argument
106 #define portCLEAR_INTERRUPT_MASK_FROM_ISR( x ) vPortSetBASEPRI( x ) argument

12345