??? 02/08/05 13:13 Read: times |
#86892 - read trhe bible Responding to: ???'s previous message |
"If you disable an interrupt it will happen when you re-enable it (except level ints)"
Nope, only if the event has already happened. If not it will happen when the event occurs, not at a time you choose with the exception of level interrupts all "interrupt capable events" set a bit when the event happen. If, at that time, (the) interrupt(s) is/are not enabled the fact that the bit is set will cause an interrupt at the moment it/they is/are enabled. just read "the bible" Erik |