wfi
#define wfi() __asm__ __volatile__ ("wfi" : : : "memory")
#define wfi() asm volatile("wfi" : : : "memory")
void wfi(void)