flinklib
flinklib: flink C library for Linux
|
#include <flinkioctl.h>
Data Fields | |
uint8_t | subdevice |
uint32_t | offset |
subdevice to read from / write to More... | |
uint8_t | size |
offset to base address of subdevice More... | |
void * | data |
size of data More... | |
Definition at line 46 of file flinkioctl.h.
void* _ioctl_container_t::data |
size of data
Definition at line 50 of file flinkioctl.h.
uint32_t _ioctl_container_t::offset |
subdevice to read from / write to
Definition at line 48 of file flinkioctl.h.
uint8_t _ioctl_container_t::size |
offset to base address of subdevice
Definition at line 49 of file flinkioctl.h.
uint8_t _ioctl_container_t::subdevice |
Definition at line 47 of file flinkioctl.h.