Home
last modified time | relevance | path

Searched refs:uxPortSetInterruptMaskFromISR (Results 1 – 11 of 11) sorted by relevance

/Kernel-v11.1.0/portable/GCC/TriCore_1782/
Dportmacro.h160 extern uint32_t uxPortSetInterruptMaskFromISR( void );
161 #define portSET_INTERRUPT_MASK_FROM_ISR() uxPortSetInterruptMaskFromISR()
Dport.c534 uint32_t uxPortSetInterruptMaskFromISR( void ) in uxPortSetInterruptMaskFromISR() function
/Kernel-v11.1.0/portable/MPLAB/PIC32MX/
Dportmacro.h142 extern UBaseType_t uxPortSetInterruptMaskFromISR();
144 #define portSET_INTERRUPT_MASK_FROM_ISR() uxPortSetInterruptMaskFromISR()
Dport.c290 uxSavedStatus = uxPortSetInterruptMaskFromISR(); in vPortIncrementTick()
308 UBaseType_t uxPortSetInterruptMaskFromISR( void ) in uxPortSetInterruptMaskFromISR() function
/Kernel-v11.1.0/portable/MPLAB/PIC32MEC14xx/
Dportmacro.h191 extern UBaseType_t uxPortSetInterruptMaskFromISR();
193 #define portSET_INTERRUPT_MASK_FROM_ISR() uxPortSetInterruptMaskFromISR()
Dport.c298 uxSavedStatus = uxPortSetInterruptMaskFromISR(); in vPortIncrementTick()
318 UBaseType_t uxPortSetInterruptMaskFromISR( void ) in uxPortSetInterruptMaskFromISR() function
/Kernel-v11.1.0/portable/MPLAB/PIC32MZ/
Dportmacro.h144 extern UBaseType_t uxPortSetInterruptMaskFromISR();
146 #define portSET_INTERRUPT_MASK_FROM_ISR() uxPortSetInterruptMaskFromISR()
Dport.c307 uxSavedStatus = uxPortSetInterruptMaskFromISR(); in vPortIncrementTick()
325 UBaseType_t uxPortSetInterruptMaskFromISR( void ) in uxPortSetInterruptMaskFromISR() function
/Kernel-v11.1.0/portable/CodeWarrior/ColdFire_V2/
Dportmacro.h87 extern UBaseType_t uxPortSetInterruptMaskFromISR( void );
/Kernel-v11.1.0/portable/GCC/ColdFire_V2/
Dportmacro.h87 extern UBaseType_t uxPortSetInterruptMaskFromISR( void );
/Kernel-v11.1.0/portable/CodeWarrior/ColdFire_V1/
Dportmacro.h89 extern UBaseType_t uxPortSetInterruptMaskFromISR( void );