|
SOES v1.0.0
|
Headerfile for esc_coe.c. More...
Functions | |
| void | ESC_coeprocess (void) |
| uint16 | sizeTXPDO (void) |
| uint16 | sizeRXPDO (void) |
| void | ESC_objecthandler (uint16 index, uint8 subindex) |
Headerfile for esc_coe.c.
| void ESC_coeprocess | ( | void | ) |
Main CoE function checking the status on current mailbox buffers carrying data, distributing the mailboxes to appropriate CoE functions. On Error an MBX_error or SDO Abort will be sent depending on error cause.
| void ESC_objecthandler | ( | uint16 | index, |
| uint8 | subindex | ||
| ) |
| uint16 sizeRXPDO | ( | void | ) |
Calculate the size in Bytes of RxPDOs by adding the objects in SyncManager SDO 1C12.
| uint16 sizeTXPDO | ( | void | ) |
Calculate the size in Bytes of TxPDOs by adding the objects in SyncManager SDO 1C13.
1.7.4