Go to the source code of this file.
Functions | |
| void | ec_sdo_entry_init (ec_sdo_entry_t *entry, ec_sdo_t *sdo, uint8_t subindex) |
| Constructor. | |
| void | ec_sdo_entry_clear (ec_sdo_entry_t *entry) |
| Destructor. | |
Definition in file sdo_entry.c.
| void ec_sdo_entry_init | ( | ec_sdo_entry_t * | entry, | |
| ec_sdo_t * | sdo, | |||
| uint8_t | subindex | |||
| ) |
Constructor.
| entry | SDO entry. |
| sdo | Parent SDO. |
| subindex | Subindex. |
Definition at line 45 of file sdo_entry.c.
| void ec_sdo_entry_clear | ( | ec_sdo_entry_t * | entry | ) |
1.5.6