Ignore:
Timestamp:
06/23/11 22:11:25 (13 years ago)
Author:
tbretz
Message:
Added new bits in Status word; removed obsolete ref clock too high; added new command enable busy.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/fadctrl.cc

    r11139 r11156  
    13671367            (boost::bind(&StateMachineFAD::CmdEnable, this, _1, FAD::kCmdSrclk))
    13681368            ("Set SRCLK");
     1369        T::AddEvent("ENABLE_BUSY", "B:1")
     1370            (boost::bind(&StateMachineFAD::CmdEnable, this, _1, FAD::kCmdBusy))
     1371            ("Set BUSY");
    13691372        T::AddEvent("ENABLE_SCLK", "B:1")
    13701373            (boost::bind(&StateMachineFAD::CmdEnable, this, _1, FAD::kCmdSclk))
Note: See TracChangeset for help on using the changeset viewer.