[][src]Struct fomu_pac::Peripherals

pub struct Peripherals {
    pub CTRL: CTRL,
    pub LXSPI: LXSPI,
    pub MESSIBLE: MESSIBLE,
    pub REBOOT: REBOOT,
    pub RGB: RGB,
    pub TIMER0: TIMER0,
    pub TOUCH: TOUCH,
    pub USB: USB,
    pub VERSION: VERSION,
}

All the peripherals

Fields

CTRL: CTRL

CTRL

LXSPI: LXSPI

LXSPI

MESSIBLE: MESSIBLE

MESSIBLE

REBOOT: REBOOT

REBOOT

RGB: RGB

RGB

TIMER0: TIMER0

TIMER0

TOUCH: TOUCH

TOUCH

USB: USB

USB

VERSION: VERSION

VERSION

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, 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.