Home
last modified time | relevance | path

Searched refs:LedTask (Results 1 - 2 of 2) sorted by relevance

/vendor/hisilicon/hispark_pegasus/demo/gpiobutton_demo/
H A Dbutton_example.c39 static int *LedTask(const char *arg) in LedTask() function
101 attr.name = "LedTask"; in LedExampleEntry()
109 if (osThreadNew((osThreadFunc_t)LedTask, NULL, &attr) == NULL) { in LedExampleEntry()
110 printf("[LedExample] Failed to create LedTask!\n"); in LedExampleEntry()
/vendor/hisilicon/hispark_pegasus/demo/hello_world_demo/
H A Dled_example.c38 static void *LedTask(const char *arg) in LedTask() function
79 attr.name = "LedTask"; in LedExampleEntry()
87 if (osThreadNew((osThreadFunc_t)LedTask, NULL, &attr) == NULL) { in LedExampleEntry()
88 printf("[LedExample] Failed to create LedTask!\n"); in LedExampleEntry()

Completed in 1 milliseconds