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

PIC TIMER context type. More...

#include <qm_soc_regs.h>

Data Fields

uint32_t timer_icr
 Initial Count Register. More...
 
uint32_t timer_dcr
 Divide Configuration Register. More...
 
uint32_t lvttimer
 Timer Entry in Local Vector Table. More...
 

Detailed Description

PIC TIMER context type.

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

Definition at line 283 of file qm_soc_regs.h.

Field Documentation

uint32_t qm_pic_timer_context_t::lvttimer

Timer Entry in Local Vector Table.

Definition at line 286 of file qm_soc_regs.h.

Referenced by qm_pic_timer_restore_context(), and qm_pic_timer_save_context().

uint32_t qm_pic_timer_context_t::timer_dcr

Divide Configuration Register.

Definition at line 285 of file qm_soc_regs.h.

Referenced by qm_pic_timer_restore_context(), and qm_pic_timer_save_context().

uint32_t qm_pic_timer_context_t::timer_icr

Initial Count Register.

Definition at line 284 of file qm_soc_regs.h.

Referenced by qm_pic_timer_restore_context(), and qm_pic_timer_save_context().