ChibiOS/HAL 9.0.0
|
Flash sector descriptor. More...
#include <hal_flash.h>
Data Fields | |
flash_offset_t | offset |
Sector offset. | |
uint32_t | size |
Sector size. |
Flash sector descriptor.
Definition at line 122 of file hal_flash.h.
flash_offset_t flash_sector_descriptor_t::offset |
Sector offset.
Definition at line 126 of file hal_flash.h.
Referenced by flashGetOffsetSector(), and flashGetSectorOffset().
uint32_t flash_sector_descriptor_t::size |
Sector size.
Definition at line 130 of file hal_flash.h.
Referenced by flashGetOffsetSector(), and flashGetSectorSize().