Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/net/lib/ptp/
Dds.h48 bool time_receiver_only; member
Dclock.c263 dds->time_receiver_only = IS_ENABLED(CONFIG_PTP_TIME_RECEIVER_ONLY) ? true : false; in ptp_clock_init()
265 dds->clk_quality.class = dds->time_receiver_only ? 255 : 248; in ptp_clock_init()
Dport.c758 tlv_dds->flags = 0x1 | (dds->time_receiver_only << 1); in port_management_resp_tlv_fill()
809 length = sizeof(dds->time_receiver_only); in port_management_resp_tlv_fill()
810 *mgmt->data = dds->time_receiver_only; in port_management_resp_tlv_fill()
1025 port->state_machine = dds->time_receiver_only ? ptp_tr_state_machine : ptp_state_machine; in ptp_port_init()