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

type UARTRSR = Reg<u32, _UARTRSR>;
Expand description

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

Register UARTRSR reset()’s with value 0

Register size

Reset value of the register

read() method returns uartrsr::R reader structure

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