Showing changes from revision #0 to #1:
Added | Removed | Changed
Entry | |
---|---|
R0 | 3 (Wake up for RX) |
R2 | DeviceFS stream handle |
Exit | |
---|---|
- | - |
This entry point is called when DeviceFS wants data from the device.
You should call DeviceFS_ReceivedCharacter as bytes become available. This will unblock any task waiting on data being returned.
This call is not applicable to all device drivers; most interrupt-driven buffered device drivers would be ready to receive data at any time.