[][src]Struct esp8266::Peripherals

pub struct Peripherals {
    pub DPORT: DPORT,
    pub EFUSE: EFUSE,
    pub GPIO: GPIO,
    pub I2S: I2S,
    pub IO_MUX: IO_MUX,
    pub RTC: RTC,
    pub SLC: SLC,
    pub SPI: SPI,
    pub TIMER: TIMER,
    pub UART0: UART0,
    pub UART1: UART1,
    pub WDT: WDT,
}

All the peripherals

Fields

DPORT: DPORT

DPORT

EFUSE: EFUSE

EFUSE

GPIO: GPIO

GPIO

I2S: I2S

I2S

IO_MUX: IO_MUX

IO_MUX

RTC: RTC

RTC

SLC: SLC

SLC

SPI: SPI

SPI

TIMER: TIMER

TIMER

UART0: UART0

UART0

UART1: UART1

UART1

WDT: WDT

WDT

Methods

impl Peripherals[src]

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.