Searched refs:EP_TxPortTGSEnable (Results 1 – 2 of 2) sorted by relevance
1169 status_t EP_TxPortTGSEnable(ep_handle_t *handle, bool enable, uint8_t gateState);1171 status_t EP_TxPortTGSEnable(ep_handle_t *handle, bool enable);
660 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() function2075 status_t EP_TxPortTGSEnable(ep_handle_t *handle, bool enable) in EP_TxPortTGSEnable()