Skip to content

Commit ee9bb4a

Browse files
committed
mpsl: Remove unsupported CONSTLAT request and release APIs
The APIs mpsl_constlat_request_callback() and mpsl_lowpower_request- _callback() were replaced by mpsl_low_latency_acquire_callback() and mpsl_low_latency_release_callback(). The commit removes the usupported APIs. Signed-off-by: Piotr Pryga <piotr.pryga@nordicsemi.no>
1 parent 33f67d1 commit ee9bb4a

1 file changed

Lines changed: 0 additions & 18 deletions

File tree

subsys/mpsl/init/mpsl_init.c

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -598,24 +598,6 @@ int32_t mpsl_lib_uninit(void)
598598
}
599599

600600
#if defined(CONFIG_SOC_COMPATIBLE_NRF54LX)
601-
void mpsl_constlat_request_callback(void)
602-
{
603-
#if defined(CONFIG_NRFX_POWER)
604-
nrfx_power_constlat_mode_request();
605-
#else
606-
nrf_power_task_trigger(NRF_POWER, NRF_POWER_TASK_CONSTLAT);
607-
#endif
608-
}
609-
610-
void mpsl_lowpower_request_callback(void)
611-
{
612-
#if defined(CONFIG_NRFX_POWER)
613-
nrfx_power_constlat_mode_free();
614-
#else
615-
nrf_power_task_trigger(NRF_POWER, NRF_POWER_TASK_LOWPWR);
616-
#endif
617-
}
618-
619601
void mpsl_low_latency_acquire_callback(void)
620602
{
621603
#if IS_ENABLED(CONFIG_SOC_SERIES_NRF54L)

0 commit comments

Comments
 (0)