/*********************************************************************************************************************** * 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_ /*! * @addtogroup pin_mux * @{ */ /*********************************************************************************************************************** * API **********************************************************************************************************************/ #if defined(__cplusplus) extern "C" { #endif /*! * @brief Calls initialization functions. * */ void BOARD_InitBootPins(void); #define PIO00_DIGIMODE_DIGITAL 0x01u /*!<@brief Select Analog/Digital mode.: Digital mode. */ #define PIO00_FUNC_ALT1 0x01u /*!<@brief Selects pin function.: Alternative connection 1. */ #define PIO01_DIGIMODE_DIGITAL 0x01u /*!<@brief Select Analog/Digital mode.: Digital mode. */ #define PIO01_FUNC_ALT1 0x01u /*!<@brief Selects pin function.: Alternative connection 1. */ #define PIO023_DIGIMODE_DIGITAL 0x01u /*!<@brief Select Analog/Digital mode.: Digital mode. */ #define PIO023_FUNC_ALT1 0x01u /*!<@brief Selects pin function.: Alternative connection 1. */ #define PIO024_DIGIMODE_DIGITAL 0x01u /*!<@brief Select Analog/Digital mode.: Digital mode. */ #define PIO024_FUNC_ALT1 0x01u /*!<@brief Selects pin function.: Alternative connection 1. */ #define PIO07_DIGIMODE_DIGITAL 0x01u /*!<@brief Select Analog/Digital mode.: Digital mode. */ #define PIO07_FUNC_ALT0 0x00u /*!<@brief Selects pin function.: Alternative connection 0. */ #define PIO18_DIGIMODE_DIGITAL 0x01u /*!<@brief Select Analog/Digital mode.: Digital mode. */ #define PIO18_FUNC_ALT0 0x00u /*!<@brief Selects pin function.: Alternative connection 0. */ /*! @name PIO1_8 (number 28), LED_R @{ */ /* Symbols to be used with GPIO driver */ #define BOARD_INITPINS_LED_R_GPIO GPIO /*!<@brief GPIO peripheral base pointer */ #define BOARD_INITPINS_LED_R_GPIO_PIN_MASK (1U << 8U) /*!<@brief GPIO pin mask */ #define BOARD_INITPINS_LED_R_PORT 1U /*!<@brief PORT peripheral base pointer */ #define BOARD_INITPINS_LED_R_PIN 8U /*!<@brief PORT pin number */ #define BOARD_INITPINS_LED_R_PIN_MASK (1U << 8U) /*!<@brief PORT pin mask */ /* @} */ /*! @name PIO0_7 (number 41), BMM_DRDY @{ */ #define BOARD_INITPINS_BMM_DRDY_PORT 0U /*!<@brief PORT peripheral base pointer */ #define BOARD_INITPINS_BMM_DRDY_PIN 7U /*!<@brief PORT pin number */ #define BOARD_INITPINS_BMM_DRDY_PIN_MASK (1U << 7U) /*!<@brief PORT pin mask */ /* @} */ /*! * @brief Configures pin routing and optionally pin electrical features. * */ void BOARD_InitPins(void); /* Function assigned for the Cortex-M4F */ #if defined(__cplusplus) } #endif /*! * @} */ #endif /* _PIN_MUX_H_ */ /*********************************************************************************************************************** * EOF **********************************************************************************************************************/