Home
last modified time | relevance | path

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

/hal_ambiq-latest/mcu/apollo4p/hal/
Dam_hal_usb.c180 } flags; member
1829 if (pState->ep0_xfer.flags.busy == 0x1) in am_hal_usb_ep0_xfer()
1836 pState->ep0_xfer.flags.busy = 0x1; in am_hal_usb_ep0_xfer()
1847 pState->ep0_xfer.flags.dir = ui8EpDir; in am_hal_usb_ep0_xfer()
2005 if (pXfer->flags.busy == 0x1) in am_hal_usb_non_ep0_xfer()
2012 pXfer->flags.busy = 0x1; in am_hal_usb_non_ep0_xfer()
2021 pXfer->flags.dir = ui8EpDir; in am_hal_usb_non_ep0_xfer()
2043 pXfer->flags.zlp = 1; in am_hal_usb_non_ep0_xfer()
2802 if (pXfer->flags.zlp) in am_hal_usb_in_ep_handling()
2820 pXfer->flags.zlp = 1; in am_hal_usb_in_ep_handling()
[all …]