wifiiot_partition.h
Overview
Related Modules:
Description:
Declares the partition interface functions.
These functions are used to initialize partitions and obtain partition tables.
Since:
1.0
Version:
1.0
Summary
Data Structures
| Data Structure Name | Description |
|---|---|
| WifiIotFlashPartitionInfo | Describes an entry in a flash partition table. |
| WifiIotFlashPartitionTable | Describes a flash partition table. |
Macros
| Macro Name and Value | Description |
|---|---|
| WIFI_IOT_FLASH_PARTITON_MAX 12 | Indicates the maximum number of partition tables. |
Enumerations
Functions
| Function Name | Description |
|---|---|
| FlashPartitionInit (void) | unsigned int Initializes a flash partition. |
| GetPartitionTable (void) | WifiIotFlashPartitionTable * Obtains a flash partition table. |
