Lines Matching +full:interrupt +full:- +full:capable
4 * SPDX-License-Identifier: Apache-2.0
20 * are significant interrupt handling latencies.
25 static int32_t nrf53_sync_offset = -EBUSY;
47 * APP: setup PPI connection from IPC_RECEIVE to RTC CAPTURE, enable interrupt
53 * capable of calculating the offset since it know what counter value corresponds
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()