Home
last modified time | relevance | path

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

/hal_nxp-latest/s32/drivers/s32ze/Can_CANEXCEL/src/
DCanEXCEL_Ip_HwAccess.c145 uint8 CAN_ComputeDLCValue(uint8 payloadSize) in CAN_ComputeDLCValue() function
580 uint8 dlcValue = CAN_ComputeDLCValue((uint8)(info->dataLength)); in CanXL_SetTxMsgBuffData()
DCanEXCEL_Ip.c367 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()
/hal_nxp-latest/s32/drivers/s32ze/Can_CANEXCEL/include/
DCanEXCEL_Ip_HwAccess.h238 uint8 CAN_ComputeDLCValue(uint8 payloadSize);