Home
last modified time | relevance | path

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

/hal_nxp-latest/s32/drivers/s32ze/Can_CANEXCEL/src/
DCanEXCEL_Ip.c311 …atic void CanXL_InitBaudrate(CANXL_SIC_Type * pBase, const Canexcel_Ip_ConfigType * Canxl_Ip_pData) in CanXL_InitBaudrate() argument
313 CanXL_SetBaudRate(pBase, &Canxl_Ip_pData->bitrate); in CanXL_InitBaudrate()
314 if (Canxl_Ip_pData->fd_enable) in CanXL_InitBaudrate()
316 CanXL_SetFDBaudRate(pBase, &Canxl_Ip_pData->Fd_bitrate); in CanXL_InitBaudrate()
318 if (Canxl_Ip_pData->xl_enable) in CanXL_InitBaudrate()
320 CanXL_SetXLBaudRate(pBase, &Canxl_Ip_pData->Xl_bitrate); in CanXL_InitBaudrate()