Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/usb/device/
Dusb_dc_smartbond.c548 uint32_t rxs0 = USB->USB_RXS0_REG; in handle_ep0_rx() local
552 fifo_bytes = GET_BIT(rxs0, USB_USB_RXS0_REG_USB_RCOUNT); in handle_ep0_rx()
554 if (rxs0 & USB_USB_RXS0_REG_USB_SETUP_Msk) { in handle_ep0_rx()
575 if (GET_BIT(rxs0, USB_USB_RXS0_REG_USB_TOGGLE_RX0) != in handle_ep0_rx()
582 if (rxs0 & USB_USB_RXS0_REG_USB_RX_LAST_Msk) { in handle_ep0_rx()
/Zephyr-latest/drivers/usb/udc/
Dudc_smartbond.c478 uint32_t rxs0 = USB->USB_RXS0_REG; in handle_ep0_rx() local
485 fifo_bytes = GET_BIT(rxs0, USB_USB_RXS0_REG_USB_RCOUNT); in handle_ep0_rx()
487 if (rxs0 & USB_USB_RXS0_REG_USB_SETUP_Msk) { 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()
515 if (rxs0 & USB_USB_RXS0_REG_USB_RX_LAST_Msk) { in handle_ep0_rx()