Home
last modified time | relevance | path

Searched refs:VIMSModeGet (Results 1 – 9 of 9) sorted by relevance

/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Dvims.h83 #define VIMSModeGet NOROM_VIMSModeGet macro
224 extern uint32_t VIMSModeGet(uint32_t ui32Base);
343 #undef VIMSModeGet
344 #define VIMSModeGet ROM_VIMSModeGet macro
Dvims.c50 #undef VIMSModeGet
51 #define VIMSModeGet NOROM_VIMSModeGet macro
115 VIMSModeGet(uint32_t ui32Base) in VIMSModeGet() function
159 currentMode = VIMSModeGet( ui32Base ); in VIMSModeSafeSet()
Dsys_ctrl.c237 modeVIMS = VIMSModeGet(VIMS_BASE); in SysCtrlStandby()
/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/driverlib/
Dvims.h83 #define VIMSModeGet NOROM_VIMSModeGet macro
224 extern uint32_t VIMSModeGet(uint32_t ui32Base);
343 #undef VIMSModeGet
344 #define VIMSModeGet ROM_VIMSModeGet macro
Dvims.c50 #undef VIMSModeGet
51 #define VIMSModeGet NOROM_VIMSModeGet macro
115 VIMSModeGet(uint32_t ui32Base) in VIMSModeGet() function
159 currentMode = VIMSModeGet( ui32Base ); in VIMSModeSafeSet()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Dvims.h85 #define VIMSModeGet NOROM_VIMSModeGet macro
226 extern uint32_t VIMSModeGet(uint32_t ui32Base);
345 #undef VIMSModeGet
346 #define VIMSModeGet ROM_VIMSModeGet macro
Dvims.c52 #undef VIMSModeGet
53 #define VIMSModeGet NOROM_VIMSModeGet macro
117 VIMSModeGet(uint32_t ui32Base) in VIMSModeGet() function
161 currentMode = VIMSModeGet( ui32Base ); in VIMSModeSafeSet()
Dsys_ctrl.c233 modeVIMS = VIMSModeGet(VIMS_BASE); in SysCtrlStandby()
/hal_ti-latest/simplelink/source/ti/drivers/power/
DPowerCC26X2.c824 modeVIMS = VIMSModeGet(VIMS_BASE); in Power_sleep()