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

type UARTDR = Reg<u32, _UARTDR>;

Data Register, UARTDR

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

For information about available fields see uartdr module

Trait Implementations

impl Readable for UARTDR[src]

read() method returns uartdr::R reader structure

impl ResetValue for UARTDR[src]

Register UARTDR reset()'s with value 0

type Type = u32

Register size

impl Writable for UARTDR[src]

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