Module avr_device::atmega328p::cpu

source ·
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
Power Reduction Register
Sleep Mode Control Register
Store Program Memory Control and Status Register

Structs

Register block

Type Definitions

CLKPR (rw) register accessor: an alias for Reg<CLKPR_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>
PRR (rw) register accessor: an alias for Reg<PRR_SPEC>
SMCR (rw) register accessor: an alias for Reg<SMCR_SPEC>
SPMCSR (rw) register accessor: an alias for Reg<SPMCSR_SPEC>