not logged in | [Login]

nop() - no operation - do nothing ... use in delay loops ... equivalent of python pass statement

wfi() (a no arguments function) Suspend execution in a low power state until an interrupt occurs

cpsid(flags) "disable specific interupts indicated by flags" ??? no clue ???

cpsie(flags) "enable specific interupts indicated by flags" ??? no clue ???

back