28 #ifndef __EC_FMMU_CONFIG_H__ 29 #define __EC_FMMU_CONFIG_H__ 39 struct list_head list;
const ec_slave_config_t * sc
EtherCAT slave config.
unsigned int data_size
Covered PDO size.
Global definitions and macros.
uint32_t logical_start_address
Logical start address.
const ec_domain_t * domain
Domain.
uint8_t sync_index
Index of sync manager to use.
ec_direction_t
Direction type for PDO assignment functions.
void ec_fmmu_config_page(const ec_fmmu_config_t *, const ec_sync_t *, uint8_t *)
Initializes an FMMU configuration page.
EtherCAT slave configuration.
ec_direction_t dir
FMMU direction.
void ec_fmmu_config_init(ec_fmmu_config_t *, ec_slave_config_t *, ec_domain_t *, uint8_t, ec_direction_t)
FMMU configuration constructor.