Home
last modified time | relevance | path

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

/bsp/hpmicro/libraries/hpm_sdk/components/usb/host/
A Dhpm_usb_host.h211 } usb_host_handle_t; typedef
268 hcd_qhd_t *usb_host_qhd_async_head(usb_host_handle_t *handle);
270 hcd_qtd_t *usb_host_qtd_control(usb_host_handle_t *handle, uint8_t dev_addr);
271 uint32_t usb_host_uframe_number(usb_host_handle_t *handle);
272 uint32_t usb_host_status_flags(usb_host_handle_t *handle);
273 uint32_t usb_host_interrupts(usb_host_handle_t *handle);
275 uint8_t usb_host_get_port_speed(usb_host_handle_t *handle);
276 void usb_host_port_reset(usb_host_handle_t *handle);
278 bool usb_host_get_port_ccs(usb_host_handle_t *handle);
279 bool usb_host_port_csc(usb_host_handle_t *handle);
[all …]
A Dhpm_usb_host.c106 static hcd_qhd_t *usb_host_qhd_find_free(usb_host_handle_t *handle) in usb_host_qhd_find_free()
203 hcd_qhd_t *usb_host_qhd_async_head(usb_host_handle_t *handle) in usb_host_qhd_async_head()
284 static void usb_host_init_async_list(usb_host_handle_t *handle) in usb_host_init_async_list()
341 static void usb_host_vbus_ctrl(usb_host_handle_t *handle) in usb_host_vbus_ctrl()
358 void usb_host_port_reset(usb_host_handle_t *handle) in usb_host_port_reset()
363 uint32_t usb_host_uframe_number(usb_host_handle_t *handle) in usb_host_uframe_number()
368 bool usb_host_get_port_ccs(usb_host_handle_t *handle) in usb_host_get_port_ccs()
373 bool usb_host_port_csc(usb_host_handle_t *handle) in usb_host_port_csc()
378 uint32_t usb_host_status_flags(usb_host_handle_t *handle) in usb_host_status_flags()
383 uint32_t usb_host_interrupts(usb_host_handle_t *handle) in usb_host_interrupts()
[all …]

Completed in 9 milliseconds