Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/usb/device/
Dusb_dc_smartbond.c101 volatile uint32_t rxs; member
634 uint32_t rxs; in handle_epx_rx_ev() local
640 rxs = regs->rxs; in handle_epx_rx_ev()
642 if (GET_BIT(rxs, USB_USB_RXS1_REG_USB_RX_ERR)) { in handle_epx_rx_ev()
680 fifo_bytes = GET_BIT(rxs, USB_USB_RXS1_REG_USB_RXCOUNT); in handle_epx_rx_ev()
690 if (GET_BIT(rxs, USB_USB_RXS1_REG_USB_RX_LAST)) { in handle_epx_rx_ev()
692 GET_BIT(rxs, USB_USB_RXS1_REG_USB_TOGGLE_RX) != in handle_epx_rx_ev()
/Zephyr-latest/drivers/usb/udc/
Dudc_smartbond.c84 volatile uint32_t rxs; member
916 uint32_t rxs; in handle_epx_rx_ev() local
925 rxs = regs->rxs; in handle_epx_rx_ev()
927 if (GET_BIT(rxs, USB_USB_RXS1_REG_USB_RX_ERR)) { in handle_epx_rx_ev()
966 fifo_bytes = GET_BIT(rxs, USB_USB_RXS1_REG_USB_RXCOUNT); in handle_epx_rx_ev()
978 if (GET_BIT(rxs, USB_USB_RXS1_REG_USB_RX_LAST)) { in handle_epx_rx_ev()
980 GET_BIT(rxs, USB_USB_RXS1_REG_USB_TOGGLE_RX) != ep_cfg->stat.data1) { in handle_epx_rx_ev()