[][src]Type Definition lpc11xx::uart::ACR

type ACR = Reg<u32, _ACR>;

Auto-baud Control Register. Contains controls for the auto-baud feature

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

For information about avaliable fields see acr module

Trait Implementations

impl Readable for ACR[src]

read() method returns acr::R reader structure

impl Writable for ACR[src]

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

impl ResetValue for ACR[src]

Register ACR reset()'s with value 0

type Type = u32

Register size