[][src]Type Definition fomu_pac::usb::ADDRESS

type ADDRESS = Reg<u8, _ADDRESS>;

Sets the USB device address, in order to ignore packets going to other devices on the bus. This value is reset when the host issues a USB Device Reset condition.

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

For information about avaliable fields see address module

Trait Implementations

impl Readable for ADDRESS[src]

read() method returns address::R reader structure

impl ResetValue for ADDRESS[src]

Register ADDRESS reset()'s with value 0

type Type = u8

Register size

impl Writable for ADDRESS[src]

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