Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/usb/udc/
Dudc_smartbond.c480 struct udc_ep_config *ep0_out_config = &ep0_out_state->config; in handle_ep0_rx() local
493 ep0_out_config->stat.halted = 0; in handle_ep0_rx()
494 ep0_out_config->stat.data1 = 1; in handle_ep0_rx()
506 if (GET_BIT(rxs0, USB_USB_RXS0_REG_USB_TOGGLE_RX0) != ep0_out_config->stat.data1) { in handle_ep0_rx()
516 ep0_out_config->stat.data1 ^= 1; in handle_ep0_rx()