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

CLEAR_BIT macro

Syntax

#define CLEAR_BIT(REG, BIT) ((REG) &= ~(BIT))

Arguments

REG

BIT

Examples

CLEAR_BIT is referenced by 1 libraries and example projects.

References

LocationText
stm32f4xx.h:213
#define CLEAR_BIT(REG, BIT) ((REG) &= ~(BIT))