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

type UARTRSR = Reg<u32, _UARTRSR>;

Receive Status Register/Error Clear Register, UARTRSR/UARTECR

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

For information about available fields see uartrsr module

Trait Implementations

impl Readable for UARTRSR[src]

read() method returns uartrsr::R reader structure

impl ResetValue for UARTRSR[src]

Register UARTRSR reset()'s with value 0

type Type = u32

Register size

impl Writable for UARTRSR[src]

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