Home
last modified time | relevance | path

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

/hal_ti-3.4.0/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Dsys_ctrl.c188 PRCMPeripheralDeepSleepDisable(PRCM_PERIPH_CRYPTO); in SysCtrlStandby()
189 PRCMPeripheralDeepSleepDisable(PRCM_PERIPH_UDMA); in SysCtrlStandby()
190 PRCMPeripheralDeepSleepDisable(PRCM_PERIPH_I2S); in SysCtrlStandby()
Dprcm.h101 #define PRCMPeripheralDeepSleepDisable NOROM_PRCMPeripheralDeepSleepDisable macro
1030 extern void PRCMPeripheralDeepSleepDisable(uint32_t ui32Peripheral);
1225 #undef PRCMPeripheralDeepSleepDisable
1226 #define PRCMPeripheralDeepSleepDisable ROM_PRCMPeripheralDeepSleepDisable macro
Dprcm.c72 #undef PRCMPeripheralDeepSleepDisable
73 #define PRCMPeripheralDeepSleepDisable NOROM_PRCMPeripheralDeepSleepDisable macro
582 PRCMPeripheralDeepSleepDisable(uint32_t ui32Peripheral) in PRCMPeripheralDeepSleepDisable() function
/hal_ti-3.4.0/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Dprcm.h102 #define PRCMPeripheralDeepSleepDisable NOROM_PRCMPeripheralDeepSleepDisable macro
1031 extern void PRCMPeripheralDeepSleepDisable(uint32_t ui32Peripheral);
1226 #undef PRCMPeripheralDeepSleepDisable
1227 #define PRCMPeripheralDeepSleepDisable ROM_PRCMPeripheralDeepSleepDisable macro
Dsys_ctrl.c184 PRCMPeripheralDeepSleepDisable(PRCM_PERIPH_CRYPTO); in SysCtrlStandby()
185 PRCMPeripheralDeepSleepDisable(PRCM_PERIPH_UDMA); in SysCtrlStandby()
186 PRCMPeripheralDeepSleepDisable(PRCM_PERIPH_I2S); in SysCtrlStandby()
Dprcm.c74 #undef PRCMPeripheralDeepSleepDisable
75 #define PRCMPeripheralDeepSleepDisable NOROM_PRCMPeripheralDeepSleepDisable macro
582 PRCMPeripheralDeepSleepDisable(uint32_t ui32Peripheral) in PRCMPeripheralDeepSleepDisable() function
/hal_ti-3.4.0/simplelink/source/ti/drivers/power/
DPowerCC26X2.c526 PRCMPeripheralDeepSleepDisable(id); in Power_releaseDependency()