Union atsamd21e18a::usb::RegisterBlock[][src]

#[repr(C)]
pub union RegisterBlock { pub host: HOST, pub device: DEVICE, }

Register block

Fields

0x00 - USB is Host

0x00 - USB is Device

Auto Trait Implementations