Searched refs:rxs0 (Results 1 – 2 of 2) sorted by relevance
548 uint32_t rxs0 = USB->USB_RXS0_REG; in handle_ep0_rx() local552 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()
478 uint32_t rxs0 = USB->USB_RXS0_REG; in handle_ep0_rx() local485 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()