| See: | Type struct _USERDEVIF |
| struct _USERDEVIF | |
| { | |
| int (*ifc_read)(void*,char*,int); | |
| int (*ifc_write)(void*,const char*,int); | |
| long (*ifc_seek)(void*,long,int); | |
| int (*ifc_close)(void*); | |
| } |
| Prototyped in: | nut/include/stdio.h | |
| Calls: | calloc(), free(), malloc() | |
| References Functions: | UserDevClose() | nut/crt/funopen.c |
| UserDevIoCtl() | nut/crt/funopen.c | |
| UserDevRead() | nut/crt/funopen.c | |
| UserDevWrite() | nut/crt/funopen.c | |
| References Variables: | __fds | |
| Calls: | free() | |
| Used in: | funopen() | nut/crt/funopen.c |
| Used in: | funopen() | nut/crt/funopen.c |
| Used in: | funopen() | nut/crt/funopen.c |
| Used in: | funopen() | nut/crt/funopen.c |