ATmega I/O read/write functions. More...
#include <compiler.h>#include <stdint.h>Go to the source code of this file.
Defines | |
| #define | AVR_MMIO_OFFSET 0x20 |
| Memory mapped register address offset. | |
Functions | |
| static uint8_t | mmio_read8 (const void *p) |
| Read a byte from a memory-mapped register. | |
ATmega I/O read/write functions.
Copyright (C) 2009 Atmel Corporation. All rights reserved.
Definition in file io.h.
1.6.3