Lines Matching +full:high +full:- +full:side
4 * SPDX-License-Identifier: Apache-2.0
18 * Setting high value prolongs synchronization process but setting too low may
25 static int32_t nrf53_sync_offset = -EBUSY;
37 /* Algorithm for establishing RTC offset on the network side.
42 * consists of two stages: Getting offset on APP side, passing this offset to
54 * to the value captured on APP side.
64 * Note, arbitrary delay is used to accommodate for the case when NET-APP offset
65 * is small enough that interrupt latency would impact it. NET-APP offset depends
124 return -ENOSYS; in z_nrf_rtc_timer_nrf53net_offset_get()
180 nrf53_sync_offset = cc - RTC_SYNC_ARBITRARY_DELAY - 2 * sync_cc; in remote_callback()
214 return -ENODEV; in mbox_rx_init()
236 rv = -ENODEV; in sync_rtc_setup()