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

Flash context type. More...

#include <qm_soc_regs.h>

Data Fields

uint32_t tmg_ctrl
 Flash Timing Control Register. More...
 
uint32_t ctrl
 Control Register. More...
 

Detailed Description

Flash context type.

Applications should not modify the content. This structure is only intended to be used by the qm_flash_save_context and qm_flash_restore_context functions.

Definition at line 1466 of file qm_soc_regs.h.

Field Documentation

uint32_t qm_flash_context_t::ctrl

Control Register.

Definition at line 1470 of file qm_soc_regs.h.

Referenced by qm_flash_restore_context(), and qm_flash_save_context().

uint32_t qm_flash_context_t::tmg_ctrl

Flash Timing Control Register.

Definition at line 1468 of file qm_soc_regs.h.

Referenced by qm_flash_restore_context(), and qm_flash_save_context().