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

type UEINT = Reg<u8, _UEINT>;

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

For information about available fields see ueint module

Trait Implementations

impl Readable for UEINT[src]

read() method returns ueint::R reader structure

impl ResetValue for UEINT[src]

Register UEINT reset()'s with value 0

impl Writable for UEINT[src]

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