Home
last modified time | relevance | path

Searched refs:hwiKey (Results 1 – 7 of 7) sorted by relevance

/hal_ti-latest/simplelink_lpf3/kernel/zephyr/dpl/
DSwiP_zephyr.c99 uintptr_t hwiKey; in SwiP_construct() local
105 hwiKey = HwiP_disable(); in SwiP_construct()
125 HwiP_restore(hwiKey); in SwiP_construct()
166 uintptr_t hwiKey = HwiP_disable(); in SwiP_destruct() local
175 HwiP_restore(hwiKey); in SwiP_destruct()
197 void SwiP_dispatch(uintptr_t hwiKey) in SwiP_dispatch() argument
221 HwiP_restore(hwiKey); in SwiP_dispatch()
223 hwiKey = HwiP_disable(); in SwiP_dispatch()
238 uintptr_t hwiKey = HwiP_disable(); in SwiP_handleHwi() local
240 SwiP_dispatch(hwiKey); in SwiP_handleHwi()
[all …]
/hal_ti-latest/simplelink/kernel/zephyr/dpl/
DSwiP_zephyr.c93 uintptr_t hwiKey; in SwiP_construct() local
98 hwiKey = HwiP_disable(); in SwiP_construct()
117 HwiP_restore(hwiKey); in SwiP_construct()
153 uintptr_t hwiKey = HwiP_disable(); in SwiP_destruct() local
161 HwiP_restore(hwiKey); in SwiP_destruct()
183 void SwiP_dispatch(uintptr_t hwiKey) in SwiP_dispatch() argument
205 HwiP_restore(hwiKey); in SwiP_dispatch()
207 hwiKey = HwiP_disable(); in SwiP_dispatch()
221 uintptr_t hwiKey = HwiP_disable(); in SwiP_handleHwi() local
223 SwiP_dispatch(hwiKey); in SwiP_handleHwi()
[all …]
/hal_ti-latest/simplelink/source/ti/drivers/gpio/
DGPIOCC32XX.c443 unsigned int i, j, hwiKey; in GPIO_init() local
453 hwiKey = HwiP_disable(); in GPIO_init()
457 HwiP_restore(hwiKey); in GPIO_init()
461 HwiP_restore(hwiKey); in GPIO_init()
/hal_ti-latest/simplelink/source/ti/drivers/power/
DPowerCC26X2_calibrateRCOSC.c138 unsigned int hwiKey; in PowerCC26X2_initiateCalibration() local
149 hwiKey = HwiP_disable(); in PowerCC26X2_initiateCalibration()
158 HwiP_restore(hwiKey); in PowerCC26X2_initiateCalibration()
DPowerCC26X2.c683 unsigned int hwiKey; in Power_shutdown() local
686 hwiKey = HwiP_disable(); in Power_shutdown()
705 HwiP_restore(hwiKey); in Power_shutdown()
729 HwiP_restore(hwiKey); in Power_shutdown()
DPowerCC32XX.c577 uintptr_t hwiKey; in Power_shutdown() local
581 hwiKey = HwiP_disable(); in Power_shutdown()
598 HwiP_restore(hwiKey); in Power_shutdown()
640 HwiP_restore(hwiKey); in Power_shutdown()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/power/
DPowerCC23X0.c689 uint32_t hwiKey; in Power_shutdown() local
693 hwiKey = HwiP_disable(); in Power_shutdown()
698 HwiP_restore(hwiKey); in Power_shutdown()
705 HwiP_restore(hwiKey); in Power_shutdown()
739 HwiP_restore(hwiKey); in Power_shutdown()