Skip to content

Commit d0bc0ee

Browse files
committed
802154 clock latency
1 parent 7a79abd commit d0bc0ee

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

modules/hal_nordic/nrf_802154/sl_opensource/platform/nrf_802154_clock_zephyr.c

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@ static bool hfclk_is_running;
1818

1919
void nrf_802154_clock_init(void)
2020
{
21-
/* Intentionally empty. */
21+
#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
2226
}
2327

2428
void nrf_802154_clock_deinit(void)

0 commit comments

Comments
 (0)