Searched refs:wrongErrorReport (Results 1 – 2 of 2) sorted by relevance
159 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()
264 uint8_t wrongErrorReport; /**< Error in arguments to CO_errorReport() */ member