Searched refs:bInterval (Results 1 – 8 of 8) sorted by relevance
48 .bInterval = 1,57 .bInterval = 1,112 .bInterval = 10, //Interval of 10ms
283 .bInterval = 1, //Isoc interval is (2 ^ (bInterval - 1)) which means an interval of 1ms
111 bInterval 1126 bInterval 1133 bInterval 1148 bInterval 1155 bInterval 1
205 uint8_t bInterval; member
1627 (pipe_config->ep_desc->bInterval > 0 && pipe_config->ep_desc->bInterval > 32)) { in pipe_alloc_check_args()1632 (pipe_config->ep_desc->bInterval > 0 && pipe_config->ep_desc->bInterval > 6)) { in pipe_alloc_check_args()1686 interval_frames = pipe_config->ep_desc->bInterval; in pipe_set_ep_char()1688 interval_frames = (1 << (pipe_config->ep_desc->bInterval - 1)); in pipe_set_ep_char()
205 printf("\t\tbInterval %d\n", ep_desc->bInterval); in print_ep_desc()
425 …uint8_t bInterval; /**< Interval for polling Isochronous and Interrupt endpoints.… member