/Kernel-v10.6.2/portable/ThirdParty/GCC/Xtensa_ESP32/ |
HD | portmux_impl.h | 68 #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/ |
HD | portmacro.h | 108 #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/ |
HD | portmacro.h | 111 #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/ |
HD | portmacro.h | 92 #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/ |
HD | portmacro.h | 97 #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/ |
HD | portmacro.h | 86 #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/ |
HD | portmacro.h | 91 #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/ |
HD | portmacro.h | 92 #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/ |
HD | portmacro.h | 99 #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/ |
HD | portmacro.h | 93 #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/ |
HD | portmacro.h | 97 #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/ |
HD | portmacro.h | 95 #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/ |
HD | portmacro.h | 92 #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/ |
HD | portmacro.h | 101 #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/ |
HD | portmacro.h | 90 #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/ |
HD | portmacro.h | 103 #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/ |
HD | portmacro.h | 87 #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/ |
HD | portmacro.h | 103 #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/ |
HD | portmacro.h | 103 #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/ |
HD | portmacro.h | 104 #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/ |
HD | portmacro.h | 91 #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/ |
HD | portmacro.h | 103 #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/ |
HD | portmacro.h | 103 #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/ |
HD | portmacro.h | 103 #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/ |
HD | portmacro.h | 99 #define portYIELD_FROM_ISR( x ) portEND_SWITCHING_ISR( x ) argument 106 #define portCLEAR_INTERRUPT_MASK_FROM_ISR( x ) vPortSetBASEPRI( x ) argument
|