master/master.h
changeset 377 ecac8252f114
parent 361 29af81543ce1
child 378 8fe6cd43787a
equal deleted inserted replaced
376:d1441d87f5c1 377:ecac8252f114
   159 int ec_master_bus_scan(ec_master_t *);
   159 int ec_master_bus_scan(ec_master_t *);
   160 
   160 
   161 // misc.
   161 // misc.
   162 void ec_master_output_stats(ec_master_t *);
   162 void ec_master_output_stats(ec_master_t *);
   163 void ec_master_clear_slaves(ec_master_t *);
   163 void ec_master_clear_slaves(ec_master_t *);
   164 void ec_master_measure_bus_time(ec_master_t *);
   164 int ec_master_measure_bus_time(ec_master_t *);
   165 
   165 
   166 // other methods
   166 // other methods
   167 void ec_sync_config(const ec_sii_sync_t *, const ec_slave_t *, uint8_t *);
   167 void ec_sync_config(const ec_sii_sync_t *, const ec_slave_t *, uint8_t *);
   168 void ec_fmmu_config(const ec_fmmu_t *, const ec_slave_t *, uint8_t *);
   168 void ec_fmmu_config(const ec_fmmu_t *, const ec_slave_t *, uint8_t *);
   169 void ec_master_calc_addressing(ec_master_t *);
   169 void ec_master_calc_addressing(ec_master_t *);