master/fsm.c
changeset 297 ac2a057a8ef2
parent 293 14aeb79aa992
child 298 d491d1f84ebc
equal deleted inserted replaced
296:967aaacf9b20 297:ac2a057a8ef2
  1708     {0x0017, "Invalid sync manager configuration"},
  1708     {0x0017, "Invalid sync manager configuration"},
  1709     {0x0018, "No valid inputs available"},
  1709     {0x0018, "No valid inputs available"},
  1710     {0x0019, "No valid outputs"},
  1710     {0x0019, "No valid outputs"},
  1711     {0x001A, "Synchronisation error"},
  1711     {0x001A, "Synchronisation error"},
  1712     {0x001B, "Sync manager watchdog"},
  1712     {0x001B, "Sync manager watchdog"},
       
  1713     {0x001C, "Invalid sync manager types"},
       
  1714     {0x001D, "Invalid output configuration"},
       
  1715     {0x001E, "Invalid input configuration"},
       
  1716     {0x001F, "Invalid watchdog configuration"},
  1713     {0x0020, "Slave needs cold start"},
  1717     {0x0020, "Slave needs cold start"},
  1714     {0x0021, "Slave needs INIT"},
  1718     {0x0021, "Slave needs INIT"},
  1715     {0x0022, "Slave needs PREOP"},
  1719     {0x0022, "Slave needs PREOP"},
  1716     {0x0023, "Slave needs SAVEOP"},
  1720     {0x0023, "Slave needs SAVEOP"},
       
  1721     {0x0030, "Invalid DC SYNCH configuration"},
       
  1722     {0x0031, "Invalid DC latch configuration"},
       
  1723     {0x0032, "PLL error"},
       
  1724     {0x0033, "Invalid DC IO error"},
       
  1725     {0x0034, "Invalid DC timeout error"},
       
  1726     {0x0042, "MBOX EOE"},
       
  1727     {0x0043, "MBOX COE"},
       
  1728     {0x0044, "MBOX FOE"},
       
  1729     {0x0045, "MBOX SOE"},
       
  1730     {0x004F, "MBOX VOE"},
  1717     {}
  1731     {}
  1718 };
  1732 };
  1719 
  1733 
  1720 /*****************************************************************************/
  1734 /*****************************************************************************/
  1721 
  1735