Searched refs:receiveError (Results 1 – 4 of 4) sorted by relevance
47 TIME->receiveError = (uint16_t)msg->DLC; in CO_TIME_receive()83 TIME->receiveError = 0U; in CO_TIME_init()159 if(TIME->receiveError != 0U){ in CO_TIME_process()160 …CO_errorReport(TIME->em, CO_EM_TIME_LENGTH, CO_EMC_TIME_DATA_LENGTH, (uint32_t)TIME->receiveError); in CO_TIME_process()161 TIME->receiveError = 0U; in CO_TIME_process()
53 SYNC->receiveError = (uint16_t)msg->DLC | 0x0100U; in CO_SYNC_receive()62 SYNC->receiveError = (uint16_t)msg->DLC | 0x0200U; in CO_SYNC_receive()259 SYNC->receiveError = 0U; in CO_SYNC_init()355 if(SYNC->receiveError != 0U){ in CO_SYNC_process()356 …CO_errorReport(SYNC->em, CO_EM_SYNC_LENGTH, CO_EMC_SYNC_DATA_LENGTH, (uint32_t)SYNC->receiveError); in CO_SYNC_process()357 SYNC->receiveError = 0U; in CO_SYNC_process()
101 uint16_t receiveError; member
98 uint16_t receiveError; member