Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Dpwr_ctrl.c57 PowerCtrlSourceSet(uint32_t ui32PowerConfig) in PowerCtrlSourceSet() argument
60 ASSERT((ui32PowerConfig == PWRCTRL_PWRSRC_DCDC) || in PowerCtrlSourceSet()
61 (ui32PowerConfig == PWRCTRL_PWRSRC_GLDO) || in PowerCtrlSourceSet()
62 (ui32PowerConfig == PWRCTRL_PWRSRC_ULDO)); in PowerCtrlSourceSet()
65 if(ui32PowerConfig == PWRCTRL_PWRSRC_DCDC) { in PowerCtrlSourceSet()
69 else if (ui32PowerConfig == PWRCTRL_PWRSRC_GLDO) in PowerCtrlSourceSet()
Dpwr_ctrl.h158 extern void PowerCtrlSourceSet(uint32_t ui32PowerConfig);
179 uint32_t ui32PowerConfig; in PowerCtrlSourceGet() local
182 ui32PowerConfig = HWREG(AON_PMCTL_BASE + AON_PMCTL_O_PWRCTL); in PowerCtrlSourceGet()
183 if(ui32PowerConfig & AON_PMCTL_PWRCTL_DCDC_ACTIVE) in PowerCtrlSourceGet()
Drom.h869 ((void (*)(uint32_t ui32PowerConfig)) \
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Dpwr_ctrl.c59 PowerCtrlSourceSet(uint32_t ui32PowerConfig) in PowerCtrlSourceSet() argument
62 ASSERT((ui32PowerConfig == PWRCTRL_PWRSRC_DCDC) || in PowerCtrlSourceSet()
63 (ui32PowerConfig == PWRCTRL_PWRSRC_GLDO) || in PowerCtrlSourceSet()
64 (ui32PowerConfig == PWRCTRL_PWRSRC_ULDO)); in PowerCtrlSourceSet()
67 if(ui32PowerConfig == PWRCTRL_PWRSRC_DCDC) { in PowerCtrlSourceSet()
71 else if (ui32PowerConfig == PWRCTRL_PWRSRC_GLDO) in PowerCtrlSourceSet()
Dpwr_ctrl.h160 extern void PowerCtrlSourceSet(uint32_t ui32PowerConfig);
181 uint32_t ui32PowerConfig; in PowerCtrlSourceGet() local
184 ui32PowerConfig = HWREG(AON_PMCTL_BASE + AON_PMCTL_O_PWRCTL); in PowerCtrlSourceGet()
185 if(ui32PowerConfig & AON_PMCTL_PWRCTL_DCDC_ACTIVE) in PowerCtrlSourceGet()
Drom.h867 ((void (*)(uint32_t ui32PowerConfig)) \