__WFE macro
Wait For Event Wait For Event is a hint instruction that permits the processor to enter a low-power state until one of a number of events occurs.
Syntax
#define __WFE() __ASM volatile ("wfe":::"memory")
Examples
__WFE is referenced by 1 libraries and example projects: