nrfxlib API 3.3.99
Loading...
Searching...
No Matches
mpsl_pm_config.h
Go to the documentation of this file.
1/*
2 * Copyright (c) Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
16#ifndef MPSL_PM_CONFIG_H__
17#define MPSL_PM_CONFIG_H__
18
19#ifdef __cplusplus
20extern "C" {
21#endif
22
30void mpsl_pm_init(void);
31
36void mpsl_pm_uninit(void);
37
38#ifdef __cplusplus
39}
40#endif
41
42#endif // MPSL_PM_CONFIG_H__
43
void mpsl_pm_uninit(void)
Uninitialize MPSL external Power Management integration.
void mpsl_pm_init(void)
Initialize MPSL external Power Management integration.