Skip to content

Commit

Permalink
subsys: mpsl: Make the CONFIG_MPSL_HFCLK_LATENCY user configurable
Browse files Browse the repository at this point in the history
The MPSL uses the CONFIG_MPSL_HFCLK_LATENCY Kconfig option to setup
HFCLK latency. There is an mpsl_clock_hfclk_latency_set() API that
a user can call to setup the HFCLK latency. It can also be done
automatically on a user behalf while mpsl_init() is executed.
That will be possible when CONFIG_MPSL_HFCLK_LATENCY is user
configurable.

Signed-off-by: Piotr Pryga <[email protected]>
  • Loading branch information
ppryga-nordic committed Dec 21, 2024
1 parent ef172cd commit 245673e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subsys/mpsl/init/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ config MPSL_LOW_PRIO_IRQN
Check the interrupt number in the MDK

config MPSL_HFCLK_LATENCY
int
int "HFCLK ramp-up latency in microsecond, assumed by MPSL to wait for the clock availability"
default 854 if SOC_SERIES_NRF54LX
default 1400
help
Expand Down

0 comments on commit 245673e

Please sign in to comment.