pragma SDS wait

Description

Tip:Refer to the ASYNCpragma for more information.

TheWAITpragma must be paired with theASYNCpragma to support manual control of the hardware function synchronization.

TheASYNCpragma is specified immediately preceding a call to a hardware function, directing the compiler not to automatically generate the wait based on data flow analysis. TheWAITpragma must be inserted at an appropriate point in the program to direct the CPU to wait until the associatedASYNCfunction call with the same ID has completed.

See Also