Home
last modified time | relevance | path

Searched refs:arg (Results 1 – 25 of 93) sorted by relevance

1234

/vendor/hisilicon/hispark_pegasus/demo/semaphore_demo/
Dsemp.c33 void producer_thread(int *arg) in producer_thread() argument
35 (int)arg; in producer_thread()
48 void consumer_thread(int *arg) in consumer_thread() argument
50 (int)arg; in consumer_thread()
61 osThreadId_t newThread(char *name, osThreadFunc_t func, int *arg) in newThread() argument
66 osThreadId_t tid = osThreadNew(func, arg, &attr); in newThread()
75 void rtosv2_semp_main(int *arg) in rtosv2_semp_main() argument
77 (int)arg; in rtosv2_semp_main()
/vendor/hihope/Hi3861/message_demo/
Dmessage.c37 void sender_thread(int *arg) in sender_thread() argument
41 (int)arg; in sender_thread()
52 void receiver_thread(int *arg) in receiver_thread() argument
54 (int)arg; in receiver_thread()
64 osThreadId_t newThread(char *name, osThreadFunc_t func, int *arg) in newThread() argument
69 osThreadId_t tid = osThreadNew(func, arg, &attr); in newThread()
78 void rtosv2_msgq_main(int *arg) in rtosv2_msgq_main() argument
80 (int)arg; in rtosv2_msgq_main()
/vendor/hisilicon/hispark_pegasus/demo/message_demo/
Dmessage.c37 void sender_thread(int *arg) in sender_thread() argument
41 (int)arg; in sender_thread()
52 void receiver_thread(int *arg) in receiver_thread() argument
54 (int)arg; in receiver_thread()
64 osThreadId_t newThread(char *name, osThreadFunc_t func, int *arg) in newThread() argument
69 osThreadId_t tid = osThreadNew(func, arg, &attr); in newThread()
78 void rtosv2_msgq_main(int *arg) in rtosv2_msgq_main() argument
80 (int)arg; in rtosv2_msgq_main()
/vendor/hisilicon/hispark_pegasus/demo/mutex_demo/
Dmutex.c32 void number_thread(int *arg) in number_thread() argument
34 osMutexId_t *mid = (osMutexId_t *)arg; in number_thread()
49 osThreadId_t newThread(char *name, osThreadFunc_t func, int *arg) in newThread() argument
54 osThreadId_t tid = osThreadNew(func, arg, &attr); in newThread()
63 void rtosv2_mutex_main(int *arg) in rtosv2_mutex_main() argument
65 (int)arg; in rtosv2_mutex_main()
/vendor/hihope/Hi3861/mutex_demo/
Dmutex.c37 void number_thread(int *arg) in number_thread() argument
39 osMutexId_t *mid = (osMutexId_t *)arg; in number_thread()
55 osThreadId_t newThread(char *name, osThreadFunc_t func, int *arg) in newThread() argument
60 osThreadId_t tid = osThreadNew(func, arg, &attr); in newThread()
73 void rtosv2_mutex_main(int *arg) in rtosv2_mutex_main() argument
75 (int)arg; in rtosv2_mutex_main()
/vendor/hisilicon/hispark_pegasus/demo/thread_demo/00_thread/
Dthread.c26 osThreadId_t newThread(char *name, osThreadFunc_t func, int*arg) in newThread() argument
31 osThreadId_t tid = osThreadNew(func, arg, &attr); in newThread()
40 void threadTest(int *arg) in threadTest() argument
43 printf("%s\r\n", (char *)arg); in threadTest()
53 void rtosv2_thread_main(int *arg) in rtosv2_thread_main() argument
55 (void)arg; in rtosv2_thread_main()
/vendor/hihope/Hi3861/thread_demo/00_thread/
Dthread.c26 osThreadId_t newThread(char *name, osThreadFunc_t func, int*arg) in newThread() argument
31 osThreadId_t tid = osThreadNew(func, arg, &attr); in newThread()
40 void threadTest(int *arg) in threadTest() argument
43 printf("%s\r\n", (char *)arg); in threadTest()
53 void rtosv2_thread_main(int *arg) in rtosv2_thread_main() argument
55 (void)arg; in rtosv2_thread_main()
/vendor/hihope/Hi3861/pwmbeer_demo/
Dpwm_beer_demo.c35 static void *PWMBeerTask(const char *arg) in PWMBeerTask() argument
37 (void)arg; in PWMBeerTask()
54 static void OnButtonPressed(char *arg) in OnButtonPressed() argument
56 (void) arg; in OnButtonPressed()
/vendor/hisilicon/hispark_pegasus/demo/pwmbeer_demo/
Dpwm_beer_demo.c34 static void *PWMBeerTask(const char *arg) in PWMBeerTask() argument
36 (void)arg; in PWMBeerTask()
51 static void OnButtonPressed(char *arg) in OnButtonPressed() argument
53 (void) arg; in OnButtonPressed()
/vendor/hihope/Hi3861/gpiobutton_demo/
Dbutton_example.c39 static int *LedTask(const char *arg) in LedTask() argument
41 (void)arg; in LedTask()
67 static void OnButtonPressed(char *arg) in OnButtonPressed() argument
69 (void) arg; in OnButtonPressed()
DREADME.md15 …func, char *arg); | 注册GPIO引脚中断,id参数用于指定引脚,intType参数用于指定中断触发类型(边缘触发或水平触发),intPolarity参数用于指定具体的边缘类型(…
16 | typedef void (*GpioIsrCallbackFunc) (char *arg); | 中断处理函数原型,arg参数为附加参数,可以不适用(填NULL),或…
/vendor/hisilicon/hispark_pegasus/demo/gpiobutton_demo/
Dbutton_example.c39 static int *LedTask(const char *arg) in LedTask() argument
41 (void)arg; in LedTask()
67 static void OnButtonPressed(char *arg) in OnButtonPressed() argument
69 (void) arg; in OnButtonPressed()
DREADME.md15 …func, char *arg); | 注册GPIO引脚中断,id参数用于指定引脚,intType参数用于指定中断触发类型(边缘触发或水平触发),intPolarity参数用于指定具体的边缘类型(…
16 | typedef void (*GpioIsrCallbackFunc) (char *arg); | 中断处理函数原型,arg参数为附加参数,可以不适用(填NULL),或…
/vendor/hisilicon/hispark_pegasus/demo/sntp_demo/src/
Dsntp_port.h22 typedef void (*__dns_found_callback)(const char *name, const ip_addr_t *ipaddr, int *arg);
24 …_t _dns_gethostbyname(const char *hostname, ip_addr_t *addr, __dns_found_callback found, int *arg);
/vendor/hisilicon/hispark_pegasus/demo/traffic_light_demo/
Dtask_start.c26 void KeyInterruptScan(const char *arg) in KeyInterruptScan() argument
28 (void)arg; in KeyInterruptScan()
32 void TrafficLightDemo(const char *arg) in TrafficLightDemo() argument
/vendor/hisilicon/hispark_pegasus/demo/oc_demo/
Dtask_start.c26 void KeyInterruptScan(const char *arg) in KeyInterruptScan() argument
28 (void)arg; in KeyInterruptScan()
32 void TrafficLightDemo(const char *arg) in TrafficLightDemo() argument
/vendor/hisilicon/hispark_pegasus/demo/beep_demo/
Dapp_demo_beep_control.c36 static void *PWMBeepTask(const char *arg) in PWMBeepTask() argument
51 static void OnButtonPressed(const char *arg) in OnButtonPressed() argument
53 (void) arg; in OnButtonPressed()
/vendor/hisilicon/hispark_pegasus/demo/histreaming_demo/
Dtask_start.c26 void KeyInterruptScan(const char *arg) in KeyInterruptScan() argument
28 (void)arg; in KeyInterruptScan()
32 void TrafficLightDemo(const char *arg) in TrafficLightDemo() argument
/vendor/hisilicon/hispark_pegasus/demo/trafficlight_demo/
Dtraffic_light_demo.c40 static void *TrafficLightTask(const char *arg) in TrafficLightTask() argument
42 (void)arg; in TrafficLightTask()
70 static void OnButtonPressed(char *arg) in OnButtonPressed() argument
72 (void) arg; in OnButtonPressed()
/vendor/hihope/Hi3861/trafficlight_demo/
Dtraffic_light_demo.c40 static void *TrafficLightTask(const char *arg) in TrafficLightTask() argument
42 (void)arg; in TrafficLightTask()
70 static void OnButtonPressed(char *arg) in OnButtonPressed() argument
72 (void) arg; in OnButtonPressed()
/vendor/hisilicon/hispark_pegasus/demo/hello_world_demo/
Doled_demo.c32 static void OledmentTask(const char *arg) in OledmentTask() argument
34 (void)arg; in OledmentTask()
/vendor/hisilicon/hispark_pegasus/demo/environment_demo/
Dtask_start.c24 void EnvironmentDemo(const char *arg) in EnvironmentDemo() argument
26 (void)arg; in EnvironmentDemo()
/vendor/hisilicon/hispark_pegasus/demo/samart_environmental_monitoring_system_demo/environment/
Doled_test.c28 static void OledTask(int *arg) in OledTask() argument
30 (void)arg; in OledTask()
/vendor/hisilicon/hispark_pegasus/demo/led_demo/
Dapp_demo_led_control.c27 static void *LedCntrolDemo(const char *arg) in LedCntrolDemo() argument
29 (void)arg; in LedCntrolDemo()
/vendor/hihope/neptune_iotlink_demo/ble/source/
Dexample.c29 void *BLE_Task_Entry(const char *arg) in BLE_Task_Entry() argument
32 (void)arg; in BLE_Task_Entry()

1234