master/fsm_master.h
changeset 1031 000593b576dd
parent 979 405cc2d033e0
child 1174 235f34ca50e2
equal deleted inserted replaced
1030:d7970e934dba 1031:000593b576dd
   106 /*****************************************************************************/
   106 /*****************************************************************************/
   107 
   107 
   108 void ec_fsm_master_init(ec_fsm_master_t *, ec_master_t *, ec_datagram_t *);
   108 void ec_fsm_master_init(ec_fsm_master_t *, ec_master_t *, ec_datagram_t *);
   109 void ec_fsm_master_clear(ec_fsm_master_t *);
   109 void ec_fsm_master_clear(ec_fsm_master_t *);
   110 
   110 
   111 int ec_fsm_master_exec(ec_fsm_master_t *);
   111 void ec_fsm_master_exec(ec_fsm_master_t *);
   112 int ec_fsm_master_running(const ec_fsm_master_t *);
       
   113 int ec_fsm_master_idle(const ec_fsm_master_t *);
   112 int ec_fsm_master_idle(const ec_fsm_master_t *);
   114 
   113 
   115 /*****************************************************************************/
   114 /*****************************************************************************/
   116 
   115 
   117 #endif
   116 #endif