[][src]Struct efm32hg309f64::Peripherals

pub struct Peripherals {
    pub AES: AES,
    pub DMA: DMA,
    pub USB: USB,
    pub MSC: MSC,
    pub EMU: EMU,
    pub RMU: RMU,
    pub CMU: CMU,
    pub TIMER0: TIMER0,
    pub TIMER1: TIMER1,
    pub TIMER2: TIMER2,
    pub ACMP0: ACMP0,
    pub USART0: USART0,
    pub USART1: USART1,
    pub PRS: PRS,
    pub IDAC0: IDAC0,
    pub GPIO: GPIO,
    pub VCMP: VCMP,
    pub ADC0: ADC0,
    pub LEUART0: LEUART0,
    pub PCNT0: PCNT0,
    pub I2C0: I2C0,
    pub RTC: RTC,
    pub WDOG: WDOG,
    pub MTB: MTB,
}

All the peripherals

Fields

AES: AES

AES

DMA: DMA

DMA

USB: USB

USB

MSC: MSC

MSC

EMU: EMU

EMU

RMU: RMU

RMU

CMU: CMU

CMU

TIMER0: TIMER0

TIMER0

TIMER1: TIMER1

TIMER1

TIMER2: TIMER2

TIMER2

ACMP0: ACMP0

ACMP0

USART0: USART0

USART0

USART1: USART1

USART1

PRS: PRS

PRS

IDAC0: IDAC0

IDAC0

GPIO: GPIO

GPIO

VCMP: VCMP

VCMP

ADC0: ADC0

ADC0

LEUART0: LEUART0

LEUART0

PCNT0: PCNT0

PCNT0

I2C0: I2C0

I2C0

RTC: RTC

RTC

WDOG: WDOG

WDOG

MTB: MTB

MTB

Methods

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 Unpin for Peripherals

impl Send for Peripherals

impl !Sync for Peripherals

Blanket Implementations

impl<T> From<T> for 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> Into<U> for T where
    U: From<T>, 
[src]

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.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self