This intrinsic inserts a WFI instruction into the instruction stream generated by the compiler.
Syntax
void __wfi(void)
Errors
The compiler does not recognize the __wfi intrinsic when compiling for a target that does not support the WFI instruction. The compiler generates either a warning or an error in this case.