master/master.h
branchstable-1.5
changeset 2447 e93efb4af231
parent 2443 2c3ccdde3919
child 2453 d461b1f07296
equal deleted inserted replaced
2446:3425c621ee46 2447:e93efb4af231
   222                                        reference clock to the master clock. */
   222                                        reference clock to the master clock. */
   223     ec_datagram_t sync_datagram; /**< Datagram used for DC drift
   223     ec_datagram_t sync_datagram; /**< Datagram used for DC drift
   224                                    compensation. */
   224                                    compensation. */
   225     ec_datagram_t sync_mon_datagram; /**< Datagram used for DC synchronisation
   225     ec_datagram_t sync_mon_datagram; /**< Datagram used for DC synchronisation
   226                                        monitoring. */
   226                                        monitoring. */
       
   227     ec_slave_config_t *dc_ref_config; /**< Application-selected DC reference
       
   228                                         clock slave config. */
   227     ec_slave_t *dc_ref_clock; /**< DC reference clock slave. */
   229     ec_slave_t *dc_ref_clock; /**< DC reference clock slave. */
   228 
   230 
   229     unsigned int scan_busy; /**< Current scan state. */
   231     unsigned int scan_busy; /**< Current scan state. */
   230     unsigned int allow_scan; /**< \a True, if slave scanning is allowed. */
   232     unsigned int allow_scan; /**< \a True, if slave scanning is allowed. */
   231     struct semaphore scan_sem; /**< Semaphore protecting the \a scan_busy
   233     struct semaphore scan_sem; /**< Semaphore protecting the \a scan_busy