Home
last modified time | relevance | path

Searched defs:bitMask (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-m-3.7.0/platform/ext/target/nxp/lpcxpresso55s69/Native_Driver/drivers/
Dfsl_reset.c46 const uint32_t bitMask = 1UL << bitPos; in RESET_SetPeripheralReset() local
71 const uint32_t bitMask = 1UL << bitPos; in RESET_ClearPeripheralReset() local
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/host/src/tests/TestAL/pal/linux/
Dtest_pal_map_addrs.c150 static void Test_SetMmapFlags(int *prot, int *flags, uint8_t bitMask) in Test_SetMmapFlags()