not logged in | [Login]
nop() - no operation - do nothing ... use in delay loops? ... equivalent of python pass statement?
pass
wfi() (a no arguments function) ??? wait for interupt/no clue ???
ite.ge() (a no arguments function) ??? no clue ???
cpsid(flags) "disable specific interupts indicated by flags" ??? no clue ???
cpsie(flags) "enable specific interupts indicated by flags" ??? no clue ???
back