nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
mpsl_lib.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2022 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
16#ifndef MPSL_LIB__
17#define MPSL_LIB__
18
19#ifdef __cplusplus
20extern "C" {
21#endif
22
23#include <stdint.h>
24
43int32_t mpsl_lib_init(void);
44
66int32_t mpsl_lib_uninit(void);
67
68#ifdef __cplusplus
69}
70#endif
71
72#endif /* MPSL_LIB__ */
73
int32_t mpsl_lib_uninit(void)
Uninitialize MPSL and disable interrupt handlers.
int32_t mpsl_lib_init(void)
Initialize MPSL and attach interrupt handlers.