Home
last modified time | relevance | path

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

/Kernel-v10.6.2/portable/IAR/ARM_CRx_No_GIC/
HDportmacro.h149 #define portLOWEST_INTERRUPT_PRIORITY ( ( ( uint32_t ) configUNIQUE_INTERRUPT_PRIORITIES ) - 1UL ) macro
150 #define portLOWEST_USABLE_INTERRUPT_PRIORITY ( portLOWEST_INTERRUPT_PRIORITY - 1UL )
/Kernel-v10.6.2/portable/RVDS/ARM_CA9/
HDportmacro.h136 #define portLOWEST_INTERRUPT_PRIORITY ( ( ( uint32_t ) configUNIQUE_INTERRUPT_PRIORITIES ) - 1UL ) macro
137 #define portLOWEST_USABLE_INTERRUPT_PRIORITY ( portLOWEST_INTERRUPT_PRIORITY - 1UL )
/Kernel-v10.6.2/portable/GCC/ARM_CRx_No_GIC/
HDportmacro.h153 #define portLOWEST_INTERRUPT_PRIORITY ( ( ( uint32_t ) configUNIQUE_INTERRUPT_PRIORITIES ) - 1UL ) macro
154 #define portLOWEST_USABLE_INTERRUPT_PRIORITY ( portLOWEST_INTERRUPT_PRIORITY - 1UL )
/Kernel-v10.6.2/portable/GCC/ARM_CA53_64_BIT_SRE/
HDportmacro.h142 #define portLOWEST_INTERRUPT_PRIORITY ( ( ( uint32_t ) configUNIQUE_INTERRUPT_PRIORITIES ) - 1UL ) macro
143 #define portLOWEST_USABLE_INTERRUPT_PRIORITY ( portLOWEST_INTERRUPT_PRIORITY - 1UL )
/Kernel-v10.6.2/portable/GCC/ARM_CR5/
HDportmacro.h146 #define portLOWEST_INTERRUPT_PRIORITY ( ( ( uint32_t ) configUNIQUE_INTERRUPT_PRIORITIES … macro
147 #define portLOWEST_USABLE_INTERRUPT_PRIORITY ( portLOWEST_INTERRUPT_PRIORITY - 1UL )
HDport.c454 configASSERT( ucMaxPriorityValue == portLOWEST_INTERRUPT_PRIORITY ); in xPortStartScheduler()
/Kernel-v10.6.2/portable/IAR/ARM_CA9/
HDportmacro.h134 … #define portLOWEST_INTERRUPT_PRIORITY ( ( ( uint32_t ) configUNIQUE_INTERRUPT_PRIORITIES ) - 1UL ) macro
135 #define portLOWEST_USABLE_INTERRUPT_PRIORITY ( portLOWEST_INTERRUPT_PRIORITY - 1UL )
/Kernel-v10.6.2/portable/GCC/ARM_CA9/
HDportmacro.h139 #define portLOWEST_INTERRUPT_PRIORITY ( ( ( uint32_t ) configUNIQUE_INTERRUPT_PRIORITIES ) - 1UL ) macro
140 #define portLOWEST_USABLE_INTERRUPT_PRIORITY ( portLOWEST_INTERRUPT_PRIORITY - 1UL )
HDport.c356 configASSERT( ucMaxPriorityValue == portLOWEST_INTERRUPT_PRIORITY ); in xPortStartScheduler()
/Kernel-v10.6.2/portable/GCC/ARM_CA53_64_BIT/
HDportmacro.h142 #define portLOWEST_INTERRUPT_PRIORITY ( ( ( uint32_t ) configUNIQUE_INTERRUPT_PRIORITIES ) - 1UL ) macro
143 #define portLOWEST_USABLE_INTERRUPT_PRIORITY ( portLOWEST_INTERRUPT_PRIORITY - 1UL )
HDport.c298 configASSERT( ucMaxPriorityValue >= portLOWEST_INTERRUPT_PRIORITY ); in xPortStartScheduler()