Home
last modified time | relevance | path

Searched refs:CO_ERR_REG_COMM_ERR (Results 1 – 3 of 3) sorted by relevance

/canopennode-2.7.6/stack/
DCO_Emergency.c253 errorMask = (uint8_t)~(CO_ERR_REG_GENERIC_ERR | CO_ERR_REG_COMM_ERR | CO_ERR_REG_MANUFACTURER); in CO_EM_process()
260 errorRegister |= CO_ERR_REG_COMM_ERR; in CO_EM_process()
DCO_Emergency.h93 CO_ERR_REG_COMM_ERR = 0x10U, /**< bit 4, communication error (overrun, error state) */ enumerator
DCO_NMT_Heartbeat.c292 if(errorRegister & CO_ERR_REG_COMM_ERR){ in CO_NMT_process()