MCUXpresso_MIMXRT1021xxxxx/boards/evkmimxrt1020/lvgl_examples/lvgl_demo_benchmark_bm/pin_mux.h
2022-08-23 23:00:33 +08:00

143 lines
6.0 KiB
C

/*
* Copyright 2019 NXP
* All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
/***********************************************************************************************************************
* This file was generated by the MCUXpresso Config Tools. Any manual edits made to this file
* will be overwritten if the respective MCUXpresso Config Tools is used to update this file.
**********************************************************************************************************************/
#ifndef _PIN_MUX_H_
#define _PIN_MUX_H_
/***********************************************************************************************************************
* Definitions
**********************************************************************************************************************/
/*! @brief Direction type */
typedef enum _pin_mux_direction
{
kPIN_MUX_DirectionInput = 0U, /* Input direction */
kPIN_MUX_DirectionOutput = 1U, /* Output direction */
kPIN_MUX_DirectionInputOrOutput = 2U /* Input or output direction */
} pin_mux_direction_t;
/*!
* @addtogroup pin_mux
* @{
*/
/***********************************************************************************************************************
* API
**********************************************************************************************************************/
#if defined(__cplusplus)
extern "C" {
#endif
/*!
* @brief Calls initialization functions.
*
*/
void BOARD_InitBootPins(void);
/* GPIO_AD_B0_07 (number 101), UART1_RXD/J17[4] */
#define BOARD_INITPINS_UART1_RXD_PERIPHERAL LPUART1 /*!< Device name: LPUART1 */
#define BOARD_INITPINS_UART1_RXD_SIGNAL RX /*!< LPUART1 signal: RX */
/* GPIO_AD_B0_06 (number 105), UART1_TXD/J17[6] */
#define BOARD_INITPINS_UART1_TXD_PERIPHERAL LPUART1 /*!< Device name: LPUART1 */
#define BOARD_INITPINS_UART1_TXD_SIGNAL TX /*!< LPUART1 signal: TX */
/* GPIO_AD_B0_15 (number 93), LCD_DC_GPIO_PIN/U11[25]/J19[2] */
#define BOARD_INITPINS_LCD_DC_GPIO_PIN_GPIO GPIO1 /*!< GPIO device name: GPIO1 */
#define BOARD_INITPINS_LCD_DC_GPIO_PIN_PORT GPIO1 /*!< PORT device name: GPIO1 */
#define BOARD_INITPINS_LCD_DC_GPIO_PIN_PIN 15U /*!< GPIO1 pin index: 15 */
/*!
* @brief Configures pin routing and optionally pin electrical features.
*
*/
void BOARD_InitPins(void);
/* GPIO_AD_B0_10 (number 98), ENET_RXD0/U11[16]/J19[6] */
#define LPSPI1_INITPINS_ENET_RXD0_PERIPHERAL LPSPI1 /*!< Device name: LPSPI1 */
#define LPSPI1_INITPINS_ENET_RXD0_SIGNAL SCK /*!< LPSPI1 signal: SCK */
/* GPIO_AD_B0_11 (number 97), ENET_CRS_DV/U11[18]/J19[3] */
#define LPSPI1_INITPINS_ENET_CRS_DV_PERIPHERAL LPSPI1 /*!< Device name: LPSPI1 */
#define LPSPI1_INITPINS_ENET_CRS_DV_SIGNAL PCS0 /*!< LPSPI1 signal: PCS0 */
/* GPIO_AD_B0_12 (number 96), ENET_RXER/U11[20]/J19[4] */
#define LPSPI1_INITPINS_ENET_RXER_PERIPHERAL LPSPI1 /*!< Device name: LPSPI1 */
#define LPSPI1_INITPINS_ENET_RXER_SIGNAL SDO /*!< LPSPI1 signal: SDO */
/* GPIO_AD_B0_13 (number 95), ENET_TXEN/U11[23]/J19[5] */
#define LPSPI1_INITPINS_ENET_TXEN_PERIPHERAL LPSPI1 /*!< Device name: LPSPI1 */
#define LPSPI1_INITPINS_ENET_TXEN_SIGNAL SDI /*!< LPSPI1 signal: SDI */
/*!
* @brief Configures pin routing and optionally pin electrical features.
*
*/
void LPSPI1_InitPins(void);
/* GPIO_AD_B0_10 (number 98), ENET_RXD0/U11[16]/J19[6] */
#define LPSPI1_DEINITPINS_ENET_RXD0_GPIO GPIO1 /*!< GPIO device name: GPIO1 */
#define LPSPI1_DEINITPINS_ENET_RXD0_PORT GPIO1 /*!< PORT device name: GPIO1 */
#define LPSPI1_DEINITPINS_ENET_RXD0_PIN 10U /*!< GPIO1 pin index: 10 */
/* GPIO_AD_B0_11 (number 97), ENET_CRS_DV/U11[18]/J19[3] */
#define LPSPI1_DEINITPINS_ENET_CRS_DV_GPIO GPIO1 /*!< GPIO device name: GPIO1 */
#define LPSPI1_DEINITPINS_ENET_CRS_DV_PORT GPIO1 /*!< PORT device name: GPIO1 */
#define LPSPI1_DEINITPINS_ENET_CRS_DV_PIN 11U /*!< GPIO1 pin index: 11 */
/* GPIO_AD_B0_12 (number 96), ENET_RXER/U11[20]/J19[4] */
#define LPSPI1_DEINITPINS_ENET_RXER_GPIO GPIO1 /*!< GPIO device name: GPIO1 */
#define LPSPI1_DEINITPINS_ENET_RXER_PORT GPIO1 /*!< PORT device name: GPIO1 */
#define LPSPI1_DEINITPINS_ENET_RXER_PIN 12U /*!< GPIO1 pin index: 12 */
/* GPIO_AD_B0_13 (number 95), ENET_TXEN/U11[23]/J19[5] */
#define LPSPI1_DEINITPINS_ENET_TXEN_GPIO GPIO1 /*!< GPIO device name: GPIO1 */
#define LPSPI1_DEINITPINS_ENET_TXEN_PORT GPIO1 /*!< PORT device name: GPIO1 */
#define LPSPI1_DEINITPINS_ENET_TXEN_PIN 13U /*!< GPIO1 pin index: 13 */
/*!
* @brief Configures pin routing and optionally pin electrical features.
*
*/
void LPSPI1_DeinitPins(void);
/*!
* @brief Configures pin routing and optionally pin electrical features.
*
*/
void LPI2C4_InitPins(void);
/*!
* @brief Configures pin routing and optionally pin electrical features.
*
*/
void LPI2C4_DeinitPins(void);
#if defined(__cplusplus)
}
#endif
/*!
* @}
*/
#endif /* _PIN_MUX_H_ */
/***********************************************************************************************************************
* EOF
**********************************************************************************************************************/