Typo in LPC23xx.h?

11 Sep 2009

Hi Simon,

In the file LPC23xx.h there is the line

#define LPC_MIC                   ((      LPC_MIC_TypeDef *)       LPC_MIC_BASE)

but I can't find the definitions for LPC_MIC_TypeDef nor LPC_MIC_BASE. However there are definitions for LPC_MCI_TypeDef and LPC_MCI_BASE that are apparently not used. Is this a typo and should it be

#define LPC_MCI                   ((      LPC_MCI_TypeDef *)       LPC_MCI_BASE)

If LPC_MIC is not LPC_MCI, then what is it?

Regards,

Clemens