Searched refs:PRCM_PERIPH_MASKBIT (Results 1 – 1 of 1) sorted by relevance
135 #define PRCM_PERIPH_MASKBIT(a) (0x00000001 << ((a) & 0xf)) macro500 PRCM_PERIPH_MASKBIT(ui32Peripheral); in PRCMPeripheralRunEnable()520 ~PRCM_PERIPH_MASKBIT(ui32Peripheral); in PRCMPeripheralRunDisable()540 PRCM_PERIPH_MASKBIT(ui32Peripheral); in PRCMPeripheralSleepEnable()560 ~PRCM_PERIPH_MASKBIT(ui32Peripheral); in PRCMPeripheralSleepDisable()580 PRCM_PERIPH_MASKBIT(ui32Peripheral); in PRCMPeripheralDeepSleepEnable()600 ~PRCM_PERIPH_MASKBIT(ui32Peripheral); in PRCMPeripheralDeepSleepDisable()
Completed in 3 milliseconds