Lines Matching full:an
29 * programs. In fact, the sequential API is implemented as an application
50 * closed, etc. An application can provide a callback function to perform
51 * processing for any or all of these events. Each callback is an ordinary
53 * function is passed the current TCP or UDP connection state as an
57 * The raw API (sometimes called native API) is an event-driven API designed
58 * to be used without an operating system that implements zero-copy send and
61 * without an operating system.
136 * running on target system) or @ref lwip_os (there is an OS running
159 * mainloop. Ensure lwIP is _NEVER_ called from an interrupt, e.g.
172 * Again, ensure lwIP is _NEVER_ called from an interrupt, e.g.
181 * These macros cannot be used in an interrupt context!
216 * The following code is an example for zero-copy RX ethernet driver:
223 * Use this mode if you do not run an OS on your system. \#define NO_SYS to 1.
238 * Use this mode if you run an OS on your system. It is recommended to
239 * use an RTOS that correctly handles priority inversion and
322 * other threads or an ISR is very limited! Only functions
345 * an ISR (since only then, mem_free - for PBUF_RAM - may
346 * be called from an ISR: otherwise, the HEAP is only
353 * macro in an application that uses multithreading. lwIP code has
377 craft an assembly function for this. RFC1071 is a good
395 as frequently as possible. When using an RTOS let the cs8900 interrupt