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

PWM / Timer channel register map. More...

#include <qm_soc_regs.h>

Data Fields

QM_RW uint32_t loadcount
 Load Coun.t. More...
 
QM_RW uint32_t currentvalue
 Current Value. More...
 
QM_RW uint32_t controlreg
 Control. More...
 
QM_RW uint32_t eoi
 End Of Interrupt. More...
 
QM_RW uint32_t intstatus
 Interrupt Status. More...
 

Detailed Description

PWM / Timer channel register map.

Definition at line 389 of file qm_soc_regs.h.

Field Documentation

QM_RW uint32_t qm_pwm_channel_t::controlreg
QM_RW uint32_t qm_pwm_channel_t::currentvalue

Current Value.

Definition at line 391 of file qm_soc_regs.h.

QM_RW uint32_t qm_pwm_channel_t::eoi

End Of Interrupt.

Definition at line 393 of file qm_soc_regs.h.

Referenced by QM_ISR_DECLARE().

QM_RW uint32_t qm_pwm_channel_t::intstatus

Interrupt Status.

Definition at line 394 of file qm_soc_regs.h.

QM_RW uint32_t qm_pwm_channel_t::loadcount

Load Coun.t.

Load Count.

Definition at line 390 of file qm_soc_regs.h.

Referenced by qm_pwm_get(), qm_pwm_restore_context(), qm_pwm_save_context(), qm_pwm_set(), and qm_pwm_set_config().