ChibiOS/HAL 9.0.0
flash_sector_descriptor_t Struct Reference

Flash sector descriptor. More...

#include <hal_flash.h>

Collaboration diagram for flash_sector_descriptor_t:
Collaboration graph

Data Fields

flash_offset_t offset
 Sector offset.
uint32_t size
 Sector size.

Detailed Description

Flash sector descriptor.

Definition at line 122 of file hal_flash.h.

Field Documentation

◆ offset

flash_offset_t flash_sector_descriptor_t::offset

Sector offset.

Definition at line 126 of file hal_flash.h.

Referenced by flashGetOffsetSector(), and flashGetSectorOffset().

◆ size

uint32_t flash_sector_descriptor_t::size

Sector size.

Definition at line 130 of file hal_flash.h.

Referenced by flashGetOffsetSector(), and flashGetSectorSize().