[][src]Struct msp430fr2355::E_USCI_A0

pub struct E_USCI_A0 { /* fields omitted */ }

eUSCI_A0

Implementations

impl E_USCI_A0[src]

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

Returns a pointer to the register block

Methods from Deref<Target = RegisterBlock>

pub fn uca0ctlw0_spi(&self) -> &UCA0CTLW0_SPI[src]

0x00 - eUSCI_Ax Control Word Register 0

pub fn uca0ctlw0_spi_mut(&self) -> &mut UCA0CTLW0_SPI[src]

0x00 - eUSCI_Ax Control Word Register 0

pub fn uca0ctlw0(&self) -> &UCA0CTLW0[src]

0x00 - eUSCI_Ax Control Word Register 0

pub fn uca0ctlw0_mut(&self) -> &mut UCA0CTLW0[src]

0x00 - eUSCI_Ax Control Word Register 0

pub fn uca0brw_spi(&self) -> &UCA0BRW_SPI[src]

0x06 - eUSCI_Ax Bit Rate Control Register 1

pub fn uca0brw_spi_mut(&self) -> &mut UCA0BRW_SPI[src]

0x06 - eUSCI_Ax Bit Rate Control Register 1

pub fn uca0brw(&self) -> &UCA0BRW[src]

0x06 - eUSCI_Ax Baud Rate Control Word Register

pub fn uca0brw_mut(&self) -> &mut UCA0BRW[src]

0x06 - eUSCI_Ax Baud Rate Control Word Register

pub fn uca0statw_spi(&self) -> &UCA0STATW_SPI[src]

0x0a - UCA0STATW_SPI

pub fn uca0statw_spi_mut(&self) -> &mut UCA0STATW_SPI[src]

0x0a - UCA0STATW_SPI

pub fn uca0statw(&self) -> &UCA0STATW[src]

0x0a - eUSCI_Ax Status Register

pub fn uca0statw_mut(&self) -> &mut UCA0STATW[src]

0x0a - eUSCI_Ax Status Register

pub fn uca0rxbuf_spi(&self) -> &UCA0RXBUF_SPI[src]

0x0c - eUSCI_Ax Receive Buffer Register

pub fn uca0rxbuf_spi_mut(&self) -> &mut UCA0RXBUF_SPI[src]

0x0c - eUSCI_Ax Receive Buffer Register

pub fn uca0rxbuf(&self) -> &UCA0RXBUF[src]

0x0c - eUSCI_Ax Receive Buffer Register

pub fn uca0rxbuf_mut(&self) -> &mut UCA0RXBUF[src]

0x0c - eUSCI_Ax Receive Buffer Register

pub fn uca0txbuf_spi(&self) -> &UCA0TXBUF_SPI[src]

0x0e - eUSCI_Ax Transmit Buffer Register

pub fn uca0txbuf_spi_mut(&self) -> &mut UCA0TXBUF_SPI[src]

0x0e - eUSCI_Ax Transmit Buffer Register

pub fn uca0txbuf(&self) -> &UCA0TXBUF[src]

0x0e - eUSCI_Ax Transmit Buffer Register

pub fn uca0txbuf_mut(&self) -> &mut UCA0TXBUF[src]

0x0e - eUSCI_Ax Transmit Buffer Register

pub fn uca0ie_spi(&self) -> &UCA0IE_SPI[src]

0x1a - eUSCI_Ax Interrupt Enable Register

pub fn uca0ie_spi_mut(&self) -> &mut UCA0IE_SPI[src]

0x1a - eUSCI_Ax Interrupt Enable Register

pub fn uca0ie(&self) -> &UCA0IE[src]

0x1a - eUSCI_Ax Interrupt Enable Register

pub fn uca0ie_mut(&self) -> &mut UCA0IE[src]

0x1a - eUSCI_Ax Interrupt Enable Register

pub fn uca0ifg_spi(&self) -> &UCA0IFG_SPI[src]

0x1c - eUSCI_Ax Interrupt Flag Register

pub fn uca0ifg_spi_mut(&self) -> &mut UCA0IFG_SPI[src]

0x1c - eUSCI_Ax Interrupt Flag Register

pub fn uca0ifg(&self) -> &UCA0IFG[src]

0x1c - eUSCI_Ax Interrupt Flag Register

pub fn uca0ifg_mut(&self) -> &mut UCA0IFG[src]

0x1c - eUSCI_Ax Interrupt Flag Register

pub fn uca0iv_spi(&self) -> &UCA0IV_SPI[src]

0x1e - eUSCI_Ax Interrupt Vector Register

pub fn uca0iv_spi_mut(&self) -> &mut UCA0IV_SPI[src]

0x1e - eUSCI_Ax Interrupt Vector Register

pub fn uca0iv(&self) -> &UCA0IV[src]

0x1e - eUSCI_Ax Interrupt Vector Register

pub fn uca0iv_mut(&self) -> &mut UCA0IV[src]

0x1e - eUSCI_Ax Interrupt Vector Register

Trait Implementations

impl Deref for E_USCI_A0[src]

type Target = RegisterBlock

The resulting type after dereferencing.

impl Send for E_USCI_A0[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.