Intel® Quark™ Microcontroller Software Interface
1.4.0
Intel® Quark™ Microcontroller BSP
|
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... | |
PWM / Timer channel register map.
Definition at line 389 of file qm_soc_regs.h.
QM_RW uint32_t qm_pwm_channel_t::controlreg |
Control.
Definition at line 392 of file qm_soc_regs.h.
Referenced by qm_pwm_restore_context(), qm_pwm_save_context(), qm_pwm_set_config(), qm_pwm_start(), and qm_pwm_stop().
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 |
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().