NHS31xx SW API
event_tag.h
1 /*
2  * Copyright 2017-2019 NXP
3  * This software is owned or controlled by NXP and may only be used strictly
4  * in accordance with the applicable license terms. By expressly accepting
5  * such terms or by downloading, installing, activating and/or otherwise using
6  * the software, you are agreeing that you have read, and that you agree to
7  * comply with and are bound by, such license terms. If you do not agree to
8  * be bound by the applicable license terms, then you may not retain, install,
9  * activate or otherwise use the software.
10  */
11 
12 #ifndef __EVENT_TAG_H_
13 #define __EVENT_TAG_H_
14 
26 typedef enum EVENT_TAG {
27  EVENT_TAG_FIRST = 0,
28 
29  EVENT_TAG_FIRST_STATE = EVENT_TAG_FIRST,
30  EVENT_TAG_PRISTINE = EVENT_TAG_FIRST_STATE,
35  EVENT_TAG_LAST_STATE = EVENT_TAG_STOPPED,
36 
37  EVENT_TAG_FIRST_FAILURE,
38  EVENT_TAG_TEMPERATURE_TOO_HIGH = EVENT_TAG_FIRST_FAILURE,
45  EVENT_TAG_LAST_FAILURE = EVENT_TAG_SPI_ERROR,
46 
47  EVENT_TAG_FIRST_ACCELERATION,
48  EVENT_TAG_SHOCK = EVENT_TAG_FIRST_ACCELERATION,
56  EVENT_TAG_LAST_ACCELERATION = EVENT_TAG_TILT_CONFIGURED,
57 
58  EVENT_TAG_FIRST_HUMIDITY,
59  EVENT_TAG_HUMIDITY_CONFIGURED = EVENT_TAG_FIRST_HUMIDITY,
62  EVENT_TAG_LAST_HUMIDITY = EVENT_TAG_HUMIDITY_TOO_LOW,
63 
64  EVENT_TAG_LAST = EVENT_TAG_LAST_HUMIDITY,
65 
68 } EVENT_TAG_T;
69 
70 #endif
Definition: event_tag.h:34
Definition: event_tag.h:49
Definition: event_tag.h:51
Definition: event_tag.h:44
Definition: event_tag.h:32
Definition: event_tag.h:54
Definition: event_tag.h:38
Definition: event_tag.h:67
Definition: event_tag.h:53
Definition: event_tag.h:39
Definition: event_tag.h:30
Definition: event_tag.h:42
Definition: event_tag.h:52
Definition: event_tag.h:50
Definition: event_tag.h:55
Definition: event_tag.h:40
Definition: event_tag.h:61
Definition: event_tag.h:48
Definition: event_tag.h:60
EVENT_TAG_T
Definition: event_tag.h:26
Definition: event_tag.h:33
Definition: event_tag.h:41
Definition: event_tag.h:31
Definition: event_tag.h:43
Definition: event_tag.h:59