[][src]Module avr_device::atmega64::cpu

CPU Registers

Modules

mcucr

MCU Control Register

mcucsr

MCU Control And Status Register

osccal

Oscillator Calibration Value

xdiv

XTAL Divide Control Register

xmcra

External Memory Control Register A

xmcrb

External Memory Control Register B

Structs

RegisterBlock

Register block

Type Definitions

MCUCR

MCUCR register accessor: an alias for Reg<MCUCR_SPEC>

MCUCSR

MCUCSR register accessor: an alias for Reg<MCUCSR_SPEC>

OSCCAL

OSCCAL register accessor: an alias for Reg<OSCCAL_SPEC>

XDIV

XDIV register accessor: an alias for Reg<XDIV_SPEC>

XMCRA

XMCRA register accessor: an alias for Reg<XMCRA_SPEC>

XMCRB

XMCRB register accessor: an alias for Reg<XMCRB_SPEC>