nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
factory_reset_event.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
7#ifndef _FACTORY_RESET_EVENT_H_
8#define _FACTORY_RESET_EVENT_H_
9
10#include <app_event_manager.h>
12#include <stdbool.h>
13
14#ifdef __cplusplus
15extern "C" {
16#endif
17
24 struct app_event_header header;
25};
26
28
29
30#ifdef __cplusplus
31}
32#endif
33
34#endif /* _FACTORY_RESET_EVENT_H_ */
Application Event Manager header.
Application Event Manager profiler tracer header.
#define APP_EVENT_TYPE_DECLARE(ename)
Declare an event type.
Definition: app_event_manager.h:143
struct app_event_header header
Definition: factory_reset_event.h:24
Factory reset event.
Definition: factory_reset_event.h:23