Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/s32/drivers/s32ze/Can_CANEXCEL/include/
DCanEXCEL_Ip.h421 …cel_Ip_SetFDBaudRate(uint8 Instance, const Canexcel_Ip_TimeSegmentType * TimeSeg, boolean BitRateS…
430 …_StatusType Canexcel_Ip_SetXLBaudRate(uint8 Instance, const Canexcel_Ip_TimeSegmentType * TimeSeg);
439 …Ip_StatusType Canexcel_Ip_SetBaudRate(uint8 Instance, const Canexcel_Ip_TimeSegmentType * TimeSeg);
446 void Canexcel_Ip_GetFDBaudRate(uint8 Instance, Canexcel_Ip_TimeSegmentType * TimeSeg);
453 void Canexcel_Ip_GetXLBaudRate(uint8 Instance, Canexcel_Ip_TimeSegmentType * TimeSeg);
460 void Canexcel_Ip_GetBaudRate(uint8 Instance, Canexcel_Ip_TimeSegmentType * TimeSeg);
/hal_nxp-3.6.0/s32/drivers/s32ze/Can_CANEXCEL/src/
DCanEXCEL_Ip.c1358 …cel_Ip_SetFDBaudRate(uint8 Instance, const Canexcel_Ip_TimeSegmentType * TimeSeg, boolean BitRateS… in Canexcel_Ip_SetFDBaudRate() argument
1365 DevAssert(TimeSeg != NULL_PTR); in Canexcel_Ip_SetFDBaudRate()
1373 CanXL_SetFDBaudRate(Base, TimeSeg); in Canexcel_Ip_SetFDBaudRate()
1388 …p_StatusType Canexcel_Ip_SetXLBaudRate(uint8 Instance, const Canexcel_Ip_TimeSegmentType * TimeSeg) in Canexcel_Ip_SetXLBaudRate() argument
1395 DevAssert(TimeSeg != NULL_PTR); in Canexcel_Ip_SetXLBaudRate()
1402 CanXL_SetXLBaudRate(Base, TimeSeg); in Canexcel_Ip_SetXLBaudRate()
1417 …_Ip_StatusType Canexcel_Ip_SetBaudRate(uint8 Instance, const Canexcel_Ip_TimeSegmentType * TimeSeg) in Canexcel_Ip_SetBaudRate() argument
1423 DevAssert(TimeSeg != NULL_PTR); in Canexcel_Ip_SetBaudRate()
1427 CanXL_SetBaudRate(Base, TimeSeg); in Canexcel_Ip_SetBaudRate()
1439 void Canexcel_Ip_GetFDBaudRate(uint8 Instance, Canexcel_Ip_TimeSegmentType * TimeSeg) in Canexcel_Ip_GetFDBaudRate() argument
[all …]