Searched refs:bitPos (Results 1 – 1 of 1) sorted by relevance
45 const uint32_t bitPos = ((uint32_t)peripheral & 0x0000FFFFu); in RESET_SetPeripheralReset() local46 const uint32_t bitMask = 1UL << bitPos; in RESET_SetPeripheralReset()48 assert(bitPos < 32u); in RESET_SetPeripheralReset()70 const uint32_t bitPos = ((uint32_t)peripheral & 0x0000FFFFu); in RESET_ClearPeripheralReset() local71 const uint32_t bitMask = 1UL << bitPos; in RESET_ClearPeripheralReset()73 assert(bitPos < 32u); in RESET_ClearPeripheralReset()