NOTE:This is a read only archive of threads posted to the FreeRTOS support forum. Use these archive pages to search previous posts. New forum support threads can be started at the
FreeRTOS forums.
FreeRTOS Support Archive
The FreeRTOS support forum can be used for active support both from Amazon Web Services and the community. In return for using our software for free, we request you play fair and do your bit to help others! Sign up for an account and receive notifications of new support topics then help where you can.

This is a read only archive of threads posted to the FreeRTOS support forum. Use these archive pages to search previous posts. New forum support threads can be started at the FreeRTOS forums.
[FreeRTOS Home]
[Live FreeRTOS Forum]
[FAQ]
[Archive Top]
[May 2007 Threads]
Macro
Posted by
nobody on May 14, 2007
Can anybody expain me "__asm"
Architecure specific.
#define portYIELD() __asm{ int portSWITCH_INT_NUMBER }
Macro
Posted by
nobody on May 14, 2007
It is an inline assembler directive. It places the assembly code contained in the {} directly in your code.
Copyright (C) Amazon Web Services, Inc. or its affiliates. All rights reserved.