/Kernel-v10.6.2/portable/IAR/RX600/ |
D | portmacro.h | 91 #define portYIELD() \ macro 101 #define portYIELD_FROM_ISR( x ) do { if( ( x ) != pdFALSE ) portYIELD(); } while( 0 )
|
/Kernel-v10.6.2/portable/GCC/ColdFire_V2/ |
D | portmacro.h | 99 #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/ |
D | portmacro.h | 100 #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/ |
D | portmacro.h | 99 #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/ |
D | portmacro.h | 94 #define portYIELD() \ macro 104 #define portYIELD_FROM_ISR( x ) do { if( x != pdFALSE ) portYIELD(); } while( 0 )
|
/Kernel-v10.6.2/portable/GCC/RX600v2/ |
D | portmacro.h | 94 #define portYIELD() \ macro 104 #define portYIELD_FROM_ISR( x ) do { if( x != pdFALSE ) portYIELD(); } while( 0 )
|
/Kernel-v10.6.2/portable/IAR/RXv2/ |
D | portmacro.h | 91 #define portYIELD() \ macro 101 #define portYIELD_FROM_ISR( x ) do { if( ( x ) != pdFALSE ) portYIELD(); } while( 0 )
|
/Kernel-v10.6.2/portable/GCC/RX200/ |
D | portmacro.h | 94 #define portYIELD() \ macro 104 #define portYIELD_FROM_ISR( x ) if( x != pdFALSE ) portYIELD()
|
/Kernel-v10.6.2/portable/IAR/RX100/ |
D | portmacro.h | 90 #define portYIELD() \ macro 99 #define portYIELD_FROM_ISR( x ) do { if( ( x ) != pdFALSE ) { portYIELD(); } } while( 0 )
|
/Kernel-v10.6.2/portable/GCC/RX100/ |
D | portmacro.h | 92 #define portYIELD() \ macro 101 #define portYIELD_FROM_ISR( x ) do { if( x != pdFALSE ) { portYIELD(); } } while( 0 )
|
/Kernel-v10.6.2/portable/Renesas/RX200/ |
D | portmacro.h | 102 #define portYIELD() vPortYield() macro 103 #define portYIELD_FROM_ISR( x ) do { if( x != pdFALSE ) portYIELD(); } while( 0 )
|
/Kernel-v10.6.2/portable/Renesas/RX600/ |
D | portmacro.h | 103 #define portYIELD() vPortYield() macro 104 #define portYIELD_FROM_ISR( x ) do { if( x != pdFALSE ) portYIELD(); } while( 0 )
|
/Kernel-v10.6.2/portable/Renesas/RX600v2/ |
D | portmacro.h | 103 #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/ |
D | portmacro.h | 110 #define portYIELD() \ macro 121 …#define portYIELD_FROM_ISR( x ) do { if( ( x ) != pdFALSE ) portYIELD();…
|
/Kernel-v10.6.2/portable/GCC/RX700v3_DPFPU/ |
D | portmacro.h | 107 #define portYIELD() \ macro 118 …#define portYIELD_FROM_ISR( x ) do { if( ( x ) != pdFALSE ) portYIELD();…
|
/Kernel-v10.6.2/portable/ThirdParty/CDK/T-HEAD_CK802/ |
D | portmacro.h | 132 #define portYIELD() if (ulCriticalNesting == 0) \ macro 152 portYIELD(); \
|
/Kernel-v10.6.2/portable/Renesas/RX700v3_DPFPU/ |
D | portmacro.h | 128 #define portYIELD() vPortYield() macro 129 …#define portYIELD_FROM_ISR( x ) do { if( ( x ) != pdFALSE ) portYIELD();…
|
/Kernel-v10.6.2/portable/Renesas/RX100/ |
D | portmacro.h | 102 #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/ |
D | portmacro.h | 93 #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/ |
D | portmacro.h | 84 #define portYIELD() \ macro 94 …SWITCHING_ISR( xSwitchRequired ) do { if( xSwitchRequired != pdFALSE ) portYIELD(); } while( 0 )
|
/Kernel-v10.6.2/portable/CCS/ARM_CM3/ |
D | portmacro.h | 90 #define portYIELD() \ macro 100 …SWITCHING_ISR( xSwitchRequired ) do { if( xSwitchRequired != pdFALSE ) portYIELD(); } while( 0 )
|
/Kernel-v10.6.2/portable/IAR/ARM_CM7/r0p1/ |
D | portmacro.h | 92 #define portYIELD() \ macro 102 …SWITCHING_ISR( xSwitchRequired ) do { if( xSwitchRequired != pdFALSE ) portYIELD(); } while( 0 )
|
/Kernel-v10.6.2/portable/IAR/ARM_CM3/ |
D | portmacro.h | 93 #define portYIELD() \ macro 103 …SWITCHING_ISR( xSwitchRequired ) do { if( xSwitchRequired != pdFALSE ) portYIELD(); } while( 0 )
|
/Kernel-v10.6.2/portable/GCC/ARM_CA53_64_BIT/ |
D | portmacro.h | 93 #define portYIELD() __asm volatile ( "SVC 0" ::: "memory" ) macro 95 #define portYIELD() __asm volatile ( "SMC 0" ::: "memory" ) macro
|
/Kernel-v10.6.2/portable/MPLAB/PIC32MX/ |
D | portmacro.h | 172 #define portYIELD() \ macro 194 #define portEND_SWITCHING_ISR( xSwitchRequired ) do { if( xSwitchRequired ) { portYIELD(); } } w…
|