[][src]Type Definition lpc54606_pac::usart0::STAT

type STAT = Reg<u32, _STAT>;

USART Status register. The complete status value can be read here. Writing ones clears some bits in the register. Some bits can be cleared by writing a 1 to them.

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

For information about available fields see stat module

Trait Implementations

impl Readable for STAT[src]

read() method returns stat::R reader structure

impl ResetValue for STAT[src]

Register STAT reset()'s with value 0x0a

type Type = u32

Register size

impl Writable for STAT[src]

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