NHS31xx SW API
batimp.h
1 /*
2  * Copyright 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 
63 #ifndef __BATIMP_H_
64 #define __BATIMP_H_
65 
66 /* ------------------------------------------------------------------------- */
67 
68 #include "chip.h"
69 #include "batimp_dft.h"
70 
86 int BatImp_Check(void);
87 
88 #endif
int BatImp_Check(void)