Home
last modified time | relevance | path

Searched defs:ep_addr (Results 1 – 11 of 11) sorted by relevance

/device/soc/hpmicro/sdk/hpm_sdk/drivers/src/
Dhpm_usb_drv.c223 uint8_t usb_dcd_edpt_get_type(USB_Type *ptr, uint8_t ep_addr) in usb_dcd_edpt_get_type()
240 void usb_dcd_edpt_stall(USB_Type *ptr, uint8_t ep_addr) in usb_dcd_edpt_stall()
248 void usb_dcd_edpt_clear_stall(USB_Type *ptr, uint8_t ep_addr) in usb_dcd_edpt_clear_stall()
258 bool usb_dcd_edpt_check_stall(USB_Type *ptr, uint8_t ep_addr) in usb_dcd_edpt_check_stall()
266 void usb_dcd_edpt_close(USB_Type *ptr, uint8_t ep_addr) in usb_dcd_edpt_close()
/device/soc/hpmicro/sdk/hpm_sdk/components/usb/device/
Dhpm_usb_device.c218 bool usb_device_edpt_xfer(usb_device_handle_t *handle, uint8_t ep_addr, uint8_t *buffer, uint32_t t… in usb_device_edpt_xfer()
285 void usb_device_edpt_stall(usb_device_handle_t *handle, uint8_t ep_addr) in usb_device_edpt_stall()
290 void usb_device_edpt_clear_stall(usb_device_handle_t *handle, uint8_t ep_addr) in usb_device_edpt_clear_stall()
295 bool usb_device_edpt_check_stall(usb_device_handle_t *handle, uint8_t ep_addr) in usb_device_edpt_check_stall()
300 void usb_device_edpt_close(usb_device_handle_t *handle, uint8_t ep_addr) in usb_device_edpt_close()
/device/soc/st/stm32f4xx/sdk/Drivers/STM32F4xx_HAL_Driver/Src/
Dstm32f4xx_hal_pcd.c1724 HAL_StatusTypeDef HAL_PCD_EP_Open(PCD_HandleTypeDef *hpcd, uint8_t ep_addr, in HAL_PCD_EP_Open()
1769 HAL_StatusTypeDef HAL_PCD_EP_Close(PCD_HandleTypeDef *hpcd, uint8_t ep_addr) in HAL_PCD_EP_Close()
1800 HAL_StatusTypeDef HAL_PCD_EP_Receive(PCD_HandleTypeDef *hpcd, uint8_t ep_addr, uint8_t *pBuf, uint3… in HAL_PCD_EP_Receive()
1836 uint32_t HAL_PCD_EP_GetRxCount(PCD_HandleTypeDef *hpcd, uint8_t ep_addr) in HAL_PCD_EP_GetRxCount()
1848 HAL_StatusTypeDef HAL_PCD_EP_Transmit(PCD_HandleTypeDef *hpcd, uint8_t ep_addr, uint8_t *pBuf, uint… in HAL_PCD_EP_Transmit()
1884 HAL_StatusTypeDef HAL_PCD_EP_SetStall(PCD_HandleTypeDef *hpcd, uint8_t ep_addr) in HAL_PCD_EP_SetStall()
1927 HAL_StatusTypeDef HAL_PCD_EP_ClrStall(PCD_HandleTypeDef *hpcd, uint8_t ep_addr) in HAL_PCD_EP_ClrStall()
1963 HAL_StatusTypeDef HAL_PCD_EP_Flush(PCD_HandleTypeDef *hpcd, uint8_t ep_addr) in HAL_PCD_EP_Flush()
/device/soc/hpmicro/sdk/hpm_sdk/components/usb/host/
Dhpm_usb_host.c117 …hcd_qhd_t *usb_host_qhd_get_from_addr(usb_host_handle_t *handle, uint8_t dev_addr, uint8_t ep_addr) in usb_host_qhd_get_from_addr()
422 bool usb_host_edpt_xfer(usb_host_handle_t *handle, uint8_t dev_addr, uint8_t ep_addr, uint8_t *buff… in usb_host_edpt_xfer()
544 bool usb_host_pipe_queue_xfer(usb_host_handle_t *handle, uint8_t dev_addr, uint8_t ep_addr, uint8_t… in usb_host_pipe_queue_xfer()
563 bool usb_host_pipe_xfer(usb_host_handle_t *handle, uint8_t dev_addr, uint8_t ep_addr, uint8_t buffe… in usb_host_pipe_xfer()
582 bool usb_host_edpt_busy(usb_host_handle_t *handle, uint8_t dev_addr, uint8_t ep_addr) in usb_host_edpt_busy()
589 bool usb_host_edpt_stalled(usb_host_handle_t *handle, uint8_t dev_addr, uint8_t ep_addr) in usb_host_edpt_stalled()
596 bool usb_host_edpt_clear_stall(usb_host_handle_t *handle, uint8_t dev_addr, uint8_t ep_addr) in usb_host_edpt_clear_stall()
/device/soc/hpmicro/sdk/hpm_sdk/middleware/cherryusb/common/
Dusb_dc.h21 uint8_t ep_addr; /* Endpoint addr with direction */ member
Dusb_hc.h25 uint8_t ep_addr; /* Endpoint addr with direction */ member
/device/soc/hpmicro/sdk/hpm_sdk/middleware/cherryusb/core/
Dusbd_core.h50 uint8_t ep_addr; member
/device/soc/hpmicro/sdk/hpm_sdk/middleware/cherryusb/port/hpm/
Dusb_dc_hpm.c289 uint8_t const ep_addr = (ep_idx / 2) | ((ep_idx & 0x01) ? 0x80 : 0); in USBD_IRQHandler() local
/device/soc/hpmicro/sdk/hpm_sdk/middleware/cherryusb/port/ehci/
Dusb_ehci_priv.h40 uint8_t ep_addr; member
Dusb_hc_ehci.c177 uint8_t ep_addr, in ehci_qh_fill()
/device/soc/hpmicro/sdk/hpm_sdk/drivers/inc/
Dhpm_usb_drv.h109 uint8_t ep_addr; member