SimAVR
AVR Simulator
|
#include <stdint.h>
#include <inttypes.h>
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... | |