Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/usb/
Dhcd.c1002 hcd_obj_t *p_hcd_obj_dmy = calloc(1, sizeof(hcd_obj_t)); in hcd_install() local
1003 if (p_hcd_obj_dmy == NULL) { in hcd_install()
1008 p_hcd_obj_dmy->port_obj = port_obj_alloc(); in hcd_install()
1012 (void *)p_hcd_obj_dmy->port_obj, in hcd_install()
1013 &p_hcd_obj_dmy->isr_hdl); in hcd_install()
1014 if (p_hcd_obj_dmy->port_obj == NULL) { in hcd_install()
1028 s_hcd_obj = p_hcd_obj_dmy; in hcd_install()
1034 esp_intr_free(p_hcd_obj_dmy->isr_hdl); in hcd_install()
1036 port_obj_free(p_hcd_obj_dmy->port_obj); in hcd_install()
1037 free(p_hcd_obj_dmy); in hcd_install()
[all …]