Searched refs:BIT_Mask (Results 1 – 8 of 8) sorted by relevance
17 #define BIT_Mask ((uint8_t)0x7F) macro62 tmpreg |= WindowValue & (uint32_t) BIT_Mask; in WWDG_SetWindowValue()87 WWDG->CTLR = Counter & BIT_Mask; in WWDG_SetCounter()
19 #define BIT_Mask ((uint8_t)0x7F) macro71 tmpreg |= WindowValue & (uint32_t)BIT_Mask; in WWDG_SetWindowValue()100 WWDG->CTLR = Counter & BIT_Mask; in WWDG_SetCounter()
26 #define BIT_Mask ((uint8_t)0x7F) macro72 tmpreg |= WindowValue & (uint32_t) BIT_Mask; in WWDG_SetWindowValue()97 WWDG->CTLR = Counter & BIT_Mask; in WWDG_SetCounter()
65 #define BIT_Mask ((uint8_t)0x7F)149 tmpreg |= WindowValue & BIT_Mask;176 WWDG->CR = Counter & BIT_Mask;
62 #define BIT_Mask ((uint8_t)0x7F) macro146 tmpreg |= WindowValue & BIT_Mask; in WWDG_SetWindowValue()173 WWDG->CR = Counter & BIT_Mask; in WWDG_SetCounter()
42 #define BIT_Mask ((uint8_t)0x7F) macro127 tmpreg |= WindowValue & (uint32_t) BIT_Mask; in WWDG_SetWindowValue()155 WWDG->CR = Counter & BIT_Mask; in WWDG_SetCounter()
Completed in 15 milliseconds