Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/netc_hw/
Dfsl_netc_hw_port.h97 status_t NETC_PortConfig(NETC_PORT_Type *base, const netc_port_common_t *config);
Dfsl_netc_hw_port.c27 status_t NETC_PortConfig(NETC_PORT_Type *base, const netc_port_common_t *config) in NETC_PortConfig() function
/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/
Dfsl_netc_endpoint.c550 result = NETC_PortConfig(handle->hw.portGroup.port, &config->port.common); in EP_Init()
Dfsl_netc_switch.c362 (void)NETC_PortConfig(port, &config->ports[i].commonCfg); in SWT_Init()