uc-sdk
|
Configuration structure in PWM TIMER mode. More...
#include <lpc17xx_pwm.h>
Public Attributes | |
uint8_t | PrescaleOption |
uint8_t | Reserved [3] |
uint32_t | PrescaleValue |
Configuration structure in PWM TIMER mode.
Definition at line 149 of file lpc17xx_pwm.h.
uint8_t PWM_TIMERCFG_Type::PrescaleOption |
Prescale option, should be:
Definition at line 151 of file lpc17xx_pwm.h.
uint32_t PWM_TIMERCFG_Type::PrescaleValue |
Prescale value, 32-bit long, should be matched
with PrescaleOption
Definition at line 156 of file lpc17xx_pwm.h.
uint8_t PWM_TIMERCFG_Type::Reserved[3] |
Definition at line 155 of file lpc17xx_pwm.h.