pub struct Peripherals {
Show 52 fields pub FICR: FICR, pub UICR: UICR, pub APPROTECT: APPROTECT, pub CLOCK: CLOCK, pub POWER: POWER, pub P0: P0, pub RADIO: RADIO, pub UART0: UART0, pub UARTE0: UARTE0, pub SPI0: SPI0, pub SPIM0: SPIM0, pub SPIS0: SPIS0, pub TWI0: TWI0, pub TWIM0: TWIM0, pub TWIS0: TWIS0, pub SPI1: SPI1, pub SPIM1: SPIM1, pub SPIS1: SPIS1, pub TWI1: TWI1, pub TWIM1: TWIM1, pub TWIS1: TWIS1, pub GPIOTE: GPIOTE, pub TIMER0: TIMER0, pub TIMER1: TIMER1, pub TIMER2: TIMER2, pub RTC0: RTC0, pub TEMP: TEMP, pub RNG: RNG, pub ECB: ECB, pub AAR: AAR, pub CCM: CCM, pub WDT: WDT, pub RTC1: RTC1, pub QDEC: QDEC, pub COMP: COMP, pub EGU0: EGU0, pub SWI0: SWI0, pub EGU1: EGU1, pub SWI1: SWI1, pub EGU2: EGU2, pub SWI2: SWI2, pub EGU3: EGU3, pub SWI3: SWI3, pub EGU4: EGU4, pub SWI4: SWI4, pub EGU5: EGU5, pub SWI5: SWI5, pub TIMER3: TIMER3, pub ACL: ACL, pub NVMC: NVMC, pub PPI: PPI, pub USBD: USBD,
}
Expand description

All the peripherals

Fields

FICR: FICR

FICR

UICR: UICR

UICR

APPROTECT: APPROTECT

APPROTECT

CLOCK: CLOCK

CLOCK

POWER: POWER

POWER

P0: P0

P0

RADIO: RADIO

RADIO

UART0: UART0

UART0

UARTE0: UARTE0

UARTE0

SPI0: SPI0

SPI0

SPIM0: SPIM0

SPIM0

SPIS0: SPIS0

SPIS0

TWI0: TWI0

TWI0

TWIM0: TWIM0

TWIM0

TWIS0: TWIS0

TWIS0

SPI1: SPI1

SPI1

SPIM1: SPIM1

SPIM1

SPIS1: SPIS1

SPIS1

TWI1: TWI1

TWI1

TWIM1: TWIM1

TWIM1

TWIS1: TWIS1

TWIS1

GPIOTE: GPIOTE

GPIOTE

TIMER0: TIMER0

TIMER0

TIMER1: TIMER1

TIMER1

TIMER2: TIMER2

TIMER2

RTC0: RTC0

RTC0

TEMP: TEMP

TEMP

RNG: RNG

RNG

ECB: ECB

ECB

AAR: AAR

AAR

CCM: CCM

CCM

WDT: WDT

WDT

RTC1: RTC1

RTC1

QDEC: QDEC

QDEC

COMP: COMP

COMP

EGU0: EGU0

EGU0

SWI0: SWI0

SWI0

EGU1: EGU1

EGU1

SWI1: SWI1

SWI1

EGU2: EGU2

EGU2

SWI2: SWI2

SWI2

EGU3: EGU3

EGU3

SWI3: SWI3

SWI3

EGU4: EGU4

EGU4

SWI4: SWI4

SWI4

EGU5: EGU5

EGU5

SWI5: SWI5

SWI5

TIMER3: TIMER3

TIMER3

ACL: ACL

ACL

NVMC: NVMC

NVMC

PPI: PPI

PPI

USBD: USBD

USBD

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.