nRF Connect SDK API
3.3.99
Loading...
Searching...
No Matches
system_health.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2025 Nordic Semiconductor ASA
3
*
4
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5
*/
6
7
#ifndef NRF_RPC_SYSTEM_HEALTH_H_
8
#define NRF_RPC_SYSTEM_HEALTH_H_
9
10
#include <stdint.h>
11
12
#ifdef __cplusplus
13
extern
"C"
{
14
#endif
15
24
struct
nrf_rpc_system_health
{
30
uint32_t
hung_threads
;
31
};
32
37
void
nrf_rpc_system_health_get
(
struct
nrf_rpc_system_health
*out);
38
44
#ifdef __cplusplus
45
}
46
#endif
47
48
#endif
/* NRF_RPC_REMOTE_SHELL_H_ */
nrf_rpc_system_health_get
void nrf_rpc_system_health_get(struct nrf_rpc_system_health *out)
Get system health information from the remote server.
nrf_rpc_system_health::hung_threads
uint32_t hung_threads
Bitmask of hung threads.
Definition
system_health.h:30
nrf_rpc_system_health
System health information.
Definition
system_health.h:24
include
nrf_rpc
rpc_utils
system_health.h
Generated on Wed Jun 10 2026 17:22:24 for nRF Connect SDK API by
1.12.0