Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/usb/
Dhcd.c135 #define FRAME_LIST_LEN USB_HAL_FRAME_LIST_LEN_32 macro
141 #define XFER_LIST_LEN_ISOC FRAME_LIST_LEN //Same length as the frame list mak…
964 …void *frame_list = heap_caps_aligned_calloc(USBH_HAL_FRAME_LIST_MEM_ALIGN, FRAME_LIST_LEN,sizeof(u… in port_obj_alloc()
1213 usbh_hal_port_set_frame_list(port->hal, port->frame_list, FRAME_LIST_LEN); in _port_cmd_reset()
1347 memset(port_obj->frame_list, 0, FRAME_LIST_LEN * sizeof(uint32_t)); in hcd_port_init()
1494 memset(port->frame_list, 0, FRAME_LIST_LEN * sizeof(uint32_t)); in hcd_port_recover()