Struct d1_pac::Peripherals[][src]

pub struct Peripherals {
    pub CCU: CCU,
    pub CLINT: CLINT,
    pub TIMER: TIMER,
    pub HSTIMER: HSTIMER,
    pub PLIC: PLIC,
    pub TWI0: TWI0,
    pub SPI0: SPI0,
    pub UART0: UART0,
    pub GPIO: GPIO,
}
Expand description

All the peripherals

Fields

CCU: CCU

CCU

CLINT: CLINT

CLINT

TIMER: TIMER

TIMER

HSTIMER: HSTIMER

HSTIMER

PLIC: PLIC

PLIC

TWI0: TWI0

TWI0

SPI0: SPI0

SPI0

UART0: UART0

UART0

GPIO: GPIO

GPIO

Implementations

Returns all the peripherals once

Unchecked version of Peripherals::take

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.