Home
last modified time | relevance | path

Searched refs:modeVIMS (Results 1 – 3 of 3) sorted by relevance

/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Dsys_ctrl.c165 uint32_t modeVIMS; in SysCtrlStandby() local
237 modeVIMS = VIMSModeGet(VIMS_BASE); in SysCtrlStandby()
238 } while (modeVIMS == VIMS_MODE_CHANGING); in SysCtrlStandby()
241 if (modeVIMS == VIMS_MODE_ENABLED) { in SysCtrlStandby()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Dsys_ctrl.c161 uint32_t modeVIMS; in SysCtrlStandby() local
233 modeVIMS = VIMSModeGet(VIMS_BASE); in SysCtrlStandby()
234 } while (modeVIMS == VIMS_MODE_CHANGING); in SysCtrlStandby()
237 if (modeVIMS == VIMS_MODE_ENABLED) { in SysCtrlStandby()
/hal_ti-latest/simplelink/source/ti/drivers/power/
DPowerCC26X2.c750 uint32_t modeVIMS; in Power_sleep() local
824 modeVIMS = VIMSModeGet(VIMS_BASE); in Power_sleep()
825 } while (modeVIMS == VIMS_MODE_CHANGING); in Power_sleep()
853 if (modeVIMS == VIMS_MODE_ENABLED) { in Power_sleep()
854 VIMSModeSet(VIMS_BASE, modeVIMS); in Power_sleep()