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

SET_BIT macro

Syntax

#define SET_BIT(REG, BIT) ((REG) |= (BIT))

Arguments

REG

BIT

Examples

SET_BIT is referenced by 1 libraries and example projects.

References

LocationText
stm32f4xx.h:211
#define SET_BIT(REG, BIT) ((REG) |= (BIT))