|
IgH EtherCAT Master
1.5.3
|
SII write request. More...
Data Fields | |
| struct list_head | list |
| List head. More... | |
| ec_slave_t * | slave |
| EtherCAT slave. More... | |
| uint16_t | offset |
| SII word offset. More... | |
| size_t | nwords |
| Number of words. More... | |
| const uint16_t * | words |
| Pointer to the data words. More... | |
| ec_internal_request_state_t | state |
| State of the request. More... | |
SII write request.
Definition at line 51 of file fsm_master.h.
| struct list_head ec_sii_write_request_t::list |
List head.
Definition at line 52 of file fsm_master.h.
| ec_slave_t* ec_sii_write_request_t::slave |
EtherCAT slave.
Definition at line 53 of file fsm_master.h.
| uint16_t ec_sii_write_request_t::offset |
SII word offset.
Definition at line 54 of file fsm_master.h.
| size_t ec_sii_write_request_t::nwords |
Number of words.
Definition at line 55 of file fsm_master.h.
| const uint16_t* ec_sii_write_request_t::words |
Pointer to the data words.
Definition at line 56 of file fsm_master.h.
| ec_internal_request_state_t ec_sii_write_request_t::state |
State of the request.
Definition at line 57 of file fsm_master.h.