Struct msp430fr6972::usci_b1_spi_mode::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub ucb1ctl1_spi: Reg<UCB1CTL1_SPI_SPEC>, pub ucb1ctl0_spi: Reg<UCB1CTL0_SPI_SPEC>, pub ucb1br0_spi: Reg<UCB1BR0_SPI_SPEC>, pub ucb1br1_spi: Reg<UCB1BR1_SPI_SPEC>, pub ucb1rxbuf_spi: Reg<UCB1RXBUF_SPI_SPEC>, pub ucb1txbuf_spi: Reg<UCB1TXBUF_SPI_SPEC>, pub ucb1ie_spi: Reg<UCB1IE_SPI_SPEC>, pub ucb1ifg_spi: Reg<UCB1IFG_SPI_SPEC>, pub ucb1iv_spi: Reg<UCB1IV_SPI_SPEC>, // some fields omitted }

Register block

Fields

ucb1ctl1_spi: Reg<UCB1CTL1_SPI_SPEC>

0x00 - USCI B1 Control Register 1

ucb1ctl0_spi: Reg<UCB1CTL0_SPI_SPEC>

0x01 - USCI B1 Control Register 0

ucb1br0_spi: Reg<UCB1BR0_SPI_SPEC>

0x06 - USCI B1 Baud Rate 0

ucb1br1_spi: Reg<UCB1BR1_SPI_SPEC>

0x07 - USCI B1 Baud Rate 1

ucb1rxbuf_spi: Reg<UCB1RXBUF_SPI_SPEC>

0x0c - USCI B1 Receive Buffer

ucb1txbuf_spi: Reg<UCB1TXBUF_SPI_SPEC>

0x0e - USCI B1 Transmit Buffer

ucb1ie_spi: Reg<UCB1IE_SPI_SPEC>

0x2a - USCI B1 Interrupt Enable Register

ucb1ifg_spi: Reg<UCB1IFG_SPI_SPEC>

0x2c - USCI B1 Interrupt Flags Register

ucb1iv_spi: Reg<UCB1IV_SPI_SPEC>

0x2e - USCI B1 Interrupt Vector Register

Auto Trait Implementations

Blanket Implementations

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

pub fn type_id(&self) -> TypeId[src]

Gets the TypeId of self. Read more

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

pub fn borrow(&self) -> &T[src]

Immutably borrows from an owned value. Read more

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

pub fn borrow_mut(&mut self) -> &mut T[src]

Mutably borrows from an owned value. Read more

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

pub fn from(t: T) -> T[src]

Performs the conversion.

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

pub fn into(self) -> U[src]

Performs the conversion.

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.

pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]

Performs the conversion.

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.

pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]

Performs the conversion.