OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ActiveNoOfEvents
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/wlan/wl1271/utils/
fsm.c
196
TI_UINT8
ActiveNoOfEvents
,
208
(
ActiveNoOfEvents
> pFsm->MaxNoOfEvents))
215
ActiveNoOfStates *
ActiveNoOfEvents
* sizeof(fsm_actionCell_t));
219
pFsm->
ActiveNoOfEvents
=
ActiveNoOfEvents
;
260
if ((*currentState >= pFsm->ActiveNoOfStates) || (event >= pFsm->
ActiveNoOfEvents
))
267
*currentState = pFsm->stateEventMatrix[(*currentState * pFsm->
ActiveNoOfEvents
) + event].nextState;
270
if ((*pFsm->stateEventMatrix[(oldState * pFsm->
ActiveNoOfEvents
) + event].actionFunc) == NULL)
274
status = (*pFsm->stateEventMatrix[(oldState * pFsm->
ActiveNoOfEvents
) + event].actionFunc)(pData);
308
if ((currentState < pFsm->ActiveNoOfStates) && (event < pFsm->
ActiveNoOfEvents
))
[
all
...]
fsm.h
87
TI_UINT8
ActiveNoOfEvents
; /**< Active Number of events in the matrix */
108
TI_UINT8
ActiveNoOfEvents
,
Completed in 123 milliseconds