Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/usb/
Dhcd.c141 #define XFER_LIST_LEN_ISOC FRAME_LIST_LEN //Same length as the frame list mak… macro
1585 desc_list_len = XFER_LIST_LEN_ISOC; in buffer_block_alloc()
1706 ep_char->periodic.phase_offset_frames = pipe_idx & (XFER_LIST_LEN_ISOC - 1); in pipe_set_ep_char()
2152 assert(total_num_desc <= XFER_LIST_LEN_ISOC); in _buffer_fill_isoc()
2165 if (++desc_idx >= XFER_LIST_LEN_ISOC) { in _buffer_fill_isoc()
2171 if (++desc_idx >= XFER_LIST_LEN_ISOC) { in _buffer_fill_isoc()
2209 … = (cur_frame_num - pipe->ep_char.periodic.phase_offset_frames) & (XFER_LIST_LEN_ISOC - 1); //G… in _buffer_fill()
2216 …xt_interval_idx_no_offset + pipe->ep_char.periodic.phase_offset_frames) & (XFER_LIST_LEN_ISOC - 1); in _buffer_fill()
2219 …ep_char.periodic.interval + pipe->ep_char.periodic.phase_offset_frames) & (XFER_LIST_LEN_ISOC - 1); in _buffer_fill()
2270 desc_list_len = XFER_LIST_LEN_ISOC; in _buffer_exec()