Home
last modified time | relevance | path

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

/Zephyr-latest/boards/native/nrf_bsim/
Dtime_machine.h18 void tm_set_phy_max_resync_offset(bs_time_t offset_in_us);
/Zephyr-latest/boards/native/nrf_bsim/common/
Dphy_sync_ctrl.c93 void tm_set_phy_max_resync_offset(bs_time_t offset_in_us) in tm_set_phy_max_resync_offset() argument
95 phy_sync_ctrl_set_max_resync_offset(offset_in_us); in tm_set_phy_max_resync_offset()
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/common/
Dedtt_driver_bsim.c59 extern void tm_set_phy_max_resync_offset(uint64_t offset_in_us); in edtt_start()