master/ioctl.h
changeset 1382 cb2188d111f3
parent 1379 cbceb0e2f2a0
child 1388 3c886ec376f5
equal deleted inserted replaced
1381:f592fe7e799d 1382:cb2188d111f3
   286     uint8_t sdo_entry_subindex;
   286     uint8_t sdo_entry_subindex;
   287 
   287 
   288     // outputs
   288     // outputs
   289     uint16_t data_type;
   289     uint16_t data_type;
   290     uint16_t bit_length;
   290     uint16_t bit_length;
       
   291     uint8_t read_access[EC_SDO_ENTRY_ACCESS_COUNT];
       
   292     uint8_t write_access[EC_SDO_ENTRY_ACCESS_COUNT];
   291     int8_t description[EC_IOCTL_STRING_SIZE];
   293     int8_t description[EC_IOCTL_STRING_SIZE];
   292 } ec_ioctl_slave_sdo_entry_t;
   294 } ec_ioctl_slave_sdo_entry_t;
   293 
   295 
   294 /*****************************************************************************/
   296 /*****************************************************************************/
   295 
   297