Searched defs:bitMask (Results 1 – 2 of 2) sorted by relevance
46 const uint32_t bitMask = 1UL << bitPos; in RESET_SetPeripheralReset() local71 const uint32_t bitMask = 1UL << bitPos; in RESET_ClearPeripheralReset() local
150 static void Test_SetMmapFlags(int *prot, int *flags, uint8_t bitMask) in Test_SetMmapFlags()