Intel® Quark™ Microcontroller Software Interface  1.4.0
Intel® Quark™ Microcontroller BSP
qm_fpr_config_t Struct Reference

Flash Protection Region configuration structure. More...

#include <qm_fpr.h>

Data Fields

qm_fpr_en_t en_mask
 Enable/lock bitmask. More...
 
qm_fpr_read_allow_t allow_agents
 Per-agent read enable bitmask. More...
 
uint8_t up_bound
 1KB-aligned upper Flash phys addr. More...
 
uint8_t low_bound
 1KB-aligned lower Flash phys addr. More...
 

Detailed Description

Flash Protection Region configuration structure.

Definition at line 69 of file qm_fpr.h.

Field Documentation

qm_fpr_read_allow_t qm_fpr_config_t::allow_agents

Per-agent read enable bitmask.

Definition at line 71 of file qm_fpr.h.

Referenced by qm_fpr_set_config().

qm_fpr_en_t qm_fpr_config_t::en_mask

Enable/lock bitmask.

Definition at line 70 of file qm_fpr.h.

Referenced by qm_fpr_set_config().

uint8_t qm_fpr_config_t::low_bound

1KB-aligned lower Flash phys addr.

Definition at line 73 of file qm_fpr.h.

Referenced by qm_fpr_set_config().

uint8_t qm_fpr_config_t::up_bound

1KB-aligned upper Flash phys addr.

Definition at line 72 of file qm_fpr.h.

Referenced by qm_fpr_set_config().