Searched refs:am_hal_usb_xfer_complete (Results 1 – 1 of 1) sorted by relevance
| /hal_ambiq-latest/mcu/apollo4p/hal/ |
| D | am_hal_usb.c | 1485 am_hal_usb_xfer_complete(am_hal_usb_state_t *pState, am_hal_usb_ep_xfer_t *pXfer, in am_hal_usb_xfer_complete() function 2638 …am_hal_usb_xfer_complete(pState, &pState->ep0_xfer, 0x0, pState->ep0_xfer.len - pState->ep0_xfer.r… in am_hal_usb_ep0_handling() 2682 …am_hal_usb_xfer_complete(pState, &pState->ep0_xfer, 0x0 | AM_HAL_USB_EP_DIR_IN_MASK, pState->ep0_x… in am_hal_usb_ep0_handling() 2724 …am_hal_usb_xfer_complete(pState, &pState->ep0_xfer, 0x0, pState->ep0_xfer.len - pState->ep0_xfer.r… in am_hal_usb_ep0_handling() 2728 …am_hal_usb_xfer_complete(pState, &pState->ep0_xfer, 0x0, pState->ep0_xfer.len - pState->ep0_xfer.r… in am_hal_usb_ep0_handling() 2747 …am_hal_usb_xfer_complete(pState, &pState->ep0_xfer, 0x0 | AM_HAL_USB_EP_DIR_IN_MASK, pState->ep0_x… in am_hal_usb_ep0_handling() 2751 …am_hal_usb_xfer_complete(pState, &pState->ep0_xfer, 0x0 | AM_HAL_USB_EP_DIR_IN_MASK, pState->ep0_x… in am_hal_usb_ep0_handling() 2808 …am_hal_usb_xfer_complete(pState, pXfer, ui8EpNum | AM_HAL_USB_EP_DIR_IN_MASK, pXfer->len, USB_XFER… in am_hal_usb_in_ep_handling() 2879 …am_hal_usb_xfer_complete(pState, pXfer, ui8EpNum, pXfer->len - pXfer->remaining, USB_XFER_DONE, NU… in am_hal_usb_out_ep_handling() 2949 …am_hal_usb_xfer_complete(pState, pXfer, am_hal_usb_ep_addr(0x0, pXfer->flags.dir), pXfer->len - pX… in am_hal_usb_interrupt_service() [all …]
|