NHS31xx SW API
sense_gpio_dft.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 __SENSE_GPIO_DFT_H_
13 #define __SENSE_GPIO_DFT_H_
14 
15 #include "sense_gpio_sel.h"
73 typedef struct GROUP_PROPERTIES_S {
76  uint8_t pills;
78 
79 #if !GROUP_COUNT || !defined(GROUP_PROPERTIES)
80  #error GROUP_COUNT is not defined or is 0. No pills can be sensed.
81 #endif
82 
87 #endif
IOCON_PIN_T IO_drivePin
Definition: sense_gpio_dft.h:74
uint8_t pills
Definition: sense_gpio_dft.h:76
IOCON_PIN_T
Definition: iocon_nss.h:94
Definition: sense_gpio_dft.h:73
#define GROUP_MAX_PILLS
Definition: sense_gpio_sel.h:67