Searched defs:fsm_main (Results 1 – 2 of 2) sorted by relevance
133 struct fsm_main { struct134 struct list_head list;135 char name[FSM_NAME_LEN];136 u8 status;137 u8 obj_cnt;138 u8 oid_seq; /* starts from 1 */139 u8 en_clock_num;140 _os_lock clock_lock;142 _os_thread thread;143 _os_timer fsm_timer; /* unit in ms */[all …]