[][src]Type Definition stm32f3::stm32f373::usb::DADDR

type DADDR = Reg<u32, _DADDR>;

device address

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

For information about available fields see daddr module

Trait Implementations

impl Readable for DADDR[src]

read() method returns daddr::R reader structure

impl ResetValue for DADDR[src]

Register DADDR reset()'s with value 0

type Type = u32

Register size

impl Writable for DADDR[src]

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