Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/ptp/
Dptp.c23 static struct k_thread ptp_thread_data; variable
108 tid = k_thread_create(&ptp_thread_data, ptp_stack, K_KERNEL_STACK_SIZEOF(ptp_stack), in ptp_init()
111 k_thread_name_set(&ptp_thread_data, "PTP"); in ptp_init()