|
Zephyr Project API 4.4.99
A Scalable Open Source RTOS
|
Program Flash Memory (PFM) extended operation parameters. More...
#include <mchp_nvmctrl_g3.h>
Data Fields | |
| enum pfm_wp_region | region |
| Write protection region selector. | |
| uint32_t | base_addr |
| Base address of the write protection region. | |
| uint32_t | region_size |
| Size of the write protection region in bytes. | |
| bool | mirror_enable |
| Enable mirroring for this region. | |
Program Flash Memory (PFM) extended operation parameters.
This structure contains the parameters required for performing extended operations on Program Flash Memory regions, such as configuring write protection regions.
| uint32_t pfm_exop::base_addr |
Base address of the write protection region.
| bool pfm_exop::mirror_enable |
Enable mirroring for this region.
| enum pfm_wp_region pfm_exop::region |
Write protection region selector.
| uint32_t pfm_exop::region_size |
Size of the write protection region in bytes.