Home
last modified time | relevance | path

Searched refs:portYIELD (Results 1 – 25 of 143) sorted by relevance

123456

/Kernel-v10.6.2/portable/IAR/RX600/
Dportmacro.h91 #define portYIELD() \ macro
101 #define portYIELD_FROM_ISR( x ) do { if( ( x ) != pdFALSE ) portYIELD(); } while( 0 )
/Kernel-v10.6.2/portable/GCC/ColdFire_V2/
Dportmacro.h99 #define portYIELD() MCF_INTC0_INTFRCL = ( 1UL << configYIELD_INTERRUPT_VECTOR ); portNOP();… macro
108 …CHING_ISR( xSwitchRequired ) do { if( xSwitchRequired != pdFALSE ) { portYIELD(); } } while( 0 )
/Kernel-v10.6.2/portable/CodeWarrior/ColdFire_V1/
Dportmacro.h100 #define portYIELD() INTC_SFRC = 0x3E; portNOP(); portNOP(); portNOP(); portNOP(); portNOP() macro
109 …CHING_ISR( xSwitchRequired ) do { if( xSwitchRequired != pdFALSE ) { portYIELD(); } } while( 0 )
/Kernel-v10.6.2/portable/CodeWarrior/ColdFire_V2/
Dportmacro.h99 #define portYIELD() MCF_INTC0_INTFRCL = ( 1UL << configYIELD_INTERRUPT_VECTOR ); portNOP();… macro
108 …CHING_ISR( xSwitchRequired ) do { if( xSwitchRequired != pdFALSE ) { portYIELD(); } } while( 0 )
/Kernel-v10.6.2/portable/GCC/RX600/
Dportmacro.h94 #define portYIELD() \ macro
104 #define portYIELD_FROM_ISR( x ) do { if( x != pdFALSE ) portYIELD(); } while( 0 )
/Kernel-v10.6.2/portable/GCC/RX600v2/
Dportmacro.h94 #define portYIELD() \ macro
104 #define portYIELD_FROM_ISR( x ) do { if( x != pdFALSE ) portYIELD(); } while( 0 )
/Kernel-v10.6.2/portable/IAR/RXv2/
Dportmacro.h91 #define portYIELD() \ macro
101 #define portYIELD_FROM_ISR( x ) do { if( ( x ) != pdFALSE ) portYIELD(); } while( 0 )
/Kernel-v10.6.2/portable/GCC/RX200/
Dportmacro.h94 #define portYIELD() \ macro
104 #define portYIELD_FROM_ISR( x ) if( x != pdFALSE ) portYIELD()
/Kernel-v10.6.2/portable/IAR/RX100/
Dportmacro.h90 #define portYIELD() \ macro
99 #define portYIELD_FROM_ISR( x ) do { if( ( x ) != pdFALSE ) { portYIELD(); } } while( 0 )
/Kernel-v10.6.2/portable/GCC/RX100/
Dportmacro.h92 #define portYIELD() \ macro
101 #define portYIELD_FROM_ISR( x ) do { if( x != pdFALSE ) { portYIELD(); } } while( 0 )
/Kernel-v10.6.2/portable/Renesas/RX200/
Dportmacro.h102 #define portYIELD() vPortYield() macro
103 #define portYIELD_FROM_ISR( x ) do { if( x != pdFALSE ) portYIELD(); } while( 0 )
/Kernel-v10.6.2/portable/Renesas/RX600/
Dportmacro.h103 #define portYIELD() vPortYield() macro
104 #define portYIELD_FROM_ISR( x ) do { if( x != pdFALSE ) portYIELD(); } while( 0 )
/Kernel-v10.6.2/portable/Renesas/RX600v2/
Dportmacro.h103 #define portYIELD() vPortYield() macro
104 #define portYIELD_FROM_ISR( x ) do { if( x != pdFALSE ) portYIELD(); } while( 0 )
/Kernel-v10.6.2/portable/IAR/RX700v3_DPFPU/
Dportmacro.h110 #define portYIELD() \ macro
121 …#define portYIELD_FROM_ISR( x ) do { if( ( x ) != pdFALSE ) portYIELD();…
/Kernel-v10.6.2/portable/GCC/RX700v3_DPFPU/
Dportmacro.h107 #define portYIELD() \ macro
118 …#define portYIELD_FROM_ISR( x ) do { if( ( x ) != pdFALSE ) portYIELD();…
/Kernel-v10.6.2/portable/ThirdParty/CDK/T-HEAD_CK802/
Dportmacro.h132 #define portYIELD() if (ulCriticalNesting == 0) \ macro
152 portYIELD(); \
/Kernel-v10.6.2/portable/Renesas/RX700v3_DPFPU/
Dportmacro.h128 #define portYIELD() vPortYield() macro
129 …#define portYIELD_FROM_ISR( x ) do { if( ( x ) != pdFALSE ) portYIELD();…
/Kernel-v10.6.2/portable/Renesas/RX100/
Dportmacro.h102 #define portYIELD() vPortYield() macro
103 #define portYIELD_FROM_ISR( x ) do { if( x != pdFALSE ) { portYIELD(); } } while( 0 )
/Kernel-v10.6.2/portable/GCC/ARM_CA53_64_BIT_SRE/
Dportmacro.h93 #define portYIELD() __asm volatile ( "SVC 0" ::: "memory" ) macro
95 #define portYIELD() __asm volatile ( "SMC 0" ::: "memory" ) macro
/Kernel-v10.6.2/portable/CCS/ARM_CM4F/
Dportmacro.h84 #define portYIELD() \ macro
94 …SWITCHING_ISR( xSwitchRequired ) do { if( xSwitchRequired != pdFALSE ) portYIELD(); } while( 0 )
/Kernel-v10.6.2/portable/CCS/ARM_CM3/
Dportmacro.h90 #define portYIELD() \ macro
100 …SWITCHING_ISR( xSwitchRequired ) do { if( xSwitchRequired != pdFALSE ) portYIELD(); } while( 0 )
/Kernel-v10.6.2/portable/IAR/ARM_CM7/r0p1/
Dportmacro.h92 #define portYIELD() \ macro
102 …SWITCHING_ISR( xSwitchRequired ) do { if( xSwitchRequired != pdFALSE ) portYIELD(); } while( 0 )
/Kernel-v10.6.2/portable/IAR/ARM_CM3/
Dportmacro.h93 #define portYIELD() \ macro
103 …SWITCHING_ISR( xSwitchRequired ) do { if( xSwitchRequired != pdFALSE ) portYIELD(); } while( 0 )
/Kernel-v10.6.2/portable/GCC/ARM_CA53_64_BIT/
Dportmacro.h93 #define portYIELD() __asm volatile ( "SVC 0" ::: "memory" ) macro
95 #define portYIELD() __asm volatile ( "SMC 0" ::: "memory" ) macro
/Kernel-v10.6.2/portable/MPLAB/PIC32MX/
Dportmacro.h172 #define portYIELD() \ macro
194 #define portEND_SWITCHING_ISR( xSwitchRequired ) do { if( xSwitchRequired ) { portYIELD(); } } w…

123456