Internal symbols that indicate presence of RAMPx and EIND registers.
RAMPx and EIND registers are present if the memory sizes are large enough. The register constants are defined in the header file even if the registers are not present in the device. Therefore, it is necessary to check it indirectly via the memory size.
Macros | |
#define | CLASSB_HAS_BIGFLASH |
Automatically defined for devices with program memory larger than 64KB. More... | |
#define | CLASSB_HAS_BIGMEM |
Automatically defined for devices with data memory larger than 64KB. More... | |
#define CLASSB_HAS_BIGFLASH |
Automatically defined for devices with program memory larger than 64KB.
#define CLASSB_HAS_BIGMEM |
Automatically defined for devices with data memory larger than 64KB.