CMSIS2000
0.0.7
|
Library configuration file. More...
#include "lpc_types.h"
Go to the source code of this file.
Macros | |
#define | _DBGFWK |
#define | _IAP |
#define | _UART |
#define | _UART0 |
#define | _USBHOST 1 |
#define | CHECK_PARAM(expr) ((expr) ? (void)0 : check_failed((uint8_t *)__FILE__, __LINE__)) |
#define | DEBUG |
Functions | |
void | check_failed (uint8_t *file, uint32_t line) |
Library configuration file.
Copyright(C) 2010, NXP Semiconductor All rights reserved.
Software that is described herein is for illustrative purposes only which provides customers with programming information regarding the products. This software is supplied "AS IS" without any warranties. NXP Semiconductors assumes no responsibility or liability for the use of the software, conveys no license or title under any patent, copyright, or mask work right to the product. NXP Semiconductors reserves the right to make changes in the software without notification. NXP Semiconductors also make no representation or warranty that such application will be suitable for the specified use without further testing or modification. Permission to use, copy, modify, and distribute this software and its documentation is hereby granted, under NXP Semiconductors' relevant copyright in the software, without fee, provided that it is used in conjunction with NXP Semiconductors microcontrollers. This copyright, permission, and disclaimer notice must appear in all copies of this code.
Definition in file lpc17xx_libcfg.h.
#define _DBGFWK |
Definition at line 50 of file lpc17xx_libcfg.h.
#define _IAP |
Definition at line 111 of file lpc17xx_libcfg.h.
#define _UART |
Definition at line 59 of file lpc17xx_libcfg.h.
#define _UART0 |
Definition at line 60 of file lpc17xx_libcfg.h.
#define _USBHOST 1 |
Definition at line 115 of file lpc17xx_libcfg.h.
#define CHECK_PARAM | ( | expr | ) | ((expr) ? (void)0 : check_failed((uint8_t *)__FILE__, __LINE__)) |
Definition at line 145 of file lpc17xx_libcfg.h.
#define DEBUG |
Definition at line 42 of file lpc17xx_libcfg.h.