master/fsm_master.h
changeset 1583 017fa8fd9ac1
parent 1400 3c4923051e43
child 1597 491dea6f4fd7
equal deleted inserted replaced
1582:7273aa7deb3d 1583:017fa8fd9ac1
   131 /*****************************************************************************/
   131 /*****************************************************************************/
   132 
   132 
   133 void ec_fsm_master_init(ec_fsm_master_t *, ec_master_t *, ec_datagram_t *);
   133 void ec_fsm_master_init(ec_fsm_master_t *, ec_master_t *, ec_datagram_t *);
   134 void ec_fsm_master_clear(ec_fsm_master_t *);
   134 void ec_fsm_master_clear(ec_fsm_master_t *);
   135 
   135 
   136 void ec_fsm_master_exec(ec_fsm_master_t *);
   136 int ec_fsm_master_exec(ec_fsm_master_t *);
   137 int ec_fsm_master_idle(const ec_fsm_master_t *);
   137 int ec_fsm_master_idle(const ec_fsm_master_t *);
   138 
   138 
   139 /*****************************************************************************/
   139 /*****************************************************************************/
   140 
   140 
   141 #endif
   141 #endif