Home
last modified time | relevance | path

Searched refs:LWIP_PLATFORM_ASSERT (Results 1 – 3 of 3) sorted by relevance

/lib/liblwip/src/include/lwip/
Ddebug.h67 LWIP_PLATFORM_ASSERT(message); } while(0)
75 LWIP_PLATFORM_ASSERT(message); handler;}} while(0)
/lib/liblwip/src/include/arch/
Dcc.h87 #define LWIP_PLATFORM_ASSERT(x) do {printf("Assertion \"%s\" failed at line %d in %s\n", \ macro
/lib/liblwip/doc/
Dsys_arch.txt236 LWIP_PLATFORM_ASSERT(x) - fatal, print message and abandon execution.