Lines Matching refs:TI_UINT8
63 typedef TI_STATUS (*fsm_eventActivation_t)(TI_UINT8 *currState, TI_UINT8 event, void* data);
73 TI_UINT8 nextState; /**< next state in transition */
84 TI_UINT8 MaxNoOfStates; /**< Max Number of states in the matrix */
85 TI_UINT8 MaxNoOfEvents; /**< Max Number of events in the matrix */
86 TI_UINT8 ActiveNoOfStates; /**< Active Number of states in the matrix */
87 TI_UINT8 ActiveNoOfEvents; /**< Active Number of events in the matrix */
99 TI_UINT8 MaxNoOfStates,
100 TI_UINT8 MaxNoOfEvents);
107 TI_UINT8 ActiveNoOfStates,
108 TI_UINT8 ActiveNoOfEvents,
113 TI_UINT8 *currentState,
114 TI_UINT8 event,
118 TI_UINT8 currentState,
119 TI_UINT8 event,
120 TI_UINT8 *nextState);