/Kernel-v11.1.0/portable/ThirdParty/GCC/Xtensa_ESP32/ |
D | 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-v11.1.0/portable/ThirdParty/GCC/RP2040/include/ |
D | portmacro.h | 114 #define portYIELD_FROM_ISR( x ) portEND_SWITCHING_ISR( x ) argument 161 #define portSET_CRITICAL_NESTING_COUNT( x ) ( uxCriticalNestings[ portGET_CORE_ID() ] = ( x )… argument 181 #define portCLEAR_INTERRUPT_MASK_FROM_ISR( x ) vClearInterruptMaskFromISR( x ) argument 201 #define portEXIT_CRITICAL_FROM_ISR( x ) vTaskExitCriticalFromISR( x ) argument
|
/Kernel-v11.1.0/portable/GCC/AVR32_UC3/ |
D | portmacro.h | 109 #define TASK_DELAY_MS( x ) ( ( x ) / portTICK_PERIOD_MS ) argument 110 #define TASK_DELAY_S( x ) ( ( x ) * 1000 / portTICK_PERIOD_MS ) argument 111 #define TASK_DELAY_MIN( x ) ( ( x ) * 60 * 1000 / portTICK_PERIOD_MS ) argument
|
/Kernel-v11.1.0/portable/IAR/AVR32_UC3/ |
D | portmacro.h | 112 #define TASK_DELAY_MS( x ) ( ( x ) / portTICK_PERIOD_MS ) argument 113 #define TASK_DELAY_S( x ) ( ( x ) * 1000 / portTICK_PERIOD_MS ) argument 114 #define TASK_DELAY_MIN( x ) ( ( x ) * 60 * 1000 / portTICK_PERIOD_MS ) argument
|
/Kernel-v11.1.0/portable/Tasking/ARM_CM4F/ |
D | portmacro.h | 104 #define portYIELD_FROM_ISR( x ) portEND_SWITCHING_ISR( x ) argument 126 #define portCLEAR_INTERRUPT_MASK_FROM_ISR( x ) vPortClearInterruptMask( x ) argument
|
/Kernel-v11.1.0/portable/IAR/ARM_CA5_No_GIC/ |
D | 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-v11.1.0/portable/IAR/ARM_CM0/ |
D | portmacro.h | 103 #define portYIELD_FROM_ISR( x ) portEND_SWITCHING_ISR( x ) argument 119 #define portCLEAR_INTERRUPT_MASK_FROM_ISR( x ) vClearInterruptMaskFromISR( x ) argument
|
/Kernel-v11.1.0/portable/ThirdParty/GCC/Posix/ |
D | portmacro.h | 99 #define portYIELD_FROM_ISR( x ) portEND_SWITCHING_ISR( x ) argument 114 #define portCLEAR_INTERRUPT_MASK_FROM_ISR( x ) vPortClearInterruptMask( x ) argument
|
/Kernel-v11.1.0/portable/RVDS/ARM_CM0/ |
D | portmacro.h | 102 #define portYIELD_FROM_ISR( x ) portEND_SWITCHING_ISR( x ) argument 112 #define portCLEAR_INTERRUPT_MASK_FROM_ISR( x ) vClearInterruptMaskFromISR( x ) argument
|
/Kernel-v11.1.0/portable/CCS/ARM_CM4F/ |
D | portmacro.h | 107 #define portYIELD_FROM_ISR( x ) portEND_SWITCHING_ISR( x ) argument 149 #define portCLEAR_INTERRUPT_MASK_FROM_ISR( x ) _set_interrupt_priority( x ) argument
|
/Kernel-v11.1.0/portable/RVDS/ARM_CA9/ |
D | 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-v11.1.0/portable/CCS/ARM_CM3/ |
D | portmacro.h | 113 #define portYIELD_FROM_ISR( x ) portEND_SWITCHING_ISR( x ) argument 155 #define portCLEAR_INTERRUPT_MASK_FROM_ISR( x ) _set_interrupt_priority( x ) argument
|
/Kernel-v11.1.0/portable/IAR/ARM_CRx_No_GIC/ |
D | portmacro.h | 92 #define portYIELD_FROM_ISR( x ) portEND_SWITCHING_ISR( x ) argument 133 #define portCLEAR_INTERRUPT_MASK_FROM_ISR( x ) do { if( x == 0 ) portENABLE_INTERRUPTS( ); } whi… argument
|
/Kernel-v11.1.0/portable/template/ |
D | portmacro.h | 119 #define portCLEAR_INTERRUPT_MASK( x ) ( ( void ) ( x ) ) argument 122 #define portYIELD_CORE( x ) do {} while( 0 ) argument
|
/Kernel-v11.1.0/portable/GCC/ARM_CRx_No_GIC/ |
D | portmacro.h | 90 #define portYIELD_FROM_ISR( x ) portEND_SWITCHING_ISR( x ) argument 131 #define portCLEAR_INTERRUPT_MASK_FROM_ISR( x ) do { if( x == 0 ) portENABLE_INTERRUPTS( ); } whi… argument
|
/Kernel-v11.1.0/portable/MikroC/ARM_CM4F/ |
D | portmacro.h | 115 #define portYIELD_FROM_ISR( x ) portEND_SWITCHING_ISR( x ) argument 126 …#define portCLEAR_INTERRUPT_MASK_FROM_ISR( x ) CPU_REG_SET( CPU_BASEPRI, x ); /* Barrier instru… argument
|
/Kernel-v11.1.0/portable/IAR/ARM_CM4F/ |
D | portmacro.h | 115 #define portYIELD_FROM_ISR( x ) portEND_SWITCHING_ISR( x ) argument 157 #define portCLEAR_INTERRUPT_MASK_FROM_ISR( x ) __set_BASEPRI( x ) argument
|
/Kernel-v11.1.0/portable/IAR/ARM_CM7/r0p1/ |
D | portmacro.h | 115 #define portYIELD_FROM_ISR( x ) portEND_SWITCHING_ISR( x ) argument 160 #define portCLEAR_INTERRUPT_MASK_FROM_ISR( x ) __set_BASEPRI( x ) argument
|
/Kernel-v11.1.0/portable/IAR/ARM_CM3/ |
D | portmacro.h | 116 #define portYIELD_FROM_ISR( x ) portEND_SWITCHING_ISR( x ) argument 158 #define portCLEAR_INTERRUPT_MASK_FROM_ISR( x ) __set_BASEPRI( x ) argument
|
/Kernel-v11.1.0/portable/GCC/ARM_AARCH64_SRE/ |
D | portmacro.h | 91 #define portYIELD_FROM_ISR( x ) portEND_SWITCHING_ISR( x ) argument 124 #define portCLEAR_INTERRUPT_MASK_FROM_ISR( x ) vPortClearInterruptMask( x ) argument
|
/Kernel-v11.1.0/portable/MSVC-MingW/ |
D | portmacro.h | 111 #define portYIELD_FROM_ISR( x ) ( void ) x argument 112 #define portEND_SWITCHING_ISR( x ) portYIELD_FROM_ISR( ( x ) ) argument
|
/Kernel-v11.1.0/portable/RVDS/ARM_CM4F/ |
D | portmacro.h | 115 #define portYIELD_FROM_ISR( x ) portEND_SWITCHING_ISR( x ) argument 127 #define portCLEAR_INTERRUPT_MASK_FROM_ISR( x ) vPortSetBASEPRI( x ) argument
|
/Kernel-v11.1.0/portable/RVDS/ARM_CM3/ |
D | portmacro.h | 115 #define portYIELD_FROM_ISR( x ) portEND_SWITCHING_ISR( x ) argument 127 #define portCLEAR_INTERRUPT_MASK_FROM_ISR( x ) vPortSetBASEPRI( x ) argument
|
/Kernel-v11.1.0/portable/RVDS/ARM_CM7/r0p1/ |
D | portmacro.h | 115 #define portYIELD_FROM_ISR( x ) portEND_SWITCHING_ISR( x ) argument 127 #define portCLEAR_INTERRUPT_MASK_FROM_ISR( x ) vPortSetBASEPRI( x ) argument
|
/Kernel-v11.1.0/portable/IAR/ARM_CA9/ |
D | portmacro.h | 95 #define portYIELD_FROM_ISR( x ) portEND_SWITCHING_ISR( x ) argument 115 #define portCLEAR_INTERRUPT_MASK_FROM_ISR( x ) vPortClearInterruptMask( x ) argument
|