Searched refs:txs (Results 1 – 2 of 2) sorted by relevance
97 volatile uint32_t txs; member381 while ((regs->txs & USB_USB_TXS1_REG_USB_TCOUNT_Msk) > 0 && in fill_tx_fifo()597 txs0 = regs->txs; in handle_ep0_tx()725 uint32_t txs; in handle_epx_tx_ev() local728 txs = regs->txs; in handle_epx_tx_ev()730 if (GET_BIT(txs, USB_USB_TXS1_REG_USB_TX_DONE)) { in handle_epx_tx_ev()745 if (GET_BIT(txs, USB_USB_TXS1_REG_USB_ACK_STAT)) { in handle_epx_tx_ev()766 if (txs & USB_USB_TXS1_REG_USB_TX_URUN_Msk) { in handle_epx_tx_ev()
80 volatile uint32_t txs; member291 while ((regs->txs & USB_USB_TXS1_REG_USB_TCOUNT_Msk) > 0 && remaining > 0) { in fill_tx_fifo()870 txs0 = regs->txs; in handle_ep0_tx()1027 uint32_t txs; in handle_epx_tx_ev() local1034 txs = regs->txs; in handle_epx_tx_ev()1036 if (GET_BIT(txs, USB_USB_TXS1_REG_USB_TX_DONE)) { in handle_epx_tx_ev()1052 if (GET_BIT(txs, USB_USB_TXS1_REG_USB_ACK_STAT)) { in handle_epx_tx_ev()1084 if (txs & USB_USB_TXS1_REG_USB_TX_URUN_Msk) { in handle_epx_tx_ev()