Type Definition tm4c123x::usb0::FADDR

source ·
pub type FADDR = Reg<u8, _FADDR>;
Expand description

USB Device Functional Address

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

For information about available fields see faddr module

Trait Implementations§

source§

impl ResetValue for FADDR

Register FADDR reset()’s with value 0

§

type Type = u8

Register size
source§

fn reset_value() -> Self::Type

Reset value of the register
source§

impl Readable for FADDR

read() method returns faddr::R reader structure

source§

impl Writable for FADDR

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