Home
last modified time | relevance | path

Searched refs:wrongErrorReport (Results 1 – 2 of 2) sorted by relevance

/canopennode-2.7.6/stack/
DCO_Emergency.c159 em->wrongErrorReport = 0U; in CO_EM_init()
245 if(em->wrongErrorReport != 0U){ in CO_EM_process()
246 …rrorReport(em, CO_EM_WRONG_ERROR_REPORT, CO_EMC_SOFTWARE_INTERNAL, (uint32_t)em->wrongErrorReport); in CO_EM_process()
247 em->wrongErrorReport = 0U; in CO_EM_process()
348 em->wrongErrorReport = errorBit; in CO_errorReport()
409 em->wrongErrorReport = errorBit; in CO_errorReset()
DCO_Emergency.h264 uint8_t wrongErrorReport; /**< Error in arguments to CO_errorReport() */ member