Searched defs:ep_addr (Results 1 – 11 of 11) sorted by relevance
| /device/soc/hpmicro/sdk/hpm_sdk/drivers/src/ |
| D | hpm_usb_drv.c | 223 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/ |
| D | hpm_usb_device.c | 218 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/ |
| D | stm32f4xx_hal_pcd.c | 1724 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/ |
| D | hpm_usb_host.c | 117 …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/ |
| D | usb_dc.h | 21 uint8_t ep_addr; /* Endpoint addr with direction */ member
|
| D | usb_hc.h | 25 uint8_t ep_addr; /* Endpoint addr with direction */ member
|
| /device/soc/hpmicro/sdk/hpm_sdk/middleware/cherryusb/core/ |
| D | usbd_core.h | 50 uint8_t ep_addr; member
|
| /device/soc/hpmicro/sdk/hpm_sdk/middleware/cherryusb/port/hpm/ |
| D | usb_dc_hpm.c | 289 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/ |
| D | usb_ehci_priv.h | 40 uint8_t ep_addr; member
|
| D | usb_hc_ehci.c | 177 uint8_t ep_addr, in ehci_qh_fill()
|
| /device/soc/hpmicro/sdk/hpm_sdk/drivers/inc/ |
| D | hpm_usb_drv.h | 109 uint8_t ep_addr; member
|