Struct msp430fr6972::Peripherals[][src]

pub struct Peripherals {
Show fields pub PORT_1_2: PORT_1_2, pub PORT_3_4: PORT_3_4, pub PORT_5_6: PORT_5_6, pub PORT_7: PORT_7, pub PORT_9: PORT_9, pub RTC_C_REAL_TIME_CLOCK: RTC_C_REAL_TIME_CLOCK, pub USCI_A0_UART_MODE: USCI_A0_UART_MODE, pub USCI_A0_SPI_MODE: USCI_A0_SPI_MODE, pub USCI_A1_UART_MODE: USCI_A1_UART_MODE, pub USCI_A1_SPI_MODE: USCI_A1_SPI_MODE, pub USCI_B0_I2C_MODE: USCI_B0_I2C_MODE, pub USCI_B0_SPI_MODE: USCI_B0_SPI_MODE, pub USCI_B1_I2C_MODE: USCI_B1_I2C_MODE, pub USCI_B1_SPI_MODE: USCI_B1_SPI_MODE, pub LCD_C: LCD_C, pub SFR: SFR, pub PMM: PMM, pub FRAM: FRAM, pub CRC16: CRC16, pub RC_FRAM: RC_FRAM, pub WATCHDOG_TIMER: WATCHDOG_TIMER, pub CS: CS, pub SYS: SYS, pub SHARED_REFERENCE: SHARED_REFERENCE, pub PORT_J: PORT_J, pub TIMER_0_A3: TIMER_0_A3, pub TIMER_1_A3: TIMER_1_A3, pub TIMER_0_B7: TIMER_0_B7, pub TIMER_2_A2: TIMER_2_A2, pub CAPACITIVE_TOUCH_IO_0: CAPACITIVE_TOUCH_IO_0, pub TIMER_3_A5: TIMER_3_A5, pub CAPACITIVE_TOUCH_IO_1: CAPACITIVE_TOUCH_IO_1, pub MPY_16: MPY_16, pub MPY_32: MPY_32, pub DMA: DMA, pub MPU: MPU, pub ADC12: ADC12, pub COMPARATOR_E: COMPARATOR_E, pub CRC32: CRC32, pub AES_ACCELERATOR: AES_ACCELERATOR,
}

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: PORT_7

PORT_7

PORT_9: PORT_9

PORT_9

RTC_C_REAL_TIME_CLOCK: RTC_C_REAL_TIME_CLOCK

RTC_C_REAL_TIME_CLOCK

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_A1_UART_MODE: USCI_A1_UART_MODE

USCI_A1_UART_MODE

USCI_A1_SPI_MODE: USCI_A1_SPI_MODE

USCI_A1_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

USCI_B1_I2C_MODE: USCI_B1_I2C_MODE

USCI_B1_I2C_MODE

USCI_B1_SPI_MODE: USCI_B1_SPI_MODE

USCI_B1_SPI_MODE

LCD_C: LCD_C

LCD_C

SFR: SFR

SFR

PMM: PMM

PMM

FRAM: FRAM

FRAM

CRC16: CRC16

CRC16

RC_FRAM: RC_FRAM

RC_FRAM

WATCHDOG_TIMER: WATCHDOG_TIMER

WATCHDOG_TIMER

CS: CS

CS

SYS: SYS

SYS

SHARED_REFERENCE: SHARED_REFERENCE

SHARED_REFERENCE

PORT_J: PORT_J

PORT_J

TIMER_0_A3: TIMER_0_A3

TIMER_0_A3

TIMER_1_A3: TIMER_1_A3

TIMER_1_A3

TIMER_0_B7: TIMER_0_B7

TIMER_0_B7

TIMER_2_A2: TIMER_2_A2

TIMER_2_A2

CAPACITIVE_TOUCH_IO_0: CAPACITIVE_TOUCH_IO_0

CAPACITIVE_TOUCH_IO_0

TIMER_3_A5: TIMER_3_A5

TIMER_3_A5

CAPACITIVE_TOUCH_IO_1: CAPACITIVE_TOUCH_IO_1

CAPACITIVE_TOUCH_IO_1

MPY_16: MPY_16

MPY_16

MPY_32: MPY_32

MPY_32

DMA: DMA

DMA

MPU: MPU

MPU

ADC12: ADC12

ADC12

COMPARATOR_E: COMPARATOR_E

COMPARATOR_E

CRC32: CRC32

CRC32

AES_ACCELERATOR: AES_ACCELERATOR

AES_ACCELERATOR

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]

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.