Lines Matching full:an
36 * Definition of an action function, called by a FSM
98 * Creates an FSM
101 * @param state_names An array of names for all states for logging purposes.
102 * @param event_names An array of names for all events for logging purposes.
105 * @param tmpl An array of fsm_nodes, describing this FSM.
116 * Releases an FSM
118 * @param fi Pointer to an FSM, previously created with init_fsm.
131 * Emits an event to a FSM.
132 * If an action function is defined for the current state/event combination,
185 * Modifies the state of an FSM.
186 * This does <em>not</em> trigger an event or calls an action function.
206 * Retrieves the state of an FSM
219 * Retrieves the name of the state of an FSM
228 * Initializes a timer for an FSM.
229 * This prepares an fsm_timer for usage with fsm_addtimer.
237 * Clears a pending timer of an FSM instance.
244 * Adds and starts a timer to an FSM instance.
257 * Modifies a timer of an FSM.