[][src]Type Definition msp430g2553::usci_b0_i2c_mode::UCB0STAT

type UCB0STAT = Reg<u8, _UCB0STAT>;

USCI B0 Status Register

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

For information about available fields see ucb0stat module

Trait Implementations

impl Readable for UCB0STAT[src]

read() method returns ucb0stat::R reader structure

impl ResetValue for UCB0STAT[src]

Register UCB0STAT reset()'s with value 0

type Type = u8

Register size

impl Writable for UCB0STAT[src]

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