Home
last modified time | relevance | path

Searched refs:CO_EMC_SOFTWARE_INTERNAL (Results 1 – 4 of 4) sorted by relevance

/canopennode-2.7.6/example/
Dmain.c146 CO_errorReport(CO->em, CO_EM_ISR_TIMER_OVERFLOW, CO_EMC_SOFTWARE_INTERNAL, 0U); in tmrTask_thread()
/canopennode-2.7.6/stack/
DCO_Emergency.h121 #define CO_EMC_SOFTWARE_INTERNAL 0x6100U /**< 0x61xx, Internal Software */ macro
DCO_Emergency.c246 …CO_errorReport(em, CO_EM_WRONG_ERROR_REPORT, CO_EMC_SOFTWARE_INTERNAL, (uint32_t)em->wrongErrorRep… in CO_EM_process()
/canopennode-2.7.6/stack/PIC32/
Dmain_PIC32.c303 CO_errorReport(CO->em, CO_EM_ISR_TIMER_OVERFLOW, CO_EMC_SOFTWARE_INTERNAL, 0); in __ISR()