nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
selector_event.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2019 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
7#ifndef _SELECTOR_EVENT_H_
8#define _SELECTOR_EVENT_H_
9
16#include <app_event_manager.h>
18
19#ifdef __cplusplus
20extern "C" {
21#endif
22
23
25 struct app_event_header header;
26
27 uint8_t selector_id;
28 uint8_t position;
29};
30
32
33#ifdef __cplusplus
34}
35#endif
36
41#endif /* _SELECTOR_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
uint8_t selector_id
Definition: selector_event.h:27
struct app_event_header header
Definition: selector_event.h:25
uint8_t position
Definition: selector_event.h:28
Definition: selector_event.h:24