CMSIS + 0/6 examples
CodeScope will show references to READ_BIT from the following samples and libraries:
Examples
STM32469I_EVAL
Examples
FMC
STM324x9I_EVAL
Examples
FMC
STM32F413H-Discovery
Examples
FMC
 
Symbols
loading...
Files
loading...

READ_BIT macro

Syntax

#define READ_BIT(REG, BIT) ((REG) & (BIT))

Arguments

REG

BIT

Examples

READ_BIT is referenced by 6 libraries and example projects.

References

LocationText
stm32f4xx.h:215
#define READ_BIT(REG, BIT) ((REG) & (BIT))