Lines Matching refs:wakeupConfig

279     PowerCC32XX_module.wakeupConfig.enableGPIOWakeupLPDS =  in Power_init()
281 PowerCC32XX_module.wakeupConfig.enableGPIOWakeupShutdown = in Power_init()
283 PowerCC32XX_module.wakeupConfig.enableNetworkWakeupLPDS = in Power_init()
285 PowerCC32XX_module.wakeupConfig.wakeupGPIOSourceLPDS = in Power_init()
287 PowerCC32XX_module.wakeupConfig.wakeupGPIOTypeLPDS = in Power_init()
289 PowerCC32XX_module.wakeupConfig.wakeupGPIOFxnLPDS = in Power_init()
291 PowerCC32XX_module.wakeupConfig.wakeupGPIOFxnLPDSArg = in Power_init()
293 PowerCC32XX_module.wakeupConfig.wakeupGPIOSourceShutdown = in Power_init()
295 PowerCC32XX_module.wakeupConfig.wakeupGPIOTypeShutdown = in Power_init()
299 PowerCC32XX_configureWakeup(&PowerCC32XX_module.wakeupConfig); in Power_init()
786 if (PowerCC32XX_module.wakeupConfig.wakeupGPIOFxnLPDS != NULL) { in Power_sleep()
787 (*(PowerCC32XX_module.wakeupConfig.wakeupGPIOFxnLPDS)) in Power_sleep()
788 (PowerCC32XX_module.wakeupConfig.wakeupGPIOFxnLPDSArg); in Power_sleep()
838 PowerCC32XX_module.wakeupConfig.enableNetworkWakeupLPDS = in PowerCC32XX_configureWakeup()
851 PowerCC32XX_module.wakeupConfig.enableGPIOWakeupLPDS = in PowerCC32XX_configureWakeup()
853 PowerCC32XX_module.wakeupConfig.wakeupGPIOSourceLPDS = in PowerCC32XX_configureWakeup()
855 PowerCC32XX_module.wakeupConfig.wakeupGPIOTypeLPDS = in PowerCC32XX_configureWakeup()
870 PowerCC32XX_module.wakeupConfig.enableGPIOWakeupShutdown = in PowerCC32XX_configureWakeup()
872 PowerCC32XX_module.wakeupConfig.wakeupGPIOSourceShutdown = in PowerCC32XX_configureWakeup()
874 PowerCC32XX_module.wakeupConfig.wakeupGPIOTypeShutdown = in PowerCC32XX_configureWakeup()
878 PowerCC32XX_module.wakeupConfig.wakeupGPIOFxnLPDS = in PowerCC32XX_configureWakeup()
880 PowerCC32XX_module.wakeupConfig.wakeupGPIOFxnLPDSArg = in PowerCC32XX_configureWakeup()
926 *wakeup = PowerCC32XX_module.wakeupConfig; in PowerCC32XX_getWakeup()