CMSIS + 0/1 examples
CodeScope will show references to IS_GPIO_ALL_INSTANCE from the following samples and libraries:
 
Symbols
loading...
Files
loading...

IS_GPIO_ALL_INSTANCE macro

Syntax

#define IS_GPIO_ALL_INSTANCE(INSTANCE) (((INSTANCE) == GPIOA) || \     ((INSTANCE) == GPIOB) || \     ((INSTANCE) == GPIOC) || \     ((INSTANCE) == GPIOD) || \     ((INSTANCE) == GPIOE) || \     ((INSTANCE) == GPIOF) || \     ((INSTANCE) == GPIOG) || \     ((INSTANCE) == GPIOH) || \     ((INSTANCE) == GPIOI) || \     ((INSTANCE) == GPIOJ) || \     ((INSTANCE) == GPIOK))

Arguments

INSTANCE

Examples

IS_GPIO_ALL_INSTANCE is referenced by 1 libraries and example projects.

References

LocationText
stm32f401xc.h:8273
#define IS_GPIO_ALL_INSTANCE(INSTANCE) (((INSTANCE) == GPIOA) || \
stm32f401xe.h:8273
#define IS_GPIO_ALL_INSTANCE(INSTANCE) (((INSTANCE) == GPIOA) || \
stm32f407xx.h:15139
#define IS_GPIO_ALL_INSTANCE(INSTANCE) (((INSTANCE) == GPIOA) || \
stm32f410rx.h:7087
#define IS_GPIO_ALL_INSTANCE(INSTANCE) (((INSTANCE) == GPIOA) || \
stm32f410tx.h:7043
#define IS_GPIO_ALL_INSTANCE(INSTANCE) (((INSTANCE) == GPIOA) || \
stm32f411xe.h:8304
#define IS_GPIO_ALL_INSTANCE(INSTANCE) (((INSTANCE) == GPIOA) || \
stm32f412zx.h:14064
#define IS_GPIO_ALL_INSTANCE(INSTANCE) (((INSTANCE) == GPIOA) || \
stm32f413xx.h:14975
#define IS_GPIO_ALL_INSTANCE(INSTANCE) (((INSTANCE) == GPIOA) || \
stm32f417xx.h:15419
#define IS_GPIO_ALL_INSTANCE(INSTANCE) (((INSTANCE) == GPIOA) || \
stm32f429xx.h:16694
#define IS_GPIO_ALL_INSTANCE(INSTANCE) (((INSTANCE) == GPIOA) || \
stm32f439xx.h:16988
#define IS_GPIO_ALL_INSTANCE(INSTANCE) (((INSTANCE) == GPIOA) || \
stm32f446xx.h:15483
#define IS_GPIO_ALL_INSTANCE(INSTANCE) (((INSTANCE) == GPIOA) || \
stm32f469xx.h:19784
#define IS_GPIO_ALL_INSTANCE(INSTANCE) (((INSTANCE) == GPIOA) || \
stm32f479xx.h:20081
#define IS_GPIO_ALL_INSTANCE(INSTANCE) (((INSTANCE) == GPIOA) || \