nRF Connect SDK API 3.3.99
Loading...
Searching...
No Matches
net_core_monitor.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2023 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
7#ifndef NET_CORE_MONITOR_H_
8#define NET_CORE_MONITOR_H_
9
17#ifdef __cplusplus
18extern "C" {
19#endif
20
32
43extern void ncm_net_core_event_handler(enum ncm_event_type event, uint32_t reset_reas);
44
45#ifdef __cplusplus
46}
47#endif
48
53#endif /* NET_CORE_MONITOR_H_ */
void ncm_net_core_event_handler(enum ncm_event_type event, uint32_t reset_reas)
Event handler that is called by the Network core monitor library when an event occurs.
ncm_event_type
Network core monitor event types, used to signal the application.
Definition net_core_monitor.h:22
@ NCM_EVT_NET_CORE_FREEZE
Definition net_core_monitor.h:30
@ NCM_EVT_NET_CORE_RESET
Definition net_core_monitor.h:27