[][src]Type Definition msp430fr4133::usci_b0_i2c_mode::UCB0IFG

type UCB0IFG = Reg<u16, _UCB0IFG>;

USCI B0 Interrupt Flags Register

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

For information about available fields see ucb0ifg module

Trait Implementations

impl Readable for UCB0IFG[src]

read() method returns ucb0ifg::R reader structure

impl ResetValue for UCB0IFG[src]

Register UCB0IFG reset()'s with value 0

type Type = u16

Register size

impl Writable for UCB0IFG[src]

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