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.
emcy.c File Reference
Definitions of the functions that manage EMCY (emergency) messages. More...
Go to the source code of this file.
Functions | |
| UNS32 | OnNumberOfErrorsUpdate (CO_Data *d, const indextable *unsused_indextable, UNS8 unsused_bSubindex) |
| UNS8 | sendEMCY (CO_Data *d, UNS16 errCode, UNS8 errRegister) |
| void | emergencyInit (CO_Data *d) |
| Start EMCY consumer and producer. | |
| void | emergencyStop (CO_Data *d) |
| Stop EMCY producer and consumer. | |
| UNS8 | EMCY_setError (CO_Data *d, UNS16 errCode, UNS8 errRegMask, UNS16 addInfo) |
| Sets a new error with code errCode. | |
| void | EMCY_errorRecovered (CO_Data *d, UNS16 errCode) |
| Indicates it has recovered from error errCode. | |
| void | proceedEMCY (CO_Data *d, Message *m) |
| This function is responsible to process an EMCY canopen-message. | |
Detailed Description
Definitions of the functions that manage EMCY (emergency) messages.
- Date:
- Wed Sep 26 2007
Definition in file emcy.c.
Function Documentation
| void EMCY_errorRecovered | ( | CO_Data * | d, |
| UNS16 | errCode | ||
| ) |
| UNS8 EMCY_setError | ( | CO_Data * | d, |
| UNS16 | errCode, | ||
| UNS8 | errRegMask, | ||
| UNS16 | addInfo | ||
| ) |
| void emergencyInit | ( | CO_Data * | d ) |
| void emergencyStop | ( | CO_Data * | d ) |
| UNS32 OnNumberOfErrorsUpdate | ( | CO_Data * | d, |
| const indextable * | unsused_indextable, | ||
| UNS8 | unsused_bSubindex | ||
| ) |
Generated on Tue Jul 12 2022 17:11:51 by
1.7.2