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

type UART_TX_DATA = Reg<u32, _UART_TX_DATA>;

UART Transmit Data Register

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

For information about available fields see uart_tx_data module

Trait Implementations

impl Readable for UART_TX_DATA[src]

read() method returns uart_tx_data::R reader structure

impl ResetValue for UART_TX_DATA[src]

Register UART_TX_DATA reset()'s with value 0

type Type = u32

Register size

impl Writable for UART_TX_DATA[src]

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