__asm void WFI(void){ MCR p15,0,r0,c7,c0,4; // wait-for-interrupt BX lr; // return from function}
View all questions in Classic processors forum