Zephyr Project API 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
pfm_exop Struct Reference

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.

Detailed Description

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.

Field Documentation

◆ base_addr

uint32_t pfm_exop::base_addr

Base address of the write protection region.

◆ mirror_enable

bool pfm_exop::mirror_enable

Enable mirroring for this region.

◆ region

enum pfm_wp_region pfm_exop::region

Write protection region selector.

◆ region_size

uint32_t pfm_exop::region_size

Size of the write protection region in bytes.


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