WifiIotFlashPartitionInfo

Overview

Related Modules:

Wifiiot

Description:

Describes an entry in a flash partition table.

Since:

1.0

Version:

1.0

Summary

Data Fields

Variable Name

Description

addr: 24

unsigned int 

id: 7

unsigned int 

dir: 1

unsigned int 

size: 24

unsigned int 

reserve: 8

unsigned int 

addition

unsigned int 

Details

Field Documentation

addition

  1. unsigned int WifiIotFlashPartitionInfo::addition

Description:

Custom flash partition information

addr

  1. unsigned int WifiIotFlashPartitionInfo::addr

Description:

Address of a flash partition. The value is 16 MB. If the address is in reverse order, the value is the end low address.

dir

  1. unsigned int WifiIotFlashPartitionInfo::dir

Description:

Storage direction of the flash partition. The value 0 indicates the regular order, and 1 indicates the reverse order.

id

  1. unsigned int WifiIotFlashPartitionInfo::id

Description:

Flash partition ID

reserve

  1. unsigned int WifiIotFlashPartitionInfo::reserve

Description:

Padding bit

size

  1. unsigned int WifiIotFlashPartitionInfo::size

Description:

Size of the flash partition