forked from nrfconnect/sdk-nrf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mpsl: clock_ctrl: Use new nrf2 clock ctrl HFXO zli api
There were no API in nrf2 clock control that allows to requrest the HFXO from zero latency interrupts. That was a blocker for MPSL. Since the API was added, change the implementation of clock control integration layer to use it. Mind that the new API is similar to nRF52/nRF53 APIs: z_nrf_clock_bt_ctlr_hf_request and z_nrf_clock_bt_ctlr_hf_release. It does not provide feedback if the HFXO ramp-up is done. Signed-off-by: Piotr Pryga <[email protected]>
- Loading branch information
1 parent
371b78d
commit e43a6dc
Showing
1 changed file
with
2 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters