Skip to main content

register_usb_ethernet

Function register_usb_ethernet 

Source
pub fn register_usb_ethernet(
    address: u8,
    bulk_in_ep: u8,
    bulk_out_ep: u8,
    max_packet: u16,
    is_rndis: bool,
    mac: [u8; 6],
)