static boolean |
Ch9.usb_endpoint_dir_in(Ch9.Usb_endpoint_descriptor epd) |
usb_endpoint_dir_in - check if the endpoint has IN direction
|
static boolean |
Ch9.usb_endpoint_dir_out(Ch9.Usb_endpoint_descriptor epd) |
usb_endpoint_dir_out - check if the endpoint has OUT direction
|
static byte |
Ch9.usb_endpoint_interrupt_type(Ch9.Usb_endpoint_descriptor epd) |
|
static boolean |
Ch9.usb_endpoint_is_bulk_in(Ch9.Usb_endpoint_descriptor epd) |
usb_endpoint_is_bulk_in - check if the endpoint is bulk IN
|
static boolean |
Ch9.usb_endpoint_is_bulk_out(Ch9.Usb_endpoint_descriptor epd) |
usb_endpoint_is_bulk_out - check if the endpoint is bulk OUT
|
static boolean |
Ch9.usb_endpoint_is_int_in(Ch9.Usb_endpoint_descriptor epd) |
usb_endpoint_is_int_in - check if the endpoint is interrupt IN
|
static boolean |
Ch9.usb_endpoint_is_int_out(Ch9.Usb_endpoint_descriptor epd) |
usb_endpoint_is_int_out - check if the endpoint is interrupt OUT
|
static boolean |
Ch9.usb_endpoint_is_isoc_in(Ch9.Usb_endpoint_descriptor epd) |
usb_endpoint_is_isoc_in - check if the endpoint is isochronous IN
|
static boolean |
Ch9.usb_endpoint_is_isoc_out(Ch9.Usb_endpoint_descriptor epd) |
usb_endpoint_is_isoc_out - check if the endpoint is isochronous OUT
|
static short |
Ch9.usb_endpoint_maxp(Ch9.Usb_endpoint_descriptor epd) |
usb_endpoint_maxp - get endpoint's max packet size
|
static short |
Ch9.usb_endpoint_maxp_mult(Ch9.Usb_endpoint_descriptor epd) |
usb_endpoint_maxp_mult - get endpoint's transactional opportunities
|
static int |
Ch9.usb_endpoint_num(Ch9.Usb_endpoint_descriptor epd) |
usb_endpoint_num - get the endpoint's number
|
static int |
Ch9.usb_endpoint_type(Ch9.Usb_endpoint_descriptor epd) |
usb_endpoint_type - get the endpoint's transfer type
|
static boolean |
Ch9.usb_endpoint_xfer_bulk(Ch9.Usb_endpoint_descriptor epd) |
usb_endpoint_xfer_bulk - check if the endpoint has bulk transfer type
|
static boolean |
Ch9.usb_endpoint_xfer_control(Ch9.Usb_endpoint_descriptor epd) |
usb_endpoint_xfer_control - check if the endpoint has control transfer
type
|
static boolean |
Ch9.usb_endpoint_xfer_int(Ch9.Usb_endpoint_descriptor epd) |
usb_endpoint_xfer_int - check if the endpoint has interrupt transfer type
|
static boolean |
Ch9.usb_endpoint_xfer_isoc(Ch9.Usb_endpoint_descriptor epd) |
usb_endpoint_xfer_isoc - check if the endpoint has isochronous transfer
type
|