Home
last modified time | relevance | path

Searched refs:CAN_ComputeDLCValue (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-3.5.0/s32/drivers/s32ze/Can_CANEXCEL/src/
DCanEXCEL_Ip_HwAccess.c63 uint8 CAN_ComputeDLCValue(uint8 payloadSize) in CAN_ComputeDLCValue() function
109 return CAN_ComputeDLCValue(payloadSize); in CanXL_SetDLCValue()
439 uint8 dlcValue = CAN_ComputeDLCValue(info->dataLength); in CanXL_SetTxMsgBuffData()
DCanEXCEL_Ip.c260 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()
/hal_nxp-3.5.0/s32/drivers/s32ze/Can_CANEXCEL/include/
DCanEXCEL_Ip_HwAccess.h105 uint8 CAN_ComputeDLCValue(uint8 payloadSize);