Searched refs:Canxl_Ip_pData (Results 1 – 1 of 1) sorted by relevance
161 …atic void CanXL_InitBaudrate(CANXL_SIC_Type * pBase, const Canexcel_Ip_ConfigType * Canxl_Ip_pData) in CanXL_InitBaudrate() argument163 CanXL_SetBaudRate(pBase, &Canxl_Ip_pData->bitrate); in CanXL_InitBaudrate()164 if(Canxl_Ip_pData->fd_enable) in CanXL_InitBaudrate()166 CanXL_SetFDBaudRate(pBase, &Canxl_Ip_pData->Fd_bitrate); in CanXL_InitBaudrate()168 if(Canxl_Ip_pData->xl_enable) in CanXL_InitBaudrate()170 CanXL_SetXLBaudRate(pBase, &Canxl_Ip_pData->Xl_bitrate); in CanXL_InitBaudrate()