Home
last modified time | relevance | path

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

/NetX-Duo-v6.4.1/addons/ptp/
Dnxd_ptp_client.c1492 if (client_ptr -> nx_ptp_client_role == NX_PTP_CLIENT_ROLE_MASTER_ONLY) in _nx_ptp_client_init_packet_received()
1520 if (client_ptr -> nx_ptp_client_role == NX_PTP_CLIENT_ROLE_SLAVE_AND_MASTER) in _nx_ptp_client_init_packet_received()
3206 if (client_ptr -> nx_ptp_client_role == NX_PTP_CLIENT_ROLE_MASTER_ONLY)
3413 if (client_ptr -> nx_ptp_client_role == NX_PTP_CLIENT_ROLE_SLAVE_ONLY)
3637 client_ptr -> nx_ptp_client_role = NX_PTP_CLIENT_ROLE_SLAVE_ONLY;
4523 client_ptr -> nx_ptp_client_role = role;
Dnxd_ptp_client.h519 UCHAR nx_ptp_client_role; member