| Xmega Application Note | |||||
Configuration Change Protection write functions. More...

Go to the source code of this file.
Functions | |
| void | ccp_write_io (void *addr, uint8_t value) |
| Write to a CCP-protected 8-bit I/O register. | |
Configuration Change Protection write functions.
Copyright (C) 2010 Atmel Corporation. All rights reserved.
Definition in file ccp.h.
| void ccp_write_io | ( | void * | addr, | |
| uint8_t | value | |||
| ) |
Write to a CCP-protected 8-bit I/O register.
| addr | Address of the I/O register | |
| value | Value to be written |
Referenced by nvm_exec(), nvm_issue_command(), pmic_set_vector_location(), reset_do_soft_reset(), sysclk_init(), sysclk_lock(), sysclk_set_prescalers(), and sysclk_set_source().
Generated on Fri Oct 22 12:15:25 2010 for AVR1300 Using the Xmega ADC by 1.6.3
|