NVM example for AVR XMEGA.
Copyright (c) 2010-2018 Microchip Technology Inc. and its subsidiaries.
#include <conf_example.h>
#include <asf.h>
Macros | |
#define | CHIP_DEVID0 SIGNATURE_0 |
#define | CHIP_DEVID1 SIGNATURE_1 |
#define | CHIP_DEVID2 SIGNATURE_2 |
Functions | |
int | main (void) |
Variables | |
struct nvm_device_id | device_id |
Storage for device id. More... | |
struct nvm_device_serial | serial |
Storage for serial number. More... | |
#define CHIP_DEVID0 SIGNATURE_0 |
Referenced by main().
#define CHIP_DEVID1 SIGNATURE_1 |
Referenced by main().
#define CHIP_DEVID2 SIGNATURE_2 |
Referenced by main().
int main | ( | void | ) |
struct nvm_device_id device_id |
Storage for device id.
Referenced by main().
struct nvm_device_serial serial |
Storage for serial number.
Referenced by main().