Definition in file fsm_sii.h.
Go to the source code of this file.
Data Structures | |
| struct | ec_fsm_sii |
| Slave information interface FSM. More... | |
Typedefs | |
| typedef ec_fsm_sii | ec_fsm_sii_t |
Enumerations | |
| enum | ec_fsm_sii_addressing_t { EC_FSM_SII_POSITION, EC_FSM_SII_NODE } |
Functions | |
| void | ec_fsm_sii_init (ec_fsm_sii_t *, ec_datagram_t *) |
| Constructor. | |
| void | ec_fsm_sii_clear (ec_fsm_sii_t *) |
| Destructor. | |
| void | ec_fsm_sii_read (ec_fsm_sii_t *, ec_slave_t *, uint16_t, ec_fsm_sii_addressing_t) |
| Initializes the SII read state machine. | |
| void | ec_fsm_sii_write (ec_fsm_sii_t *, ec_slave_t *, uint16_t, uint16_t *, ec_fsm_sii_addressing_t) |
| Initializes the SII write state machine. | |
| int | ec_fsm_sii_exec (ec_fsm_sii_t *) |
| Executes the SII state machine. | |
| int | ec_fsm_sii_success (ec_fsm_sii_t *) |
| Returns, if the master startup state machine terminated with success. | |
|
|
|
|
|
Executes the SII state machine.
|
|
|
Returns, if the master startup state machine terminated with success.
|
1.4.4