Searched refs:NETC_PortSetMacAddr (Results 1 – 3 of 3) sorted by relevance
14 void NETC_PortSetMacAddr(NETC_PORT_Type *base, const uint8_t *macAddr) in NETC_PortSetMacAddr() function42 NETC_PortSetMacAddr(base, &config->macAddr[0]); in NETC_PortConfig()
105 void NETC_PortSetMacAddr(NETC_PORT_Type *base, const uint8_t *macAddr);
732 NETC_PortSetMacAddr(handle->hw.portGroup.port, macAddr); in EP_SetPrimaryMacAddr()