IgH EtherCAT Master
1.6.2
|
CANopen SDO functions. More...
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. More... | |
void | ec_sdo_clear (ec_sdo_t *sdo) |
SDO destructor. More... | |
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. More... | |
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. More... | |
CANopen SDO functions.
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 | ||
) |