Struct e310x_hal::device::DeviceResources[][src]

pub struct DeviceResources {
    pub core_peripherals: CorePeripherals,
    pub peripherals: DevicePeripherals,
    pub pins: DeviceGpioPins,
}
Expand description

Device resources available in a 48QFN package

Fields

core_peripherals: CorePeripherals

Core peripherals

peripherals: DevicePeripherals

Device peripherals

pins: DeviceGpioPins

Device GPIO pins

Implementations

Returns all the device resources once

Unchecked version of DeviceResources::take

Trait Implementations

Performs the conversion.

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.