Home
last modified time | relevance | path

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

/hal_nxp-latest/s32/drivers/s32ze/Can_CANEXCEL/include/
DCanEXCEL_Ip.h420 …cel_Ip_SetFDBaudRate(uint8 Instance, const Canexcel_Ip_TimeSegmentType * TimeSeg, boolean BitRateS…
429 …_StatusType Canexcel_Ip_SetXLBaudRate(uint8 Instance, const Canexcel_Ip_TimeSegmentType * TimeSeg);
438 …Ip_StatusType Canexcel_Ip_SetBaudRate(uint8 Instance, const Canexcel_Ip_TimeSegmentType * TimeSeg);
445 void Canexcel_Ip_GetFDBaudRate(uint8 Instance, Canexcel_Ip_TimeSegmentType * TimeSeg);
452 void Canexcel_Ip_GetXLBaudRate(uint8 Instance, Canexcel_Ip_TimeSegmentType * TimeSeg);
459 void Canexcel_Ip_GetBaudRate(uint8 Instance, Canexcel_Ip_TimeSegmentType * TimeSeg);
/hal_nxp-latest/s32/drivers/s32ze/Can_CANEXCEL/src/
DCanEXCEL_Ip.c1750 …cel_Ip_SetFDBaudRate(uint8 Instance, const Canexcel_Ip_TimeSegmentType * TimeSeg, boolean BitRateS… in Canexcel_Ip_SetFDBaudRate() argument
1757 DevAssert(TimeSeg != NULL_PTR); in Canexcel_Ip_SetFDBaudRate()
1765 CanXL_SetFDBaudRate(Base, TimeSeg); in Canexcel_Ip_SetFDBaudRate()
1780 …p_StatusType Canexcel_Ip_SetXLBaudRate(uint8 Instance, const Canexcel_Ip_TimeSegmentType * TimeSeg) in Canexcel_Ip_SetXLBaudRate() argument
1787 DevAssert(TimeSeg != NULL_PTR); in Canexcel_Ip_SetXLBaudRate()
1794 CanXL_SetXLBaudRate(Base, TimeSeg); in Canexcel_Ip_SetXLBaudRate()
1809 …_Ip_StatusType Canexcel_Ip_SetBaudRate(uint8 Instance, const Canexcel_Ip_TimeSegmentType * TimeSeg) in Canexcel_Ip_SetBaudRate() argument
1815 DevAssert(TimeSeg != NULL_PTR); in Canexcel_Ip_SetBaudRate()
1819 CanXL_SetBaudRate(Base, TimeSeg); in Canexcel_Ip_SetBaudRate()
1831 void Canexcel_Ip_GetFDBaudRate(uint8 Instance, Canexcel_Ip_TimeSegmentType * TimeSeg) in Canexcel_Ip_GetFDBaudRate() argument
[all …]