SimAVR
AVR Simulator
sim_avr_types.h File Reference
#include <stdint.h>
#include <inttypes.h>
Include dependency graph for sim_avr_types.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  avr_regbit_t
 This 'structure' is a packed representation of an IO register 'bit' (or consecutive bits). More...
 

Macros

#define PRI_avr_cycle_count   PRIu64
 printf() conversion specifier for avr_cycle_count_t More...
 

Typedefs

typedef uint64_t avr_cycle_count_t
 
typedef uint16_t avr_io_addr_t
 
typedef struct avr_regbit_t avr_regbit_t
 This 'structure' is a packed representation of an IO register 'bit' (or consecutive bits). More...