Home
last modified time | relevance | path

Searched refs:NETC_PortConfigTcCBS (Results 1 – 5 of 5) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/netc_hw/
Dfsl_netc_hw_port.h206 status_t NETC_PortConfigTcCBS(NETC_PORT_Type *base, netc_hw_tc_idx_t tcIdx, const netc_port_tc_cbs_…
Dfsl_netc_hw_port.c590 status_t NETC_PortConfigTcCBS(NETC_PORT_Type *base, netc_hw_tc_idx_t tcIdx, const netc_port_tc_cbs_… in NETC_PortConfigTcCBS() function
/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/
Dfsl_netc_switch.h1791 return NETC_PortConfigTcCBS(handle->hw.ports[portIdx].port, tcIdx, config); in SWT_TxCBSConfigPort()
Dfsl_netc_endpoint.c2204 reseult = NETC_PortConfigTcCBS(handle->hw.portGroup.port, tcIdx, &config->cbsCfg); in EP_TxTrafficClassConfig()
Dfsl_netc_switch.c2190 result = NETC_PortConfigTcCBS(base, tcIdx, &config->cbsCfg); in SWT_TxTrafficClassConfig()