Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Dprcm.c134 #define PRCM_PERIPH_INDEX(a) (((a) >> 8) & 0xf) macro
508 HWREG(PRCM_BASE + g_pui32RCGCRegs[PRCM_PERIPH_INDEX(ui32Peripheral)]) |= in PRCMPeripheralRunEnable()
524 HWREG(PRCM_BASE + g_pui32RCGCRegs[PRCM_PERIPH_INDEX(ui32Peripheral)]) &= in PRCMPeripheralRunDisable()
540 HWREG(PRCM_BASE + g_pui32SCGCRegs[PRCM_PERIPH_INDEX(ui32Peripheral)]) |= in PRCMPeripheralSleepEnable()
556 HWREG(PRCM_BASE + g_pui32SCGCRegs[PRCM_PERIPH_INDEX(ui32Peripheral)]) &= in PRCMPeripheralSleepDisable()
572 HWREG(PRCM_BASE + g_pui32DCGCRegs[PRCM_PERIPH_INDEX(ui32Peripheral)]) |= in PRCMPeripheralDeepSleepEnable()
588 HWREG(PRCM_BASE + g_pui32DCGCRegs[PRCM_PERIPH_INDEX(ui32Peripheral)]) &= in PRCMPeripheralDeepSleepDisable()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Dprcm.c132 #define PRCM_PERIPH_INDEX(a) (((a) >> 8) & 0xf) macro
508 HWREG(g_pui32RCGCRegs[PRCM_PERIPH_INDEX(ui32Peripheral)]) |= in PRCMPeripheralRunEnable()
524 HWREG(g_pui32RCGCRegs[PRCM_PERIPH_INDEX(ui32Peripheral)]) &= in PRCMPeripheralRunDisable()
540 HWREG(g_pui32SCGCRegs[PRCM_PERIPH_INDEX(ui32Peripheral)]) |= in PRCMPeripheralSleepEnable()
556 HWREG(g_pui32SCGCRegs[PRCM_PERIPH_INDEX(ui32Peripheral)]) &= in PRCMPeripheralSleepDisable()
572 HWREG(g_pui32DCGCRegs[PRCM_PERIPH_INDEX(ui32Peripheral)]) |= in PRCMPeripheralDeepSleepEnable()
588 HWREG(g_pui32DCGCRegs[PRCM_PERIPH_INDEX(ui32Peripheral)]) &= in PRCMPeripheralDeepSleepDisable()