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

Configuration structure in TIMER mode. More...

#include <lpc17xx_timer.h>

Public Attributes

uint8_t PrescaleOption
 
uint8_t Reserved [3]
 
uint32_t PrescaleValue
 

Detailed Description

Configuration structure in TIMER mode.

Definition at line 224 of file lpc17xx_timer.h.

Member Data Documentation

uint8_t TIM_TIMERCFG_Type::PrescaleOption

Timer Prescale option, should be:

  • TIM_PRESCALE_TICKVAL: Prescale in absolute value
  • TIM_PRESCALE_USVAL: Prescale in microsecond value

Definition at line 227 of file lpc17xx_timer.h.

uint32_t TIM_TIMERCFG_Type::PrescaleValue

Prescale value

Definition at line 232 of file lpc17xx_timer.h.

uint8_t TIM_TIMERCFG_Type::Reserved[3]

Reserved

Definition at line 231 of file lpc17xx_timer.h.


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