Module avr_device::atmega2560::cpu

source ·
Expand description

CPU Registers

Modules§

  • No Description.
  • Extended Indirect Register
  • General Purpose IO Register 0
  • General Purpose IO Register 1
  • General Purpose IO Register 2
  • MCU Control Register
  • MCU Status Register
  • Oscillator Calibration Value
  • Power Reduction Register0
  • Power Reduction Register1
  • RAM Page Z Select Register
  • Sleep Mode Control Register
  • External Memory Control Register A
  • External Memory Control Register B

Structs§

Type Aliases§

  • CLKPR (rw) register accessor: an alias for Reg<CLKPR_SPEC>
  • EIND (rw) register accessor: an alias for Reg<EIND_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>
  • PRR0 (rw) register accessor: an alias for Reg<PRR0_SPEC>
  • PRR1 (rw) register accessor: an alias for Reg<PRR1_SPEC>
  • RAMPZ (rw) register accessor: an alias for Reg<RAMPZ_SPEC>
  • SMCR (rw) register accessor: an alias for Reg<SMCR_SPEC>
  • XMCRA (rw) register accessor: an alias for Reg<XMCRA_SPEC>
  • XMCRB (rw) register accessor: an alias for Reg<XMCRB_SPEC>