[][src]Type Definition rp2040::uart0::UARTFBRD

type UARTFBRD = Reg<u32, _UARTFBRD>;

Fractional Baud Rate Register, UARTFBRD

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

For information about available fields see uartfbrd module

Trait Implementations

impl Readable for UARTFBRD[src]

read() method returns uartfbrd::R reader structure

impl ResetValue for UARTFBRD[src]

Register UARTFBRD reset()'s with value 0

type Type = u32

Register size

impl Writable for UARTFBRD[src]

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