Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/tsn/src/
Dnx_msrp.c71 UINT nx_msrp_init(NX_MSRP *msrp_ptr) in nx_msrp_init() argument
74 msrp_ptr -> nx_msrp_participant.participant_type = NX_MRP_PARTICIPANT_MSRP; in nx_msrp_init()
75 msrp_ptr -> nx_msrp_participant.protocol_version = NX_MRP_MSRP_PROTOCOL_VERSION; in nx_msrp_init()
76 msrp_ptr -> nx_msrp_participant.indication_function = nx_msrp_indication_process; in nx_msrp_init()
77 msrp_ptr -> nx_msrp_participant.unpack_function = nx_msrp_mrpdu_parse; in nx_msrp_init()
78 msrp_ptr -> nx_msrp_participant.pack_function = nx_msrp_mrpdu_pack; in nx_msrp_init()
80 msrp_ptr -> nx_msrp_participant.join_timer = NX_MRP_TIMER_JOIN; in nx_msrp_init()
81 msrp_ptr -> nx_msrp_participant.leaveall_timer = NX_MRP_TIMER_LEAVEALL; in nx_msrp_init()
83 msrp_ptr -> msrp_callback_data = NX_NULL; in nx_msrp_init()