OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ActiveNoOfStates
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/wlan/wl1271/utils/
fsm.c
195
TI_UINT8
ActiveNoOfStates
,
207
if ((
ActiveNoOfStates
> pFsm->MaxNoOfStates) ||
215
ActiveNoOfStates
* ActiveNoOfEvents * sizeof(fsm_actionCell_t));
218
pFsm->
ActiveNoOfStates
=
ActiveNoOfStates
;
260
if ((*currentState >= pFsm->
ActiveNoOfStates
) || (event >= pFsm->ActiveNoOfEvents))
308
if ((currentState < pFsm->
ActiveNoOfStates
) && (event < pFsm->ActiveNoOfEvents))
fsm.h
86
TI_UINT8
ActiveNoOfStates
; /**< Active Number of states in the matrix */
107
TI_UINT8
ActiveNoOfStates
,
Completed in 606 milliseconds