Home
last modified time | relevance | path

Searched refs:portSET_INTERRUPT_MASK_FROM_ISR (Results 1 – 25 of 121) sorted by relevance

12345

/Kernel-v11.1.0/portable/ThirdParty/GCC/Xtensa_ESP32/
Dport.c341 irqStatus = portSET_INTERRUPT_MASK_FROM_ISR(); in xPortInIsrContext()
420 unsigned int irqStatus = portSET_INTERRUPT_MASK_FROM_ISR(); in vPortCPUAcquireMutex()
431 unsigned int irqStatus = portSET_INTERRUPT_MASK_FROM_ISR(); in vPortCPUAcquireMutexTimeout()
441 unsigned int irqStatus = portSET_INTERRUPT_MASK_FROM_ISR(); in vPortCPUAcquireMutex()
450 unsigned int irqStatus = portSET_INTERRUPT_MASK_FROM_ISR(); in vPortCPUAcquireMutexTimeout()
469 unsigned int irqStatus = portSET_INTERRUPT_MASK_FROM_ISR(); in vPortCPUReleaseMutex()
477 unsigned int irqStatus = portSET_INTERRUPT_MASK_FROM_ISR(); in vPortCPUReleaseMutex()
516 uint32_t oldlevel = portSET_INTERRUPT_MASK_FROM_ISR(); in uxPortCompareSetExtram()
/Kernel-v11.1.0/portable/ThirdParty/CDK/T-HEAD_CK802/
Dport.c117 ulDummy = portSET_INTERRUPT_MASK_FROM_ISR(); in xPortSysTickHandler()
127 ulDummy = portSET_INTERRUPT_MASK_FROM_ISR(); in xPortSysTickHandler()
148 ulSavedInterruptMask = portSET_INTERRUPT_MASK_FROM_ISR(); in vPortYieldHandler()
Dportmacro.h125 #define portSET_INTERRUPT_MASK_FROM_ISR() SaveLocalPSR() macro
/Kernel-v11.1.0/portable/CodeWarrior/ColdFire_V1/
Dport.c157 ulSavedInterruptMask = portSET_INTERRUPT_MASK_FROM_ISR(); in vPortYieldHandler()
175 ulSavedInterruptMask = portSET_INTERRUPT_MASK_FROM_ISR(); in vPortTickISR()
Dportmacro.h91 #define portSET_INTERRUPT_MASK_FROM_ISR() ulPortSetIPL( configMAX_SYSCALL_INTERRUPT_PRIORITY ) macro
/Kernel-v11.1.0/portable/GCC/ColdFire_V2/
Dport.c128 ulSavedInterruptMask = portSET_INTERRUPT_MASK_FROM_ISR(); in vPortYieldHandler()
Dportmacro.h89 #define portSET_INTERRUPT_MASK_FROM_ISR() ulPortSetIPL( configMAX_SYSCA… macro
/Kernel-v11.1.0/portable/IAR/RX600/
Dportmacro.h130 #define portSET_INTERRUPT_MASK_FROM_ISR() __get_interrupt_level(); por… macro
/Kernel-v11.1.0/portable/CodeWarrior/ColdFire_V2/
Dportmacro.h89 #define portSET_INTERRUPT_MASK_FROM_ISR() ulPortSetIPL( configMAX_SYSCALL_INTERRUPT_PRIORITY ) macro
Dport.c141 ulSavedInterruptMask = portSET_INTERRUPT_MASK_FROM_ISR(); in vPortYieldHandler()
/Kernel-v11.1.0/portable/IAR/RXv2/
Dportmacro.h130 #define portSET_INTERRUPT_MASK_FROM_ISR() __get_interrupt_level(); por… macro
/Kernel-v11.1.0/portable/Tasking/ARM_CM4F/
Dportmacro.h125 #define portSET_INTERRUPT_MASK_FROM_ISR() ulPortSetInterruptMask() macro
/Kernel-v11.1.0/portable/IAR/ARM_CA5_No_GIC/
Dportmacro.h114 …#define portSET_INTERRUPT_MASK_FROM_ISR() __get_interrupt_state(); __disable_irq() /* No p… macro
/Kernel-v11.1.0/portable/ThirdParty/GCC/Posix/
Dportmacro.h113 #define portSET_INTERRUPT_MASK_FROM_ISR() xPortSetInterruptMask() macro
/Kernel-v11.1.0/portable/IAR/RX100/
Dportmacro.h128 #define portSET_INTERRUPT_MASK_FROM_ISR() __get_interrupt_level(); por… macro
/Kernel-v11.1.0/portable/GCC/RX200/
Dportmacro.h135 #define portSET_INTERRUPT_MASK_FROM_ISR() ulPortGetIPL(); portDISABLE_… macro
/Kernel-v11.1.0/portable/GCC/RX600/
Dportmacro.h135 #define portSET_INTERRUPT_MASK_FROM_ISR() ulPortGetIPL(); portDISABLE_… macro
/Kernel-v11.1.0/portable/GCC/RX600v2/
Dportmacro.h135 #define portSET_INTERRUPT_MASK_FROM_ISR() ulPortGetIPL(); portDISABLE_… macro
/Kernel-v11.1.0/portable/GCC/RX700v3_DPFPU/
Dportmacro.h159 #define portSET_INTERRUPT_MASK_FROM_ISR() ulPortGetIPL(); portDISABLE_… macro
/Kernel-v11.1.0/portable/IAR/RX700v3_DPFPU/
Dportmacro.h163 #define portSET_INTERRUPT_MASK_FROM_ISR() __get_interrupt_level(); por… macro
/Kernel-v11.1.0/portable/GCC/RX100/
Dportmacro.h133 #define portSET_INTERRUPT_MASK_FROM_ISR() ulPortGetIPL(); portDISABLE_… macro
/Kernel-v11.1.0/portable/IAR/ARM_CRx_No_GIC/
Dportmacro.h132 #define portSET_INTERRUPT_MASK_FROM_ISR() portINLINE_SET_INTERRUPT_MASK_FROM_ISR() macro
/Kernel-v11.1.0/portable/Renesas/RX600/
Dportmacro.h133 #define portSET_INTERRUPT_MASK_FROM_ISR() get_ipl(); set_ipl( ( long ) configMAX_SYSCALL_INTERRUPT_… macro
/Kernel-v11.1.0/portable/Renesas/RX600v2/
Dportmacro.h133 #define portSET_INTERRUPT_MASK_FROM_ISR() ( UBaseType_t ) get_ipl(); set_ipl( ( long ) configMAX_SY… macro
/Kernel-v11.1.0/portable/Renesas/RX200/
Dportmacro.h132 #define portSET_INTERRUPT_MASK_FROM_ISR() get_ipl(); set_ipl( ( long ) configMAX_SYSCALL_INTERRUPT_… macro

12345