Searched refs:REG_BIT_CLEAR (Results 1 – 2 of 2) sorted by relevance
219 #define REG_BIT_CLEAR(address, mask) (*(volatile uint8_t *)(address) &= ~(mask)) macro
1648 REG_BIT_CLEAR(FTFx_FCNFG, FTFx_FCNFG_CCIE); in EE_ISRHandler()