Showing changes from revision #0 to #1:
Added | Removed | Changed
Entry | |
---|---|
R0 | Byte received |
R1 | DeviceFS stream handle |
Exit | |
---|---|
- | C set => byte not transferred |
C clear => byte transferred |
The purpose of this call is to inform DeviceFS that a device driver has received a character.
DeviceFS will then process the character (buffer it, or unblock a waiting stream).
For speed DeviceFS_ReceivedCharacter and DeviceFS_TransmitCharacter do not validate the external handle passed – strange things will happen if bad handles are passed.