Searched defs:usbd_endpoint_cfg (Results 1 – 1 of 1) sorted by relevance
20 struct usbd_endpoint_cfg { struct21 uint8_t ep_addr; /* Endpoint addr with direction */22 uint8_t ep_type; /* Endpoint type */23 uint16_t ep_mps; /* Endpoint max packet size */24 uint8_t ep_mult; /* Endpoint additional transcations in micro frame */