#include <string.h>
#include <sys/time.h>
#include <util/printf-stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#define LWIP_PLATFORM_ASSERT |
( |
|
x | ) |
|
Value:do {
printk(
"Assertion \"%s\" failed at line %d in %s\n", \
x, __LINE__, __FILE__); fflush(
NULL); abort();}
while(0)
#define NULL
Definition: lwip-1.4.1/src/include/lwip/def.h:47
A_ALIGNED dsp32_t x[FIR_COEF_SIZE]
Definition: simulator_examples/dsp32_nlms/nlms_example.c:229
int printk(const char *format,...)
Definition: thirdparty/hd/example/spbfw_download/util/printf-stdarg.c:232
#define PACK_STRUCT_BEGIN |
#define PACK_STRUCT_FIELD |
( |
|
x | ) |
x |
#define PACK_STRUCT_STRUCT __attribute__((packed)) |
typedef signed short s16_t |
typedef signed long s32_t |
typedef unsigned short u16_t |
typedef unsigned long u32_t |
typedef unsigned char u8_t |