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 e0ab700 commit 77518ecCopy full SHA for 77518ec
modules/hal_nordic/nrf_802154/sl_opensource/platform/nrf_802154_clock_zephyr.c
@@ -100,6 +100,7 @@ void nrf_802154_clock_hfclk_start(void)
100
void nrf_802154_clock_hfclk_stop(void)
101
{
102
if (atomic_cas(&hfclk_requested, HFCLK_REQUESTED, HFCLK_NOT_REQUESTED)) {
103
+#if !defined(NRF54LM20A_ENGA_XXAA)
104
struct onoff_manager *mgr =
105
z_nrf_clock_control_get_onoff(CLOCK_CONTROL_NRF_SUBSYS_HF);
106
@@ -112,6 +113,7 @@ void nrf_802154_clock_hfclk_stop(void)
112
113
if (IS_ENABLED(CONFIG_NRF_802154_CONSTLAT_CONTROL)) {
114
nrf_sys_event_release_global_constlat();
115
}
116
+#endif // defined(NRF54LM20A_ENGA_XXAA)
117
118
hfclk_is_running = false;
119
0 commit comments