uc-sdk
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
PWM_TIMERCFG_Type Struct Reference

Configuration structure in PWM TIMER mode. More...

#include <lpc17xx_pwm.h>

Public Attributes

uint8_t PrescaleOption
 
uint8_t Reserved [3]
 
uint32_t PrescaleValue
 

Detailed Description

Configuration structure in PWM TIMER mode.

Definition at line 149 of file lpc17xx_pwm.h.

Member Data Documentation

uint8_t PWM_TIMERCFG_Type::PrescaleOption
 Prescale option, should be:
  • PWM_TIMER_PRESCALE_TICKVAL: Prescale in absolute value
  • PWM_TIMER_PRESCALE_USVAL: Prescale in microsecond value

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.


The documentation for this struct was generated from the following file: