/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/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/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/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_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/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/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/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/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/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/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/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/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/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/GCC/ARM_CR5/ |
HD | portmacro.h | 86 #define portYIELD_FROM_ISR( x ) portEND_SWITCHING_ISR( x ) argument 109 #define portCLEAR_INTERRUPT_MASK_FROM_ISR( x ) vPortClearInterruptMask( x ) 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_CA9/ |
HD | portmacro.h | 95 #define portYIELD_FROM_ISR( x ) portEND_SWITCHING_ISR( x ) argument 115 #define portCLEAR_INTERRUPT_MASK_FROM_ISR(x) vPortClearInterruptMask(x) argument
|
/Kernel-v10.6.2/portable/GCC/ARM_CA9/ |
HD | portmacro.h | 90 #define portYIELD_FROM_ISR( x ) portEND_SWITCHING_ISR( x ) argument 111 #define portCLEAR_INTERRUPT_MASK_FROM_ISR(x) vPortClearInterruptMask(x) argument
|
/Kernel-v10.6.2/ |
HD | tasks.c | 830 UBaseType_t x; in prvInitialiseNewTask() local 891 for( x = ( UBaseType_t ) 0; x < ( UBaseType_t ) configMAX_TASK_NAME_LEN; x++ ) in prvInitialiseNewTask() 893 pxNewTCB->pcTaskName[ x ] = pcName[ x ]; in prvInitialiseNewTask() 898 if( pcName[ x ] == ( char ) 0x00 ) in prvInitialiseNewTask() 1401 BaseType_t x; in eTaskGetState() local 1410 for( x = 0; x < configTASK_NOTIFICATION_ARRAY_ENTRIES; x++ ) in eTaskGetState() 1412 if( pxTCB->ucNotifyState[ x ] == taskWAITING_NOTIFICATION ) in eTaskGetState() 1724 BaseType_t x; in vTaskSuspend() local 1726 for( x = 0; x < configTASK_NOTIFICATION_ARRAY_ENTRIES; x++ ) in vTaskSuspend() 1728 if( pxTCB->ucNotifyState[ x ] == taskWAITING_NOTIFICATION ) in vTaskSuspend() [all …]
|
/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/GCC/ARM_CA53_64_BIT/ |
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/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
|