Loading...
Searching...
No Matches
atmega_regs_common.h File Reference

CMSIS style register definitions for the atmega family. More...

Detailed Description

#include <avr/io.h>
#include <avr/power.h>
+ Include dependency graph for atmega_regs_common.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  mega_timer_t
 Timer register map. More...
 
struct  mini_timer_t
 8-bit timer register map More...
 
struct  mega_uart_t
 UART register map. More...
 
#define REG8   volatile uint8_t
 Register types.
 
#define REG16   volatile uint16_t
 

Macro Definition Documentation

◆ REG16

#define REG16   volatile uint16_t

Definition at line 41 of file atmega_regs_common.h.

◆ REG8

#define REG8   volatile uint8_t

Register types.

Definition at line 40 of file atmega_regs_common.h.