/canopennode-2.7.6/stack/ |
D | CO_Emergency.h | 274 }CO_EM_t; typedef 293 void CO_errorReport(CO_EM_t *em, const uint8_t errorBit, const uint16_t errorCode, const uint32_t i… 308 void CO_errorReset(CO_EM_t *em, const uint8_t errorBit, const uint32_t infoCode); 322 bool_t CO_isError(CO_EM_t *em, const uint8_t errorBit); 343 CO_EM_t *em; /**< CO_EM_t sub object is included here */ 374 CO_EM_t *em, 400 CO_EM_t *em, 418 CO_EM_t *em,
|
D | CO_Emergency.c | 41 CO_EM_t *em; in CO_EM_receive() 45 em = (CO_EM_t*)object; in CO_EM_receive() 130 CO_EM_t *em, in CO_EM_init() 205 CO_EM_t *em, in CO_EM_initCallback() 216 CO_EM_t *em, in CO_EM_initCallbackRx() 238 CO_EM_t *em = emPr->em; in CO_EM_process() 337 void CO_errorReport(CO_EM_t *em, const uint8_t errorBit, const uint16_t errorCode, const uint32_t i… in CO_errorReport() 398 void CO_errorReset(CO_EM_t *em, const uint8_t errorBit, const uint32_t infoCode){ in CO_errorReset() 457 bool_t CO_isError(CO_EM_t *em, const uint8_t errorBit){ in CO_isError()
|
D | CO_PDO.h | 166 CO_EM_t *em; /**< From CO_RPDO_init() */ 196 CO_EM_t *em; /**< From CO_TPDO_init() */ 260 CO_EM_t *em, 306 CO_EM_t *em,
|
D | CO_TIME.h | 80 CO_EM_t *em; /**< From CO_TIME_init() */ 128 CO_EM_t *em,
|
D | CO_SYNC.h | 68 CO_EM_t *em; /**< From CO_SYNC_init() */ 128 CO_EM_t *em,
|
D | CO_HBconsumer.h | 93 CO_EM_t *em; /**< From CO_HBconsumer_init() */ 126 CO_EM_t *em,
|
D | CO_TIME.c | 54 CO_EM_t *em, in CO_TIME_init()
|
D | CO_SYNC.c | 222 CO_EM_t *em, in CO_SYNC_init()
|
D | CO_HBconsumer.c | 132 CO_EM_t *em, in CO_HBconsumer_init()
|
D | CO_PDO.c | 716 CO_EM_t *em, in CO_RPDO_init() 767 CO_EM_t *em, in CO_TPDO_init()
|
/canopennode-2.7.6/stack/drvTemplate/ |
D | CO_driver.c | 205 … CO_errorReport((CO_EM_t*)CANmodule->em, CO_EM_CAN_TX_OVERFLOW, CO_EMC_CAN_OVERRUN, buffer->ident); in CO_CANsend() 258 …CO_errorReport((CO_EM_t*)CANmodule->em, CO_EM_TPDO_OUTSIDE_WINDOW, CO_EMC_COMMUNICATION, tpdoDelet… in CO_CANclearPendingSyncPDOs() 266 CO_EM_t* em = (CO_EM_t*)CANmodule->em; in CO_CANverifyErrors()
|
D | eeprom.h | 90 CO_EM_t *em);
|
D | eeprom.c | 143 CO_EM_t *em) in CO_EE_init_2()
|
/canopennode-2.7.6/stack/socketCAN/ |
D | CO_driver.c | 317 CO_errorReport((CO_EM_t*)CANmodule->em, CO_EM_CAN_TX_OVERFLOW, CO_EMC_CAN_OVERRUN, n); in CO_CANsend() 335 CO_EM_t* em = (CO_EM_t*)CANmodule->em; in CO_CANverifyErrors() 411 … CO_errorReport((CO_EM_t*)CANmodule->em, CO_EM_CAN_RXB_OVERFLOW, CO_EMC_COMMUNICATION, n); in CO_CANrxWait()
|
/canopennode-2.7.6/stack/PIC32/ |
D | CO_driver.c | 368 …CO_errorReport((CO_EM_t*)CANmodule->em, CO_EM_CAN_TX_OVERFLOW, CO_EMC_CAN_OVERRUN, buffer->CMSGSID… in CO_CANsend() 433 …CO_errorReport((CO_EM_t*)CANmodule->em, CO_EM_TPDO_OUTSIDE_WINDOW, CO_EMC_COMMUNICATION, tpdoDelet… in CO_CANclearPendingSyncPDOs() 442 CO_EM_t* em = (CO_EM_t*)CANmodule->em; in CO_CANverifyErrors()
|
D | eeprom.h | 93 CO_EM_t *em);
|
D | eeprom.c | 243 CO_EM_t *em) in CO_EE_init_2()
|
/canopennode-2.7.6/stack/dsPIC30F/ |
D | CO_driver.c | 343 CO_errorReport((CO_EM_t*)CANmodule->em, CO_EM_CAN_TX_OVERFLOW, CO_EMC_CAN_OVERRUN, 0); in CO_CANsend() 375 CO_EM_t* em = (CO_EM_t*)CANmodule->em; in CO_CANverifyErrors()
|
/canopennode-2.7.6/stack/PIC24_dsPIC33/ |
D | CO_driver.c | 548 …CO_errorReport((CO_EM_t*)CANmodule->em, CO_EM_CAN_TX_OVERFLOW, CO_EMC_CAN_OVERRUN, (buffer->ident … in CO_CANsend() 610 …CO_errorReport((CO_EM_t*)CANmodule->em, CO_EM_TPDO_OUTSIDE_WINDOW, CO_EMC_COMMUNICATION, tpdoDelet… in CO_CANclearPendingSyncPDOs() 618 CO_EM_t* em = (CO_EM_t*)CANmodule->em; in CO_CANverifyErrors()
|
/canopennode-2.7.6/ |
D | CANopen.h | 124 CO_EM_t *em; /**< Emergency report object */
|
D | CANopen.c | 147 static CO_EM_t COO_EM; 339 CO->em = (CO_EM_t *) calloc(1, sizeof(CO_EM_t)); in CO_new() 386 + sizeof(CO_EM_t) in CO_new()
|
/canopennode-2.7.6/stack/neuberger-socketCAN/ |
D | CO_driver.c | 698 CO_errorReport((CO_EM_t*)CANmodule->em, CO_EM_CAN_TX_OVERFLOW, CO_EMC_CAN_OVERRUN, 0); in CO_CANCheckSendInterface() 717 CO_errorReport((CO_EM_t*)CANmodule->em, CO_EM_CAN_TX_OVERFLOW, CO_EMC_CAN_OVERRUN, 0); in CO_CANsend() 801 CO_errorReport((CO_EM_t*)CANmodule->em, CO_EM_CAN_RXB_OVERFLOW, in CO_CANread() 821 CO_errorReport((CO_EM_t*)CANmodule->em, CO_EM_CAN_RXB_OVERFLOW, in CO_CANread()
|