IgH EtherCAT Master
1.6.2
|
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 45 of file fsm_master.h.
struct list_head ec_sii_write_request_t::list |
List head.
Definition at line 46 of file fsm_master.h.
ec_slave_t* ec_sii_write_request_t::slave |
EtherCAT slave.
Definition at line 47 of file fsm_master.h.
uint16_t ec_sii_write_request_t::offset |
SII word offset.
Definition at line 48 of file fsm_master.h.
size_t ec_sii_write_request_t::nwords |
Number of words.
Definition at line 49 of file fsm_master.h.
const uint16_t* ec_sii_write_request_t::words |
Pointer to the data words.
Definition at line 50 of file fsm_master.h.
ec_internal_request_state_t ec_sii_write_request_t::state |
State of the request.
Definition at line 51 of file fsm_master.h.