[][src]Struct e310x_hal::device::DevicePeripherals

pub struct DevicePeripherals {
    pub WDOG: WDOG,
    pub RTC: RTC,
    pub AONCLK: AONCLK,
    pub BACKUP: BACKUP,
    pub PMU: PMU,
    pub PRCI: PRCI,
    pub OTP: OTP,
    pub UART0: UART0,
    pub UART1: UART1,
    pub QSPI0: QSPI0,
    pub QSPI1: QSPI1,
    pub I2C0: I2C0,
    pub PWM0: PWM0,
    pub PWM1: PWM1,
    pub PWM2: PWM2,
}

Device peripherals available in a 48QFN package, except GPIO0

Fields

WDOG: WDOG

WDOG peripheral

RTC: RTC

RTC peripheral

AONCLK: AONCLK

AONCLK peripheral

BACKUP: BACKUP

BACKUP peripheral

PMU: PMU

PMU peripheral

PRCI: PRCI

PRCI peripheral

OTP: OTP

OTP peripheral

UART0: UART0

UART0 peripheral

UART1: UART1

UART1 peripheral (FE310-G002 only)

QSPI0: QSPI0

QSPI0 peripheral

QSPI1: QSPI1

QSPI1 peripheral

I2C0: I2C0

I2C0 peripheral (FE310-G002 only)

PWM0: PWM0

PWM0 peripheral

PWM1: PWM1

PWM1 peripheral

PWM2: PWM2

PWM2 peripheral

Auto Trait Implementations

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.