-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mpsl: enable use of nrfx_power_constlat_mode #17654
mpsl: enable use of nrfx_power_constlat_mode #17654
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: fd80fa221ec6fe1478ff221baf4d3d7d8998a0c1 more detailssdk-nrf:
Github labels
List of changed files detected by CI (1)
Outputs:ToolchainVersion: 6c44240e03 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
c26b730
to
cac7580
Compare
cac7580
to
60a5e45
Compare
Enable application to have several modules requesting constlat. Right now, on 54l, mpsl just writes to NRF_POWER directly, disregarding what other users in system might want constlat to be. This PR prepares for a soon commig nrfxlib PR where mpsl will rather use mpsl_constlat_request_callback to turn on constlat. If NRFX_POWER modules is enabled in config, it will use nrfx_power_constlat_mode_request, if not it will use NRF_POWER diretly. Signed-off-by: Martin Tverdal <[email protected]>
60a5e45
to
fd80fa2
Compare
Enable application to have several modules requesting constlat. Right now, on 54l, mpsl just writes to NRF_POWER directly, disregarding what other users in system might want constlat to be.
This PR prepares for a soon commig nrfxlib PR where mpsl will rather use mpsl_constlat_request_callback to turn on constlat. If NRFX_POWER modules is enabled in config,
it will use nrfx_power_constlat_mode_request,
if not it will use NRF_POWER diretly.