DDK Sample Design |
ZiLOG Application Note |
---|
How to create and install a XINU driver for eZ80 family of processors |
Author: Andrei Kovalev FAE ZiLOG Germany |
Usage: | int read( int hcom, char* buffer, int count ); | ||||||
Parameters: |
| ||||||
Return value: | the number of characters actually read | ||||||
Description: | This function tries to read the specified number of bytes of data from the specified device and places it into the supplied buffer. The amount of bytes actually read is returned. |