ISSDK
1.8
IoT Sensing Software Development Kit
boardkit
evk-mimxrt1020
pin_mux.h
Go to the documentation of this file.
1
/***********************************************************************************************************************
2
* This file was generated by the MCUXpresso Config Tools. Any manual edits made to this file
3
* will be overwritten if the respective MCUXpresso Config Tools is used to update this file.
4
**********************************************************************************************************************/
5
6
/*
7
* Copyright 2018 NXP
8
* All rights reserved.
9
*
10
* SPDX-License-Identifier: BSD-3-Clause
11
*/
12
13
#ifndef _PIN_MUX_H_
14
#define _PIN_MUX_H_
15
16
17
/*!
18
* @addtogroup pin_mux
19
* @{
20
*/
21
22
/***********************************************************************************************************************
23
* API
24
**********************************************************************************************************************/
25
26
#if defined(__cplusplus)
27
extern
"C"
{
28
#endif
29
30
/*!
31
* @brief Calls initialization functions.
32
*
33
*/
34
void
BOARD_InitBootPins
(
void
);
35
36
37
/*!
38
* @brief Configures pin routing and optionally pin electrical features.
39
*
40
*/
41
void
BOARD_InitPins
(
void
);
42
43
#if defined(__cplusplus)
44
}
45
#endif
46
47
/*!
48
* @}
49
*/
50
#endif
/* _PIN_MUX_H_ */
51
52
/***********************************************************************************************************************
53
* EOF
54
**********************************************************************************************************************/
BOARD_InitBootPins
void BOARD_InitBootPins(void)
Calls initialization functions.
Definition:
pin_mux.c:36
BOARD_InitPins
void BOARD_InitPins(void)
Configures pin routing and optionally pin electrical features.
Definition:
pin_mux.c:47
© Copyright 2016-2020 NXP. All Rights Reserved.