[][src]Struct msp430fr2355::E_USCI_A1

pub struct E_USCI_A1 { /* fields omitted */ }

eUSCI_A1

Implementations

impl E_USCI_A1[src]

pub const fn ptr() -> *const RegisterBlock[src]

Returns a pointer to the register block

Methods from Deref<Target = RegisterBlock>

pub fn uca1ctlw0_spi(&self) -> &UCA1CTLW0_SPI[src]

0x00 - eUSCI_Ax Control Word Register 0

pub fn uca1ctlw0_spi_mut(&self) -> &mut UCA1CTLW0_SPI[src]

0x00 - eUSCI_Ax Control Word Register 0

pub fn uca1ctlw0(&self) -> &UCA1CTLW0[src]

0x00 - eUSCI_Ax Control Word Register 0

pub fn uca1ctlw0_mut(&self) -> &mut UCA1CTLW0[src]

0x00 - eUSCI_Ax Control Word Register 0

pub fn uca1brw_spi(&self) -> &UCA1BRW_SPI[src]

0x06 - eUSCI_Ax Bit Rate Control Register 1

pub fn uca1brw_spi_mut(&self) -> &mut UCA1BRW_SPI[src]

0x06 - eUSCI_Ax Bit Rate Control Register 1

pub fn uca1brw(&self) -> &UCA1BRW[src]

0x06 - eUSCI_Ax Baud Rate Control Word Register

pub fn uca1brw_mut(&self) -> &mut UCA1BRW[src]

0x06 - eUSCI_Ax Baud Rate Control Word Register

pub fn uca1statw_spi(&self) -> &UCA1STATW_SPI[src]

0x0a - UCA1STATW_SPI

pub fn uca1statw_spi_mut(&self) -> &mut UCA1STATW_SPI[src]

0x0a - UCA1STATW_SPI

pub fn uca1statw(&self) -> &UCA1STATW[src]

0x0a - eUSCI_Ax Status Register

pub fn uca1statw_mut(&self) -> &mut UCA1STATW[src]

0x0a - eUSCI_Ax Status Register

pub fn uca1rxbuf_spi(&self) -> &UCA1RXBUF_SPI[src]

0x0c - eUSCI_Ax Receive Buffer Register

pub fn uca1rxbuf_spi_mut(&self) -> &mut UCA1RXBUF_SPI[src]

0x0c - eUSCI_Ax Receive Buffer Register

pub fn uca1rxbuf(&self) -> &UCA1RXBUF[src]

0x0c - eUSCI_Ax Receive Buffer Register

pub fn uca1rxbuf_mut(&self) -> &mut UCA1RXBUF[src]

0x0c - eUSCI_Ax Receive Buffer Register

pub fn uca1txbuf_spi(&self) -> &UCA1TXBUF_SPI[src]

0x0e - eUSCI_Ax Transmit Buffer Register

pub fn uca1txbuf_spi_mut(&self) -> &mut UCA1TXBUF_SPI[src]

0x0e - eUSCI_Ax Transmit Buffer Register

pub fn uca1txbuf(&self) -> &UCA1TXBUF[src]

0x0e - eUSCI_Ax Transmit Buffer Register

pub fn uca1txbuf_mut(&self) -> &mut UCA1TXBUF[src]

0x0e - eUSCI_Ax Transmit Buffer Register

pub fn uca1ie_spi(&self) -> &UCA1IE_SPI[src]

0x1a - eUSCI_Ax Interrupt Enable Register

pub fn uca1ie_spi_mut(&self) -> &mut UCA1IE_SPI[src]

0x1a - eUSCI_Ax Interrupt Enable Register

pub fn uca1ie(&self) -> &UCA1IE[src]

0x1a - eUSCI_Ax Interrupt Enable Register

pub fn uca1ie_mut(&self) -> &mut UCA1IE[src]

0x1a - eUSCI_Ax Interrupt Enable Register

pub fn uca1ifg_spi(&self) -> &UCA1IFG_SPI[src]

0x1c - eUSCI_Ax Interrupt Flag Register

pub fn uca1ifg_spi_mut(&self) -> &mut UCA1IFG_SPI[src]

0x1c - eUSCI_Ax Interrupt Flag Register

pub fn uca1ifg(&self) -> &UCA1IFG[src]

0x1c - eUSCI_Ax Interrupt Flag Register

pub fn uca1ifg_mut(&self) -> &mut UCA1IFG[src]

0x1c - eUSCI_Ax Interrupt Flag Register

pub fn uca1iv_spi(&self) -> &UCA1IV_SPI[src]

0x1e - eUSCI_Ax Interrupt Vector Register

pub fn uca1iv_spi_mut(&self) -> &mut UCA1IV_SPI[src]

0x1e - eUSCI_Ax Interrupt Vector Register

pub fn uca1iv(&self) -> &UCA1IV[src]

0x1e - eUSCI_Ax Interrupt Vector Register

pub fn uca1iv_mut(&self) -> &mut UCA1IV[src]

0x1e - eUSCI_Ax Interrupt Vector Register

Trait Implementations

impl Deref for E_USCI_A1[src]

type Target = RegisterBlock

The resulting type after dereferencing.

impl Send for E_USCI_A1[src]

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.