[][src]Type Definition rsl10_pac::uart::UART_STATUS

type UART_STATUS = Reg<u32, _UART_STATUS>;

UART Status Register

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

For information about available fields see uart_status module

Trait Implementations

impl Readable for UART_STATUS[src]

read() method returns uart_status::R reader structure

impl ResetValue for UART_STATUS[src]

Register UART_STATUS reset()'s with value 0

type Type = u32

Register size

impl Writable for UART_STATUS[src]

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