Searched refs:rxs (Results 1 – 2 of 2) sorted by relevance
101 volatile uint32_t rxs; member634 uint32_t rxs; in handle_epx_rx_ev() local640 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()
84 volatile uint32_t rxs; member916 uint32_t rxs; in handle_epx_rx_ev() local925 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()