Module avr_device::attiny85::cpu

source ·
Expand description

CPU Registers

Modules

Clock Prescale Register
debugWire data register
General purpose register 0
General Purpose register 1
General Purpose IO register 2
MCU Control Register
MCU Status register
Oscillator Calibration Register
PLL Control and status register
Power Reduction Register

Structs

Register block

Type Definitions

CLKPR (rw) register accessor: an alias for Reg<CLKPR_SPEC>
DWDR (rw) register accessor: an alias for Reg<DWDR_SPEC>
GPIOR0 (rw) register accessor: an alias for Reg<GPIOR0_SPEC>
GPIOR1 (rw) register accessor: an alias for Reg<GPIOR1_SPEC>
GPIOR2 (rw) register accessor: an alias for Reg<GPIOR2_SPEC>
MCUCR (rw) register accessor: an alias for Reg<MCUCR_SPEC>
MCUSR (rw) register accessor: an alias for Reg<MCUSR_SPEC>
OSCCAL (rw) register accessor: an alias for Reg<OSCCAL_SPEC>
PLLCSR (rw) register accessor: an alias for Reg<PLLCSR_SPEC>
PRR (rw) register accessor: an alias for Reg<PRR_SPEC>