implemnted el6900 support and fsoe transport

This commit is contained in:
Sascha Ittner
2018-06-27 11:50:35 +02:00
parent 7d318a66d2
commit 0c9f7caea9
7 changed files with 422 additions and 112 deletions

View File

@@ -24,6 +24,11 @@
#define LCEC_EL6900_PID 0x1AF43052
#define LCEC_EL6900_PDOS 23
#define LCEC_EL6900_PARAM_SLAVEID 1
#define LCEC_EL6900_PARAM_SLAVEID_PDOS 8
int lcec_el6900_init(int comp_id, struct lcec_slave *slave, ec_pdo_entry_reg_t *pdo_entry_regs);
#endif