Home
last modified time | relevance | path

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

/vendor/hisilicon/hispark_pegasus/demo/uart_demo/
H A Duart_demo.c45 static void* UartDemo_Task(const char* arg) in UartDemo_Task() function
50 printf("[UartDemo] UartDemo_Task()\n"); in UartDemo_Task()
74 attr.name = "UartDemo_Task"; in UartDemo_Entry()
82 if (osThreadNew((osThreadFunc_t)UartDemo_Task, NULL, &attr) == NULL) { in UartDemo_Entry()
83 printf("[UartDemo] Failed to create UartDemo_Task!\n"); in UartDemo_Entry()

Completed in 1 milliseconds