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

RIT_CMP_VAL Struct Reference

RIT_CMP_VAL Struct Reference
[RIT_Public_Types]

RIT compare configuration structure definition. More...

#include <lpc17xx_rit.h>

Data Fields

uint32_t MASKVAL
 Compare Value.
uint32_t COUNTVAL
 Mask Value.

Detailed Description

RIT compare configuration structure definition.

Definition at line 79 of file lpc17xx_rit.h.


Field Documentation

uint32_t COUNTVAL

Mask Value.

Definition at line 83 of file lpc17xx_rit.h.

uint32_t MASKVAL

Compare Value.

Definition at line 82 of file lpc17xx_rit.h.