Commit 350b0a50 authored by Matthieu Cattin's avatar Matthieu Cattin

fmcadc100m_csr: Fix typo in field name.

parent 11acbf4d
......@@ -22,7 +22,7 @@ FMCADC100M_CSR=['FMC ADC 100MS/s core registers',{
'STA':[0x04, 'Status register', {
'FSM':[0, 'State machine status', 0x7],
'SERDES_PLL':[3, 'Serdes PLL locked', 0x1],
'SERDES_SYNED':[4, 'Serdes synchronised', 0x1],
'SERDES_SYNCED':[4, 'Serdes synchronised', 0x1],
'RESERVED':[5, 'Reserved', 0x7FFFFFF]}],
'TRIG_CFG':[0x08, 'Trigger configuration', {
'HW_TRIG_SEL':[0, 'Hardware trigger selection', 0x1],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment