Home
last modified time | relevance | path

Searched refs:tpc_thread (Results 1 – 2 of 2) sorted by relevance

/bsp/nuvoton/libraries/nu_packages/ILI_TPC/
A Dili_sample.c104 rt_thread_t tpc_thread; in tpc_sample() local
105 tpc_thread = rt_thread_create("tpc", in tpc_sample()
112 if (tpc_thread != RT_NULL) in tpc_sample()
113 rt_thread_startup(tpc_thread); in tpc_sample()
/bsp/nuvoton/libraries/nu_packages/TPC/
A Dtpc_worker.c113 rt_thread_t tpc_thread; in tpc_sample() local
114 tpc_thread = rt_thread_create("tpc", in tpc_sample()
121 if (tpc_thread != RT_NULL) in tpc_sample()
122 rt_thread_startup(tpc_thread); in tpc_sample()

Completed in 6 milliseconds