AVR XMEGA I/O read/write functions. More...
#include <stdint.h>Go to the source code of this file.
Functions | |
| static uint16_t | mmio_read16 (const void *p) |
| 16-bit read from I/O register | |
| static void | mmio_write16 (void *p, uint16_t val) |
| 16-bit write to I/O register | |
| void | mmio_ccp_write8 (void *addr, uint8_t value) |
| Write to a CCP-protected 8-bit register. | |
AVR XMEGA I/O read/write functions.
Copyright (C) 2009 Atmel Corporation. All rights reserved.
Definition in file io.h.
1.6.3