Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/power/
DPowerCC23X0.c855 __set_CONTROL(0 << 1); in PowerCC23X0_enterStandby()
866 __set_CONTROL(controlPreStandby); in PowerCC23X0_enterStandby()
/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/cmsis/core/
Dcmsis_iccarm.h340 #define __set_CONTROL(VALUE) (__arm_wsr("CONTROL", (VALUE))) macro
Dcmsis_gcc.h248 __STATIC_FORCEINLINE void __set_CONTROL(uint32_t control) in __set_CONTROL() function