[][src]Type Definition ambiq_apollo1_pac::uart::FBRD

type FBRD = Reg<u32, _FBRD>;

Fractional Baud Rate Divisor

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

For information about available fields see fbrd module

Trait Implementations

impl Readable for FBRD[src]

read() method returns fbrd::R reader structure

impl ResetValue for FBRD[src]

Register FBRD reset()'s with value 0

type Type = u32

Register size

impl Writable for FBRD[src]

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