NHS31xx SW API
app_demo_dp_tlogger/inc/validate.h
1
/*
2
* Copyright 2016-2018 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 __VALIDATE_H_
13
#define __VALIDATE_H_
14
25
#include <stdint.h>
26
#include <stdbool.h>
27
28
/* -------------------------------------------------------------------------------- */
29
41
void
Validate_Init
(uint32_t * pWorkspace);
42
48
void
Validate_DeInit
(
void
);
49
57
void
Validate_Reset
(
void
);
58
65
void
Validate_Temperature
(int16_t temperature);
66
76
void
Validate_NewEvents
(uint32_t newEvents);
77
78
#endif
Validate_Reset
void Validate_Reset(void)
Validate_NewEvents
void Validate_NewEvents(uint32_t newEvents)
Validate_Init
void Validate_Init(uint32_t *pWorkspace)
Validate_DeInit
void Validate_DeInit(void)
Validate_Temperature
void Validate_Temperature(int16_t temperature)
sw
nss
app_demo_dp_tlogger
inc
validate.h
Generated on Tue Oct 20 2020 08:17:10 for NHS31xx SW API by
1.8.14