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

type IBRD = Reg<u32, _IBRD>;

Integer Baud Rate Divisor

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

For information about available fields see ibrd module

Trait Implementations

impl Readable for IBRD[src]

read() method returns ibrd::R reader structure

impl ResetValue for IBRD[src]

Register IBRD reset()'s with value 0

type Type = u32

Register size

impl Writable for IBRD[src]

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