Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/usb/device/
Dusb_dc_smartbond.c592 uint32_t txs0; in handle_ep0_tx() local
597 txs0 = regs->txs; in handle_ep0_tx()
599 LOG_DBG("%02x %02x", ep0_in_state->ep_addr, txs0); in handle_ep0_tx()
601 if (GET_BIT(txs0, USB_USB_TXS0_REG_USB_TX_DONE)) { in handle_ep0_tx()
603 if (GET_BIT(txs0, USB_USB_TXS0_REG_USB_ACK_STAT)) { in handle_ep0_tx()
/Zephyr-latest/drivers/usb/udc/
Dudc_smartbond.c862 uint32_t txs0; in handle_ep0_tx() local
870 txs0 = regs->txs; in handle_ep0_tx()
872 LOG_DBG("%02x %02x", ep, txs0); in handle_ep0_tx()
874 if (GET_BIT(txs0, USB_USB_TXS0_REG_USB_TX_DONE)) { in handle_ep0_tx()
876 if (GET_BIT(txs0, USB_USB_TXS0_REG_USB_ACK_STAT)) { in handle_ep0_tx()