Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/usb/udc/
Dudc_smartbond.c482 struct udc_ep_config *ep0_in_config; in handle_ep0_rx() local
489 ep0_in_config = &ep0_in_state->config; in handle_ep0_rx()
495 ep0_in_config->stat.halted = 0; in handle_ep0_rx()
496 ep0_in_config->stat.data1 = 1; in handle_ep0_rx()
866 struct udc_ep_config *ep0_in_config = &ep0_in_state->config; in handle_ep0_tx() local
879 ep0_in_config->stat.data1 ^= 1; in handle_ep0_tx()
880 REG_SET_VAL(USB_TXC0_REG, USB_TOGGLE_TX0, ep0_in_config->stat.data1); in handle_ep0_tx()