IgH EtherCAT Master
1.6.2
|
EtherCAT slave information interface FSM structure. More...
Go to the source code of this file.
Data Structures | |
struct | ec_fsm_sii |
Slave information interface FSM. More... | |
Typedefs | |
typedef struct ec_fsm_sii | ec_fsm_sii_t |
Enumerations | |
enum | ec_fsm_sii_addressing_t { EC_FSM_SII_USE_INCREMENT_ADDRESS, EC_FSM_SII_USE_CONFIGURED_ADDRESS } |
SII access addressing mode. More... | |
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, const 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. More... | |
int | ec_fsm_sii_success (ec_fsm_sii_t *) |
Returns, if the master startup state machine terminated with success. More... | |
EtherCAT slave information interface FSM structure.
Definition in file fsm_sii.h.
typedef struct ec_fsm_sii ec_fsm_sii_t |
int ec_fsm_sii_exec | ( | ec_fsm_sii_t * | fsm | ) |
int ec_fsm_sii_success | ( | ec_fsm_sii_t * | fsm | ) |