master/slave.h
changeset 269 a03be9a6fed6
parent 266 0234b0c26c52
child 275 ba51285d4ef6
equal deleted inserted replaced
268:4f9c149fb71f 269:a03be9a6fed6
   269     char *eeprom_group; /**< slave group acc. to EEPROM */
   269     char *eeprom_group; /**< slave group acc. to EEPROM */
   270     char *eeprom_image; /**< slave image name acc. to EEPROM */
   270     char *eeprom_image; /**< slave image name acc. to EEPROM */
   271     char *eeprom_order; /**< slave order number acc. to EEPROM */
   271     char *eeprom_order; /**< slave order number acc. to EEPROM */
   272     char *eeprom_name; /**< slave name acc. to EEPROM */
   272     char *eeprom_name; /**< slave name acc. to EEPROM */
   273 
   273 
       
   274     uint16_t *new_eeprom_data; /**< new EEPROM data to write */
       
   275     size_t new_eeprom_size; /**< size of new EEPROM data in words */
       
   276 
   274     struct list_head sdo_dictionary; /**< SDO directory list */
   277     struct list_head sdo_dictionary; /**< SDO directory list */
   275 
   278 
   276     ec_command_t mbox_command; /**< mailbox command */
   279     ec_command_t mbox_command; /**< mailbox command */
   277 
   280 
   278     ec_slave_state_t requested_state; /**< requested slave state */
   281     ec_slave_state_t requested_state; /**< requested slave state */