device_table_entry_t Struct Reference
Describes what is found at driver level.
More...
#include <device.h>
Data Fields |
const char * | p_name |
uint16_t | device_type |
int(* | open )(struct _reent *p_reent, const char *p_name, int flags, int mode) |
int(* | close )(struct _reent *p_reent, int file) |
_ssize_t(* | read )(struct _reent *p_reent, int file, void *p_dst, size_t dst_size) |
_ssize_t(* | write )(struct _reent *p_reent, int file, const void *p_src, size_t src_size) |
int(* | init )(void) |
int(* | ioctl )(struct _reent *p_reent, int file, int cmd, void *p_data) |
Detailed Description
Describes what is found at driver level.
Definition at line 52 of file device.h.
The documentation for this struct was generated from the following file: