Searched refs:ui32PowerMode (Results 1 – 7 of 7) sorted by relevance
155 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() argument212 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 …]
274 AUXWUCPowerCtrl(uint32_t ui32PowerMode) in AUXWUCPowerCtrl() argument279 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()
101 FlashPowerModeSet(uint32_t ui32PowerMode, uint32_t ui32BankGracePeriode, in FlashPowerModeSet() argument107 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() local202 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()
268 uint32_t ui32PowerMode);291 extern uint32_t PRCMInfClockConfigureGet(uint32_t ui32PowerMode);
261 extern void AUXWUCPowerCtrl(uint32_t ui32PowerMode);
350 ((void (*)(uint32_t ui32PowerMode)) \530 ((void (*)(uint32_t ui32ClkDiv, uint32_t ui32PowerMode)) \534 ((uint32_t (*)(uint32_t ui32PowerMode)) \
341 extern void FlashPowerModeSet(uint32_t ui32PowerMode,
Completed in 15 milliseconds