[][src]Type Definition ADuCM302x::uart0::FBR

type FBR = Reg<u16, _FBR>;

Fractional Baud Rate

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

For information about available fields see fbr module

Trait Implementations

impl Readable for FBR[src]

read() method returns fbr::R reader structure

impl ResetValue for FBR[src]

Register FBR reset()'s with value 0

type Type = u16

Register size

impl Writable for FBR[src]

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