#[repr(C)]
pub struct RegisterBlock { pub uca0ctl1_spi: Reg<UCA0CTL1_SPI_SPEC>, pub uca0ctl0_spi: Reg<UCA0CTL0_SPI_SPEC>, pub uca0br0_spi: Reg<UCA0BR0_SPI_SPEC>, pub uca0br1_spi: Reg<UCA0BR1_SPI_SPEC>, pub uca0mctl_spi: Reg<UCA0MCTL_SPI_SPEC>, pub uca0stat_spi: Reg<UCA0STAT_SPI_SPEC>, pub uca0rxbuf_spi: Reg<UCA0RXBUF_SPI_SPEC>, pub uca0txbuf_spi: Reg<UCA0TXBUF_SPI_SPEC>, pub uca0ie_spi: Reg<UCA0IE_SPI_SPEC>, pub uca0ifg_spi: Reg<UCA0IFG_SPI_SPEC>, pub uca0iv_spi: Reg<UCA0IV_SPI_SPEC>, /* private fields */ }
Expand description

Register block

Fields

uca0ctl1_spi: Reg<UCA0CTL1_SPI_SPEC>

0x00 - USCI A0 Control Register 1

uca0ctl0_spi: Reg<UCA0CTL0_SPI_SPEC>

0x01 - USCI A0 Control Register 0

uca0br0_spi: Reg<UCA0BR0_SPI_SPEC>

0x06 - USCI A0 Baud Rate 0

uca0br1_spi: Reg<UCA0BR1_SPI_SPEC>

0x07 - USCI A0 Baud Rate 1

uca0mctl_spi: Reg<UCA0MCTL_SPI_SPEC>

0x08 - USCI A0 Modulation Control

uca0stat_spi: Reg<UCA0STAT_SPI_SPEC>

0x0a - USCI A0 Status Register

uca0rxbuf_spi: Reg<UCA0RXBUF_SPI_SPEC>

0x0c - USCI A0 Receive Buffer

uca0txbuf_spi: Reg<UCA0TXBUF_SPI_SPEC>

0x0e - USCI A0 Transmit Buffer

uca0ie_spi: Reg<UCA0IE_SPI_SPEC>

0x1c - USCI A0 Interrupt Enable Register

uca0ifg_spi: Reg<UCA0IFG_SPI_SPEC>

0x1d - USCI A0 Interrupt Flags Register

uca0iv_spi: Reg<UCA0IV_SPI_SPEC>

0x1e - USCI A0 Interrupt Vector Register

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.