STM32F439xx HAL User Manual
Defines
GPIO Private Constants
GPIO

Defines

#define GPIO_MODE   0x00000003U
#define EXTI_MODE   0x10000000U
#define GPIO_MODE_IT   0x00010000U
#define GPIO_MODE_EVT   0x00020000U
#define RISING_EDGE   0x00100000U
#define FALLING_EDGE   0x00200000U
#define GPIO_OUTPUT_TYPE   0x00000010U
#define GPIO_NUMBER   16U

Define Documentation

#define EXTI_MODE   0x10000000U

Definition at line 143 of file stm32f4xx_hal_gpio.c.

Referenced by HAL_GPIO_Init().

#define FALLING_EDGE   0x00200000U

Definition at line 147 of file stm32f4xx_hal_gpio.c.

Referenced by HAL_GPIO_Init().

#define GPIO_MODE   0x00000003U

Definition at line 142 of file stm32f4xx_hal_gpio.c.

Referenced by HAL_GPIO_Init().

#define GPIO_MODE_EVT   0x00020000U

Definition at line 145 of file stm32f4xx_hal_gpio.c.

Referenced by HAL_GPIO_Init().

#define GPIO_MODE_IT   0x00010000U

Definition at line 144 of file stm32f4xx_hal_gpio.c.

Referenced by HAL_GPIO_Init().

#define GPIO_NUMBER   16U

Definition at line 150 of file stm32f4xx_hal_gpio.c.

Referenced by HAL_GPIO_DeInit(), and HAL_GPIO_Init().

#define GPIO_OUTPUT_TYPE   0x00000010U

Definition at line 148 of file stm32f4xx_hal_gpio.c.

Referenced by HAL_GPIO_Init().

#define RISING_EDGE   0x00100000U

Definition at line 146 of file stm32f4xx_hal_gpio.c.

Referenced by HAL_GPIO_Init().