Home
last modified time | relevance | path

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

/hal_nxp-latest/s32/drivers/s32ze/EthSwt_NETC/include/
DNetc_EthSwt_Ip.h291 EthTrcv_BaudRateType * BaudRate
309 … Netc_EthSwt_Ip_SetPortSpeed( uint8 SwitchIdx, uint8 SwitchPortIdx, EthTrcv_BaudRateType BaudRate);
/hal_nxp-latest/s32/drivers/s32ze/EthSwt_NETC/src/
DNetc_EthSwt_Ip.c1095 …turnType Netc_EthSwt_Ip_SetPortSpeed_MII_RMII_Mode(EthTrcv_BaudRateType BaudRate, uint32* const in… in Netc_EthSwt_Ip_SetPortSpeed_MII_RMII_Mode() argument
1098 if(BaudRate == ETHTRCV_BAUD_RATE_10MBIT) in Netc_EthSwt_Ip_SetPortSpeed_MII_RMII_Mode()
1103 else if(BaudRate == ETHTRCV_BAUD_RATE_100MBIT) in Netc_EthSwt_Ip_SetPortSpeed_MII_RMII_Mode()
1127 static inline Std_ReturnType Netc_EthSwt_Ip_SetPortSpeed_RGMII_Mode(EthTrcv_BaudRateType BaudRate, … in Netc_EthSwt_Ip_SetPortSpeed_RGMII_Mode() argument
1130 switch(BaudRate) in Netc_EthSwt_Ip_SetPortSpeed_RGMII_Mode()
1175 static inline Std_ReturnType Netc_EthSwt_Ip_SetPortSpeed_SGMII_Mode(EthTrcv_BaudRateType BaudRate, … in Netc_EthSwt_Ip_SetPortSpeed_SGMII_Mode() argument
1178 switch(BaudRate) in Netc_EthSwt_Ip_SetPortSpeed_SGMII_Mode()
1788 EthTrcv_BaudRateType * BaudRate argument
1810 *BaudRate = ETHTRCV_BAUD_RATE_10MBIT;
1814 *BaudRate = ETHTRCV_BAUD_RATE_100MBIT;
[all …]
/hal_nxp-latest/s32/drivers/s32ze/Uart/include/
DLinflexd_Uart_Ip_Types.h182 uint32 BaudRate; /**< @brief Baudrate value*/ member
/hal_nxp-latest/s32/drivers/s32ze/Uart/src/
DLinflexd_Uart_Ip.c2423 UartStatePtr->Baudrate = UartUserCfg->BaudRate; in Linflexd_Uart_Ip_SetUp_Baudrate()