Data Fields | |
| struct list_head | list |
| List item. | |
| size_t | mem_size |
| Size of data memory. | |
| uint8_t * | data |
| Pointer to data memory. | |
| ec_direction_t | dir |
| Direction. | |
| uint16_t | address |
| Register address. | |
| size_t | transfer_size |
| Size of the data to transfer. | |
| ec_internal_request_state_t | state |
| Request state. | |
| uint16_t | ring_position |
| Ring position for emergency requests. | |
Definition at line 48 of file reg_request.h.
struct list_head ec_reg_request::list [read] |
| size_t ec_reg_request::mem_size |
| uint8_t* ec_reg_request::data |
Direction.
EC_DIR_OUTPUT means writing to the slave, EC_DIR_INPUT means reading from the slave.
Definition at line 52 of file reg_request.h.
| uint16_t ec_reg_request::address |
| uint16_t ec_reg_request::ring_position |
1.5.6