Home
last modified time | relevance | path

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

/hal_ti-2.7.6/simplelink/source/ti/drivers/dpl/
DSwiP.h234 extern void SwiP_or(SwiP_Handle handle, uint32_t mask);
/hal_ti-2.7.6/simplelink/source/ti/drivers/rf/
DRFCC26X2_multiMode.c1142 SwiP_or(&RF_swiHwObj, 0); in RF_ratRestartChannels()
1388 SwiP_or(&RF_swiFsmObj, RF_FsmEventWakeup); in RF_wakeupNotification()
1786 SwiP_or(&RF_swiFsmObj, RF_FsmEventPowerDown); in RF_powerConstraintRelease()
1897 SwiP_or(&RF_swiFsmObj, RF_FsmEventWakeup); in RF_dispatchNextEvent()
2168 SwiP_or(&RF_swiFsmObj, RF_FsmEventLastCommandDone); in RF_dispatchNextCmd()
2177 SwiP_or(&RF_swiFsmObj, RF_FsmEventInitChangePhy); in RF_dispatchNextCmd()
2231 SwiP_or(&RF_swiFsmObj, RF_FsmEventRunScheduler); in RF_dispatchNextCmd()
2302 SwiP_or(&RF_swiFsmObj, RF_FsmEventCpeInt); in RF_hwiHw()
2313 SwiP_or(&RF_swiHwObj, 0); in RF_hwiHw()
2402 SwiP_or(&RF_swiHwObj, 0); in RF_swiHw()
[all …]
/hal_ti-2.7.6/simplelink/kernel/zephyr/dpl/
DSwiP_zephyr.c240 void SwiP_or(SwiP_Handle handle, uint32_t mask) in SwiP_or() function