Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/tsn/src/
Dnx_mrp.c649 participant -> leaveall_timer = NX_MRP_TIMER_LEAVEALL; in nx_mrp_leaveall_event_process()
664 participant -> leaveall_timer = NX_MRP_TIMER_LEAVEALL; in nx_mrp_leaveall_event_process()
671 participant -> leaveall_timer = NX_MRP_TIMER_LEAVEALL; in nx_mrp_leaveall_event_process()
1781 if (participant -> leaveall_timer > NX_MRP_TIMEOUT_INTERVAL) in nx_mrp_leaveall_timeout_process()
1783 participant -> leaveall_timer -= NX_MRP_TIMEOUT_INTERVAL; in nx_mrp_leaveall_timeout_process()
1785 else if (participant -> leaveall_timer == NX_MRP_TIMEOUT_INTERVAL) in nx_mrp_leaveall_timeout_process()
Dnx_mvrp.c833 mvrp_ptr -> participant.leaveall_timer = NX_MRP_TIMER_LEAVEALL; in nx_mvrp_init()
Dnx_msrp.c81 msrp_ptr -> nx_msrp_participant.leaveall_timer = NX_MRP_TIMER_LEAVEALL; in nx_msrp_init()
/NetX-Duo-v6.2.1/tsn/inc/
Dnx_mrp.h215 UINT leaveall_timer; member