[][src]Type Definition msp430g2553::usci_a0_uart_mode::UCA0STAT

type UCA0STAT = Reg<u8, _UCA0STAT>;

USCI A0 Status Register

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

For information about available fields see uca0stat module

Trait Implementations

impl Readable for UCA0STAT[src]

read() method returns uca0stat::R reader structure

impl ResetValue for UCA0STAT[src]

Register UCA0STAT reset()'s with value 0

type Type = u8

Register size

impl Writable for UCA0STAT[src]

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