Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mpsl: enable use of nrfx_power_constlat_mode
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]>
- Loading branch information