Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/
Dfsl_netc_endpoint.c2073 status_t EP_TxPortTGSEnable(ep_handle_t *handle, bool enable, uint8_t gateState) in EP_TxPortTGSEnable() argument
2085 netc_tgs_gate_entry_t gate[2] = {{.interval = 50000U, .tcGateState = gateState}, in EP_TxPortTGSEnable()
2086 {.interval = 50000U, .tcGateState = gateState}}; in EP_TxPortTGSEnable()
Dfsl_netc_endpoint.h1169 status_t EP_TxPortTGSEnable(ep_handle_t *handle, bool enable, uint8_t gateState);
Dfsl_netc_switch.h1843 …_TxPortTGSEnable(swt_handle_t *handle, netc_hw_port_idx_t portIdx, bool enable, uint8_t gateState);
Dfsl_netc_switch.c2196 …T_TxPortTGSEnable(swt_handle_t *handle, netc_hw_port_idx_t portIdx, bool enable, uint8_t gateState) in SWT_TxPortTGSEnable() argument
2208 netc_tgs_gate_entry_t gate[2] = {{.interval = 50000U, .tcGateState = gateState}, in SWT_TxPortTGSEnable()
2209 {.interval = 50000U, .tcGateState = gateState}}; in SWT_TxPortTGSEnable()