Home
last modified time | relevance | path

Searched refs:NETC_PortSetMacAddr (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/netc_hw/
Dfsl_netc_hw_port.c14 void NETC_PortSetMacAddr(NETC_PORT_Type *base, const uint8_t *macAddr) in NETC_PortSetMacAddr() function
42 NETC_PortSetMacAddr(base, &config->macAddr[0]); in NETC_PortConfig()
Dfsl_netc_hw_port.h105 void NETC_PortSetMacAddr(NETC_PORT_Type *base, const uint8_t *macAddr);
/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/
Dfsl_netc_endpoint.c732 NETC_PortSetMacAddr(handle->hw.portGroup.port, macAddr); in EP_SetPrimaryMacAddr()