Lines Matching full:function
16 * @param _entry State entry function
17 * @param _run State run function
18 * @param _exit State exit function
34 * @param _entry State entry function
35 * @param _run State run function
36 * @param _exit State exit function
62 * @brief Function pointer that implements a portion of a state
82 * entry: Parent function executes BEFORE child function.
83 * run: Parent function executes AFTER child function.
84 * exit: Parent function executes AFTER child function.
99 * This value is set by the set_terminate function and
102 * run_state function.
135 * function.