[][src]Struct msp430g2553::usci_b0_spi_mode::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub ucb0ctl0: UCB0CTL0,
    pub ucb0ctl1: UCB0CTL1,
    pub ucb0br0: UCB0BR0,
    pub ucb0br1: UCB0BR1,
    pub ucb0stat: UCB0STAT,
    pub ucb0rxbuf: UCB0RXBUF,
    pub ucb0txbuf: UCB0TXBUF,
    // some fields omitted
}

Register block

Fields

ucb0ctl0: UCB0CTL0

0x00 - USCI B0 Control Register 0

ucb0ctl1: UCB0CTL1

0x01 - USCI B0 Control Register 1

ucb0br0: UCB0BR0

0x02 - USCI B0 Baud Rate 0

ucb0br1: UCB0BR1

0x03 - USCI B0 Baud Rate 1

ucb0stat: UCB0STAT

0x05 - USCI B0 Status Register

ucb0rxbuf: UCB0RXBUF

0x06 - USCI B0 Receive Buffer

ucb0txbuf: UCB0TXBUF

0x07 - USCI B0 Transmit Buffer

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.