[][src]Type Definition avr_device::atmega32u4::usb_device::UDADDR

type UDADDR = Reg<u8, _UDADDR>;

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see udaddr module

Trait Implementations

impl Readable for UDADDR[src]

read() method returns udaddr::R reader structure

impl ResetValue for UDADDR[src]

Register UDADDR reset()'s with value 0

impl Writable for UDADDR[src]

write(|w| ..) method takes udaddr::W writer structure