![]() |
Morse Micro IoT SDK
2.9.7
|
Flash partition configuration structure.
This should be initialized using MMHAL_FLASH_PARTITION_CONFIG_DEFAULT. For example:
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... | |
| 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.
| uint32_t mmhal_flash_partition_config::partition_size |
The size of the partition.
Definition at line 54 of file mmhal_flash.h.
| 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.