Home
last modified time | relevance | path

Searched refs:SwiP_LockState_Unlocked (Results 1 – 2 of 2) sorted by relevance

/hal_ti-latest/simplelink_lpf3/kernel/zephyr/dpl/
DSwiP_zephyr.c32 SwiP_LockState_Unlocked enumerator
115 SwiP_lockState = SwiP_LockState_Unlocked; in SwiP_construct()
202 while (SwiP_readyMask && (SwiP_lockState == SwiP_LockState_Unlocked)) in SwiP_dispatch()
285 if ((SwiP_schedulerRunning == false) && (SwiP_lockState == SwiP_LockState_Unlocked)) in SwiP_post()
305 if (SwiP_readyMask && (key == SwiP_LockState_Unlocked) && (SwiP_schedulerRunning == false)) in SwiP_restore()
/hal_ti-latest/simplelink/kernel/zephyr/dpl/
DSwiP_zephyr.c30 SwiP_LockState_Unlocked enumerator
106 SwiP_lockState = SwiP_LockState_Unlocked; in SwiP_construct()
188 while (SwiP_readyMask && (SwiP_lockState == SwiP_LockState_Unlocked)) { in SwiP_dispatch()
270 (SwiP_lockState == SwiP_LockState_Unlocked)) { in SwiP_post()
289 if (SwiP_readyMask && (key == SwiP_LockState_Unlocked) && in SwiP_restore()