Avr8bit-emulator
An emulator for the Atmel AVR 8-bit microcontroller
Loading...
Searching...
No Matches
PROGMEM_SPACE Union Reference

Represents the program memory space in the AVR emulator. More...

#include <data_space.h>

Data Fields

uint8_t data [PROGMEM_SPACE_SIZE]
 
uint16_t word [PROGMEM_SPACE_SIZE/2]
 

Detailed Description

Represents the program memory space in the AVR emulator.

Definition at line 27 of file data_space.h.

Field Documentation

◆ data

uint8_t PROGMEM_SPACE::data[PROGMEM_SPACE_SIZE]

Byte-wise access to program memory

Definition at line 28 of file data_space.h.

Referenced by lpm_0(), lpm_z(), and lpm_z_inc().

◆ word

uint16_t PROGMEM_SPACE::word[PROGMEM_SPACE_SIZE/2]

Word-wise access to program memory

Definition at line 29 of file data_space.h.


The documentation for this union was generated from the following file: