Home
last modified time | relevance | path

Searched defs:ulPortInterruptNesting (Results 1 – 8 of 8) sorted by relevance

/FreeRTOS-Kernel/portable/IAR/ARM_CA5_No_GIC/
A Dport.c105 uint32_t ulPortInterruptNesting = 0UL; variable
/FreeRTOS-Kernel/portable/IAR/ARM_CRx_No_GIC/
A Dport.c114 volatile uint32_t ulPortInterruptNesting = 0UL; variable
/FreeRTOS-Kernel/portable/GCC/ARM_CRx_No_GIC/
A Dport.c124 volatile uint32_t ulPortInterruptNesting = 0UL; variable
/FreeRTOS-Kernel/portable/IAR/ARM_CA9/
A Dport.c155 uint32_t ulPortInterruptNesting = 0UL; variable
/FreeRTOS-Kernel/portable/GCC/ARM_CA9/
A Dport.c208 volatile uint32_t ulPortInterruptNesting = 0UL; variable
/FreeRTOS-Kernel/portable/GCC/ARM_CR5/
A Dport.c263 uint32_t ulPortInterruptNesting = 0UL; variable
/FreeRTOS-Kernel/portable/RVDS/ARM_CA9/
A Dport.c195 uint32_t ulPortInterruptNesting = 0UL; variable
/FreeRTOS-Kernel/portable/GCC/ARM_CRx_MPU/
A Dport.c78 PRIVILEGED_DATA volatile UBaseType_t ulPortInterruptNesting = 0UL; variable

Completed in 20 milliseconds