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

READ_REG macro

Syntax

#define READ_REG(REG) ((REG))

Arguments

REG

Examples

READ_REG is referenced by 1 libraries and example projects.

References

LocationText
stm32f4xx.h:221
#define READ_REG(REG) ((REG))
stm32f4xx.h:223
#define MODIFY_REG(REG, CLEARMASK, SETMASK) WRITE_REG((REG), (((READ_REG(REG)) & (~(CLEARMASK))) | (SETMASK)))