Home
last modified time | relevance | path

Searched defs:timer_entry (Results 1 – 3 of 3) sorted by relevance

/device/soc/hisilicon/ws63v100/sdk/open_source/lwip/lwip_v2.1.3/src/include/lwip/
Dlowpower.h96 struct timer_entry { struct
102 struct timer_entry *next; argument
104 char *name;
106 u8_t enable;
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
Dlowpower.h78 struct timer_entry { struct
84 struct timer_entry *next; argument
86 char *name;
88 u8_t enable;
/device/soc/hisilicon/ws63v100/sdk/application/samples/peripheral/timer/
Dtimer_demo.c89 static void timer_entry(void) in timer_entry() function