extern
porcupine
demo
mcu
imxrt1050
imxrt1050-evkb
board
pin_mux.h
Go to the documentation of this file.
1
/*
2
* Copyright 2017-2018 NXP
3
* All rights reserved.
4
*
5
* SPDX-License-Identifier: BSD-3-Clause
6
*/
7
8
/***********************************************************************************************************************
9
* This file was generated by the MCUXpresso Config Tools. Any manual edits made to this file
10
* will be overwritten if the respective MCUXpresso Config Tools is used to update this file.
11
**********************************************************************************************************************/
12
13
#ifndef _PIN_MUX_H_
14
#define _PIN_MUX_H_
15
16
/***********************************************************************************************************************
17
* Definitions
18
**********************************************************************************************************************/
19
21
typedef
enum
_pin_mux_direction
22
{
23
kPIN_MUX_DirectionInput
= 0U,
/* Input direction */
24
kPIN_MUX_DirectionOutput
= 1U,
/* Output direction */
25
kPIN_MUX_DirectionInputOrOutput
= 2U
/* Input or output direction */
26
}
pin_mux_direction_t
;
27
33
/***********************************************************************************************************************
34
* API
35
**********************************************************************************************************************/
36
37
#if defined(__cplusplus)
38
extern
"C"
{
39
#endif
40
45
void
BOARD_InitBootPins
(
void
);
46
47
52
void
BOARD_InitPins
(
void
);
53
54
#if defined(__cplusplus)
55
}
56
#endif
57
61
#endif
/* _PIN_MUX_H_ */
62
63
/***********************************************************************************************************************
64
* EOF
65
**********************************************************************************************************************/
kPIN_MUX_DirectionOutput
@ kPIN_MUX_DirectionOutput
Definition:
pin_mux.h:29
kPIN_MUX_DirectionInput
@ kPIN_MUX_DirectionInput
Definition:
pin_mux.h:28
kPIN_MUX_DirectionInputOrOutput
@ kPIN_MUX_DirectionInputOrOutput
Definition:
pin_mux.h:30
_pin_mux_direction
_pin_mux_direction
Direction type
Definition:
pin_mux.h:21
BOARD_InitBootPins
void BOARD_InitBootPins(void)
Calls initialization functions.
Definition:
pin_mux.c:34
BOARD_InitPins
void BOARD_InitPins(void)
Configures pin routing and optionally pin electrical features.
Definition:
pin_mux.c:70
pin_mux_direction_t
enum _pin_mux_direction pin_mux_direction_t
Direction type
picovoice_driver
Author(s):
autogenerated on Fri Apr 1 2022 02:14:50