Home
last modified time | relevance | path

Searched refs:vPortClearInterruptMaskFromISR (Results 1 – 10 of 10) sorted by relevance

/Kernel-v11.1.0/portable/MPLAB/PIC32MX/
Dportmacro.h143 extern void vPortClearInterruptMaskFromISR( UBaseType_t );
145 #define portCLEAR_INTERRUPT_MASK_FROM_ISR( uxSavedStatusRegister ) vPortClearInterruptMaskFromISR( …
Dport.c298 vPortClearInterruptMaskFromISR( uxSavedStatus ); in vPortIncrementTick()
326 void vPortClearInterruptMaskFromISR( UBaseType_t uxSavedStatusRegister ) in vPortClearInterruptMaskFromISR() function
/Kernel-v11.1.0/portable/MPLAB/PIC32MEC14xx/
Dportmacro.h192 extern void vPortClearInterruptMaskFromISR( UBaseType_t );
194 #define portCLEAR_INTERRUPT_MASK_FROM_ISR( uxSavedStatusRegister ) vPortClearInterruptMaskFromISR( …
Dport.c308 vPortClearInterruptMaskFromISR( uxSavedStatus ); in vPortIncrementTick()
337 void vPortClearInterruptMaskFromISR( UBaseType_t uxSavedStatusRegister ) in vPortClearInterruptMaskFromISR() function
/Kernel-v11.1.0/portable/MPLAB/PIC32MZ/
Dportmacro.h145 extern void vPortClearInterruptMaskFromISR( UBaseType_t );
147 #define portCLEAR_INTERRUPT_MASK_FROM_ISR( uxSavedStatusRegister ) vPortClearInterruptMaskFromISR( …
Dport.c315 vPortClearInterruptMaskFromISR( uxSavedStatus ); in vPortIncrementTick()
343 void vPortClearInterruptMaskFromISR( UBaseType_t uxSavedStatusRegister ) in vPortClearInterruptMaskFromISR() function
/Kernel-v11.1.0/portable/CodeWarrior/ColdFire_V2/
Dportmacro.h88 extern void vPortClearInterruptMaskFromISR( UBaseType_t );
/Kernel-v11.1.0/portable/GCC/ColdFire_V2/
Dportmacro.h88 extern void vPortClearInterruptMaskFromISR( UBaseType_t );
/Kernel-v11.1.0/portable/CodeWarrior/ColdFire_V1/
Dportmacro.h90 extern void vPortClearInterruptMaskFromISR( UBaseType_t );
/Kernel-v11.1.0/portable/ThirdParty/GCC/Xtensa_ESP32/include/
Dportmacro.h248 …static inline void __attribute__( ( always_inline ) ) vPortClearInterruptMaskFromISR( UBaseType_t … in vPortClearInterruptMaskFromISR() function
256 …#define portCLEAR_INTERRUPT_MASK_FROM_ISR( prev_level ) vPortClearInterruptMaskFromISR( prev_le…