Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/usb/device/
Dusb_dc_smartbond.c97 volatile uint32_t txs; member
381 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() local
728 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()
/Zephyr-latest/drivers/usb/udc/
Dudc_smartbond.c80 volatile uint32_t txs; member
291 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() local
1034 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()