master/master.h
changeset 298 d491d1f84ebc
parent 293 14aeb79aa992
child 305 03aab3068f08
equal deleted inserted replaced
297:ac2a057a8ef2 298:d491d1f84ebc
   150 int ec_master_bus_scan(ec_master_t *);
   150 int ec_master_bus_scan(ec_master_t *);
   151 
   151 
   152 // misc.
   152 // misc.
   153 void ec_master_clear_slaves(ec_master_t *);
   153 void ec_master_clear_slaves(ec_master_t *);
   154 void ec_sync_config(const ec_sync_t *, const ec_slave_t *, uint8_t *);
   154 void ec_sync_config(const ec_sync_t *, const ec_slave_t *, uint8_t *);
   155 void ec_eeprom_sync_config(const ec_eeprom_sync_t *, uint8_t *);
   155 void ec_eeprom_sync_config(const ec_eeprom_sync_t *, const ec_slave_t *,
       
   156                            uint8_t *);
   156 void ec_fmmu_config(const ec_fmmu_t *, const ec_slave_t *, uint8_t *);
   157 void ec_fmmu_config(const ec_fmmu_t *, const ec_slave_t *, uint8_t *);
   157 void ec_master_output_stats(ec_master_t *);
   158 void ec_master_output_stats(ec_master_t *);
   158 
   159 
   159 /*****************************************************************************/
   160 /*****************************************************************************/
   160 
   161