TuyaOS
|
结构体 | |
struct | lwip_cyclic_timer |
宏定义 | |
#define | LWIP_DEBUG_TIMERNAMES 0 |
#define | SYS_TIMEOUTS_SLEEPTIME_INFINITE 0xFFFFFFFF |
类型定义 | |
typedef void(* | lwip_cyclic_timer_handler) (void) |
常量 | |
const struct lwip_cyclic_timer | lwip_cyclic_timers [] |
const int | lwip_num_cyclic_timers |
Timer implementations
#define SYS_TIMEOUTS_SLEEPTIME_INFINITE 0xFFFFFFFF |
Returned by sys_timeouts_sleeptime() to indicate there is no timer, so we can sleep forever.
typedef void(* lwip_cyclic_timer_handler) (void) |
Function prototype for a stack-internal timer function that has to be called at a defined interval
|
extern |
This array contains all stack-internal cyclic timers. To get the number of timers, use lwip_num_cyclic_timers
|
extern |
Array size of lwip_cyclic_timers[]