nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
mpsl_assert.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2021 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
16#ifndef MPSL_ASSERT__
17#define MPSL_ASSERT__
18
19#ifdef __cplusplus
20extern "C" {
21#endif
22
29void mpsl_assert_handle(char *file, uint32_t line);
30
31#ifdef __cplusplus
32}
33#endif
34
35#endif /* MPSL_ASSERT__ */
36
void mpsl_assert_handle(char *file, uint32_t line)
Application-defined sink for the MPSL assertion mechanism.