Home
last modified time | relevance | path

Searched refs:ulPortSetInterruptMask (Results 1 – 14 of 14) sorted by relevance

/FreeRTOS-Kernel/portable/RVDS/ARM_CA9/
A Dportmacro.h107 extern uint32_t ulPortSetInterruptMask( void );
114 #define portDISABLE_INTERRUPTS() ulPortSetInterruptMask()
116 #define portSET_INTERRUPT_MASK_FROM_ISR() ulPortSetInterruptMask()
A Dport.c338 ulPortSetInterruptMask(); in vPortEnterCritical()
422 uint32_t ulPortSetInterruptMask( void ) in ulPortSetInterruptMask() function
/FreeRTOS-Kernel/portable/IAR/ARM_CA9/
A Dportmacro.h105 extern uint32_t ulPortSetInterruptMask( void );
112 #define portDISABLE_INTERRUPTS() ulPortSetInterruptMask()
114 #define portSET_INTERRUPT_MASK_FROM_ISR() ulPortSetInterruptMask()
A Dport.c300 ulPortSetInterruptMask(); in vPortEnterCritical()
384 uint32_t ulPortSetInterruptMask( void ) in ulPortSetInterruptMask() function
/FreeRTOS-Kernel/portable/GCC/ARM_CA9/
A Dportmacro.h100 extern uint32_t ulPortSetInterruptMask( void );
108 #define portDISABLE_INTERRUPTS() ulPortSetInterruptMask()
110 #define portSET_INTERRUPT_MASK_FROM_ISR() ulPortSetInterruptMask()
A Dport.c420 ulPortSetInterruptMask(); in vPortEnterCritical()
510 uint32_t ulPortSetInterruptMask( void ) in ulPortSetInterruptMask() function
/FreeRTOS-Kernel/portable/GCC/ARM_CR5/
A Dportmacro.h96 extern uint32_t ulPortSetInterruptMask( void );
106 #define portDISABLE_INTERRUPTS() ulPortSetInterruptMask()
108 #define portSET_INTERRUPT_MASK_FROM_ISR() ulPortSetInterruptMask()
A Dport.c525 ulPortSetInterruptMask(); in vPortEnterCritical()
626 uint32_t ulPortSetInterruptMask( void ) in ulPortSetInterruptMask() function
/FreeRTOS-Kernel/portable/Tasking/ARM_CM4F/
A Dportmacro.h123 extern uint32_t ulPortSetInterruptMask( void );
125 #define portSET_INTERRUPT_MASK_FROM_ISR() ulPortSetInterruptMask()
A Dport_asm.asm39 .global ulPortSetInterruptMask
214 ulPortSetInterruptMask: label
220 .size ulPortSetInterruptMask, $-ulPortSetInterruptMask
/FreeRTOS-Kernel/portable/GCC/IA32_flat/
A Dportmacro.h146 #define portSET_INTERRUPT_MASK_FROM_ISR() ulPortSetInterruptMask()
151 extern uint32_t ulPortSetInterruptMask( void );
A Dport.c492 uint32_t ulPortSetInterruptMask( void ) in ulPortSetInterruptMask() function
/FreeRTOS-Kernel/portable/IAR/ARM_CA5_No_GIC/
A Dportmacro.h107 extern uint32_t ulPortSetInterruptMask( void );
/FreeRTOS-Kernel/portable/IAR/ARM_CRx_No_GIC/
A Dportmacro.h104 extern uint32_t ulPortSetInterruptMask( void );

Completed in 21 milliseconds