Module avr_device::attiny2313a::cpu[][src]

Expand description

CPU Registers

Modules

BOD control register

Clock Prescale Register

General Purpose I/O Register 0

General Purpose I/O Register 1

General Purpose I/O Register 2

General Timer Counter Control Register

MCU Control Register

MCU Status register

Oscillator Calibration Register

Power reduction register

Stack Pointer Low Byte

Store Program Memory Control and Status register

Structs

Register block

Type Definitions

BODCR register accessor: an alias for Reg<BODCR_SPEC>

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>

GTCCR register accessor: an alias for Reg<GTCCR_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>

PRR register accessor: an alias for Reg<PRR_SPEC>

SPL register accessor: an alias for Reg<SPL_SPEC>

SPMCSR register accessor: an alias for Reg<SPMCSR_SPEC>