![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
Macros | |
#define | IS_GPIO_PIN_ACTION(ACTION) (((ACTION) == GPIO_PIN_RESET) || ((ACTION) == GPIO_PIN_SET)) |
#define | IS_GPIO_PIN(PIN) (((PIN) & GPIO_PIN_MASK ) != (uint32_t)0x00) |
#define | IS_GPIO_MODE(MODE) |
#define | IS_GPIO_SPEED(SPEED) |
#define | IS_GPIO_PULL(PULL) |
#define IS_GPIO_MODE | ( | MODE | ) |
Definition at line 284 of file stm32f7xx_hal_gpio.h.
#define IS_GPIO_PIN | ( | PIN | ) | (((PIN) & GPIO_PIN_MASK ) != (uint32_t)0x00) |
Definition at line 283 of file stm32f7xx_hal_gpio.h.
#define IS_GPIO_PIN_ACTION | ( | ACTION | ) | (((ACTION) == GPIO_PIN_RESET) || ((ACTION) == GPIO_PIN_SET)) |
Definition at line 282 of file stm32f7xx_hal_gpio.h.
#define IS_GPIO_PULL | ( | PULL | ) |
Definition at line 298 of file stm32f7xx_hal_gpio.h.
#define IS_GPIO_SPEED | ( | SPEED | ) |
Definition at line 296 of file stm32f7xx_hal_gpio.h.