NHS31xx SW API
batimp_dft.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 
31 #ifndef __BATIMP_DFT_H_
32 #define __BATIMP_DFT_H_
33 
34 #include "chip.h"
35 
36 /* ------------------------------------------------------------------------- */
37 
38 #ifndef BATIMP_WAIT_TIME
39 
48  #define BATIMP_WAIT_TIME 10
49 #endif
50 #if BATIMP_WAIT_TIME <= 0
51  #error Define BATIMP_WAIT_TIME to a strict positive number
52 #endif
53 
54 #ifndef BATIMP_USE_PIO3
55 
59  #define BATIMP_USE_PIO3 0
60 #endif
61 
62 #ifndef BATIMP_USE_PIO7
63 
67  #define BATIMP_USE_PIO7 0
68 #endif
69 
70 #ifndef BATIMP_USE_PIO10
71 
76  #define BATIMP_USE_PIO10 1
77 #endif
78 
79 #ifndef BATIMP_USE_PIO11
80 
85  #define BATIMP_USE_PIO11 1
86 #endif
87 
88 #endif