Home
last modified time | relevance | path

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

/Zephyr-latest/boards/native/nrf_bsim/common/
Dphy_sync_ctrl.c26 bs_time_t max_resync_offset; member
37 if (sync_args.max_resync_offset != TIME_NEVER) { in psc_program_next_event()
38 phy_sync_ctrl_event_timer = last_resync_time + sync_args.max_resync_offset; in psc_program_next_event()
85 void phy_sync_ctrl_set_max_resync_offset(bs_time_t max_resync_offset) in phy_sync_ctrl_set_max_resync_offset() argument
87 sync_args.max_resync_offset = max_resync_offset; in phy_sync_ctrl_set_max_resync_offset()
133 sync_args.max_resync_offset = tmp_max_resync_offset; in cmd_max_resync_offset_found()
210 sync_args.max_resync_offset = BSIM_DEFAULT_PHY_MAX_RESYNC_OFFSET; in phy_sync_ctrl_register_args()
Dphy_sync_ctrl.h17 void phy_sync_ctrl_set_max_resync_offset(bs_time_t max_resync_offset);