Home
last modified time | relevance | path

Searched refs:BIT_CLR (Results 1 – 1 of 1) sorted by relevance

/hal_microchip-latest/mec/common/
Dmec_defs.h44 #ifndef BIT_CLR
45 #define BIT_CLR(v, bpos) (v) &= ~BIT(bpos) macro