Searched refs:DLC (Results 1 – 19 of 19) sorted by relevance
297 buffer->DLC = noOfBytes; in CO_CANtxBufferInit()312 uint8_t DLC; in CO_CANsendToModule() local320 DLC = src->DLC; in CO_CANsendToModule()321 if(DLC > 8) DLC = 8; in CO_CANsendToModule()322 CAN_REG(dest, C_TXDLC) = DLC << 3; in CO_CANsendToModule()327 for(; DLC>0; DLC--) *(CANdataBuffer++) = *(pData++); in CO_CANsendToModule()
319 uint16_t DLC :4; /* Data length code (bits 0...3) */ member339 uint8_t DLC; member
496 buffer->DLC = noOfBytes; in CO_CANtxBufferInit()512 uint8_t DLC; in CO_CANsendToModule() local521 DLC = src->DLC; in CO_CANsendToModule()522 if(DLC > 8) DLC = 8; in CO_CANsendToModule()523 dest->DLC = DLC; in CO_CANsendToModule()528 for(; DLC>0; DLC--) *(CANdataBuffer++) = *(pData++); in CO_CANsendToModule()
376 uint16_t DLC :4; /* Data length code (bits 0...3) */ member397 uint8_t DLC; member
219 uint8_t DLC ; /**< Length of CAN message */ member240 … uint8_t DLC ; /**< Length of CAN message. (DLC may also be part of ident) */ member
237 uint8_t DLC ; /**< Length of CAN message */ member265 uint8_t DLC ; /**< Length of CAN message */ member
613 buffer->DLC = noOfBytes; in CO_CANtxBufferInit()
49 if(msg->DLC == 0U){ in CO_SYNC_receive()53 SYNC->receiveError = (uint16_t)msg->DLC | 0x0100U; in CO_SYNC_receive()57 if(msg->DLC == 1U){ in CO_SYNC_receive()62 SYNC->receiveError = (uint16_t)msg->DLC | 0x0200U; in CO_SYNC_receive()
44 CO_memcpy((uint8_t*)&TIME->Time.ullValue, msg->data, msg->DLC); in CO_TIME_receive()47 TIME->receiveError = (uint16_t)msg->DLC; in CO_TIME_receive()
47 if((msg->DLC == 2) && ((nodeId == 0) || (nodeId == NMT->nodeId))){ in CO_NMT_receive()
42 if(msg->DLC == 1){ in CO_HBcons_receive()
336 if(msg->DLC == 8){ in CO_LSSslave_receive()
83 if(msg->DLC==8 && !IS_CANrxNew(LSSmaster->CANrxNew) && in CO_LSSmaster_receive()
50 (msg->DLC >= RPDO->dataLength)) in CO_PDO_receive()
104 … if((msg->DLC == 8U) && (!IS_CANrxNew(SDO_C->CANrxNew)) && (SDO_C->state != SDO_STATE_NOTDEFINED)){ in CO_SDOclient_receive()
194 if((msg->DLC == 8U) && (!IS_CANrxNew(SDO->CANrxNew[rcv]))){ in CO_SDO_receive()
109 uint8_t DLC; member126 uint8_t DLC; member
295 buffer->DLC = noOfBytes; in CO_CANtxBufferInit()
298 unsigned DLC :4; /* Data length code (bits 0...3) */ member