master/sync.h
changeset 748 6c8801bd547f
parent 635 d304ef4af542
child 762 15214036c72a
equal deleted inserted replaced
747:ac8a822c3e5b 748:6c8801bd547f
    81 void ec_sync_config(const ec_sync_t *, uint8_t *);
    81 void ec_sync_config(const ec_sync_t *, uint8_t *);
    82 
    82 
    83 int ec_sync_add_pdo(ec_sync_t *, const ec_pdo_t *);
    83 int ec_sync_add_pdo(ec_sync_t *, const ec_pdo_t *);
    84 void ec_sync_clear_pdos(ec_sync_t *);
    84 void ec_sync_clear_pdos(ec_sync_t *);
    85 
    85 
       
    86 ec_pdo_type_t ec_sync_get_pdo_type(const ec_sync_t *);
       
    87 
    86 /*****************************************************************************/
    88 /*****************************************************************************/
    87 
    89 
    88 #endif
    90 #endif