Searched refs:CAN_ComputeDLCValue (Results 1 – 3 of 3) sorted by relevance
63 uint8 CAN_ComputeDLCValue(uint8 payloadSize) in CAN_ComputeDLCValue() function109 return CAN_ComputeDLCValue(payloadSize); in CanXL_SetDLCValue()439 uint8 dlcValue = CAN_ComputeDLCValue(info->dataLength); in CanXL_SetTxMsgBuffData()
260 dlcValue = CAN_ComputeDLCValue(Config->pRxFifoConfig->Rx_Fifo_Msg_Size); in Canexcel_Ip_Init()360 dlcValue = CAN_ComputeDLCValue(info->dataLength); in Canexcel_Ip_ConfigRx()374 dlcValue = CAN_ComputeDLCValue(info->dataLength); in Canexcel_Ip_ConfigRx()517 dlcValue = CAN_ComputeDLCValue(info->dataLength); in Canexcel_Ip_ConfigFdTx()
105 uint8 CAN_ComputeDLCValue(uint8 payloadSize);