|
|
void | ec_print_soe_error (const ec_slave_t *slave, uint16_t error_code) |
| | Outputs an SoE error code.
|
| |
| void | ec_fsm_soe_print_error (ec_fsm_soe_t *fsm) |
| | Output information about a failed SoE transfer. More...
|
| |
| int | ec_fsm_soe_prepare_read (ec_fsm_soe_t *fsm, ec_datagram_t *datagram) |
| | Prepare a read operation. More...
|
| |
| void | ec_fsm_soe_write_next_fragment (ec_fsm_soe_t *fsm, ec_datagram_t *datagram) |
| | Write next fragment. More...
|
| |
| void | ec_fsm_soe_read_start (ec_fsm_soe_t *fsm, ec_datagram_t *datagram) |
| | SoE state: READ START. More...
|
| |
| void | ec_fsm_soe_read_request (ec_fsm_soe_t *fsm, ec_datagram_t *datagram) |
| | SoE state: READ REQUEST. More...
|
| |
| void | ec_fsm_soe_read_check (ec_fsm_soe_t *fsm, ec_datagram_t *datagram) |
| | CoE state: READ CHECK. More...
|
| |
| void | ec_fsm_soe_read_response (ec_fsm_soe_t *fsm, ec_datagram_t *datagram) |
| | SoE state: READ RESPONSE. More...
|
| |
| void | ec_fsm_soe_write_start (ec_fsm_soe_t *fsm, ec_datagram_t *datagram) |
| | SoE state: WRITE START. More...
|
| |
| void | ec_fsm_soe_write_request (ec_fsm_soe_t *fsm, ec_datagram_t *datagram) |
| | SoE state: WRITE REQUEST. More...
|
| |
| void | ec_fsm_soe_write_check (ec_fsm_soe_t *fsm, ec_datagram_t *datagram) |
| | CoE state: WRITE CHECK. More...
|
| |
| void | ec_fsm_soe_write_response (ec_fsm_soe_t *fsm, ec_datagram_t *datagram) |
| | SoE state: WRITE RESPONSE. More...
|
| |
| void | ec_fsm_soe_end (ec_fsm_soe_t *fsm, ec_datagram_t *datagram) |
| | State: END. More...
|
| |
| void | ec_fsm_soe_error (ec_fsm_soe_t *fsm, ec_datagram_t *datagram) |
| | State: ERROR. More...
|
| |
| void | ec_fsm_soe_init (ec_fsm_soe_t *fsm) |
| | Constructor. More...
|
| |
| void | ec_fsm_soe_clear (ec_fsm_soe_t *fsm) |
| | Destructor. More...
|
| |
| void | ec_fsm_soe_transfer (ec_fsm_soe_t *fsm, ec_slave_t *slave, ec_soe_request_t *request) |
| | Starts to transfer an IDN to/from a slave. More...
|
| |
| int | ec_fsm_soe_exec (ec_fsm_soe_t *fsm, ec_datagram_t *datagram) |
| | Executes the current state of the state machine. More...
|
| |
| int | ec_fsm_soe_success (const ec_fsm_soe_t *fsm) |
| | Returns, if the state machine terminated with success. More...
|
| |
EtherCAT SoE state machines.
Definition in file fsm_soe.c.