Last commit 06 Jun 2012
Description: Bug report: CMSIS - Incomplete compilation log
TIM_TIMERCFG_Type Struct Reference
[TIM Public Types]
Configuration structure in TIMER mode. More...
#include <lpc17xx_timer.h>
Data Fields | |
| uint8_t | PrescaleOption |
Timer Prescale option, should be:
| |
| uint8_t | Reserved [3] |
| Reserved. | |
| uint32_t | PrescaleValue |
| Prescale value. | |
Detailed Description
Configuration structure in TIMER mode.
Definition at line 231 of file lpc17xx_timer.h.
Field Documentation
| uint8_t PrescaleOption |
Timer Prescale option, should be:
- TIM_PRESCALE_TICKVAL: Prescale in absolute value
- TIM_PRESCALE_USVAL: Prescale in microsecond value.
Definition at line 234 of file lpc17xx_timer.h.
| uint32_t PrescaleValue |
Prescale value.
Definition at line 239 of file lpc17xx_timer.h.
| uint8_t Reserved[3] |
Reserved.
Definition at line 238 of file lpc17xx_timer.h.
