HomeSort by relevance Sort by last modified time
    Searched defs:fsm_eventActivation_t (Results 1 - 3 of 3) sorted by null

  /hardware/ti/wlan/wl1271/utils/
fsm.h 63 typedef TI_STATUS (*fsm_eventActivation_t)(TI_UINT8 *currState, TI_UINT8 event, void* data);
88 fsm_eventActivation_t transitionFunc; /**< State transition function */
109 fsm_eventActivation_t transFunc,
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/
fsm.h 64 typedef TI_STATUS (*fsm_eventActivation_t)(UINT8 *currState, UINT8 event, void* data);
89 fsm_eventActivation_t transitionFunc; /**< State transition function */
110 fsm_eventActivation_t transFunc,
  /system/wlan/ti/wilink_6_1/utils/
fsm.h 63 typedef TI_STATUS (*fsm_eventActivation_t)(TI_UINT8 *currState, TI_UINT8 event, void* data);
88 fsm_eventActivation_t transitionFunc; /**< State transition function */
109 fsm_eventActivation_t transFunc,

Completed in 128 milliseconds