pub struct Peripherals {
Show 26 fields pub AC: AC, pub ADC: ADC, pub DAC: DAC, pub DMAC: DMAC, pub DSU: DSU, pub EIC: EIC, pub EVSYS: EVSYS, pub GCLK: GCLK, pub HMATRIX: HMATRIX, pub MTB: MTB, pub NVMCTRL: NVMCTRL, pub PAC0: PAC0, pub PAC1: PAC1, pub PAC2: PAC2, pub PM: PM, pub PORT: PORT, pub PORT_IOBUS: PORT_IOBUS, pub RTC: RTC, pub SERCOM0: SERCOM0, pub SERCOM1: SERCOM1, pub SYSCTRL: SYSCTRL, pub TC1: TC1, pub TC2: TC2, pub TCC0: TCC0, pub USB: USB, pub WDT: WDT,
}
Expand description

All the peripherals

Fields

AC: AC

AC

ADC: ADC

ADC

DAC: DAC

DAC

DMAC: DMAC

DMAC

DSU: DSU

DSU

EIC: EIC

EIC

EVSYS: EVSYS

EVSYS

GCLK: GCLK

GCLK

HMATRIX: HMATRIX

HMATRIX

MTB: MTB

MTB

NVMCTRL: NVMCTRL

NVMCTRL

PAC0: PAC0

PAC0

PAC1: PAC1

PAC1

PAC2: PAC2

PAC2

PM: PM

PM

PORT: PORT

PORT

PORT_IOBUS: PORT_IOBUS

PORT_IOBUS

RTC: RTC

RTC

SERCOM0: SERCOM0

SERCOM0

SERCOM1: SERCOM1

SERCOM1

SYSCTRL: SYSCTRL

SYSCTRL

TC1: TC1

TC1

TC2: TC2

TC2

TCC0: TCC0

TCC0

USB: USB

USB

WDT: WDT

WDT

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.