ArchAVR_FusesConfig Struct Reference
|
yasimavr
|
Loading...
Searching...
No Matches
ArchAVR_FusesConfig Struct Reference
Configuration structure for ArchAVR_Fuses. More...
#include <arch_avr_nvm.h>
Classes | |
| struct | bootsize_config_t |
Public Attributes | |
| regbit_t | rb_bootsz |
| Regbit for the boot size fuse bits. | |
| regbit_t | rb_bootrst |
| Regbit for the boot reset fuse bit. | |
| bitspec_t | bs_bootlockbit |
| Regbit for the boot part of the lockbits. | |
| bitspec_t | bs_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. | |
Detailed Description
Configuration structure for ArchAVR_Fuses.
Member Data Documentation
◆ boot_sizes
| std::vector<bootsize_config_t> ArchAVR_FusesConfig::boot_sizes |
Boot_sizes mapping, in number of section pages.
◆ bs_applockbit
| bitspec_t ArchAVR_FusesConfig::bs_applockbit |
Regbit for the application part of the lockbits.
◆ bs_bootlockbit
| bitspec_t ArchAVR_FusesConfig::bs_bootlockbit |
Regbit for the boot part of the lockbits.
◆ nrww_start
| flash_addr_t ArchAVR_FusesConfig::nrww_start |
Start of NRWW (No Read-While-Write) section, in number of section pages.
◆ rb_bootrst
| regbit_t ArchAVR_FusesConfig::rb_bootrst |
Regbit for the boot reset fuse bit.
◆ rb_bootsz
| regbit_t ArchAVR_FusesConfig::rb_bootsz |
Regbit for the boot size fuse bits.
The documentation for this struct was generated from the following file:
Generated by