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

WRITE_REG macro

Syntax

#define WRITE_REG(REG, VAL) ((REG) = (VAL))

Arguments

REG

VAL

Examples

WRITE_REG is referenced by 1 libraries and example projects.

References

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