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 34 of file flinkioctl.h.
void* _ioctl_container_t::data |
size of data
Definition at line 38 of file flinkioctl.h.
uint32_t _ioctl_container_t::offset |
subdevice to read from / write to
Definition at line 36 of file flinkioctl.h.
uint8_t _ioctl_container_t::size |
offset to base address of subdevice
Definition at line 37 of file flinkioctl.h.
uint8_t _ioctl_container_t::subdevice |
Definition at line 35 of file flinkioctl.h.