Struct avr_device::attiny861::Peripherals[][src]

pub struct Peripherals {
Show 14 fields pub AC: AC, pub ADC: ADC, pub BOOT_LOAD: BOOT_LOAD, pub CPU: CPU, pub EEPROM: EEPROM, pub EXINT: EXINT, pub FUSE: FUSE, pub LOCKBIT: LOCKBIT, pub PORTA: PORTA, pub PORTB: PORTB, pub TC0: TC0, pub TC1: TC1, pub USI: USI, pub WDT: WDT,
}
Expand description

All the peripherals

Fields

AC: AC

AC

ADC: ADC

ADC

BOOT_LOAD: BOOT_LOAD

BOOT_LOAD

CPU: CPU

CPU

EEPROM: EEPROM

EEPROM

EXINT: EXINT

EXINT

FUSE: FUSE

FUSE

LOCKBIT: LOCKBIT

LOCKBIT

PORTA: PORTA

PORTA

PORTB: PORTB

PORTB

TC0: TC0

TC0

TC1: TC1

TC1

USI: USI

USI

WDT: WDT

WDT

Implementations

Unchecked version of Peripherals::take

Returns all the peripherals once

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.