Searched refs:CO_ERR_REG_COMM_ERR (Results 1 – 3 of 3) sorted by relevance
253 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()
93 CO_ERR_REG_COMM_ERR = 0x10U, /**< bit 4, communication error (overrun, error state) */ enumerator
292 if(errorRegister & CO_ERR_REG_COMM_ERR){ in CO_NMT_process()