/* * Copyright 2018 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); /*! * @brief Configures pin routing and optionally pin electrical features. * */ void BOARD_InitPins(void); /* Function assigned for the Cortex-M0P */ #define IOCON_PIO_HYS_EN 0x20u /*!<@brief Enable hysteresis */ #define IOCON_PIO_INV_DI 0x00u /*!<@brief Input not invert */ #define IOCON_PIO_MODE_PULLUP 0x10u /*!<@brief Selects pull-up function */ #define IOCON_PIO_OD_DI 0x00u /*!<@brief Disables Open-drain function */ /*! @name PIO0_11 (number 10), CN6[10]/CN8[3]/D4/PIO0_11/M_PIO0_11 @{ */ /*! * @brief Device name: GPIO */ #define BOARD_INITLEDSPINS_LED_BLUE_PERIPHERAL GPIO /*! * @brief GPIO signal: PIO0 */ #define BOARD_INITLEDSPINS_LED_BLUE_SIGNAL PIO0 /*! * @brief GPIO device name: GPIO */ #define BOARD_INITLEDSPINS_LED_BLUE_GPIO GPIO /*! * @brief PIO0 pin index: 11 */ #define BOARD_INITLEDSPINS_LED_BLUE_GPIO_PIN 11U /*! * @brief PORT device name: 0U */ #define BOARD_INITLEDSPINS_LED_BLUE_PORT 0U /*! * @brief 0U pin index: 11 */ #define BOARD_INITLEDSPINS_LED_BLUE_PIN 11U /*! * @brief GPIO PIO0 channel: 11 */ #define BOARD_INITLEDSPINS_LED_BLUE_CHANNEL 11 /*! * @brief Pin name */ #define BOARD_INITLEDSPINS_LED_BLUE_PIN_NAME PIO0_11 /*! * @brief Label */ #define BOARD_INITLEDSPINS_LED_BLUE_LABEL "CN6[10]/CN8[3]/D4/PIO0_11/M_PIO0_11" /*! * @brief Identifier name */ #define BOARD_INITLEDSPINS_LED_BLUE_NAME "LED_BLUE" /*! * @brief Direction */ #define BOARD_INITLEDSPINS_LED_BLUE_DIRECTION kPIN_MUX_DirectionOutput /* @} */ /*! @name PIO0_12 (number 5), S2/CN8[6]/CN6[5]/D3/M_PIO0_12/PIO0_12 @{ */ /*! * @brief Device name: GPIO */ #define BOARD_INITLEDSPINS_LED_GREEN_PERIPHERAL GPIO /*! * @brief GPIO signal: PIO0 */ #define BOARD_INITLEDSPINS_LED_GREEN_SIGNAL PIO0 /*! * @brief GPIO device name: GPIO */ #define BOARD_INITLEDSPINS_LED_GREEN_GPIO GPIO /*! * @brief PIO0 pin index: 12 */ #define BOARD_INITLEDSPINS_LED_GREEN_GPIO_PIN 12U /*! * @brief PORT device name: 0U */ #define BOARD_INITLEDSPINS_LED_GREEN_PORT 0U /*! * @brief 0U pin index: 12 */ #define BOARD_INITLEDSPINS_LED_GREEN_PIN 12U /*! * @brief GPIO PIO0 channel: 12 */ #define BOARD_INITLEDSPINS_LED_GREEN_CHANNEL 12 /*! * @brief Pin name */ #define BOARD_INITLEDSPINS_LED_GREEN_PIN_NAME PIO0_12 /*! * @brief Label */ #define BOARD_INITLEDSPINS_LED_GREEN_LABEL "S2/CN8[6]/CN6[5]/D3/M_PIO0_12/PIO0_12" /*! * @brief Identifier name */ #define BOARD_INITLEDSPINS_LED_GREEN_NAME "LED_GREEN" /*! * @brief Direction */ #define BOARD_INITLEDSPINS_LED_GREEN_DIRECTION kPIN_MUX_DirectionOutput /* @} */ /*! @name PIO0_13 (number 4), S1/CN8[4]/CN6[4]/D2/M_PIO0_13/PIO0_13 @{ */ /*! * @brief Device name: GPIO */ #define BOARD_INITLEDSPINS_LED_RED_PERIPHERAL GPIO /*! * @brief GPIO signal: PIO0 */ #define BOARD_INITLEDSPINS_LED_RED_SIGNAL PIO0 /*! * @brief GPIO device name: GPIO */ #define BOARD_INITLEDSPINS_LED_RED_GPIO GPIO /*! * @brief PIO0 pin index: 13 */ #define BOARD_INITLEDSPINS_LED_RED_GPIO_PIN 13U /*! * @brief PORT device name: 0U */ #define BOARD_INITLEDSPINS_LED_RED_PORT 0U /*! * @brief 0U pin index: 13 */ #define BOARD_INITLEDSPINS_LED_RED_PIN 13U /*! * @brief GPIO PIO0 channel: 13 */ #define BOARD_INITLEDSPINS_LED_RED_CHANNEL 13 /*! * @brief Pin name */ #define BOARD_INITLEDSPINS_LED_RED_PIN_NAME PIO0_13 /*! * @brief Label */ #define BOARD_INITLEDSPINS_LED_RED_LABEL "S1/CN8[4]/CN6[4]/D2/M_PIO0_13/PIO0_13" /*! * @brief Identifier name */ #define BOARD_INITLEDSPINS_LED_RED_NAME "LED_RED" /*! * @brief Direction */ #define BOARD_INITLEDSPINS_LED_RED_DIRECTION kPIN_MUX_DirectionOutput /* @} */ /*! * @brief Configures pin routing and optionally pin electrical features. * */ void BOARD_InitLEDsPins(void); /* Function assigned for the Cortex-M0P */ #define IOCON_PIO_HYS_EN 0x20u /*!<@brief Enable hysteresis */ #define IOCON_PIO_INV_DI 0x00u /*!<@brief Input not invert */ #define IOCON_PIO_MODE_PULLUP 0x10u /*!<@brief Selects pull-up function */ #define IOCON_PIO_OD_DI 0x00u /*!<@brief Disables Open-drain function */ /*! @name PIO0_0 (number 22), CN7[3]/CN8[8]/JP2/PIO0_0 @{ */ /*! * @brief Device name: USART0 */ #define BOARD_INITDEBUG_UARTPINS_DEBUG_UART_RX_PERIPHERAL USART0 /*! * @brief USART0 signal: RXD */ #define BOARD_INITDEBUG_UARTPINS_DEBUG_UART_RX_SIGNAL RXD /*! * @brief PORT device name: 0U */ #define BOARD_INITDEBUG_UARTPINS_DEBUG_UART_RX_PORT 0U /*! * @brief 0U pin index: 0 */ #define BOARD_INITDEBUG_UARTPINS_DEBUG_UART_RX_PIN 0U /*! * @brief Pin name */ #define BOARD_INITDEBUG_UARTPINS_DEBUG_UART_RX_PIN_NAME PIO0_0 /*! * @brief Label */ #define BOARD_INITDEBUG_UARTPINS_DEBUG_UART_RX_LABEL "CN7[3]/CN8[8]/JP2/PIO0_0" /*! * @brief Identifier name */ #define BOARD_INITDEBUG_UARTPINS_DEBUG_UART_RX_NAME "DEBUG_UART_RX" /* @} */ /*! @name PIO0_4 (number 7), CN6[7]/CN8[7]/CN5[5]/JP24/PIO0_4 @{ */ /*! * @brief Device name: USART0 */ #define BOARD_INITDEBUG_UARTPINS_DEBUG_UART_TX_PERIPHERAL USART0 /*! * @brief USART0 signal: TXD */ #define BOARD_INITDEBUG_UARTPINS_DEBUG_UART_TX_SIGNAL TXD /*! * @brief PORT device name: 0U */ #define BOARD_INITDEBUG_UARTPINS_DEBUG_UART_TX_PORT 0U /*! * @brief 0U pin index: 4 */ #define BOARD_INITDEBUG_UARTPINS_DEBUG_UART_TX_PIN 4U /*! * @brief Pin name */ #define BOARD_INITDEBUG_UARTPINS_DEBUG_UART_TX_PIN_NAME PIO0_4 /*! * @brief Label */ #define BOARD_INITDEBUG_UARTPINS_DEBUG_UART_TX_LABEL "CN6[7]/CN8[7]/CN5[5]/JP24/PIO0_4" /*! * @brief Identifier name */ #define BOARD_INITDEBUG_UARTPINS_DEBUG_UART_TX_NAME "DEBUG_UART_TX" /* @} */ /*! * @brief Configures pin routing and optionally pin electrical features. * */ void BOARD_InitDEBUG_UARTPins(void); /* Function assigned for the Cortex-M0P */ #define IOCON_PIO_HYS_EN 0x20u /*!<@brief Enable hysteresis */ #define IOCON_PIO_INV_DI 0x00u /*!<@brief Input not invert */ #define IOCON_PIO_MODE_PULLUP 0x10u /*!<@brief Selects pull-up function */ #define IOCON_PIO_OD_DI 0x00u /*!<@brief Disables Open-drain function */ /*! @name SWCLK (number 8), CN6[8]/CN1[4]/U1[16]/SWCLK_PIO0_3 @{ */ /*! * @brief Device name: SWD */ #define BOARD_INITSWD_DEBUGPINS_DEBUG_SWD_SWDCLK_PERIPHERAL SWD /*! * @brief SWD signal: SWCLK */ #define BOARD_INITSWD_DEBUGPINS_DEBUG_SWD_SWDCLK_SIGNAL SWCLK /*! * @brief Pin name */ #define BOARD_INITSWD_DEBUGPINS_DEBUG_SWD_SWDCLK_PIN_NAME SWCLK /*! * @brief Label */ #define BOARD_INITSWD_DEBUGPINS_DEBUG_SWD_SWDCLK_LABEL "CN6[8]/CN1[4]/U1[16]/SWCLK_PIO0_3" /*! * @brief Identifier name */ #define BOARD_INITSWD_DEBUGPINS_DEBUG_SWD_SWDCLK_NAME "DEBUG_SWD_SWDCLK" /* @} */ /*! @name SWDIO (number 9), CN6[9]/CN1[2]/U1[17]/SWDIO_PIO0_2 @{ */ /*! * @brief Device name: SWD */ #define BOARD_INITSWD_DEBUGPINS_DEBUG_SWD_SWDIO_PERIPHERAL SWD /*! * @brief SWD signal: SWDIO */ #define BOARD_INITSWD_DEBUGPINS_DEBUG_SWD_SWDIO_SIGNAL SWDIO /*! * @brief Pin name */ #define BOARD_INITSWD_DEBUGPINS_DEBUG_SWD_SWDIO_PIN_NAME SWDIO /*! * @brief Label */ #define BOARD_INITSWD_DEBUGPINS_DEBUG_SWD_SWDIO_LABEL "CN6[9]/CN1[2]/U1[17]/SWDIO_PIO0_2" /*! * @brief Identifier name */ #define BOARD_INITSWD_DEBUGPINS_DEBUG_SWD_SWDIO_NAME "DEBUG_SWD_SWDIO" /* @} */ /*! @name RESETN (number 6), CN6[6]/CN1[10]/S3/CN4[3]/U1[3]/U1[8]/TRST_P0_5 @{ */ /*! * @brief Device name: SYSCON */ #define BOARD_INITSWD_DEBUGPINS_DEBUG_SWD_RESETN_PERIPHERAL SYSCON /*! * @brief SYSCON signal: RESETN */ #define BOARD_INITSWD_DEBUGPINS_DEBUG_SWD_RESETN_SIGNAL RESETN /*! * @brief Pin name */ #define BOARD_INITSWD_DEBUGPINS_DEBUG_SWD_RESETN_PIN_NAME RESETN /*! * @brief Label */ #define BOARD_INITSWD_DEBUGPINS_DEBUG_SWD_RESETN_LABEL "CN6[6]/CN1[10]/S3/CN4[3]/U1[3]/U1[8]/TRST_P0_5" /*! * @brief Identifier name */ #define BOARD_INITSWD_DEBUGPINS_DEBUG_SWD_RESETN_NAME "DEBUG_SWD_RESETN" /* @} */ /*! * @brief Configures pin routing and optionally pin electrical features. * */ void BOARD_InitSWD_DEBUGPins(void); /* Function assigned for the Cortex-M0P */ #define IOCON_PIO_HYS_EN 0x20u /*!<@brief Enable hysteresis */ #define IOCON_PIO_INV_DI 0x00u /*!<@brief Input not invert */ #define IOCON_PIO_MODE_PULLUP 0x10u /*!<@brief Selects pull-up function */ #define IOCON_PIO_OD_DI 0x00u /*!<@brief Disables Open-drain function */ /*! @name PIO0_14 (number 23), CN7[2]/CN3[1]/JP4/PIO0_14 @{ */ #define BOARD_INITI2CPINS_I2C_SCL_PERIPHERAL I2C0 /*!<@brief Device name: I2C0 */ #define BOARD_INITI2CPINS_I2C_SCL_SIGNAL SCL /*!<@brief I2C0 signal: SCL */ #define BOARD_INITI2CPINS_I2C_SCL_PORT 0U /*!<@brief PORT device name: 0U */ #define BOARD_INITI2CPINS_I2C_SCL_PIN 14U /*!<@brief 0U pin index: 14 */ #define BOARD_INITI2CPINS_I2C_SCL_PIN_NAME PIO0_14 /*!<@brief Pin name */ #define BOARD_INITI2CPINS_I2C_SCL_LABEL "CN7[2]/CN3[1]/JP4/PIO0_14" /*!<@brief Label */ #define BOARD_INITI2CPINS_I2C_SCL_NAME "I2C_SCL" /*!<@brief Identifier name */ /* @} */ /*! @name PIO0_7 (number 20), CN7[5]/CN3[2]/JP23/CN5[4]/PIO0_7 @{ */ /*! * @brief Device name: I2C0 */ #define BOARD_INITI2CPINS_I2C_SDA_PERIPHERAL I2C0 /*! * @brief I2C0 signal: SDA */ #define BOARD_INITI2CPINS_I2C_SDA_SIGNAL SDA /*! * @brief PORT device name: 0U */ #define BOARD_INITI2CPINS_I2C_SDA_PORT 0U /*! * @brief 0U pin index: 7 */ #define BOARD_INITI2CPINS_I2C_SDA_PIN 7U /*! * @brief Pin name */ #define BOARD_INITI2CPINS_I2C_SDA_PIN_NAME PIO0_7 /*! * @brief Label */ #define BOARD_INITI2CPINS_I2C_SDA_LABEL "CN7[5]/CN3[2]/JP23/CN5[4]/PIO0_7" /*! * @brief Identifier name */ #define BOARD_INITI2CPINS_I2C_SDA_NAME "I2C_SDA" /* @} */ /*! * @brief Configures pin routing and optionally pin electrical features. * */ void BOARD_InitI2CPins(void); /* Function assigned for the Cortex-M0P */ #define IOCON_PIO_HYS_EN 0x20u /*!<@brief Enable hysteresis */ #define IOCON_PIO_INV_DI 0x00u /*!<@brief Input not invert */ #define IOCON_PIO_MODE_PULLUP 0x10u /*!<@brief Selects pull-up function */ #define IOCON_PIO_OD_DI 0x00u /*!<@brief Disables Open-drain function */ /*! @name PIO0_13 (number 4), S1/CN8[4]/CN6[4]/D2/M_PIO0_13/PIO0_13 @{ */ /*! * @brief Device name: GPIO */ #define BOARD_INITBUTTONSPINS_S1_PERIPHERAL GPIO /*! * @brief GPIO signal: PIO0 */ #define BOARD_INITBUTTONSPINS_S1_SIGNAL PIO0 /*! * @brief GPIO device name: GPIO */ #define BOARD_INITBUTTONSPINS_S1_GPIO GPIO /*! * @brief PIO0 pin index: 13 */ #define BOARD_INITBUTTONSPINS_S1_GPIO_PIN 13U /*! * @brief PORT device name: 0U */ #define BOARD_INITBUTTONSPINS_S1_PORT 0U /*! * @brief 0U pin index: 13 */ #define BOARD_INITBUTTONSPINS_S1_PIN 13U /*! * @brief GPIO PIO0 channel: 13 */ #define BOARD_INITBUTTONSPINS_S1_CHANNEL 13 /*! * @brief Pin name */ #define BOARD_INITBUTTONSPINS_S1_PIN_NAME PIO0_13 /*! * @brief Label */ #define BOARD_INITBUTTONSPINS_S1_LABEL "S1/CN8[4]/CN6[4]/D2/M_PIO0_13/PIO0_13" /*! * @brief Identifier name */ #define BOARD_INITBUTTONSPINS_S1_NAME "S1" /*! * @brief Direction */ #define BOARD_INITBUTTONSPINS_S1_DIRECTION kPIN_MUX_DirectionInput /* @} */ /*! @name PIO0_12 (number 5), S2/CN8[6]/CN6[5]/D3/M_PIO0_12/PIO0_12 @{ */ /*! * @brief Device name: GPIO */ #define BOARD_INITBUTTONSPINS_S2_PERIPHERAL GPIO /*! * @brief GPIO signal: PIO0 */ #define BOARD_INITBUTTONSPINS_S2_SIGNAL PIO0 /*! * @brief GPIO device name: GPIO */ #define BOARD_INITBUTTONSPINS_S2_GPIO GPIO /*! * @brief PIO0 pin index: 12 */ #define BOARD_INITBUTTONSPINS_S2_GPIO_PIN 12U /*! * @brief PORT device name: 0U */ #define BOARD_INITBUTTONSPINS_S2_PORT 0U /*! * @brief 0U pin index: 12 */ #define BOARD_INITBUTTONSPINS_S2_PIN 12U /*! * @brief GPIO PIO0 channel: 12 */ #define BOARD_INITBUTTONSPINS_S2_CHANNEL 12 /*! * @brief Pin name */ #define BOARD_INITBUTTONSPINS_S2_PIN_NAME PIO0_12 /*! * @brief Label */ #define BOARD_INITBUTTONSPINS_S2_LABEL "S2/CN8[6]/CN6[5]/D3/M_PIO0_12/PIO0_12" /*! * @brief Identifier name */ #define BOARD_INITBUTTONSPINS_S2_NAME "S2" /*! * @brief Direction */ #define BOARD_INITBUTTONSPINS_S2_DIRECTION kPIN_MUX_DirectionInput /* @} */ /*! * @brief Configures pin routing and optionally pin electrical features. * */ void BOARD_InitBUTTONsPins(void); /* Function assigned for the Cortex-M0P */ #if defined(__cplusplus) } #endif /*! * @} */ #endif /* _PIN_MUX_H_ */ /*********************************************************************************************************************** * EOF **********************************************************************************************************************/