NXP's driver library for LPC17xx, ported to mbed's online compiler. Not tested! I had to fix a lot of warings and found a couple of pretty obvious bugs, so the chances are there are more. Original: http://ics.nxp.com/support/documents/microcontrollers/zip/lpc17xx.cmsis.driver.library.zip

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

QEI_RELOADCFG_Type Struct Reference

QEI_RELOADCFG_Type Struct Reference
[QEI_Public_Types]

Timer Reload Configuration structure type definition. More...

#include <lpc17xx_qei.h>

Data Fields

uint8_t ReloadOption
 Velocity Timer Reload Option, should be:

  • QEI_TIMERRELOAD_TICKVAL: Reload value in absolute value
  • QEI_TIMERRELOAD_USVAL: Reload value in microsecond value.

uint32_t ReloadValue
 Velocity Timer Reload Value, 32-bit long, should be matched with Velocity Timer Reload Option.

Detailed Description

Timer Reload Configuration structure type definition.

Definition at line 260 of file lpc17xx_qei.h.


Field Documentation

uint8_t ReloadOption

Velocity Timer Reload Option, should be:

  • QEI_TIMERRELOAD_TICKVAL: Reload value in absolute value
  • QEI_TIMERRELOAD_USVAL: Reload value in microsecond value.

Definition at line 262 of file lpc17xx_qei.h.

uint32_t ReloadValue

Velocity Timer Reload Value, 32-bit long, should be matched with Velocity Timer Reload Option.

Definition at line 267 of file lpc17xx_qei.h.