IgH EtherCAT Master  1.5.2
ec_pdo_entry_info_t Struct Reference

PDO entry configuration information. More...

Data Fields

uint16_t index
 PDO entry index. More...
 
uint8_t subindex
 PDO entry subindex. More...
 
uint8_t bit_length
 Size of the PDO entry in bit. More...
 

Detailed Description

PDO entry configuration information.

This is the data type of the entries field in ec_pdo_info_t.

See Also
ecrt_slave_config_pdos().

Definition at line 457 of file ecrt.h.

Field Documentation

uint16_t ec_pdo_entry_info_t::index

PDO entry index.

Definition at line 458 of file ecrt.h.

uint8_t ec_pdo_entry_info_t::subindex

PDO entry subindex.

Definition at line 459 of file ecrt.h.

uint8_t ec_pdo_entry_info_t::bit_length

Size of the PDO entry in bit.

Definition at line 460 of file ecrt.h.