From fa42e3e3500d57206bc46676631a0ae433744b46 Mon Sep 17 00:00:00 2001 From: hadeshyp Date: Thu, 12 Aug 2010 11:53:38 +0000 Subject: [PATCH] *** empty log message *** --- mediainterface.tex | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 mediainterface.tex diff --git a/mediainterface.tex b/mediainterface.tex new file mode 100644 index 0000000..61da854 --- /dev/null +++ b/mediainterface.tex @@ -0,0 +1,26 @@ +\subsection{Status and Control Port} + +\begin{table}[hbtp] +\begin{center} +\begin{tabularx}{\textwidth}{|l|l|X|} +\hline +\textbf{Bit} & \textbf{Name} & \textbf{Description} \\ +\hline\hline +15 & Send Reset & ``Reset network'' sequence is being received, force other links to send reset sequence \\ +14 & No Signal & There is no signal received on the input (either from SFP/FOT or from the internal signal detect circuit \\ +13 & Reset Trbnet & ``Reset network'' sequence has been received. Issues full reset of all logic \\ +12 & Link Error & Pulses high when a code violation or similar error has been found / also: retransmit request sent \\ +11 & LED TX & RX LED. Flashes when data is being sent \\ +10 & LED RX & RX LED. Flashes when data is being received \\ +9 & LED Status & Status LED. Flashing during Start-up, on when link is established \\ +8 & Retransmit & Received retransmit request \\ +7 -- 4 & LSM State & Status of the link state machine \\ +3 & & reserved \\ +2 -- 0 & MED Error & Error information. ERROR\_OK when link is up, ERROR\_NC when no link is connected, ERROR\_WAIT during start-up\\ +\hline +\end{tabularx} +\caption{16bit Status Register of Media Interfaces} +\label{MediaInterfaceStatus} +\end{center} +\end{table} + -- 2.43.0