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

pub struct DevicePeripherals {
Show 15 fields 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,
}
Expand description

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

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.