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

type UARTIBRD = Reg<u32, _UARTIBRD>;

Integer Baud Rate Register, UARTIBRD

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

For information about available fields see uartibrd module

Trait Implementations

impl Readable for UARTIBRD[src]

read() method returns uartibrd::R reader structure

impl ResetValue for UARTIBRD[src]

Register UARTIBRD reset()'s with value 0

type Type = u32

Register size

impl Writable for UARTIBRD[src]

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