| /Kernel-v11.0.1/portable/IAR/RX600/ |
| D | portmacro.h | 91 #define portYIELD() \ macro 101 #define portYIELD_FROM_ISR( x ) do { if( ( x ) != pdFALSE ) portYIELD( );…
|
| /Kernel-v11.0.1/portable/CodeWarrior/ColdFire_V1/ |
| D | portmacro.h | 100 #define portYIELD() INTC_SFRC = 0x3E; portNOP(); portNOP(); portNOP(); portNOP(); portNOP() macro 116 portYIELD(); \
|
| /Kernel-v11.0.1/portable/CodeWarrior/ColdFire_V2/ |
| D | portmacro.h | 99 #define portYIELD() MCF_INTC0_INTFRCL = ( 1UL << configYIELD_INTERRUPT_VECTOR ); portNOP();… macro 114 portYIELD(); \
|
| /Kernel-v11.0.1/portable/GCC/ColdFire_V2/ |
| D | portmacro.h | 99 #define portYIELD() MCF_INTC0_INTFRCL = ( 1UL << configYIELD_INTERRUPT_VECTOR ); portNOP(); port… macro 114 portYIELD(); \
|
| /Kernel-v11.0.1/portable/IAR/RXv2/ |
| D | portmacro.h | 91 #define portYIELD() \ macro 101 #define portYIELD_FROM_ISR( x ) do { if( ( x ) != pdFALSE ) portYIELD( );…
|
| /Kernel-v11.0.1/portable/GCC/RX200/ |
| D | portmacro.h | 94 #define portYIELD() \ macro 104 #define portYIELD_FROM_ISR( x ) if( x != pdFALSE ) portYIELD( )
|
| /Kernel-v11.0.1/portable/GCC/RX600/ |
| D | portmacro.h | 94 #define portYIELD() \ macro 104 #define portYIELD_FROM_ISR( x ) do { if( x != pdFALSE ) portYIELD( ); } w…
|
| /Kernel-v11.0.1/portable/GCC/RX600v2/ |
| D | portmacro.h | 94 #define portYIELD() \ macro 104 #define portYIELD_FROM_ISR( x ) do { if( x != pdFALSE ) portYIELD( ); } w…
|
| /Kernel-v11.0.1/portable/IAR/RX100/ |
| D | portmacro.h | 90 #define portYIELD() \ macro 99 #define portYIELD_FROM_ISR( x ) do { if( ( x ) != pdFALSE ) { portYIELD()…
|
| /Kernel-v11.0.1/portable/IAR/RX700v3_DPFPU/ |
| D | portmacro.h | 110 #define portYIELD() \ macro 121 #define portYIELD_FROM_ISR( x ) do { if( ( x ) != pdFALSE ) portYIELD( ); } while( 0 )
|
| /Kernel-v11.0.1/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-v11.0.1/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-v11.0.1/portable/ThirdParty/CDK/T-HEAD_CK802/ |
| D | portmacro.h | 133 #define portYIELD() \ macro 156 portYIELD(); \
|
| /Kernel-v11.0.1/portable/GCC/RX100/ |
| D | portmacro.h | 93 #define portYIELD() \ macro 102 #define portYIELD_FROM_ISR( x ) do { if( x != pdFALSE ) { portYIELD(); } …
|
| /Kernel-v11.0.1/portable/GCC/RX700v3_DPFPU/ |
| D | portmacro.h | 107 #define portYIELD() \ macro 118 #define portYIELD_FROM_ISR( x ) do { if( ( x ) != pdFALSE ) portYIELD( ); } while( 0 )
|
| /Kernel-v11.0.1/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-v11.0.1/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-v11.0.1/portable/Renesas/RX700v3_DPFPU/ |
| D | portmacro.h | 128 #define portYIELD() vPortYield() macro 129 …#define portYIELD_FROM_ISR( x ) do { if( ( x ) != pdFALSE ) portYIELD();…
|
| /Kernel-v11.0.1/portable/CCS/ARM_CM3/ |
| D | portmacro.h | 90 #define portYIELD() \ macro 106 portYIELD(); \
|
| /Kernel-v11.0.1/portable/CCS/ARM_CM4F/ |
| D | portmacro.h | 84 #define portYIELD() \ macro 100 portYIELD(); \
|
| /Kernel-v11.0.1/portable/GCC/Arm_AARCH64_SRE/ |
| D | portmacro.h | 93 #define portYIELD() __asm volatile ( "SVC 0" ::: "memory" ) macro 95 #define portYIELD() __asm volatile ( "SMC 0" ::: "memory" ) macro
|
| /Kernel-v11.0.1/portable/IAR/ARM_CM4F/ |
| D | portmacro.h | 92 #define portYIELD() \ macro 108 portYIELD(); \
|
| /Kernel-v11.0.1/portable/IAR/ARM_CM7/r0p1/ |
| D | portmacro.h | 92 #define portYIELD() \ macro 108 portYIELD(); \
|
| /Kernel-v11.0.1/portable/MPLAB/PIC32MX/ |
| D | portmacro.h | 172 #define portYIELD() \ macro 200 portYIELD(); \
|
| /Kernel-v11.0.1/portable/IAR/ARM_CM3/ |
| D | portmacro.h | 93 #define portYIELD() \ macro 109 portYIELD(); \
|