MEMP_NUM_RAW_PCB is only used within LwIP.
 
Symbols
loading...
Files
loading...

MEMP_NUM_RAW_PCB macro

MEMP_NUM_RAW_PCB: Number of raw connection PCBs (requires the LWIP_RAW option)

Syntax

#define MEMP_NUM_RAW_PCB 4

References

LocationText
opt.h:419
#define MEMP_NUM_RAW_PCB 4
init.c:107
#if (LWIP_RAW && (MEMP_NUM_RAW_PCB<=0))