Home
last modified time | relevance | path

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

/external/platform/cc13xx/cc13xxware/driverlib/
A Dprcm.c128 #define PRCM_PERIPH_INDEX(a) (((a) >> 8) & 0xf) macro
499 HWREG(PRCM_BASE + g_pui32RCGCRegs[PRCM_PERIPH_INDEX(ui32Peripheral)]) |= in PRCMPeripheralRunEnable()
519 HWREG(PRCM_BASE + g_pui32RCGCRegs[PRCM_PERIPH_INDEX(ui32Peripheral)]) &= in PRCMPeripheralRunDisable()
539 HWREG(PRCM_BASE + g_pui32SCGCRegs[PRCM_PERIPH_INDEX(ui32Peripheral)]) |= in PRCMPeripheralSleepEnable()
559 HWREG(PRCM_BASE + g_pui32SCGCRegs[PRCM_PERIPH_INDEX(ui32Peripheral)]) &= in PRCMPeripheralSleepDisable()
579 HWREG(PRCM_BASE + g_pui32DCGCRegs[PRCM_PERIPH_INDEX(ui32Peripheral)]) |= in PRCMPeripheralDeepSleepEnable()
599 HWREG(PRCM_BASE + g_pui32DCGCRegs[PRCM_PERIPH_INDEX(ui32Peripheral)]) &= in PRCMPeripheralDeepSleepDisable()

Completed in 3 milliseconds