We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbee7b0 commit c269d76Copy full SHA for c269d76
src/PAL/Include/nanoPAL_BlockStorage.h
@@ -172,8 +172,13 @@ typedef enum BlockRegionAttribute
172
{
173
// block region is memory mapped
174
BlockRegionAttribute_MemoryMapped = 0x0100,
175
- // programming width is 64bits
+
176
+ // Flash word size 64 bits
177
BlockRegionAttribute_ProgramWidthIs64bits = 0x0200,
178
+ // Flash word size 128 bits
179
+ BlockRegionAttribute_ProgramWidthIs128bits = 0x0400,
180
+ // Flash word size 256 bits
181
+ BlockRegionAttribute_ProgramWidthIs256bits = 0x0800,
182
183
} BlockRegionAttribute;
184
0 commit comments