Arrow / Mbed OS DAPLink Reset
Embed: (wiki syntax)

« Back to documentation index

FlashSector Struct Reference

FlashSector Struct Reference

A structure to describe the size and start address of a flash sector. More...

#include <FlashOS.h>

Data Fields

uint32_t szSector
uint32_t adrSector

Detailed Description

A structure to describe the size and start address of a flash sector.

Definition at line 49 of file FlashOS.h.


Field Documentation

uint32_t adrSector

Address of Sector

Definition at line 51 of file FlashOS.h.

uint32_t szSector

Sector Size in Bytes

Definition at line 50 of file FlashOS.h.