We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a79abd commit d0bc0eeCopy full SHA for d0bc0ee
modules/hal_nordic/nrf_802154/sl_opensource/platform/nrf_802154_clock_zephyr.c
@@ -18,7 +18,11 @@ static bool hfclk_is_running;
18
19
void nrf_802154_clock_init(void)
20
{
21
- /* Intentionally empty. */
+#ifdef NRF54L_SERIES
22
+ uint32_t clock_latency_us = z_nrf_clock_bt_ctlr_hf_get_startup_time_us();
23
+
24
+ nrf_802154_clock_hfclk_latency_set(clock_latency_us);
25
+#endif
26
}
27
28
void nrf_802154_clock_deinit(void)
0 commit comments