Go to the source code of this file.
Functions | |
| void | ec_sdo_init (ec_sdo_t *sdo, ec_slave_t *slave, uint16_t index) |
| Constructor. | |
| void | ec_sdo_clear (ec_sdo_t *sdo) |
| SDO destructor. | |
| ec_sdo_entry_t * | ec_sdo_get_entry (ec_sdo_t *sdo, uint8_t subindex) |
| Get an SDO entry from an SDO via its subindex. | |
| const ec_sdo_entry_t * | ec_sdo_get_entry_const (const ec_sdo_t *sdo, uint8_t subindex) |
| Get an SDO entry from an SDO via its subindex. | |
Definition in file sdo.c.
| void ec_sdo_init | ( | ec_sdo_t * | sdo, | |
| ec_slave_t * | slave, | |||
| uint16_t | index | |||
| ) |
| void ec_sdo_clear | ( | ec_sdo_t * | sdo | ) |
| ec_sdo_entry_t* ec_sdo_get_entry | ( | ec_sdo_t * | sdo, | |
| uint8_t | subindex | |||
| ) |
| const ec_sdo_entry_t* ec_sdo_get_entry_const | ( | const ec_sdo_t * | sdo, | |
| uint8_t | subindex | |||
| ) |
1.5.6