Home
last modified time | relevance | path

Searched refs:NetDemoTask (Results 1 - 3 of 3) sorted by relevance

/vendor/hisilicon/hispark_pegasus/demo/lwip_demo/
H A Ddemo_entry_cmsis.c27 static void NetDemoTask(void) in NetDemoTask() function
48 attr.name = "NetDemoTask"; in NetDemoEntry()
56 if (osThreadNew(NetDemoTask, NULL, &attr) == NULL) { in NetDemoEntry()
57 printf("[NetDemoEntry] Failed to create NetDemoTask!\n"); in NetDemoEntry()
/vendor/hisilicon/hispark_pegasus/demo/samart_environmental_monitoring_system_demo/udpserver_env/
H A Ddemo_entry_cmsis.c78 static void NetDemoTask(int *arg) in NetDemoTask() function
106 attr.name = "NetDemoTask"; in NetDemoEntry()
114 if (osThreadNew(NetDemoTask, NULL, &attr) == NULL) { in NetDemoEntry()
115 printf("[NetDemoEntry] Failed to create NetDemoTask!\n"); in NetDemoEntry()
/vendor/hisilicon/hispark_pegasus/demo/smart_night_light_demo/udpserver_light/
H A Ddemo_entry_cmsis.c78 static void NetDemoTask(int *arg) in NetDemoTask() function
106 attr.name = "NetDemoTask"; in NetDemoEntry()
114 if (osThreadNew(NetDemoTask, NULL, &attr) == NULL) { in NetDemoEntry()
115 printf("[NetDemoEntry] Failed to create NetDemoTask!\n"); in NetDemoEntry()

Completed in 2 milliseconds