master/slave.h
changeset 279 12f48c1cb143
parent 275 ba51285d4ef6
child 291 0b1f877cf3f1
equal deleted inserted replaced
278:fddcb6d7869d 279:12f48c1cb143
   288     uint16_t *new_eeprom_data; /**< new EEPROM data to write */
   288     uint16_t *new_eeprom_data; /**< new EEPROM data to write */
   289     size_t new_eeprom_size; /**< size of new EEPROM data in words */
   289     size_t new_eeprom_size; /**< size of new EEPROM data in words */
   290 
   290 
   291     struct list_head sdo_dictionary; /**< SDO directory list */
   291     struct list_head sdo_dictionary; /**< SDO directory list */
   292 
   292 
   293     ec_command_t mbox_command; /**< mailbox command */
       
   294 
       
   295     ec_slave_state_t requested_state; /**< requested slave state */
   293     ec_slave_state_t requested_state; /**< requested slave state */
   296     ec_slave_state_t current_state; /**< current slave state */
   294     ec_slave_state_t current_state; /**< current slave state */
   297     unsigned int state_error; /**< a state error has happened */
   295     unsigned int state_error; /**< a state error has happened */
   298     unsigned int online; /**< non-zero, if the slave responds. */
   296     unsigned int online; /**< non-zero, if the slave responds. */
   299 
   297