Files
Senior-Design-Project_WMU-S…/Generated Documentation/latex/version_8h.tex

77 lines
4.1 KiB
TeX

\hypertarget{version_8h}{}\doxysection{Software/\+Code Composer Studio Workspace/\+Sunseeker\+Telemetry\+And\+Lighting\+System/\+Libraries/driverlib/\+MSP430\+F5xx\+\_\+6xx/inc/version.h File Reference}
\label{version_8h}\index{Software/Code Composer Studio Workspace/SunseekerTelemetryAndLightingSystem/Libraries/driverlib/MSP430F5xx\_6xx/inc/version.h@{Software/Code Composer Studio Workspace/SunseekerTelemetryAndLightingSystem/Libraries/driverlib/MSP430F5xx\_6xx/inc/version.h}}
\doxysubsection*{Macros}
\begin{DoxyCompactItemize}
\item
\#define \mbox{\hyperlink{version_8h_a5b358dd777e834ae2515d237d4ddef2c}{DRIVERLIB\+\_\+\+VER\+\_\+\+MAJOR}}~2
\item
\#define \mbox{\hyperlink{version_8h_a3209c4c14367996e38b92df68f4d0c33}{DRIVERLIB\+\_\+\+VER\+\_\+\+MINOR}}~91
\item
\#define \mbox{\hyperlink{version_8h_a7ca458fc4f49f0b05e6fcb64a77f93c9}{DRIVERLIB\+\_\+\+VER\+\_\+\+PATCH}}~13
\item
\#define \mbox{\hyperlink{version_8h_a182ff263124bd08c6ade62fbc681789a}{DRIVERLIB\+\_\+\+VER\+\_\+\+BUILD}}~01
\item
\#define \mbox{\hyperlink{version_8h_ab51e84a6281c4c257274af566f2b3ce6}{get\+Version}}()
\end{DoxyCompactItemize}
\doxysubsection{Macro Definition Documentation}
\mbox{\Hypertarget{version_8h_a182ff263124bd08c6ade62fbc681789a}\label{version_8h_a182ff263124bd08c6ade62fbc681789a}}
\index{version.h@{version.h}!DRIVERLIB\_VER\_BUILD@{DRIVERLIB\_VER\_BUILD}}
\index{DRIVERLIB\_VER\_BUILD@{DRIVERLIB\_VER\_BUILD}!version.h@{version.h}}
\doxysubsubsection{\texorpdfstring{DRIVERLIB\_VER\_BUILD}{DRIVERLIB\_VER\_BUILD}}
{\footnotesize\ttfamily \#define DRIVERLIB\+\_\+\+VER\+\_\+\+BUILD~01}
Definition at line 5 of file version.\+h.
\mbox{\Hypertarget{version_8h_a5b358dd777e834ae2515d237d4ddef2c}\label{version_8h_a5b358dd777e834ae2515d237d4ddef2c}}
\index{version.h@{version.h}!DRIVERLIB\_VER\_MAJOR@{DRIVERLIB\_VER\_MAJOR}}
\index{DRIVERLIB\_VER\_MAJOR@{DRIVERLIB\_VER\_MAJOR}!version.h@{version.h}}
\doxysubsubsection{\texorpdfstring{DRIVERLIB\_VER\_MAJOR}{DRIVERLIB\_VER\_MAJOR}}
{\footnotesize\ttfamily \#define DRIVERLIB\+\_\+\+VER\+\_\+\+MAJOR~2}
Definition at line 2 of file version.\+h.
\mbox{\Hypertarget{version_8h_a3209c4c14367996e38b92df68f4d0c33}\label{version_8h_a3209c4c14367996e38b92df68f4d0c33}}
\index{version.h@{version.h}!DRIVERLIB\_VER\_MINOR@{DRIVERLIB\_VER\_MINOR}}
\index{DRIVERLIB\_VER\_MINOR@{DRIVERLIB\_VER\_MINOR}!version.h@{version.h}}
\doxysubsubsection{\texorpdfstring{DRIVERLIB\_VER\_MINOR}{DRIVERLIB\_VER\_MINOR}}
{\footnotesize\ttfamily \#define DRIVERLIB\+\_\+\+VER\+\_\+\+MINOR~91}
Definition at line 3 of file version.\+h.
\mbox{\Hypertarget{version_8h_a7ca458fc4f49f0b05e6fcb64a77f93c9}\label{version_8h_a7ca458fc4f49f0b05e6fcb64a77f93c9}}
\index{version.h@{version.h}!DRIVERLIB\_VER\_PATCH@{DRIVERLIB\_VER\_PATCH}}
\index{DRIVERLIB\_VER\_PATCH@{DRIVERLIB\_VER\_PATCH}!version.h@{version.h}}
\doxysubsubsection{\texorpdfstring{DRIVERLIB\_VER\_PATCH}{DRIVERLIB\_VER\_PATCH}}
{\footnotesize\ttfamily \#define DRIVERLIB\+\_\+\+VER\+\_\+\+PATCH~13}
Definition at line 4 of file version.\+h.
\mbox{\Hypertarget{version_8h_ab51e84a6281c4c257274af566f2b3ce6}\label{version_8h_ab51e84a6281c4c257274af566f2b3ce6}}
\index{version.h@{version.h}!getVersion@{getVersion}}
\index{getVersion@{getVersion}!version.h@{version.h}}
\doxysubsubsection{\texorpdfstring{getVersion}{getVersion}}
{\footnotesize\ttfamily \#define get\+Version(\begin{DoxyParamCaption}{ }\end{DoxyParamCaption})}
{\bfseries Value\+:}
\begin{DoxyCode}{0}
\DoxyCodeLine{ ((uint32\_t)\mbox{\hyperlink{version_8h_a5b358dd777e834ae2515d237d4ddef2c}{DRIVERLIB\_VER\_MAJOR}}<<24 | \(\backslash\)}
\DoxyCodeLine{ (uint32\_t)\mbox{\hyperlink{version_8h_a3209c4c14367996e38b92df68f4d0c33}{DRIVERLIB\_VER\_MINOR}}<<16 | \(\backslash\)}
\DoxyCodeLine{ (uint32\_t)\mbox{\hyperlink{version_8h_a7ca458fc4f49f0b05e6fcb64a77f93c9}{DRIVERLIB\_VER\_PATCH}}<<8 | \(\backslash\)}
\DoxyCodeLine{ (uint32\_t)\mbox{\hyperlink{version_8h_a182ff263124bd08c6ade62fbc681789a}{DRIVERLIB\_VER\_BUILD}})}
\end{DoxyCode}
Definition at line 8 of file version.\+h.