HomeSort by relevance Sort by last modified time
    Searched refs:actionFunc (Results 1 - 2 of 2) sorted by null

  /hardware/ti/wlan/wl1271/utils/
fsm.c 270 if ((*pFsm->stateEventMatrix[(oldState * pFsm->ActiveNoOfEvents) + event].actionFunc) == NULL)
274 status = (*pFsm->stateEventMatrix[(oldState * pFsm->ActiveNoOfEvents) + event].actionFunc)(pData);
fsm.h 74 fsm_Action_t actionFunc; /**< action function */

Completed in 316 milliseconds