master/master.h
changeset 1421 043a518831b2
parent 1408 91b35db64a24
child 1425 c1322a8793c0
equal deleted inserted replaced
1420:5eb814732c46 1421:043a518831b2
   232 ec_domain_t *ecrt_master_create_domain_err(ec_master_t *);
   232 ec_domain_t *ecrt_master_create_domain_err(ec_master_t *);
   233 ec_slave_config_t *ecrt_master_slave_config_err(ec_master_t *, uint16_t,
   233 ec_slave_config_t *ecrt_master_slave_config_err(ec_master_t *, uint16_t,
   234         uint16_t, uint32_t, uint32_t);
   234         uint16_t, uint32_t, uint32_t);
   235 
   235 
   236 void ec_master_find_dc_ref_clock(ec_master_t *);
   236 void ec_master_find_dc_ref_clock(ec_master_t *);
   237 
   237 void ec_master_calc_topology(ec_master_t *);
   238 /*****************************************************************************/
   238 
   239 
   239 /*****************************************************************************/
   240 #endif
   240 
       
   241 #endif