#include "lwip/opt.h"#include "lwip/arch.h"Go to the source code of this file.
Macros | |
| #define | sys_msleep(ms) sys_arch_msleep(ms) |
Functions | |
| void | sys_timer_callback (void) |
| void | sys_arch_msleep (u32_t delay_ms) |
| #define sys_msleep | ( | ms | ) | sys_arch_msleep(ms) |
| void sys_arch_msleep | ( | u32_t | delay_ms | ) |
| void sys_timer_callback | ( | void | ) |