Home
last modified time | relevance | path

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

/external/platform/cc13xx/cc13xxware/driverlib/
A Dprcm.c155 ASSERT((ui32PowerMode == PRCM_RUN_MODE) || in PRCMInfClockConfigureSet()
156 (ui32PowerMode == PRCM_SLEEP_MODE) || in PRCMInfClockConfigureSet()
184 if(ui32PowerMode == PRCM_RUN_MODE) in PRCMInfClockConfigureSet()
188 else if(ui32PowerMode == PRCM_SLEEP_MODE) in PRCMInfClockConfigureSet()
192 else if(ui32PowerMode == PRCM_DEEP_SLEEP_MODE) in PRCMInfClockConfigureSet()
204 PRCMInfClockConfigureGet(uint32_t ui32PowerMode) in PRCMInfClockConfigureGet() argument
212 ASSERT((ui32PowerMode == PRCM_RUN_MODE) || in PRCMInfClockConfigureGet()
213 (ui32PowerMode == PRCM_SLEEP_MODE) || in PRCMInfClockConfigureGet()
222 if(ui32PowerMode == PRCM_RUN_MODE) in PRCMInfClockConfigureGet()
226 else if(ui32PowerMode == PRCM_SLEEP_MODE) in PRCMInfClockConfigureGet()
[all …]
A Daux_wuc.c274 AUXWUCPowerCtrl(uint32_t ui32PowerMode) in AUXWUCPowerCtrl() argument
279 ASSERT((ui32PowerMode == AUX_WUC_POWER_OFF) || in AUXWUCPowerCtrl()
280 (ui32PowerMode == AUX_WUC_POWER_DOWN) || in AUXWUCPowerCtrl()
281 (ui32PowerMode == AUX_WUC_POWER_ACTIVE)); in AUXWUCPowerCtrl()
286 if(ui32PowerMode == AUX_WUC_POWER_OFF) in AUXWUCPowerCtrl()
300 if(ui32PowerMode == AUX_WUC_POWER_DOWN) in AUXWUCPowerCtrl()
A Dflash.c101 FlashPowerModeSet(uint32_t ui32PowerMode, uint32_t ui32BankGracePeriode, in FlashPowerModeSet() argument
107 ASSERT(ui32PowerMode == FLASH_PWR_ACTIVE_MODE || in FlashPowerModeSet()
108 ui32PowerMode == FLASH_PWR_OFF_MODE || in FlashPowerModeSet()
109 ui32PowerMode == FLASH_PWR_DEEP_STDBY_MODE); in FlashPowerModeSet()
113 switch(ui32PowerMode) in FlashPowerModeSet()
194 uint32_t ui32PowerMode; in FlashPowerModeGet() local
202 ui32PowerMode = FLASH_PWR_OFF_MODE; in FlashPowerModeGet()
206 ui32PowerMode = FLASH_PWR_DEEP_STDBY_MODE; in FlashPowerModeGet()
210 ui32PowerMode = FLASH_PWR_ACTIVE_MODE; in FlashPowerModeGet()
216 return(ui32PowerMode); in FlashPowerModeGet()
A Dprcm.h268 uint32_t ui32PowerMode);
291 extern uint32_t PRCMInfClockConfigureGet(uint32_t ui32PowerMode);
A Daux_wuc.h261 extern void AUXWUCPowerCtrl(uint32_t ui32PowerMode);
A Drom.h350 ((void (*)(uint32_t ui32PowerMode)) \
530 ((void (*)(uint32_t ui32ClkDiv, uint32_t ui32PowerMode)) \
534 ((uint32_t (*)(uint32_t ui32PowerMode)) \
A Dflash.h341 extern void FlashPowerModeSet(uint32_t ui32PowerMode,

Completed in 15 milliseconds