Home
last modified time | relevance | path

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

/lk-master/external/platform/cc13xx/cc13xxware/driverlib/
A Dpwr_ctrl.c260 PowerCtrlSourceSet(uint32_t ui32PowerConfig) in PowerCtrlSourceSet() argument
265 ASSERT((ui32PowerConfig == PWRCTRL_PWRSRC_DCDC) || in PowerCtrlSourceSet()
266 (ui32PowerConfig == PWRCTRL_PWRSRC_GLDO) || in PowerCtrlSourceSet()
267 (ui32PowerConfig == PWRCTRL_PWRSRC_ULDO)); in PowerCtrlSourceSet()
272 if(ui32PowerConfig == PWRCTRL_PWRSRC_DCDC) { in PowerCtrlSourceSet()
276 else if (ui32PowerConfig == PWRCTRL_PWRSRC_GLDO) in PowerCtrlSourceSet()
A Dpwr_ctrl.h196 extern void PowerCtrlSourceSet(uint32_t ui32PowerConfig);
217 uint32_t ui32PowerConfig; in PowerCtrlSourceGet() local
222 ui32PowerConfig = HWREG(AON_SYSCTL_BASE + AON_SYSCTL_O_PWRCTL); in PowerCtrlSourceGet()
223 if(ui32PowerConfig & AON_SYSCTL_PWRCTL_DCDC_ACTIVE) in PowerCtrlSourceGet()

Completed in 3 milliseconds