NHS31xx SW API
lib_board_dpu/mods/board_sel.h
1 /*
2  * Copyright 2016-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 
18 #ifndef __BOARD_SEL_H_
19 #define __BOARD_SEL_H_
20 
25 #define LED_COUNT 1
26 
31 #define LED_PROPERTIES {{0, 8, true, IOCON_PIO0_8}} /* LED1 LED_RED */
32 
37 #define LED_RED LED_(0)
38 
45 #define UCODE_PULLUP_COUNT 4
46 #define UCODE_PULLUPS {0, 1, 3, 7}
47 
53 #define I2C_IRQHANDLER_UCODE
54 
55 #endif