Advanced Distributed Systems module at HSLU
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

71 lines
2.5 KiB

/***********************************************************************************************************************
* 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);
/*! @name PORTD0 (number 73), LED_RED_L
@{ */
/* Symbols to be used with GPIO driver */
#define BOARD_INITPINS_LED_RED_L_GPIO GPIOD /*!<@brief GPIO peripheral base pointer */
#define BOARD_INITPINS_LED_RED_L_GPIO_PIN_MASK (1U << 0U) /*!<@brief GPIO pin mask */
/* Symbols to be used with PORT driver */
#define BOARD_INITPINS_LED_RED_L_PORT PORTD /*!<@brief PORT peripheral base pointer */
#define BOARD_INITPINS_LED_RED_L_PIN 0U /*!<@brief PORT pin number */
#define BOARD_INITPINS_LED_RED_L_PIN_MASK (1U << 0U) /*!<@brief PORT pin mask */
/* @} */
/*! @name PORTA13 (number 33), LED_RED_R
@{ */
/* Symbols to be used with GPIO driver */
#define BOARD_INITPINS_LED_RED_R_GPIO GPIOA /*!<@brief GPIO peripheral base pointer */
#define BOARD_INITPINS_LED_RED_R_GPIO_PIN_MASK (1U << 13U) /*!<@brief GPIO pin mask */
/* Symbols to be used with PORT driver */
#define BOARD_INITPINS_LED_RED_R_PORT PORTA /*!<@brief PORT peripheral base pointer */
#define BOARD_INITPINS_LED_RED_R_PIN 13U /*!<@brief PORT pin number */
#define BOARD_INITPINS_LED_RED_R_PIN_MASK (1U << 13U) /*!<@brief PORT pin mask */
/* @} */
/*!
* @brief
*
*/
void BOARD_InitPins(void);
#if defined(__cplusplus)
}
#endif
/*!
* @}
*/
#endif /* _PIN_MUX_H_ */
/***********************************************************************************************************************
* EOF
**********************************************************************************************************************/