[][src]Struct xmc1100::Peripherals

pub struct Peripherals {
    pub PPB: PPB,
    pub ERU0: ERU0,
    pub PAU: PAU,
    pub NVM: NVM,
    pub WDT: WDT,
    pub RTC: RTC,
    pub PRNG: PRNG,
    pub USIC0: USIC0,
    pub USIC0_CH0: USIC0_CH0,
    pub USIC0_CH1: USIC0_CH1,
    pub SCU_GENERAL: SCU_GENERAL,
    pub SCU_INTERRUPT: SCU_INTERRUPT,
    pub SCU_POWER: SCU_POWER,
    pub SCU_CLK: SCU_CLK,
    pub SCU_RESET: SCU_RESET,
    pub SCU_ANALOG: SCU_ANALOG,
    pub CCU40: CCU40,
    pub CCU40_CC40: CCU40_CC40,
    pub CCU40_CC41: CCU40_CC41,
    pub CCU40_CC42: CCU40_CC42,
    pub CCU40_CC43: CCU40_CC43,
    pub VADC: VADC,
    pub SHS0: SHS0,
    pub PORT0: PORT0,
    pub PORT1: PORT1,
    pub PORT2: PORT2,
}

All the peripherals

Fields

PPB: PPB

PPB

ERU0: ERU0

ERU0

PAU: PAU

PAU

NVM: NVM

NVM

WDT: WDT

WDT

RTC: RTC

RTC

PRNG: PRNG

PRNG

USIC0: USIC0

USIC0

USIC0_CH0: USIC0_CH0

USIC0_CH0

USIC0_CH1: USIC0_CH1

USIC0_CH1

SCU_GENERAL: SCU_GENERAL

SCU_GENERAL

SCU_INTERRUPT: SCU_INTERRUPT

SCU_INTERRUPT

SCU_POWER: SCU_POWER

SCU_POWER

SCU_CLK: SCU_CLK

SCU_CLK

SCU_RESET: SCU_RESET

SCU_RESET

SCU_ANALOG: SCU_ANALOG

SCU_ANALOG

CCU40: CCU40

CCU40

CCU40_CC40: CCU40_CC40

CCU40_CC40

CCU40_CC41: CCU40_CC41

CCU40_CC41

CCU40_CC42: CCU40_CC42

CCU40_CC42

CCU40_CC43: CCU40_CC43

CCU40_CC43

VADC: VADC

VADC

SHS0: SHS0

SHS0

PORT0: PORT0

PORT0

PORT1: PORT1

PORT1

PORT2: PORT2

PORT2

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 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> Same<T> for T

type Output = T

Should always be Self

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.