|
Re: Interrupts, Interrupts, and more Interrupts!
Quote:
Originally Posted by Kevin Sevcik
It might be nice to warn people trying this that all their operations on the data received from GetData() and sent to PutData() need to be atomic.
|
All rx/tx data fields are byte sized and therefore access to each field is atomic by default.
|