IgH EtherCAT Master  1.5.3
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 473 of file ecrt.h.

Field Documentation

◆ index

uint16_t ec_pdo_entry_info_t::index

PDO entry index.

Definition at line 474 of file ecrt.h.

◆ subindex

uint8_t ec_pdo_entry_info_t::subindex

PDO entry subindex.

Definition at line 475 of file ecrt.h.

◆ bit_length

uint8_t ec_pdo_entry_info_t::bit_length

Size of the PDO entry in bit.

Definition at line 476 of file ecrt.h.