Morse Micro IoT SDK  2.9.7
mmhal_flash_partition_config Struct Reference

Detailed Description

Flash partition configuration structure.

This should be initialized using MMHAL_FLASH_PARTITION_CONFIG_DEFAULT. For example:

#define MMHAL_FLASH_PARTITION_CONFIG_DEFAULT
Initial values for mmhal_flash_partition_config.
Definition: mmhal_flash.h:64
Flash partition configuration structure.
Definition: mmhal_flash.h:47

Definition at line 46 of file mmhal_flash.h.

#include <mmhal_flash.h>

Data Fields

uint32_t partition_start
 The start address of the partition, this may be a physical address or a relative address depending on implementation. More...
 
uint32_t partition_size
 The size of the partition. More...
 
bool not_memory_mapped
 If true, then the partition is not memory mapped and cannot be directly accessed at the physical partition_start address. More...
 

Field Documentation

◆ not_memory_mapped

bool mmhal_flash_partition_config::not_memory_mapped

If true, then the partition is not memory mapped and cannot be directly accessed at the physical partition_start address.

Definition at line 60 of file mmhal_flash.h.

◆ partition_size

uint32_t mmhal_flash_partition_config::partition_size

The size of the partition.

Definition at line 54 of file mmhal_flash.h.

◆ partition_start

uint32_t mmhal_flash_partition_config::partition_start

The start address of the partition, this may be a physical address or a relative address depending on implementation.

Definition at line 51 of file mmhal_flash.h.


The documentation for this struct was generated from the following file: