Searched refs:CAN_ComputeDLCValue (Results 1 – 3 of 3) sorted by relevance
145 uint8 CAN_ComputeDLCValue(uint8 payloadSize) in CAN_ComputeDLCValue() function580 uint8 dlcValue = CAN_ComputeDLCValue((uint8)(info->dataLength)); in CanXL_SetTxMsgBuffData()
367 dlcValue = (uint16)CAN_ComputeDLCValue((uint8)(Config->pRxFifoConfig.Rx_Fifo_Msg_Size)); in Canexcel_InitRxFIFO()669 dlcValue = (uint16)CAN_ComputeDLCValue((uint8)(info->dataLength)); in Canexcel_Ip_ConfigRx()683 dlcValue = (uint16)CAN_ComputeDLCValue((uint8)(info->dataLength)); in Canexcel_Ip_ConfigRx()942 dlcValue = (uint16)CAN_ComputeDLCValue((uint8)(info->dataLength)); in Canexcel_Ip_ConfigFdTx()
238 uint8 CAN_ComputeDLCValue(uint8 payloadSize);