[][src]Struct msp430fr4133::Peripherals

pub struct Peripherals {
    pub PORT_1_2: PORT_1_2,
    pub PORT_3_4: PORT_3_4,
    pub PORT_5_6: PORT_5_6,
    pub PORT_7_8: PORT_7_8,
    pub USCI_A0_UART_MODE: USCI_A0_UART_MODE,
    pub USCI_A0_SPI_MODE: USCI_A0_SPI_MODE,
    pub USCI_B0_I2C_MODE: USCI_B0_I2C_MODE,
    pub USCI_B0_SPI_MODE: USCI_B0_SPI_MODE,
    pub SFR: SFR,
    pub PMM: PMM,
    pub SYS: SYS,
    pub CS: CS,
    pub FRAM: FRAM,
    pub CRC16: CRC16,
    pub WATCHDOG_TIMER: WATCHDOG_TIMER,
    pub CAPACITIVE_TOUCH_IO_0: CAPACITIVE_TOUCH_IO_0,
    pub TIMER_0_A3: TIMER_0_A3,
    pub TIMER_1_A3: TIMER_1_A3,
    pub REAL_TIME_CLOCK: REAL_TIME_CLOCK,
    pub LCD_E: LCD_E,
    pub BACKUP_MEMORY: BACKUP_MEMORY,
    pub ADC: ADC,
}

All the peripherals

Fields

PORT_1_2: PORT_1_2

PORT_1_2

PORT_3_4: PORT_3_4

PORT_3_4

PORT_5_6: PORT_5_6

PORT_5_6

PORT_7_8: PORT_7_8

PORT_7_8

USCI_A0_UART_MODE: USCI_A0_UART_MODE

USCI_A0_UART_MODE

USCI_A0_SPI_MODE: USCI_A0_SPI_MODE

USCI_A0_SPI_MODE

USCI_B0_I2C_MODE: USCI_B0_I2C_MODE

USCI_B0_I2C_MODE

USCI_B0_SPI_MODE: USCI_B0_SPI_MODE

USCI_B0_SPI_MODE

SFR: SFR

SFR

PMM: PMM

PMM

SYS: SYS

SYS

CS: CS

CS

FRAM: FRAM

FRAM

CRC16: CRC16

CRC16

WATCHDOG_TIMER: WATCHDOG_TIMER

WATCHDOG_TIMER

CAPACITIVE_TOUCH_IO_0: CAPACITIVE_TOUCH_IO_0

CAPACITIVE_TOUCH_IO_0

TIMER_0_A3: TIMER_0_A3

TIMER_0_A3

TIMER_1_A3: TIMER_1_A3

TIMER_1_A3

REAL_TIME_CLOCK: REAL_TIME_CLOCK

REAL_TIME_CLOCK

LCD_E: LCD_E

LCD_E

BACKUP_MEMORY: BACKUP_MEMORY

BACKUP_MEMORY

ADC: ADC

ADC

Implementations

impl Peripherals[src]

pub fn take() -> Option<Self>[src]

Returns all the peripherals once

pub unsafe fn steal() -> Self[src]

Unchecked version of Peripherals::take

Auto Trait Implementations

impl Send for Peripherals

impl !Sync for Peripherals

impl Unpin for Peripherals

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.