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

MPR context type. More...

#include <qm_soc_regs.h>

Data Fields

uint32_t mpr_cfg [QM_MPR_NUM]
 MPR Configuration Register. More...
 

Detailed Description

MPR context type.

Application should not modify the content. This structure is only intended to be used by the qm_mpr_save_context and qm_mpr_restore_context functions.

Definition at line 1629 of file qm_soc_regs.h.

Field Documentation

uint32_t qm_mpr_context_t::mpr_cfg[QM_MPR_NUM]

MPR Configuration Register.

Definition at line 1630 of file qm_soc_regs.h.

Referenced by qm_mpr_restore_context(), and qm_mpr_save_context().