Ricardo Benitez / mbed

Fork of mbed by mbed official

Committer:
Kojto
Date:
Wed Sep 02 14:17:43 2015 +0100
Revision:
106:ba1f97679dad
Parent:
101:7cff1c4259d7
Child:
110:165afa46840b
Release 106  of the mbed library

Changes:
- new platform - Nucleo F446RE
- STM32F4 Cube driver update v2.3.2
- ST cmsis driver v2.3.2
- nordic bugfix gcc linker start address
- lpc11u68 - bugfix for serial ports

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Kojto 101:7cff1c4259d7 1 /**
Kojto 101:7cff1c4259d7 2 ******************************************************************************
Kojto 101:7cff1c4259d7 3 * @file stm32f4xx_hal_gpio.h
Kojto 101:7cff1c4259d7 4 * @author MCD Application Team
Kojto 106:ba1f97679dad 5 * @version V1.3.2
Kojto 106:ba1f97679dad 6 * @date 26-June-2015
Kojto 101:7cff1c4259d7 7 * @brief Header file of GPIO HAL module.
Kojto 101:7cff1c4259d7 8 ******************************************************************************
Kojto 101:7cff1c4259d7 9 * @attention
Kojto 101:7cff1c4259d7 10 *
Kojto 101:7cff1c4259d7 11 * <h2><center>&copy; COPYRIGHT(c) 2015 STMicroelectronics</center></h2>
Kojto 101:7cff1c4259d7 12 *
Kojto 101:7cff1c4259d7 13 * Redistribution and use in source and binary forms, with or without modification,
Kojto 101:7cff1c4259d7 14 * are permitted provided that the following conditions are met:
Kojto 101:7cff1c4259d7 15 * 1. Redistributions of source code must retain the above copyright notice,
Kojto 101:7cff1c4259d7 16 * this list of conditions and the following disclaimer.
Kojto 101:7cff1c4259d7 17 * 2. Redistributions in binary form must reproduce the above copyright notice,
Kojto 101:7cff1c4259d7 18 * this list of conditions and the following disclaimer in the documentation
Kojto 101:7cff1c4259d7 19 * and/or other materials provided with the distribution.
Kojto 101:7cff1c4259d7 20 * 3. Neither the name of STMicroelectronics nor the names of its contributors
Kojto 101:7cff1c4259d7 21 * may be used to endorse or promote products derived from this software
Kojto 101:7cff1c4259d7 22 * without specific prior written permission.
Kojto 101:7cff1c4259d7 23 *
Kojto 101:7cff1c4259d7 24 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
Kojto 101:7cff1c4259d7 25 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
Kojto 101:7cff1c4259d7 26 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
Kojto 101:7cff1c4259d7 27 * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
Kojto 101:7cff1c4259d7 28 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
Kojto 101:7cff1c4259d7 29 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
Kojto 101:7cff1c4259d7 30 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
Kojto 101:7cff1c4259d7 31 * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
Kojto 101:7cff1c4259d7 32 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
Kojto 101:7cff1c4259d7 33 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Kojto 101:7cff1c4259d7 34 *
Kojto 101:7cff1c4259d7 35 ******************************************************************************
Kojto 101:7cff1c4259d7 36 */
Kojto 101:7cff1c4259d7 37
Kojto 101:7cff1c4259d7 38 /* Define to prevent recursive inclusion -------------------------------------*/
Kojto 101:7cff1c4259d7 39 #ifndef __STM32F4xx_HAL_GPIO_H
Kojto 101:7cff1c4259d7 40 #define __STM32F4xx_HAL_GPIO_H
Kojto 101:7cff1c4259d7 41
Kojto 101:7cff1c4259d7 42 #ifdef __cplusplus
Kojto 101:7cff1c4259d7 43 extern "C" {
Kojto 101:7cff1c4259d7 44 #endif
Kojto 101:7cff1c4259d7 45
Kojto 101:7cff1c4259d7 46 /* Includes ------------------------------------------------------------------*/
Kojto 101:7cff1c4259d7 47 #include "stm32f4xx_hal_def.h"
Kojto 101:7cff1c4259d7 48
Kojto 101:7cff1c4259d7 49 /** @addtogroup STM32F4xx_HAL_Driver
Kojto 101:7cff1c4259d7 50 * @{
Kojto 101:7cff1c4259d7 51 */
Kojto 101:7cff1c4259d7 52
Kojto 101:7cff1c4259d7 53 /** @addtogroup GPIO
Kojto 101:7cff1c4259d7 54 * @{
Kojto 101:7cff1c4259d7 55 */
Kojto 101:7cff1c4259d7 56
Kojto 101:7cff1c4259d7 57 /* Exported types ------------------------------------------------------------*/
Kojto 101:7cff1c4259d7 58 /** @defgroup GPIO_Exported_Types GPIO Exported Types
Kojto 101:7cff1c4259d7 59 * @{
Kojto 101:7cff1c4259d7 60 */
Kojto 101:7cff1c4259d7 61
Kojto 101:7cff1c4259d7 62 /**
Kojto 101:7cff1c4259d7 63 * @brief GPIO Init structure definition
Kojto 101:7cff1c4259d7 64 */
Kojto 101:7cff1c4259d7 65 typedef struct
Kojto 101:7cff1c4259d7 66 {
Kojto 101:7cff1c4259d7 67 uint32_t Pin; /*!< Specifies the GPIO pins to be configured.
Kojto 101:7cff1c4259d7 68 This parameter can be any value of @ref GPIO_pins_define */
Kojto 101:7cff1c4259d7 69
Kojto 101:7cff1c4259d7 70 uint32_t Mode; /*!< Specifies the operating mode for the selected pins.
Kojto 101:7cff1c4259d7 71 This parameter can be a value of @ref GPIO_mode_define */
Kojto 101:7cff1c4259d7 72
Kojto 101:7cff1c4259d7 73 uint32_t Pull; /*!< Specifies the Pull-up or Pull-Down activation for the selected pins.
Kojto 101:7cff1c4259d7 74 This parameter can be a value of @ref GPIO_pull_define */
Kojto 101:7cff1c4259d7 75
Kojto 101:7cff1c4259d7 76 uint32_t Speed; /*!< Specifies the speed for the selected pins.
Kojto 101:7cff1c4259d7 77 This parameter can be a value of @ref GPIO_speed_define */
Kojto 101:7cff1c4259d7 78
Kojto 101:7cff1c4259d7 79 uint32_t Alternate; /*!< Peripheral to be connected to the selected pins.
Kojto 101:7cff1c4259d7 80 This parameter can be a value of @ref GPIO_Alternate_function_selection */
Kojto 101:7cff1c4259d7 81 }GPIO_InitTypeDef;
Kojto 101:7cff1c4259d7 82
Kojto 101:7cff1c4259d7 83 /**
Kojto 101:7cff1c4259d7 84 * @brief GPIO Bit SET and Bit RESET enumeration
Kojto 101:7cff1c4259d7 85 */
Kojto 101:7cff1c4259d7 86 typedef enum
Kojto 101:7cff1c4259d7 87 {
Kojto 101:7cff1c4259d7 88 GPIO_PIN_RESET = 0,
Kojto 101:7cff1c4259d7 89 GPIO_PIN_SET
Kojto 101:7cff1c4259d7 90 }GPIO_PinState;
Kojto 101:7cff1c4259d7 91 /**
Kojto 101:7cff1c4259d7 92 * @}
Kojto 101:7cff1c4259d7 93 */
Kojto 101:7cff1c4259d7 94
Kojto 101:7cff1c4259d7 95 /* Exported constants --------------------------------------------------------*/
Kojto 101:7cff1c4259d7 96
Kojto 101:7cff1c4259d7 97 /** @defgroup GPIO_Exported_Constants GPIO Exported Constants
Kojto 101:7cff1c4259d7 98 * @{
Kojto 101:7cff1c4259d7 99 */
Kojto 101:7cff1c4259d7 100
Kojto 101:7cff1c4259d7 101 /** @defgroup GPIO_pins_define GPIO pins define
Kojto 101:7cff1c4259d7 102 * @{
Kojto 101:7cff1c4259d7 103 */
Kojto 101:7cff1c4259d7 104 #define GPIO_PIN_0 ((uint16_t)0x0001) /* Pin 0 selected */
Kojto 101:7cff1c4259d7 105 #define GPIO_PIN_1 ((uint16_t)0x0002) /* Pin 1 selected */
Kojto 101:7cff1c4259d7 106 #define GPIO_PIN_2 ((uint16_t)0x0004) /* Pin 2 selected */
Kojto 101:7cff1c4259d7 107 #define GPIO_PIN_3 ((uint16_t)0x0008) /* Pin 3 selected */
Kojto 101:7cff1c4259d7 108 #define GPIO_PIN_4 ((uint16_t)0x0010) /* Pin 4 selected */
Kojto 101:7cff1c4259d7 109 #define GPIO_PIN_5 ((uint16_t)0x0020) /* Pin 5 selected */
Kojto 101:7cff1c4259d7 110 #define GPIO_PIN_6 ((uint16_t)0x0040) /* Pin 6 selected */
Kojto 101:7cff1c4259d7 111 #define GPIO_PIN_7 ((uint16_t)0x0080) /* Pin 7 selected */
Kojto 101:7cff1c4259d7 112 #define GPIO_PIN_8 ((uint16_t)0x0100) /* Pin 8 selected */
Kojto 101:7cff1c4259d7 113 #define GPIO_PIN_9 ((uint16_t)0x0200) /* Pin 9 selected */
Kojto 101:7cff1c4259d7 114 #define GPIO_PIN_10 ((uint16_t)0x0400) /* Pin 10 selected */
Kojto 101:7cff1c4259d7 115 #define GPIO_PIN_11 ((uint16_t)0x0800) /* Pin 11 selected */
Kojto 101:7cff1c4259d7 116 #define GPIO_PIN_12 ((uint16_t)0x1000) /* Pin 12 selected */
Kojto 101:7cff1c4259d7 117 #define GPIO_PIN_13 ((uint16_t)0x2000) /* Pin 13 selected */
Kojto 101:7cff1c4259d7 118 #define GPIO_PIN_14 ((uint16_t)0x4000) /* Pin 14 selected */
Kojto 101:7cff1c4259d7 119 #define GPIO_PIN_15 ((uint16_t)0x8000) /* Pin 15 selected */
Kojto 101:7cff1c4259d7 120 #define GPIO_PIN_All ((uint16_t)0xFFFF) /* All pins selected */
Kojto 101:7cff1c4259d7 121
Kojto 101:7cff1c4259d7 122 #define GPIO_PIN_MASK ((uint32_t)0x0000FFFF) /* PIN mask for assert test */
Kojto 101:7cff1c4259d7 123 /**
Kojto 101:7cff1c4259d7 124 * @}
Kojto 101:7cff1c4259d7 125 */
Kojto 101:7cff1c4259d7 126
Kojto 101:7cff1c4259d7 127 /** @defgroup GPIO_mode_define GPIO mode define
Kojto 101:7cff1c4259d7 128 * @brief GPIO Configuration Mode
Kojto 101:7cff1c4259d7 129 * Elements values convention: 0xX0yz00YZ
Kojto 101:7cff1c4259d7 130 * - X : GPIO mode or EXTI Mode
Kojto 101:7cff1c4259d7 131 * - y : External IT or Event trigger detection
Kojto 101:7cff1c4259d7 132 * - z : IO configuration on External IT or Event
Kojto 101:7cff1c4259d7 133 * - Y : Output type (Push Pull or Open Drain)
Kojto 101:7cff1c4259d7 134 * - Z : IO Direction mode (Input, Output, Alternate or Analog)
Kojto 101:7cff1c4259d7 135 * @{
Kojto 101:7cff1c4259d7 136 */
Kojto 101:7cff1c4259d7 137 #define GPIO_MODE_INPUT ((uint32_t)0x00000000) /*!< Input Floating Mode */
Kojto 101:7cff1c4259d7 138 #define GPIO_MODE_OUTPUT_PP ((uint32_t)0x00000001) /*!< Output Push Pull Mode */
Kojto 101:7cff1c4259d7 139 #define GPIO_MODE_OUTPUT_OD ((uint32_t)0x00000011) /*!< Output Open Drain Mode */
Kojto 101:7cff1c4259d7 140 #define GPIO_MODE_AF_PP ((uint32_t)0x00000002) /*!< Alternate Function Push Pull Mode */
Kojto 101:7cff1c4259d7 141 #define GPIO_MODE_AF_OD ((uint32_t)0x00000012) /*!< Alternate Function Open Drain Mode */
Kojto 101:7cff1c4259d7 142
Kojto 101:7cff1c4259d7 143 #define GPIO_MODE_ANALOG ((uint32_t)0x00000003) /*!< Analog Mode */
Kojto 101:7cff1c4259d7 144
Kojto 101:7cff1c4259d7 145 #define GPIO_MODE_IT_RISING ((uint32_t)0x10110000) /*!< External Interrupt Mode with Rising edge trigger detection */
Kojto 101:7cff1c4259d7 146 #define GPIO_MODE_IT_FALLING ((uint32_t)0x10210000) /*!< External Interrupt Mode with Falling edge trigger detection */
Kojto 101:7cff1c4259d7 147 #define GPIO_MODE_IT_RISING_FALLING ((uint32_t)0x10310000) /*!< External Interrupt Mode with Rising/Falling edge trigger detection */
Kojto 101:7cff1c4259d7 148
Kojto 101:7cff1c4259d7 149 #define GPIO_MODE_EVT_RISING ((uint32_t)0x10120000) /*!< External Event Mode with Rising edge trigger detection */
Kojto 101:7cff1c4259d7 150 #define GPIO_MODE_EVT_FALLING ((uint32_t)0x10220000) /*!< External Event Mode with Falling edge trigger detection */
Kojto 101:7cff1c4259d7 151 #define GPIO_MODE_EVT_RISING_FALLING ((uint32_t)0x10320000) /*!< External Event Mode with Rising/Falling edge trigger detection */
Kojto 101:7cff1c4259d7 152 /**
Kojto 101:7cff1c4259d7 153 * @}
Kojto 101:7cff1c4259d7 154 */
Kojto 101:7cff1c4259d7 155
Kojto 101:7cff1c4259d7 156 /** @defgroup GPIO_speed_define GPIO speed define
Kojto 101:7cff1c4259d7 157 * @brief GPIO Output Maximum frequency
Kojto 101:7cff1c4259d7 158 * @{
Kojto 101:7cff1c4259d7 159 */
Kojto 101:7cff1c4259d7 160 #define GPIO_SPEED_LOW ((uint32_t)0x00000000) /*!< Low speed */
Kojto 101:7cff1c4259d7 161 #define GPIO_SPEED_MEDIUM ((uint32_t)0x00000001) /*!< Medium speed */
Kojto 101:7cff1c4259d7 162 #define GPIO_SPEED_FAST ((uint32_t)0x00000002) /*!< Fast speed */
Kojto 101:7cff1c4259d7 163 #define GPIO_SPEED_HIGH ((uint32_t)0x00000003) /*!< High speed */
Kojto 101:7cff1c4259d7 164 /**
Kojto 101:7cff1c4259d7 165 * @}
Kojto 101:7cff1c4259d7 166 */
Kojto 101:7cff1c4259d7 167
Kojto 101:7cff1c4259d7 168 /** @defgroup GPIO_pull_define GPIO pull define
Kojto 101:7cff1c4259d7 169 * @brief GPIO Pull-Up or Pull-Down Activation
Kojto 101:7cff1c4259d7 170 * @{
Kojto 101:7cff1c4259d7 171 */
Kojto 101:7cff1c4259d7 172 #define GPIO_NOPULL ((uint32_t)0x00000000) /*!< No Pull-up or Pull-down activation */
Kojto 101:7cff1c4259d7 173 #define GPIO_PULLUP ((uint32_t)0x00000001) /*!< Pull-up activation */
Kojto 101:7cff1c4259d7 174 #define GPIO_PULLDOWN ((uint32_t)0x00000002) /*!< Pull-down activation */
Kojto 101:7cff1c4259d7 175 /**
Kojto 101:7cff1c4259d7 176 * @}
Kojto 101:7cff1c4259d7 177 */
Kojto 101:7cff1c4259d7 178
Kojto 101:7cff1c4259d7 179 /**
Kojto 101:7cff1c4259d7 180 * @}
Kojto 101:7cff1c4259d7 181 */
Kojto 101:7cff1c4259d7 182
Kojto 101:7cff1c4259d7 183 /* Exported macro ------------------------------------------------------------*/
Kojto 101:7cff1c4259d7 184 /** @defgroup GPIO_Exported_Macros GPIO Exported Macros
Kojto 101:7cff1c4259d7 185 * @{
Kojto 101:7cff1c4259d7 186 */
Kojto 101:7cff1c4259d7 187
Kojto 101:7cff1c4259d7 188 /**
Kojto 101:7cff1c4259d7 189 * @brief Checks whether the specified EXTI line flag is set or not.
Kojto 101:7cff1c4259d7 190 * @param __EXTI_LINE__: specifies the EXTI line flag to check.
Kojto 101:7cff1c4259d7 191 * This parameter can be GPIO_PIN_x where x can be(0..15)
Kojto 101:7cff1c4259d7 192 * @retval The new state of __EXTI_LINE__ (SET or RESET).
Kojto 101:7cff1c4259d7 193 */
Kojto 101:7cff1c4259d7 194 #define __HAL_GPIO_EXTI_GET_FLAG(__EXTI_LINE__) (EXTI->PR & (__EXTI_LINE__))
Kojto 101:7cff1c4259d7 195
Kojto 101:7cff1c4259d7 196 /**
Kojto 101:7cff1c4259d7 197 * @brief Clears the EXTI's line pending flags.
Kojto 101:7cff1c4259d7 198 * @param __EXTI_LINE__: specifies the EXTI lines flags to clear.
Kojto 101:7cff1c4259d7 199 * This parameter can be any combination of GPIO_PIN_x where x can be (0..15)
Kojto 101:7cff1c4259d7 200 * @retval None
Kojto 101:7cff1c4259d7 201 */
Kojto 101:7cff1c4259d7 202 #define __HAL_GPIO_EXTI_CLEAR_FLAG(__EXTI_LINE__) (EXTI->PR = (__EXTI_LINE__))
Kojto 101:7cff1c4259d7 203
Kojto 101:7cff1c4259d7 204 /**
Kojto 101:7cff1c4259d7 205 * @brief Checks whether the specified EXTI line is asserted or not.
Kojto 101:7cff1c4259d7 206 * @param __EXTI_LINE__: specifies the EXTI line to check.
Kojto 101:7cff1c4259d7 207 * This parameter can be GPIO_PIN_x where x can be(0..15)
Kojto 101:7cff1c4259d7 208 * @retval The new state of __EXTI_LINE__ (SET or RESET).
Kojto 101:7cff1c4259d7 209 */
Kojto 101:7cff1c4259d7 210 #define __HAL_GPIO_EXTI_GET_IT(__EXTI_LINE__) (EXTI->PR & (__EXTI_LINE__))
Kojto 101:7cff1c4259d7 211
Kojto 101:7cff1c4259d7 212 /**
Kojto 101:7cff1c4259d7 213 * @brief Clears the EXTI's line pending bits.
Kojto 101:7cff1c4259d7 214 * @param __EXTI_LINE__: specifies the EXTI lines to clear.
Kojto 101:7cff1c4259d7 215 * This parameter can be any combination of GPIO_PIN_x where x can be (0..15)
Kojto 101:7cff1c4259d7 216 * @retval None
Kojto 101:7cff1c4259d7 217 */
Kojto 101:7cff1c4259d7 218 #define __HAL_GPIO_EXTI_CLEAR_IT(__EXTI_LINE__) (EXTI->PR = (__EXTI_LINE__))
Kojto 101:7cff1c4259d7 219
Kojto 101:7cff1c4259d7 220 /**
Kojto 101:7cff1c4259d7 221 * @brief Generates a Software interrupt on selected EXTI line.
Kojto 101:7cff1c4259d7 222 * @param __EXTI_LINE__: specifies the EXTI line to check.
Kojto 101:7cff1c4259d7 223 * This parameter can be GPIO_PIN_x where x can be(0..15)
Kojto 101:7cff1c4259d7 224 * @retval None
Kojto 101:7cff1c4259d7 225 */
Kojto 101:7cff1c4259d7 226 #define __HAL_GPIO_EXTI_GENERATE_SWIT(__EXTI_LINE__) (EXTI->SWIER |= (__EXTI_LINE__))
Kojto 101:7cff1c4259d7 227 /**
Kojto 101:7cff1c4259d7 228 * @}
Kojto 101:7cff1c4259d7 229 */
Kojto 101:7cff1c4259d7 230
Kojto 101:7cff1c4259d7 231 /* Include GPIO HAL Extension module */
Kojto 101:7cff1c4259d7 232 #include "stm32f4xx_hal_gpio_ex.h"
Kojto 101:7cff1c4259d7 233
Kojto 101:7cff1c4259d7 234 /* Exported functions --------------------------------------------------------*/
Kojto 101:7cff1c4259d7 235 /** @addtogroup GPIO_Exported_Functions
Kojto 101:7cff1c4259d7 236 * @{
Kojto 101:7cff1c4259d7 237 */
Kojto 101:7cff1c4259d7 238
Kojto 101:7cff1c4259d7 239 /** @addtogroup GPIO_Exported_Functions_Group1
Kojto 101:7cff1c4259d7 240 * @{
Kojto 101:7cff1c4259d7 241 */
Kojto 101:7cff1c4259d7 242 /* Initialization and de-initialization functions *****************************/
Kojto 101:7cff1c4259d7 243 void HAL_GPIO_Init(GPIO_TypeDef *GPIOx, GPIO_InitTypeDef *GPIO_Init);
Kojto 101:7cff1c4259d7 244 void HAL_GPIO_DeInit(GPIO_TypeDef *GPIOx, uint32_t GPIO_Pin);
Kojto 101:7cff1c4259d7 245 /**
Kojto 101:7cff1c4259d7 246 * @}
Kojto 101:7cff1c4259d7 247 */
Kojto 101:7cff1c4259d7 248
Kojto 101:7cff1c4259d7 249 /** @addtogroup GPIO_Exported_Functions_Group2
Kojto 101:7cff1c4259d7 250 * @{
Kojto 101:7cff1c4259d7 251 */
Kojto 101:7cff1c4259d7 252 /* IO operation functions *****************************************************/
Kojto 101:7cff1c4259d7 253 GPIO_PinState HAL_GPIO_ReadPin(GPIO_TypeDef* GPIOx, uint16_t GPIO_Pin);
Kojto 101:7cff1c4259d7 254 void HAL_GPIO_WritePin(GPIO_TypeDef* GPIOx, uint16_t GPIO_Pin, GPIO_PinState PinState);
Kojto 101:7cff1c4259d7 255 void HAL_GPIO_TogglePin(GPIO_TypeDef* GPIOx, uint16_t GPIO_Pin);
Kojto 101:7cff1c4259d7 256 HAL_StatusTypeDef HAL_GPIO_LockPin(GPIO_TypeDef* GPIOx, uint16_t GPIO_Pin);
Kojto 101:7cff1c4259d7 257 void HAL_GPIO_EXTI_IRQHandler(uint16_t GPIO_Pin);
Kojto 101:7cff1c4259d7 258 void HAL_GPIO_EXTI_Callback(uint16_t GPIO_Pin);
Kojto 101:7cff1c4259d7 259
Kojto 101:7cff1c4259d7 260 /**
Kojto 101:7cff1c4259d7 261 * @}
Kojto 101:7cff1c4259d7 262 */
Kojto 101:7cff1c4259d7 263
Kojto 101:7cff1c4259d7 264 /**
Kojto 101:7cff1c4259d7 265 * @}
Kojto 101:7cff1c4259d7 266 */
Kojto 101:7cff1c4259d7 267 /* Private types -------------------------------------------------------------*/
Kojto 101:7cff1c4259d7 268 /* Private variables ---------------------------------------------------------*/
Kojto 101:7cff1c4259d7 269 /* Private constants ---------------------------------------------------------*/
Kojto 101:7cff1c4259d7 270 /** @defgroup GPIO_Private_Constants GPIO Private Constants
Kojto 101:7cff1c4259d7 271 * @{
Kojto 101:7cff1c4259d7 272 */
Kojto 101:7cff1c4259d7 273
Kojto 101:7cff1c4259d7 274 /**
Kojto 101:7cff1c4259d7 275 * @}
Kojto 101:7cff1c4259d7 276 */
Kojto 101:7cff1c4259d7 277
Kojto 101:7cff1c4259d7 278 /* Private macros ------------------------------------------------------------*/
Kojto 101:7cff1c4259d7 279 /** @defgroup GPIO_Private_Macros GPIO Private Macros
Kojto 101:7cff1c4259d7 280 * @{
Kojto 101:7cff1c4259d7 281 */
Kojto 101:7cff1c4259d7 282 #define IS_GPIO_PIN_ACTION(ACTION) (((ACTION) == GPIO_PIN_RESET) || ((ACTION) == GPIO_PIN_SET))
Kojto 101:7cff1c4259d7 283 #define IS_GPIO_PIN(PIN) (((PIN) & GPIO_PIN_MASK ) != (uint32_t)0x00)
Kojto 101:7cff1c4259d7 284 #define IS_GPIO_MODE(MODE) (((MODE) == GPIO_MODE_INPUT) ||\
Kojto 101:7cff1c4259d7 285 ((MODE) == GPIO_MODE_OUTPUT_PP) ||\
Kojto 101:7cff1c4259d7 286 ((MODE) == GPIO_MODE_OUTPUT_OD) ||\
Kojto 101:7cff1c4259d7 287 ((MODE) == GPIO_MODE_AF_PP) ||\
Kojto 101:7cff1c4259d7 288 ((MODE) == GPIO_MODE_AF_OD) ||\
Kojto 101:7cff1c4259d7 289 ((MODE) == GPIO_MODE_IT_RISING) ||\
Kojto 101:7cff1c4259d7 290 ((MODE) == GPIO_MODE_IT_FALLING) ||\
Kojto 101:7cff1c4259d7 291 ((MODE) == GPIO_MODE_IT_RISING_FALLING) ||\
Kojto 101:7cff1c4259d7 292 ((MODE) == GPIO_MODE_EVT_RISING) ||\
Kojto 101:7cff1c4259d7 293 ((MODE) == GPIO_MODE_EVT_FALLING) ||\
Kojto 101:7cff1c4259d7 294 ((MODE) == GPIO_MODE_EVT_RISING_FALLING) ||\
Kojto 101:7cff1c4259d7 295 ((MODE) == GPIO_MODE_ANALOG))
Kojto 101:7cff1c4259d7 296 #define IS_GPIO_SPEED(SPEED) (((SPEED) == GPIO_SPEED_LOW) || ((SPEED) == GPIO_SPEED_MEDIUM) || \
Kojto 101:7cff1c4259d7 297 ((SPEED) == GPIO_SPEED_FAST) || ((SPEED) == GPIO_SPEED_HIGH))
Kojto 101:7cff1c4259d7 298 #define IS_GPIO_PULL(PULL) (((PULL) == GPIO_NOPULL) || ((PULL) == GPIO_PULLUP) || \
Kojto 101:7cff1c4259d7 299 ((PULL) == GPIO_PULLDOWN))
Kojto 101:7cff1c4259d7 300 /**
Kojto 101:7cff1c4259d7 301 * @}
Kojto 101:7cff1c4259d7 302 */
Kojto 101:7cff1c4259d7 303
Kojto 101:7cff1c4259d7 304 /* Private functions ---------------------------------------------------------*/
Kojto 101:7cff1c4259d7 305 /** @defgroup GPIO_Private_Functions GPIO Private Functions
Kojto 101:7cff1c4259d7 306 * @{
Kojto 101:7cff1c4259d7 307 */
Kojto 101:7cff1c4259d7 308
Kojto 101:7cff1c4259d7 309 /**
Kojto 101:7cff1c4259d7 310 * @}
Kojto 101:7cff1c4259d7 311 */
Kojto 101:7cff1c4259d7 312
Kojto 101:7cff1c4259d7 313 /**
Kojto 101:7cff1c4259d7 314 * @}
Kojto 101:7cff1c4259d7 315 */
Kojto 101:7cff1c4259d7 316
Kojto 101:7cff1c4259d7 317 /**
Kojto 101:7cff1c4259d7 318 * @}
Kojto 101:7cff1c4259d7 319 */
Kojto 101:7cff1c4259d7 320
Kojto 101:7cff1c4259d7 321 #ifdef __cplusplus
Kojto 101:7cff1c4259d7 322 }
Kojto 101:7cff1c4259d7 323 #endif
Kojto 101:7cff1c4259d7 324
Kojto 101:7cff1c4259d7 325 #endif /* __STM32F4xx_HAL_GPIO_H */
Kojto 101:7cff1c4259d7 326
Kojto 101:7cff1c4259d7 327 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/