Struct ArchAVR_FusesConfig

Nested Relationships

Nested Types

Struct Documentation

struct ArchAVR_FusesConfig

Configuration structure for ArchAVR_Fuses.

Public Members

regbit_t rb_bootsz

Regbit for the boot size fuse bits.

regbit_t rb_bootrst

Regbit for the boot reset fuse bit.

bitmask_t bm_bootlockbit

Regbit for the boot part of the lockbits.

bitmask_t bm_applockbit

Regbit for the application part of the lockbits.

flash_addr_t nrww_start

Start of NRWW (No Read-While-Write) section, in number of section pages.

std::vector<bootsize_config_t> boot_sizes

Boot_sizes mapping, in number of section pages.

struct bootsize_config_t : public base_reg_config_t

Public Members

unsigned long boot_size