Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
pdo.c File Reference
Go to the source code of this file.
Functions | |
| UNS8 | buildPDO (CO_Data *d, UNS8 numPdo, Message *pdo) |
| Copy all the data to transmit in process_var Prepare the PDO defined at index to be sent *pwCobId : returns the value of the cobid. | |
| UNS8 | sendPDOrequest (CO_Data *d, UNS16 RPDOIndex) |
| Transmit a PDO request frame on the network to the slave. | |
| UNS8 | proceedPDO (CO_Data *d, Message *m) |
| Compute a PDO frame reception bus_id is hardware dependant. | |
| void | CopyBits (UNS8 NbBits, UNS8 *SrcByteIndex, UNS8 SrcBitIndex, UNS8 SrcBigEndian, UNS8 *DestByteIndex, UNS8 DestBitIndex, UNS8 DestBigEndian) |
| UNS8 | sendPDOevent (CO_Data *d) |
| Used by the application to signal changes in process data that could be mapped to some TPDO. | |
| void | PDOEventTimerAlarm (CO_Data *d, UNS32 pdoNum) |
| Set timer for PDO event. | |
| void | PDOInhibitTimerAlarm (CO_Data *d, UNS32 pdoNum) |
| Inhibit timer for PDO event. | |
| UNS8 | _sendPDOevent (CO_Data *d, UNS8 isSyncEvent) |
| Function iterates on all TPDO and look TPDO transmit type and content change before sending it. | |
| UNS32 | TPDO_Communication_Parameter_Callback (CO_Data *d, const indextable *OD_entry, UNS8 bSubindex) |
| void | PDOInit (CO_Data *d) |
| Initialize PDO feature. | |
| void | PDOStop (CO_Data *d) |
| Stop PDO feature. | |
Detailed Description
- Date:
- Tue Jun 5 09:32:32 2007
Definition in file pdo.c.
Function Documentation
| void CopyBits | ( | UNS8 | NbBits, |
| UNS8 * | SrcByteIndex, | ||
| UNS8 | SrcBitIndex, | ||
| UNS8 | SrcBigEndian, | ||
| UNS8 * | DestByteIndex, | ||
| UNS8 | DestBitIndex, | ||
| UNS8 | DestBigEndian | ||
| ) |
| void PDOInit | ( | CO_Data * | d ) |
| void PDOStop | ( | CO_Data * | d ) |
| UNS8 sendPDOevent | ( | CO_Data * | d ) |
| UNS32 TPDO_Communication_Parameter_Callback | ( | CO_Data * | d, |
| const indextable * | OD_entry, | ||
| UNS8 | bSubindex | ||
| ) |
Generated on Tue Jul 12 2022 17:11:51 by
1.7.2