Home
last modified time | relevance | path

Searched refs:EP_TxPortTGSEnable (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/
Dfsl_netc_endpoint.h1169 status_t EP_TxPortTGSEnable(ep_handle_t *handle, bool enable, uint8_t gateState);
1171 status_t EP_TxPortTGSEnable(ep_handle_t *handle, bool enable);
Dfsl_netc_endpoint.c660 result = EP_TxPortTGSEnable(handle, config->port.enableTg, 0xFFU); in EP_Init()
662 result = EP_TxPortTGSEnable(handle, config->port.enableTg); in EP_Init()
2073 status_t EP_TxPortTGSEnable(ep_handle_t *handle, bool enable, uint8_t gateState) in EP_TxPortTGSEnable() function
2075 status_t EP_TxPortTGSEnable(ep_handle_t *handle, bool enable) in EP_TxPortTGSEnable()