Module avr_device::attiny88::cpu[][src]

Expand description

CPU Registers

Modules

Clock Prescale Register

General Purpose I/O Register 0

General Purpose I/O Register 1

General Purpose I/O Register 2

MCU Control Register

MCU Status Register

Oscillator Calibration Value

Port Configuration Register

Power Reduction Register

Sleep Mode Control Register

Stack Pointer High

Stack Pointer Low

Store Program Memory Control Register

Structs

Register block

Type Definitions

CLKPR register accessor: an alias for Reg<CLKPR_SPEC>

GPIOR0 register accessor: an alias for Reg<GPIOR0_SPEC>

GPIOR1 register accessor: an alias for Reg<GPIOR1_SPEC>

GPIOR2 register accessor: an alias for Reg<GPIOR2_SPEC>

MCUCR register accessor: an alias for Reg<MCUCR_SPEC>

MCUSR register accessor: an alias for Reg<MCUSR_SPEC>

OSCCAL register accessor: an alias for Reg<OSCCAL_SPEC>

PORTCR register accessor: an alias for Reg<PORTCR_SPEC>

PRR register accessor: an alias for Reg<PRR_SPEC>

SMCR register accessor: an alias for Reg<SMCR_SPEC>

SPH register accessor: an alias for Reg<SPH_SPEC>

SPL register accessor: an alias for Reg<SPL_SPEC>

SPMCSR register accessor: an alias for Reg<SPMCSR_SPEC>