Home
last modified time | relevance | path

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

/hal_ti-3.4.0/simplelink/source/ti/drivers/rf/
DRFCC26X2_multiMode.c2443 uint32_t nextEvent = 0; in RF_hwiCpe0Active() local
2493 nextEvent |= RF_FsmEventLastCommandDone; in RF_hwiCpe0Active()
2501 nextEvent |= RF_FsmEventCpeInt; in RF_hwiCpe0Active()
2507 if (nextEvent) in RF_hwiCpe0Active()
2509 SwiP_or(&RF_swiFsmObj, nextEvent); in RF_hwiCpe0Active()