Macros | |
#define | IS_GPIO_MODE(MODE) |
#define | IS_GPIO_MODE(MODE) |
#define | IS_GPIO_MODE(MODE) |
#define | IS_GPIO_MODE(MODE) |
#define | IS_GPIO_MODE(MODE) |
#define | IS_GPIO_MODE(MODE) |
#define | IS_GPIO_PIN(__PIN__) ((((uint32_t)(__PIN__) & GPIO_PIN_MASK) != 0x00U)) |
#define | IS_GPIO_PIN(__PIN__) |
#define | IS_GPIO_PIN(__PIN__) |
#define | IS_GPIO_PIN(PIN) (((((uint32_t)PIN) & GPIO_PIN_MASK ) != 0x00U) && ((((uint32_t)PIN) & ~GPIO_PIN_MASK) == 0x00U)) |
#define | IS_GPIO_PIN(PIN) (((((uint32_t)PIN) & GPIO_PIN_MASK ) != 0x00U) && ((((uint32_t)PIN) & ~GPIO_PIN_MASK) == 0x00U)) |
#define | IS_GPIO_PIN(PIN) (((((uint32_t)PIN) & GPIO_PIN_MASK ) != 0x00U) && ((((uint32_t)PIN) & ~GPIO_PIN_MASK) == 0x00U)) |
#define | IS_GPIO_PIN_ACTION(ACTION) (((ACTION) == GPIO_PIN_RESET) || ((ACTION) == GPIO_PIN_SET)) |
#define | IS_GPIO_PIN_ACTION(ACTION) (((ACTION) == GPIO_PIN_RESET) || ((ACTION) == GPIO_PIN_SET)) |
#define | IS_GPIO_PIN_ACTION(ACTION) (((ACTION) == GPIO_PIN_RESET) || ((ACTION) == GPIO_PIN_SET)) |
#define | IS_GPIO_PIN_ACTION(ACTION) (((ACTION) == GPIO_PIN_RESET) || ((ACTION) == GPIO_PIN_SET)) |
#define | IS_GPIO_PIN_ACTION(ACTION) (((ACTION) == GPIO_PIN_RESET) || ((ACTION) == GPIO_PIN_SET)) |
#define | IS_GPIO_PIN_ACTION(ACTION) (((ACTION) == GPIO_PIN_RESET) || ((ACTION) == GPIO_PIN_SET)) |
#define | IS_GPIO_PULL(PULL) |
#define | IS_GPIO_PULL(PULL) |
#define | IS_GPIO_PULL(PULL) |
#define | IS_GPIO_PULL(PULL) |
#define | IS_GPIO_PULL(PULL) |
#define | IS_GPIO_PULL(PULL) |
#define | IS_GPIO_SPEED(SPEED) |
#define | IS_GPIO_SPEED(SPEED) |
#define | IS_GPIO_SPEED(SPEED) |
#define | IS_GPIO_SPEED(SPEED) |
#define | IS_GPIO_SPEED(SPEED) |
#define | IS_GPIO_SPEED(SPEED) |
#define IS_GPIO_MODE | ( | MODE | ) |
Definition at line 266 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h.
#define IS_GPIO_MODE | ( | MODE | ) |
Definition at line 266 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h.
#define IS_GPIO_MODE | ( | MODE | ) |
Definition at line 266 of file stm32f7xx_hal_gpio.h.
#define IS_GPIO_MODE | ( | MODE | ) |
Definition at line 266 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h.
#define IS_GPIO_MODE | ( | MODE | ) |
Definition at line 301 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h.
#define IS_GPIO_MODE | ( | MODE | ) |
Definition at line 301 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h.
#define IS_GPIO_PIN | ( | __PIN__ | ) | ((((uint32_t)(__PIN__) & GPIO_PIN_MASK) != 0x00U)) |
Definition at line 265 of file stm32f7xx_hal_gpio.h.
#define IS_GPIO_PIN | ( | __PIN__ | ) |
Definition at line 299 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h.
#define IS_GPIO_PIN | ( | __PIN__ | ) |
Definition at line 299 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h.
#define IS_GPIO_PIN | ( | PIN | ) | (((((uint32_t)PIN) & GPIO_PIN_MASK ) != 0x00U) && ((((uint32_t)PIN) & ~GPIO_PIN_MASK) == 0x00U)) |
Definition at line 265 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h.
#define IS_GPIO_PIN | ( | PIN | ) | (((((uint32_t)PIN) & GPIO_PIN_MASK ) != 0x00U) && ((((uint32_t)PIN) & ~GPIO_PIN_MASK) == 0x00U)) |
Definition at line 265 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h.
#define IS_GPIO_PIN | ( | PIN | ) | (((((uint32_t)PIN) & GPIO_PIN_MASK ) != 0x00U) && ((((uint32_t)PIN) & ~GPIO_PIN_MASK) == 0x00U)) |
Definition at line 265 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h.
#define IS_GPIO_PIN_ACTION | ( | ACTION | ) | (((ACTION) == GPIO_PIN_RESET) || ((ACTION) == GPIO_PIN_SET)) |
Definition at line 264 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h.
#define IS_GPIO_PIN_ACTION | ( | ACTION | ) | (((ACTION) == GPIO_PIN_RESET) || ((ACTION) == GPIO_PIN_SET)) |
Definition at line 264 of file stm32f7xx_hal_gpio.h.
#define IS_GPIO_PIN_ACTION | ( | ACTION | ) | (((ACTION) == GPIO_PIN_RESET) || ((ACTION) == GPIO_PIN_SET)) |
Definition at line 264 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h.
#define IS_GPIO_PIN_ACTION | ( | ACTION | ) | (((ACTION) == GPIO_PIN_RESET) || ((ACTION) == GPIO_PIN_SET)) |
Definition at line 264 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h.
#define IS_GPIO_PIN_ACTION | ( | ACTION | ) | (((ACTION) == GPIO_PIN_RESET) || ((ACTION) == GPIO_PIN_SET)) |
Definition at line 298 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h.
#define IS_GPIO_PIN_ACTION | ( | ACTION | ) | (((ACTION) == GPIO_PIN_RESET) || ((ACTION) == GPIO_PIN_SET)) |
Definition at line 298 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h.
#define IS_GPIO_PULL | ( | PULL | ) |
Definition at line 280 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h.
#define IS_GPIO_PULL | ( | PULL | ) |
Definition at line 280 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h.
#define IS_GPIO_PULL | ( | PULL | ) |
Definition at line 280 of file stm32f7xx_hal_gpio.h.
#define IS_GPIO_PULL | ( | PULL | ) |
Definition at line 280 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h.
#define IS_GPIO_PULL | ( | PULL | ) |
Definition at line 316 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h.
#define IS_GPIO_PULL | ( | PULL | ) |
Definition at line 316 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h.
#define IS_GPIO_SPEED | ( | SPEED | ) |
Definition at line 278 of file stm32f7xx_hal_gpio.h.
#define IS_GPIO_SPEED | ( | SPEED | ) |
Definition at line 278 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h.
#define IS_GPIO_SPEED | ( | SPEED | ) |
Definition at line 278 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h.
#define IS_GPIO_SPEED | ( | SPEED | ) |
Definition at line 278 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h.
#define IS_GPIO_SPEED | ( | SPEED | ) |
Definition at line 313 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h.
#define IS_GPIO_SPEED | ( | SPEED | ) |
Definition at line 313 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h.