master/slave.h
changeset 601 d6d951b766e3
parent 556 dc5829af044d
child 610 29489a43ecee
equal deleted inserted replaced
600:b0660152f710 601:d6d951b766e3
   219     uint8_t dl_loop[4]; /**< loop closed */
   219     uint8_t dl_loop[4]; /**< loop closed */
   220     uint8_t dl_signal[4]; /**< detected signal on RX port */
   220     uint8_t dl_signal[4]; /**< detected signal on RX port */
   221 
   221 
   222     // EEPROM
   222     // EEPROM
   223     uint8_t *eeprom_data; /**< Complete EEPROM image */
   223     uint8_t *eeprom_data; /**< Complete EEPROM image */
   224     uint16_t eeprom_size; /**< size of the EEPROM contents in byte */
   224     size_t eeprom_size; /**< size of the EEPROM contents in bytes */
   225     uint16_t *new_eeprom_data; /**< new EEPROM data to write */
       
   226     uint16_t new_eeprom_size; /**< size of new EEPROM data in words */
       
   227 
   225 
   228     // slave information interface
   226     // slave information interface
   229     uint16_t sii_alias; /**< configured station alias */
   227     uint16_t sii_alias; /**< configured station alias */
   230     uint32_t sii_vendor_id; /**< vendor id */
   228     uint32_t sii_vendor_id; /**< vendor id */
   231     uint32_t sii_product_code; /**< vendor's product code */
   229     uint32_t sii_product_code; /**< vendor's product code */