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

PWM context type. More...

#include <qm_soc_regs.h>

Detailed Description

PWM context type.

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

Definition at line 702 of file qm_soc_regs.h.

Field Documentation

uint32_t qm_pwm_context_t::controlreg

Control Register.

Definition at line 706 of file qm_soc_regs.h.

Referenced by qm_pwm_restore_context(), and qm_pwm_save_context().

uint32_t qm_pwm_context_t::loadcount

Load Count 1.

Definition at line 704 of file qm_soc_regs.h.

Referenced by qm_pwm_restore_context(), and qm_pwm_save_context().

uint32_t qm_pwm_context_t::loadcount2

Load Count 2.

Definition at line 705 of file qm_soc_regs.h.

Referenced by qm_pwm_restore_context(), and qm_pwm_save_context().