Implementation of Atmel's ATxmega MCU. More...
Implementation of Atmel's ATxmega MCU.
Modules | |
| Atmel ATxmega MCU Peripherals | |
Files | |
| file | cpu_clock.h | 
| Common implementations and headers for ATxmega family based micro-controllers.  | |
| file | cpu_conf.h | 
| Implementation specific CPU configuration options.  | |
| file | cpu_ebi.h | 
| External Bus Interface API.  | |
| file | cpu_pm.h | 
| Power Management and Power Reduction API.  | |
| file | periph_cpu.h | 
| CPU specific definitions for internal peripheral handling.  | |
| #define | nvm_get_production_signature_row_offset(regname) offsetof(NVM_PROD_SIGNATURES_t, regname) | 
| Non Volatile Memory (NVM) internal API.  More... | |
| uint8_t | nvm_read_production_signature_row (uint8_t address) | 
| Read one byte from the production signature row.  More... | |
| #define nvm_get_production_signature_row_offset | ( | regname | ) | offsetof(NVM_PROD_SIGNATURES_t, regname) | 
Non Volatile Memory (NVM) internal API.
Get offset of calibration bytes in the production signature row
The official RIOT-OS docker container, Debian and Ubuntu are distributions that already had updated versions of those files.
| regname | Name of register within the production signature row | 
| Offset | of register into the production signature row | 
| uint8_t nvm_read_production_signature_row | ( | uint8_t | address | ) | 
Read one byte from the production signature row.
This function reads one byte from the production signature row of the device at the given address.
| address | Byte offset into the signature row |