[][src]Type Definition lpc845_pac::usart0::RXDATSTAT

type RXDATSTAT = Reg<u32, _RXDATSTAT>;

Receiver Data with Status register. Combines the last character received with the current USART receive status. Allows DMA or software to recover incoming data and status together.

This register you can read. See API.

For information about avaliable fields see rxdatstat module

Trait Implementations

impl Readable for RXDATSTAT[src]

read() method returns rxdatstat::R reader structure