master/sync_config.h
branchstable-1.4
changeset 1686 e206f4485f60
parent 1685 399ef727bf62
equal deleted inserted replaced
1685:399ef727bf62 1686:e206f4485f60
    42 
    42 
    43 /** Sync manager configuration.
    43 /** Sync manager configuration.
    44  */
    44  */
    45 typedef struct {
    45 typedef struct {
    46     ec_direction_t dir; /**< Sync manager direction. */
    46     ec_direction_t dir; /**< Sync manager direction. */
    47     ec_pdo_list_t pdos; /**< Current Pdo assignment. */
    47     ec_pdo_list_t pdos; /**< Current PDO assignment. */
    48 } ec_sync_config_t;
    48 } ec_sync_config_t;
    49 
    49 
    50 /*****************************************************************************/
    50 /*****************************************************************************/
    51 
    51 
    52 void ec_sync_config_init(ec_sync_config_t *);
    52 void ec_sync_config_init(ec_sync_config_t *);