nRF Connect SDK API 2.8.99
Loading...
Searching...
No Matches
rai.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2024 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
7#ifndef RAI_H__
8#define RAI_H__
9
10#ifdef __cplusplus
11extern "C" {
12#endif
13
14/* Configure RAI. */
15int rai_set(void);
16
17#ifdef __cplusplus
18}
19#endif
20
21#endif /* RAI_H__ */
int rai_set(void)