#include <targets/lpc22xx.h>Go to the source code of this file.
Defines | |
| #define | Debug debug_printf |
| #define | VIC_WDT 0 |
| #define | VIC_TIMER0 4 |
| #define | VIC_TIMER1 5 |
| #define | VIC_UART0 6 |
| #define | VIC_UART1 7 |
| #define | VIC_PWM0 8 |
| #define | VIC_I2C 9 |
| #define | VIC_SPI0 10 |
| #define | VIC_SPI1 11 |
| #define | VIC_PLL 12 |
| #define | VIC_RTC 13 |
| #define | VIC_EINT0 14 |
| #define | VIC_EINT1 15 |
| #define | VIC_EINT2 16 |
| #define | VIC_EINT3 17 |
| #define | IRQ_ENTRY() |
| #define | IRQ_EXIT() |
| #define | strcasecmp(s1, s2) strcmp(s1, s2) |
| Case insensitive string comparisions. | |
| #define | strncasecmp(s1, s2, n) strncmp(s1, s2, n) |
| #define Debug debug_printf |
| #define VIC_WDT 0 |
| #define VIC_TIMER0 4 |
Referenced by NutRegisterTimer().
| #define VIC_TIMER1 5 |
| #define VIC_UART0 6 |
| #define VIC_UART1 7 |
| #define VIC_PWM0 8 |
| #define VIC_I2C 9 |
| #define VIC_SPI0 10 |
| #define VIC_SPI1 11 |
| #define VIC_PLL 12 |
| #define VIC_RTC 13 |
| #define VIC_EINT0 14 |
| #define VIC_EINT1 15 |
| #define VIC_EINT2 16 |
| #define VIC_EINT3 17 |
| #define IRQ_ENTRY | ( | ) |
| #define IRQ_EXIT | ( | ) |
| #define strcasecmp | ( | s1, | |
| s2 | |||
| ) | strcmp(s1, s2) |
Case insensitive string comparisions.
Not supported by CrossWorks and temporarly redirected to the case sensitive routines.
Referenced by EnvHandler(), EnvRegisterVariable(), HttpParseHeader(), HttpParseMultipartHeader(), HttpRegisterAuthBasic(), HttpRegisterCgiFunction(), HttpRegisterRedir(), ISC_LIST(), NutCgiProcessRequest(), NutHttpProcessRequest(), NutSetMimeHandler(), PhatDirEntryFind(), UxmlFilterMatch(), and UxmlParseStream().
| #define strncasecmp | ( | s1, | |
| s2, | |||
| n | |||
| ) | strncmp(s1, s2, n) |
Referenced by HttpArgValueSub(), HttpAuthBasicValidate(), HttpCgiFunctionHandler(), HttpParseHeader(), HttpSsiParse(), and NutCgiCheckRequest().