Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/platform/ext/target/nxp/lpcxpresso55s69/Native_Driver/drivers/
Dfsl_reset.c45 const uint32_t bitPos = ((uint32_t)peripheral & 0x0000FFFFu); in RESET_SetPeripheralReset() local
46 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() local
71 const uint32_t bitMask = 1UL << bitPos; in RESET_ClearPeripheralReset()
73 assert(bitPos < 32u); in RESET_ClearPeripheralReset()