]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/fvid2.git/commitdiff
Fixed doxygen build
authorSivaraj R <sivaraj@ti.com>
Tue, 24 Apr 2018 05:35:00 +0000 (11:05 +0530)
committerSivaraj R <sivaraj@ti.com>
Tue, 24 Apr 2018 05:35:00 +0000 (11:05 +0530)
Signed-off-by: Sivaraj R <sivaraj@ti.com>
docs/Doxyfile [new file with mode: 0644]
docs/doxygen/ti_disclaim.htm [new file with mode: 0644]
docs/doxygen/tifooter.htm [new file with mode: 0644]
docs/doxygen/tiheader.htm [new file with mode: 0644]
docs/doxygen/tilogo.gif [new file with mode: 0644]
docs/doxygen/titagline.gif [new file with mode: 0644]

diff --git a/docs/Doxyfile b/docs/Doxyfile
new file mode 100644 (file)
index 0000000..61cb042
--- /dev/null
@@ -0,0 +1,231 @@
+# Doxyfile 1.5.1-p1
+
+#---------------------------------------------------------------------------
+# Project related configuration options
+#---------------------------------------------------------------------------
+PROJECT_NAME           = "FVID2 Driver"
+PROJECT_NUMBER         = 3.03.00
+OUTPUT_DIRECTORY       = ./docs/doxygen
+CREATE_SUBDIRS         = NO
+OUTPUT_LANGUAGE        = English
+BRIEF_MEMBER_DESC      = YES
+REPEAT_BRIEF           = YES
+ABBREVIATE_BRIEF       = "The $name class" \
+                         "The $name widget" \
+                         "The $name file" \
+                         is \
+                         provides \
+                         specifies \
+                         contains \
+                         represents \
+                         a \
+                         an \
+                         the
+ALWAYS_DETAILED_SEC    = NO
+INLINE_INHERITED_MEMB  = NO
+FULL_PATH_NAMES        = NO
+STRIP_FROM_PATH        =
+STRIP_FROM_INC_PATH    =
+SHORT_NAMES            = NO
+JAVADOC_AUTOBRIEF      = NO
+MULTILINE_CPP_IS_BRIEF = NO
+INHERIT_DOCS           = YES
+SEPARATE_MEMBER_PAGES  = NO
+TAB_SIZE               = 8
+ALIASES                =
+OPTIMIZE_OUTPUT_FOR_C  = YES
+OPTIMIZE_OUTPUT_JAVA   = NO
+BUILTIN_STL_SUPPORT    = NO
+DISTRIBUTE_GROUP_DOC   = YES
+SUBGROUPING            = YES
+#---------------------------------------------------------------------------
+# Build related configuration options
+#---------------------------------------------------------------------------
+EXTRACT_ALL            = NO
+EXTRACT_PRIVATE        = NO
+EXTRACT_STATIC         = YES
+EXTRACT_LOCAL_CLASSES  = YES
+EXTRACT_LOCAL_METHODS  = NO
+HIDE_UNDOC_MEMBERS     = NO
+HIDE_UNDOC_CLASSES     = YES
+HIDE_FRIEND_COMPOUNDS  = NO
+HIDE_IN_BODY_DOCS      = NO
+INTERNAL_DOCS          = NO
+CASE_SENSE_NAMES       = NO
+HIDE_SCOPE_NAMES       = NO
+SHOW_INCLUDE_FILES     = YES
+INLINE_INFO            = YES
+SORT_MEMBER_DOCS       = YES
+SORT_BRIEF_DOCS        = NO
+SORT_BY_SCOPE_NAME     = NO
+GENERATE_TODOLIST      = YES
+GENERATE_TESTLIST      = YES
+GENERATE_BUGLIST       = YES
+GENERATE_DEPRECATEDLIST= YES
+ENABLED_SECTIONS       =
+MAX_INITIALIZER_LINES  = 30
+SHOW_USED_FILES        = YES
+FILE_VERSION_FILTER    =
+#---------------------------------------------------------------------------
+# configuration options related to warning and progress messages
+#---------------------------------------------------------------------------
+QUIET                  = NO
+WARNINGS               = YES
+WARN_IF_UNDOCUMENTED   = YES
+WARN_IF_DOC_ERROR      = YES
+WARN_NO_PARAMDOC       = NO
+WARN_FORMAT            = "$file:$line: $text"
+WARN_LOGFILE           =
+#---------------------------------------------------------------------------
+# configuration options related to the input files
+#---------------------------------------------------------------------------
+INPUT                  = ./ \
+                         ./include \
+                         ../../csl/csl_fvid2_dataTypes.h
+
+FILE_PATTERNS          = *.h
+
+RECURSIVE              = NO
+EXCLUDE                = NO
+EXCLUDE_SYMLINKS       = NO
+EXCLUDE_PATTERNS       =
+EXAMPLE_PATH           = ./docs/doxygen
+EXAMPLE_PATTERNS       = *
+EXAMPLE_RECURSIVE      = NO
+IMAGE_PATH             =
+INPUT_FILTER           =
+FILTER_PATTERNS        =
+FILTER_SOURCE_FILES    = NO
+#---------------------------------------------------------------------------
+# configuration options related to source browsing
+#---------------------------------------------------------------------------
+SOURCE_BROWSER         = NO
+INLINE_SOURCES         = NO
+STRIP_CODE_COMMENTS    = YES
+REFERENCED_BY_RELATION = NO
+REFERENCES_RELATION    = NO
+REFERENCES_LINK_SOURCE = YES
+USE_HTAGS              = NO
+VERBATIM_HEADERS       = NO
+#---------------------------------------------------------------------------
+# configuration options related to the alphabetical class index
+#---------------------------------------------------------------------------
+ALPHABETICAL_INDEX     = NO
+COLS_IN_ALPHA_INDEX    = 5
+IGNORE_PREFIX          =
+#---------------------------------------------------------------------------
+# configuration options related to the HTML output
+#---------------------------------------------------------------------------
+GENERATE_HTML          = YES
+HTML_OUTPUT            = html
+HTML_FILE_EXTENSION    = .html
+HTML_HEADER            = ./docs/doxygen/tiheader.htm
+HTML_FOOTER            = ./docs/doxygen/tifooter.htm
+HTML_STYLESHEET        =
+GENERATE_HTMLHELP      = NO
+CHM_FILE               = ..\..\fvid2.chm
+HHC_LOCATION           = hhc.exe
+GENERATE_CHI           = NO
+BINARY_TOC             = NO
+TOC_EXPAND             = NO
+DISABLE_INDEX          = NO
+ENUM_VALUES_PER_LINE   = 4
+GENERATE_TREEVIEW      = NO
+TREEVIEW_WIDTH         = 250
+#---------------------------------------------------------------------------
+# configuration options related to the LaTeX output
+#---------------------------------------------------------------------------
+GENERATE_LATEX         = NO
+LATEX_OUTPUT           = latex
+LATEX_CMD_NAME         = latex
+MAKEINDEX_CMD_NAME     = makeindex
+COMPACT_LATEX          = NO
+PAPER_TYPE             = a4wide
+EXTRA_PACKAGES         =
+LATEX_HEADER           =
+PDF_HYPERLINKS         = YES
+USE_PDFLATEX           = YES
+LATEX_BATCHMODE        = NO
+LATEX_HIDE_INDICES     = NO
+#---------------------------------------------------------------------------
+# configuration options related to the RTF output
+#---------------------------------------------------------------------------
+GENERATE_RTF           = NO
+RTF_OUTPUT             = rtf
+COMPACT_RTF            = NO
+RTF_HYPERLINKS         = NO
+RTF_STYLESHEET_FILE    =
+RTF_EXTENSIONS_FILE    =
+#---------------------------------------------------------------------------
+# configuration options related to the man page output
+#---------------------------------------------------------------------------
+GENERATE_MAN           = NO
+MAN_OUTPUT             = man
+MAN_EXTENSION          = .3
+MAN_LINKS              = NO
+#---------------------------------------------------------------------------
+# configuration options related to the XML output
+#---------------------------------------------------------------------------
+GENERATE_XML           = NO
+XML_OUTPUT             = xml
+XML_PROGRAMLISTING     = YES
+#---------------------------------------------------------------------------
+# configuration options for the AutoGen Definitions output
+#---------------------------------------------------------------------------
+GENERATE_AUTOGEN_DEF   = NO
+#---------------------------------------------------------------------------
+# configuration options related to the Perl module output
+#---------------------------------------------------------------------------
+GENERATE_PERLMOD       = NO
+PERLMOD_LATEX          = NO
+PERLMOD_PRETTY         = YES
+PERLMOD_MAKEVAR_PREFIX =
+#---------------------------------------------------------------------------
+# Configuration options related to the preprocessor
+#---------------------------------------------------------------------------
+ENABLE_PREPROCESSING   = YES
+MACRO_EXPANSION        = NO
+EXPAND_ONLY_PREDEF     = NO
+SEARCH_INCLUDES        = YES
+INCLUDE_PATH           =
+INCLUDE_FILE_PATTERNS  =
+PREDEFINED             =
+EXPAND_AS_DEFINED      =
+SKIP_FUNCTION_MACROS   = YES
+#---------------------------------------------------------------------------
+# Configuration::additions related to external references
+#---------------------------------------------------------------------------
+TAGFILES               =
+GENERATE_TAGFILE       =
+ALLEXTERNALS           = NO
+EXTERNAL_GROUPS        = YES
+PERL_PATH              = /usr/bin/perl
+#---------------------------------------------------------------------------
+# Configuration options related to the dot tool
+#---------------------------------------------------------------------------
+CLASS_DIAGRAMS         = NO
+HIDE_UNDOC_RELATIONS   = YES
+HAVE_DOT               = NO
+CLASS_GRAPH            = YES
+COLLABORATION_GRAPH    = YES
+GROUP_GRAPHS           = YES
+UML_LOOK               = NO
+TEMPLATE_RELATIONS     = NO
+INCLUDE_GRAPH          = YES
+INCLUDED_BY_GRAPH      = YES
+CALL_GRAPH             = NO
+CALLER_GRAPH           = NO
+GRAPHICAL_HIERARCHY    = YES
+DIRECTORY_GRAPH        = YES
+DOT_IMAGE_FORMAT       = png
+DOT_PATH               =
+DOTFILE_DIRS           =
+MAX_DOT_GRAPH_DEPTH    = 1000
+DOT_TRANSPARENT        = YES
+DOT_MULTI_TARGETS      = NO
+GENERATE_LEGEND        = YES
+DOT_CLEANUP            = YES
+#---------------------------------------------------------------------------
+# Configuration::additions related to the search engine
+#---------------------------------------------------------------------------
+SEARCHENGINE           = NO
diff --git a/docs/doxygen/ti_disclaim.htm b/docs/doxygen/ti_disclaim.htm
new file mode 100644 (file)
index 0000000..085a637
--- /dev/null
@@ -0,0 +1,1093 @@
+<html xmlns:v="urn:schemas-microsoft-com:vml"
+xmlns:o="urn:schemas-microsoft-com:office:office"
+xmlns:w="urn:schemas-microsoft-com:office:word"
+xmlns="http://www.w3.org/TR/REC-html40">
+
+<head>
+<meta http-equiv=Content-Type content="text/html; charset=windows-1252">
+<meta name=ProgId content=Word.Document>
+<meta name=Generator content="Microsoft Word 9">
+<meta name=Originator content="Microsoft Word 9">
+<link rel=File-List href="./ti_disclaimer_files/filelist.xml">
+<title>TI Disclaimer</title>
+<!--[if gte mso 9]><xml>
+ <o:DocumentProperties>
+  <o:Author>a0875225</o:Author>
+  <o:LastAuthor>NC</o:LastAuthor>
+  <o:Revision>6</o:Revision>
+  <o:TotalTime>3</o:TotalTime>
+  <o:LastPrinted>2003-03-14T13:23:00Z</o:LastPrinted>
+  <o:Created>2003-03-27T17:45:00Z</o:Created>
+  <o:LastSaved>2003-03-27T17:50:00Z</o:LastSaved>
+  <o:Pages>1</o:Pages>
+  <o:Words>397</o:Words>
+  <o:Characters>2263</o:Characters>
+  <o:Company>Texas Instruments Inc</o:Company>
+  <o:Lines>18</o:Lines>
+  <o:Paragraphs>4</o:Paragraphs>
+  <o:CharactersWithSpaces>2779</o:CharactersWithSpaces>
+  <o:Version>9.2720</o:Version>
+ </o:DocumentProperties>
+</xml><![endif]-->
+<style>
+<!--
+ /* Font Definitions */
+@font-face
+       {font-family:Helvetica;
+       panose-1:2 11 6 4 2 2 2 2 2 4;
+       mso-font-charset:0;
+       mso-generic-font-family:swiss;
+       mso-font-pitch:variable;
+       mso-font-signature:536902279 -2147483648 8 0 511 0;}
+@font-face
+       {font-family:Courier;
+       panose-1:0 0 0 0 0 0 0 0 0 0;
+       mso-font-charset:0;
+       mso-generic-font-family:modern;
+       mso-font-format:other;
+       mso-font-pitch:fixed;
+       mso-font-signature:3 0 0 0 1 0;}
+@font-face
+       {font-family:Wingdings;
+       panose-1:5 0 0 0 0 0 0 0 0 0;
+       mso-font-charset:2;
+       mso-generic-font-family:auto;
+       mso-font-pitch:variable;
+       mso-font-signature:0 268435456 0 0 -2147483648 0;}
+@font-face
+       {font-family:Tahoma;
+       panose-1:2 11 6 4 3 5 4 4 2 4;
+       mso-font-charset:0;
+       mso-generic-font-family:swiss;
+       mso-font-pitch:variable;
+       mso-font-signature:553679495 -2147483648 8 0 66047 0;}
+@font-face
+       {font-family:"\FF2D\FF33 \FF30\30B4\30B7\30C3\30AF";
+       mso-font-alt:"Times New Roman";
+       mso-font-charset:128;
+       mso-generic-font-family:modern;
+       mso-font-pitch:variable;
+       mso-font-signature:-1610612033 1757936891 16 0 131231 0;}
+@font-face
+       {font-family:"Monotype Sorts";
+       panose-1:1 1 6 1 1 1 1 1 1 1;
+       mso-font-charset:2;
+       mso-generic-font-family:auto;
+       mso-font-pitch:variable;
+       mso-font-signature:0 268435456 0 0 -2147483648 0;}
+@font-face
+       {font-family:"\@\FF2D\FF33 \FF30\30B4\30B7\30C3\30AF";
+       mso-font-charset:128;
+       mso-generic-font-family:modern;
+       mso-font-pitch:variable;
+       mso-font-signature:-1610612033 1757936891 16 0 131231 0;}
+ /* Style Definitions */
+p.MsoNormal, li.MsoNormal, div.MsoNormal
+       {mso-style-parent:"";
+       margin:0in;
+       margin-bottom:.0001pt;
+       mso-pagination:widow-orphan;
+       font-size:12.0pt;
+       font-family:"Times New Roman";
+       mso-fareast-font-family:"Times New Roman";}
+h1
+       {mso-style-next:Normal;
+       margin-top:0in;
+       margin-right:0in;
+       margin-bottom:0in;
+       margin-left:.25in;
+       margin-bottom:.0001pt;
+       text-indent:-.25in;
+       mso-pagination:widow-orphan;
+       page-break-after:avoid;
+       mso-outline-level:1;
+       mso-list:l6 level1 lfo2;
+       tab-stops:list .25in;
+       font-size:14.0pt;
+       mso-bidi-font-size:12.0pt;
+       font-family:"Times New Roman";
+       mso-font-kerning:0pt;}
+h2
+       {mso-style-update:auto;
+       mso-style-next:Normal;
+       margin-top:0in;
+       margin-right:0in;
+       margin-bottom:0in;
+       margin-left:.4in;
+       margin-bottom:.0001pt;
+       text-indent:-.4in;
+       mso-pagination:widow-orphan;
+       page-break-after:avoid;
+       mso-outline-level:2;
+       mso-list:l1 level2 lfo4;
+       tab-stops:list .4in;
+       font-size:14.0pt;
+       mso-bidi-font-size:12.0pt;
+       font-family:"Times New Roman";
+       mso-bidi-font-weight:normal;}
+h3
+       {mso-style-update:auto;
+       mso-style-next:Normal;
+       margin-top:.25in;
+       margin-right:0in;
+       margin-bottom:0in;
+       margin-left:.5in;
+       margin-bottom:.0001pt;
+       text-indent:-.5in;
+       mso-pagination:widow-orphan;
+       page-break-after:avoid;
+       mso-outline-level:3;
+       mso-list:l1 level3 lfo4;
+       tab-stops:list .5in;
+       font-size:11.0pt;
+       mso-bidi-font-size:12.0pt;
+       font-family:"Times New Roman";
+       mso-bidi-font-style:italic;}
+h4
+       {mso-style-next:Normal;
+       margin-top:12.0pt;
+       margin-right:0in;
+       margin-bottom:3.0pt;
+       margin-left:.6in;
+       text-indent:-.6in;
+       mso-pagination:widow-orphan;
+       page-break-after:avoid;
+       mso-outline-level:4;
+       mso-list:l1 level4 lfo4;
+       tab-stops:list .6in;
+       font-size:10.0pt;
+       mso-bidi-font-size:14.0pt;
+       font-family:"Times New Roman";}
+h5
+       {mso-style-next:Normal;
+       margin-top:0in;
+       margin-right:0in;
+       margin-bottom:0in;
+       margin-left:.7in;
+       margin-bottom:.0001pt;
+       text-indent:-.7in;
+       mso-pagination:widow-orphan;
+       page-break-after:avoid;
+       mso-outline-level:5;
+       mso-list:l1 level5 lfo4;
+       tab-stops:list .7in;
+       font-size:10.0pt;
+       mso-bidi-font-size:12.0pt;
+       font-family:"Times New Roman";}
+h6
+       {mso-style-next:Normal;
+       margin:0in;
+       margin-bottom:.0001pt;
+       mso-pagination:widow-orphan;
+       page-break-after:avoid;
+       mso-outline-level:6;
+       font-size:12.0pt;
+       font-family:"Times New Roman";}
+p.MsoHeading7, li.MsoHeading7, div.MsoHeading7
+       {mso-style-next:Normal;
+       margin-top:12.0pt;
+       margin-right:0in;
+       margin-bottom:3.0pt;
+       margin-left:.9in;
+       text-indent:-.9in;
+       mso-pagination:widow-orphan;
+       mso-outline-level:7;
+       tab-stops:list .9in;
+       font-size:10.0pt;
+       mso-bidi-font-size:12.0pt;
+       font-family:"Times New Roman";
+       mso-fareast-font-family:"Times New Roman";}
+p.MsoHeading8, li.MsoHeading8, div.MsoHeading8
+       {mso-style-next:Normal;
+       margin-top:12.0pt;
+       margin-right:0in;
+       margin-bottom:3.0pt;
+       margin-left:1.0in;
+       text-indent:-1.0in;
+       mso-pagination:widow-orphan;
+       mso-outline-level:8;
+       tab-stops:list 1.0in;
+       font-size:10.0pt;
+       mso-bidi-font-size:12.0pt;
+       font-family:"Times New Roman";
+       mso-fareast-font-family:"Times New Roman";
+       font-style:italic;}
+p.MsoHeading9, li.MsoHeading9, div.MsoHeading9
+       {mso-style-next:Normal;
+       margin-top:12.0pt;
+       margin-right:0in;
+       margin-bottom:3.0pt;
+       margin-left:1.1in;
+       text-indent:-1.1in;
+       mso-pagination:widow-orphan;
+       mso-outline-level:9;
+       tab-stops:list 1.1in;
+       font-size:11.0pt;
+       font-family:Arial;
+       mso-fareast-font-family:"Times New Roman";
+       mso-bidi-font-family:"Times New Roman";}
+p.MsoToc1, li.MsoToc1, div.MsoToc1
+       {mso-style-update:auto;
+       mso-style-next:Normal;
+       margin:0in;
+       margin-bottom:.0001pt;
+       mso-pagination:widow-orphan;
+       font-size:12.0pt;
+       font-family:"Courier New";
+       mso-fareast-font-family:"Times New Roman";
+       mso-bidi-font-family:"Times New Roman";
+       font-weight:bold;
+       mso-bidi-font-weight:normal;}
+p.MsoToc2, li.MsoToc2, div.MsoToc2
+       {mso-style-update:auto;
+       mso-style-parent:"TOC 1";
+       mso-style-next:Normal;
+       margin-top:0in;
+       margin-right:0in;
+       margin-bottom:0in;
+       margin-left:.2in;
+       margin-bottom:.0001pt;
+       mso-pagination:widow-orphan;
+       tab-stops:24.0pt right dotted 431.5pt;
+       font-size:11.0pt;
+       mso-bidi-font-size:12.0pt;
+       font-family:"Courier New";
+       mso-fareast-font-family:"Times New Roman";
+       mso-bidi-font-family:"Times New Roman";}
+p.MsoToc3, li.MsoToc3, div.MsoToc3
+       {mso-style-update:auto;
+       mso-style-next:Normal;
+       margin-top:0in;
+       margin-right:0in;
+       margin-bottom:0in;
+       margin-left:24.0pt;
+       margin-bottom:.0001pt;
+       mso-pagination:widow-orphan;
+       font-size:10.0pt;
+       mso-bidi-font-size:12.0pt;
+       font-family:"Times New Roman";
+       mso-fareast-font-family:"Times New Roman";}
+p.MsoCommentText, li.MsoCommentText, div.MsoCommentText
+       {margin:0in;
+       margin-bottom:.0001pt;
+       mso-pagination:widow-orphan;
+       font-size:10.0pt;
+       font-family:"Times New Roman";
+       mso-fareast-font-family:"Times New Roman";}
+p.MsoHeader, li.MsoHeader, div.MsoHeader
+       {margin:0in;
+       margin-bottom:.0001pt;
+       mso-pagination:widow-orphan;
+       tab-stops:center 3.0in right 6.0in;
+       font-size:10.0pt;
+       mso-bidi-font-size:12.0pt;
+       font-family:"Times New Roman";
+       mso-fareast-font-family:"Times New Roman";}
+p.MsoFooter, li.MsoFooter, div.MsoFooter
+       {margin:0in;
+       margin-bottom:.0001pt;
+       mso-pagination:widow-orphan;
+       tab-stops:center 3.0in right 6.0in;
+       font-size:10.0pt;
+       mso-bidi-font-size:12.0pt;
+       font-family:"Times New Roman";
+       mso-fareast-font-family:"Times New Roman";}
+p.MsoCaption, li.MsoCaption, div.MsoCaption
+       {mso-style-next:Normal;
+       margin-top:6.0pt;
+       margin-right:0in;
+       margin-bottom:6.0pt;
+       margin-left:0in;
+       mso-pagination:widow-orphan;
+       font-size:11.0pt;
+       mso-bidi-font-size:10.0pt;
+       font-family:Helvetica;
+       mso-fareast-font-family:"Times New Roman";
+       mso-bidi-font-family:"Times New Roman";
+       font-style:italic;
+       mso-bidi-font-style:normal;}
+p.MsoTof, li.MsoTof, div.MsoTof
+       {mso-style-update:auto;
+       mso-style-next:Normal;
+       margin-top:0in;
+       margin-right:0in;
+       margin-bottom:0in;
+       margin-left:24.0pt;
+       margin-bottom:.0001pt;
+       text-indent:-24.0pt;
+       mso-pagination:widow-orphan;
+       font-size:10.0pt;
+       mso-bidi-font-size:12.0pt;
+       font-family:"Times New Roman";
+       mso-fareast-font-family:"Times New Roman";}
+span.MsoCommentReference
+       {mso-ansi-font-size:8.0pt;
+       mso-bidi-font-size:8.0pt;}
+p.MsoListBullet, li.MsoListBullet, div.MsoListBullet
+       {mso-style-update:auto;
+       margin-top:0in;
+       margin-right:0in;
+       margin-bottom:0in;
+       margin-left:.25in;
+       margin-bottom:.0001pt;
+       text-indent:-.25in;
+       mso-pagination:widow-orphan;
+       mso-list:l0 level1 lfo7;
+       tab-stops:list .25in left 1.25in;
+       mso-layout-grid-align:none;
+       punctuation-wrap:simple;
+       text-autospace:none;
+       font-size:11.0pt;
+       mso-bidi-font-size:10.0pt;
+       font-family:"Times New Roman";
+       mso-fareast-font-family:"\FF2D\FF33 \FF30\30B4\30B7\30C3\30AF";
+       mso-fareast-language:JA;}
+p.MsoListBullet2, li.MsoListBullet2, div.MsoListBullet2
+       {margin-top:0in;
+       margin-right:0in;
+       margin-bottom:0in;
+       margin-left:74.9pt;
+       margin-bottom:.0001pt;
+       text-indent:-17.3pt;
+       mso-pagination:widow-orphan;
+       mso-list:l5 level1 lfo10;
+       tab-stops:list 1.05in left 1.25in;
+       mso-layout-grid-align:none;
+       punctuation-wrap:simple;
+       text-autospace:none;
+       font-size:10.0pt;
+       font-family:"Times New Roman";
+       mso-fareast-font-family:"\FF2D\FF33 \FF30\30B4\30B7\30C3\30AF";
+       mso-fareast-language:JA;}
+p.MsoBodyTextIndent, li.MsoBodyTextIndent, div.MsoBodyTextIndent
+       {margin-top:0in;
+       margin-right:0in;
+       margin-bottom:0in;
+       margin-left:.5in;
+       margin-bottom:.0001pt;
+       mso-pagination:widow-orphan;
+       font-size:10.0pt;
+       mso-bidi-font-size:12.0pt;
+       font-family:"Times New Roman";
+       mso-fareast-font-family:"Times New Roman";}
+p.MsoBodyText2, li.MsoBodyText2, div.MsoBodyText2
+       {margin:0in;
+       margin-bottom:.0001pt;
+       mso-pagination:widow-orphan;
+       font-size:10.0pt;
+       mso-bidi-font-size:12.0pt;
+       font-family:"Times New Roman";
+       mso-fareast-font-family:"Times New Roman";}
+a:link, span.MsoHyperlink
+       {color:blue;
+       text-decoration:underline;
+       text-underline:single;}
+a:visited, span.MsoHyperlinkFollowed
+       {color:purple;
+       text-decoration:underline;
+       text-underline:single;}
+p.Figure1, li.Figure1, div.Figure1
+       {mso-style-name:"Figure\:1";
+       mso-style-update:auto;
+       margin:0in;
+       margin-bottom:.0001pt;
+       text-align:center;
+       text-indent:0in;
+       mso-pagination:widow-orphan;
+       mso-list:l3 level1 lfo12;
+       tab-stops:list .5in;
+       font-size:10.0pt;
+       mso-bidi-font-size:12.0pt;
+       font-family:Helvetica;
+       mso-fareast-font-family:"Times New Roman";
+       mso-bidi-font-family:"Times New Roman";}
+p.Table1, li.Table1, div.Table1
+       {mso-style-name:"Table 1 \:";
+       mso-style-update:auto;
+       mso-style-parent:"Figure\:1";
+       margin-top:0in;
+       margin-right:0in;
+       margin-bottom:0in;
+       margin-left:.25in;
+       margin-bottom:.0001pt;
+       text-align:center;
+       text-indent:-.25in;
+       mso-pagination:widow-orphan;
+       mso-list:l2 level1 lfo14;
+       tab-stops:list 1.0in;
+       font-size:10.0pt;
+       mso-bidi-font-size:12.0pt;
+       font-family:Helvetica;
+       mso-fareast-font-family:"Times New Roman";
+       mso-bidi-font-family:"Times New Roman";}
+p.kccomment, li.kccomment, div.kccomment
+       {mso-style-name:"kc comment";
+       margin:0in;
+       margin-bottom:.0001pt;
+       mso-pagination:widow-orphan;
+       font-size:10.0pt;
+       mso-bidi-font-size:12.0pt;
+       font-family:"Times New Roman";
+       mso-fareast-font-family:"Times New Roman";
+       color:blue;
+       vertical-align:super;}
+p.NOTE, li.NOTE, div.NOTE
+       {mso-style-name:NOTE;
+       mso-style-update:auto;
+       margin-top:0in;
+       margin-right:0in;
+       margin-bottom:0in;
+       margin-left:.7in;
+       margin-bottom:.0001pt;
+       text-indent:-.7in;
+       mso-pagination:widow-orphan;
+       mso-list:l10 level1 lfo16;
+       tab-stops:list .75in;
+       border:none;
+       mso-border-top-alt:solid windowtext .5pt;
+       mso-border-bottom-alt:solid windowtext .5pt;
+       padding:0in;
+       mso-padding-alt:1.0pt 0in 1.0pt 0in;
+       font-size:10.0pt;
+       mso-bidi-font-size:12.0pt;
+       font-family:"Times New Roman";
+       mso-fareast-font-family:"Times New Roman";}
+p.Numberedlist, li.Numberedlist, div.Numberedlist
+       {mso-style-name:"Numbered list";
+       mso-style-update:auto;
+       margin-top:0in;
+       margin-right:0in;
+       margin-bottom:0in;
+       margin-left:.5in;
+       margin-bottom:.0001pt;
+       text-indent:-.25in;
+       mso-pagination:widow-orphan;
+       mso-list:l9 level1 lfo18;
+       tab-stops:list .5in;
+       font-size:10.0pt;
+       mso-bidi-font-size:12.0pt;
+       font-family:"Times New Roman";
+       mso-fareast-font-family:"Times New Roman";}
+p.TableTitle, li.TableTitle, div.TableTitle
+       {mso-style-name:"Table Title";
+       margin-top:12.0pt;
+       margin-right:0in;
+       margin-bottom:12.0pt;
+       margin-left:0in;
+       mso-pagination:widow-orphan;
+       font-size:11.0pt;
+       mso-bidi-font-size:10.0pt;
+       font-family:Helvetica;
+       mso-fareast-font-family:"Times New Roman";
+       mso-bidi-font-family:"Times New Roman";
+       font-style:italic;
+       mso-bidi-font-style:normal;}
+p.tavlecell, li.tavlecell, div.tavlecell
+       {mso-style-name:"tavle cell";
+       mso-style-parent:"Table Title";
+       margin-top:12.0pt;
+       margin-right:0in;
+       margin-bottom:12.0pt;
+       margin-left:0in;
+       mso-pagination:widow-orphan;
+       font-size:11.0pt;
+       mso-bidi-font-size:10.0pt;
+       font-family:Helvetica;
+       mso-fareast-font-family:"Times New Roman";
+       mso-bidi-font-family:"Times New Roman";}
+p.Listb1, li.Listb1, div.Listb1
+       {mso-style-name:"List\:b1";
+       margin-top:0in;
+       margin-right:0in;
+       margin-bottom:0in;
+       margin-left:1.5in;
+       margin-bottom:.0001pt;
+       text-indent:-.25in;
+       mso-pagination:widow-orphan;
+       mso-list:l4 level3 lfo20;
+       tab-stops:list 1.5in;
+       font-size:10.0pt;
+       mso-bidi-font-size:12.0pt;
+       font-family:"Times New Roman";
+       mso-fareast-font-family:"Times New Roman";}
+p.Code, li.Code, div.Code
+       {mso-style-name:Code;
+       margin-top:6.0pt;
+       margin-right:0in;
+       margin-bottom:0in;
+       margin-left:0in;
+       margin-bottom:.0001pt;
+       mso-pagination:widow-orphan;
+       font-size:9.0pt;
+       mso-bidi-font-size:10.0pt;
+       font-family:Courier;
+       mso-fareast-font-family:"Times New Roman";
+       mso-bidi-font-family:"Times New Roman";}
+p.Paragraph, li.Paragraph, div.Paragraph
+       {mso-style-name:Paragraph;
+       margin-top:9.0pt;
+       margin-right:0in;
+       margin-bottom:0in;
+       margin-left:1.5in;
+       margin-bottom:.0001pt;
+       text-align:justify;
+       mso-pagination:widow-orphan;
+       font-size:10.0pt;
+       font-family:Arial;
+       mso-fareast-font-family:"Times New Roman";
+       mso-bidi-font-family:"Times New Roman";}
+p.Bullet1, li.Bullet1, div.Bullet1
+       {mso-style-name:"Bullet 1";
+       margin-top:9.0pt;
+       margin-right:0in;
+       margin-bottom:0in;
+       margin-left:1.75in;
+       margin-bottom:.0001pt;
+       text-indent:-.25in;
+       mso-pagination:widow-orphan;
+       page-break-after:avoid;
+       mso-list:l7 level1 lfo22;
+       tab-stops:list .25in;
+       font-size:10.0pt;
+       font-family:Helvetica;
+       mso-fareast-font-family:"Times New Roman";
+       mso-bidi-font-family:"Times New Roman";}
+p.TableCell, li.TableCell, div.TableCell
+       {mso-style-name:"Table Cell";
+       margin:0in;
+       margin-bottom:.0001pt;
+       mso-pagination:widow-orphan;
+       font-size:9.0pt;
+       mso-bidi-font-size:10.0pt;
+       font-family:Helvetica;
+       mso-fareast-font-family:"Times New Roman";
+       mso-bidi-font-family:"Times New Roman";}
+p.tableheading, li.tableheading, div.tableheading
+       {mso-style-name:"table heading";
+       mso-style-parent:Paragraph;
+       margin-top:9.0pt;
+       margin-right:0in;
+       margin-bottom:0in;
+       margin-left:1.5in;
+       margin-bottom:.0001pt;
+       text-align:justify;
+       mso-pagination:widow-orphan;
+       layout-grid-mode:char;
+       font-size:10.0pt;
+       font-family:Arial;
+       mso-fareast-font-family:"Times New Roman";
+       mso-bidi-font-family:"Times New Roman";}
+p.Bullet2, li.Bullet2, div.Bullet2
+       {mso-style-name:"Bullet 2";
+       margin-top:6.0pt;
+       margin-right:0in;
+       margin-bottom:0in;
+       margin-left:2.0in;
+       margin-bottom:.0001pt;
+       text-indent:-.25in;
+       mso-pagination:widow-orphan;
+       mso-list:l8 level1 lfo24;
+       tab-stops:list .5in;
+       font-size:10.0pt;
+       font-family:Helvetica;
+       mso-fareast-font-family:"Times New Roman";
+       mso-bidi-font-family:"Times New Roman";}
+span.sourcecode
+       {mso-style-name:"source code";
+       mso-ansi-font-size:10.0pt;
+       mso-ascii-font-family:"Courier New";
+       mso-hansi-font-family:"Courier New";}
+span.Style1
+       {mso-style-name:Style1;
+       mso-ansi-font-size:10.0pt;
+       mso-ascii-font-family:"Courier New";
+       mso-hansi-font-family:"Courier New";}
+span.Markforscrutiny
+       {mso-style-name:"Mark for scrutiny";
+       color:blue;
+       text-underline:black;
+       text-decoration:underline;
+       text-underline:words;}
+@page Section1
+       {size:8.5in 11.0in;
+       margin:1.0in 1.25in 1.0in 1.25in;
+       mso-header-margin:.5in;
+       mso-footer-margin:.5in;
+       mso-header:url("./ti_disclaimer_files/header.htm") h1;
+       mso-paper-source:0;}
+div.Section1
+       {page:Section1;}
+ /* List Definitions */
+@list l0
+       {mso-list-id:-119;
+       mso-list-type:simple;
+       mso-list-template-ids:-973583428;}
+@list l0:level1
+       {mso-level-number-format:bullet;
+       mso-level-style-link:"List Bullet";
+       mso-level-text:\F0B7;
+       mso-level-tab-stop:.25in;
+       mso-level-number-position:left;
+       margin-left:.25in;
+       text-indent:-.25in;
+       font-family:Symbol;}
+@list l1
+       {mso-list-id:114177860;
+       mso-list-template-ids:-240241298;}
+@list l1:level1
+       {mso-level-style-link:"Heading 1";
+       mso-level-text:%1;
+       mso-level-tab-stop:.3in;
+       mso-level-number-position:left;
+       margin-left:.3in;
+       text-indent:-.3in;
+       mso-ansi-font-size:16.0pt;
+       font-family:"Times New Roman";
+       mso-ansi-font-weight:bold;
+       mso-ansi-font-style:normal;}
+@list l1:level2
+       {mso-level-style-link:"Heading 2";
+       mso-level-text:"%1\.%2";
+       mso-level-tab-stop:.4in;
+       mso-level-number-position:left;
+       margin-left:.4in;
+       text-indent:-.4in;
+       mso-ansi-font-size:14.0pt;
+       font-family:"Times New Roman";
+       mso-ansi-font-weight:bold;
+       mso-ansi-font-style:normal;}
+@list l1:level3
+       {mso-level-style-link:"Heading 3";
+       mso-level-text:"%1\.%2\.%3";
+       mso-level-tab-stop:.5in;
+       mso-level-number-position:left;
+       margin-left:.5in;
+       text-indent:-.5in;
+       mso-ansi-font-size:12.0pt;
+       font-family:"Times New Roman";
+       mso-ansi-font-weight:bold;
+       mso-ansi-font-style:normal;}
+@list l1:level4
+       {mso-level-style-link:"Heading 4";
+       mso-level-text:"%1\.%2\.%3\.%4";
+       mso-level-tab-stop:.6in;
+       mso-level-number-position:left;
+       margin-left:.6in;
+       text-indent:-.6in;}
+@list l1:level5
+       {mso-level-style-link:"Heading 5";
+       mso-level-text:"%1\.%2\.%3\.%4\.%5";
+       mso-level-tab-stop:.7in;
+       mso-level-number-position:left;
+       margin-left:.7in;
+       text-indent:-.7in;}
+@list l1:level6
+       {mso-level-style-link:"Heading 6";
+       mso-level-text:"%1\.%2\.%3\.%4\.%5\.%6";
+       mso-level-tab-stop:.8in;
+       mso-level-number-position:left;
+       margin-left:.8in;
+       text-indent:-.8in;}
+@list l1:level7
+       {mso-level-style-link:"Heading 7";
+       mso-level-text:"%1\.%2\.%3\.%4\.%5\.%6\.%7";
+       mso-level-tab-stop:.9in;
+       mso-level-number-position:left;
+       margin-left:.9in;
+       text-indent:-.9in;}
+@list l1:level8
+       {mso-level-style-link:"Heading 8";
+       mso-level-text:"%1\.%2\.%3\.%4\.%5\.%6\.%7\.%8";
+       mso-level-tab-stop:1.0in;
+       mso-level-number-position:left;
+       margin-left:1.0in;
+       text-indent:-1.0in;}
+@list l1:level9
+       {mso-level-style-link:"Heading 9";
+       mso-level-text:"%1\.%2\.%3\.%4\.%5\.%6\.%7\.%8\.%9";
+       mso-level-tab-stop:1.1in;
+       mso-level-number-position:left;
+       margin-left:1.1in;
+       text-indent:-1.1in;}
+@list l2
+       {mso-list-id:866141587;
+       mso-list-type:hybrid;
+       mso-list-template-ids:-1891331636 573486916 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;}
+@list l2:level1
+       {mso-level-style-link:"Table 1 \:";
+       mso-level-text:"Table %1\.  ";
+       mso-level-tab-stop:1.0in;
+       mso-level-number-position:left;
+       margin-left:.25in;
+       text-indent:-.25in;}
+@list l3
+       {mso-list-id:917978346;
+       mso-list-type:hybrid;
+       mso-list-template-ids:270981470 441357252 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;}
+@list l3:level1
+       {mso-level-style-link:"Figure\:1";
+       mso-level-text:"Figure %1\.";
+       mso-level-tab-stop:.45in;
+       mso-level-number-position:right;
+       margin-left:0in;
+       text-indent:.2in;
+       font-family:Tahoma;
+       mso-bidi-font-family:"Times New Roman";}
+@list l3:level2
+       {mso-level-start-at:0;
+       mso-level-number-format:bullet;
+       mso-level-text:-;
+       mso-level-tab-stop:1.0in;
+       mso-level-number-position:left;
+       text-indent:-.25in;
+       font-family:"Times New Roman";
+       mso-fareast-font-family:"Times New Roman";}
+@list l4
+       {mso-list-id:1041705939;
+       mso-list-type:hybrid;
+       mso-list-template-ids:-250713390 -225915076 67698691 1343286562 67698689 67698691 67698693 67698689 67698691 67698693;}
+@list l4:level1
+       {mso-level-number-format:bullet;
+       mso-level-text:\F0B7;
+       mso-level-tab-stop:.5in;
+       mso-level-number-position:left;
+       text-indent:-.25in;
+       font-family:Symbol;
+       color:windowtext;}
+@list l4:level2
+       {mso-level-number-format:bullet;
+       mso-level-text:o;
+       mso-level-tab-stop:1.0in;
+       mso-level-number-position:left;
+       text-indent:-.25in;
+       font-family:"Courier New";
+       mso-bidi-font-family:"Times New Roman";}
+@list l4:level3
+       {mso-level-number-format:bullet;
+       mso-level-style-link:"List\:b1";
+       mso-level-text:\F06F;
+       mso-level-tab-stop:1.5in;
+       mso-level-number-position:left;
+       text-indent:-.25in;
+       mso-ansi-font-size:8.0pt;
+       font-family:"Monotype Sorts";}
+@list l5
+       {mso-list-id:1093236455;
+       mso-list-type:simple;
+       mso-list-template-ids:131606724;}
+@list l5:level1
+       {mso-level-number-format:bullet;
+       mso-level-style-link:"List Bullet 2";
+       mso-level-text:\F0B7;
+       mso-level-tab-stop:1.05in;
+       mso-level-number-position:left;
+       margin-left:74.9pt;
+       text-indent:-17.3pt;
+       font-family:Symbol;
+       color:windowtext;}
+@list l6
+       {mso-list-id:1426875844;
+       mso-list-type:hybrid;
+       mso-list-template-ids:-852165276 1996774054 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;}
+@list l6:level1
+       {mso-level-style-link:"Heading 1";
+       mso-level-text:%1;
+       mso-level-tab-stop:.25in;
+       mso-level-number-position:left;
+       margin-left:.25in;
+       text-indent:-.25in;
+       mso-ansi-font-size:14.0pt;
+       font-family:"Times New Roman";
+       mso-ansi-font-weight:normal;
+       mso-ansi-font-style:normal;}
+@list l7
+       {mso-list-id:1777600239;
+       mso-list-type:simple;
+       mso-list-template-ids:-1885074454;}
+@list l7:level1
+       {mso-level-number-format:bullet;
+       mso-level-style-link:"Bullet 1";
+       mso-level-text:\F06F;
+       mso-level-tab-stop:.25in;
+       mso-level-number-position:left;
+       margin-left:.25in;
+       text-indent:-.25in;
+       mso-ansi-font-size:8.0pt;
+       font-family:"Monotype Sorts";}
+@list l8
+       {mso-list-id:1800804630;
+       mso-list-type:simple;
+       mso-list-template-ids:-1217263056;}
+@list l8:level1
+       {mso-level-number-format:bullet;
+       mso-level-style-link:"Bullet 2";
+       mso-level-text:\F06E;
+       mso-level-tab-stop:.5in;
+       mso-level-number-position:left;
+       text-indent:-.25in;
+       font-family:Wingdings;}
+@list l9
+       {mso-list-id:1927886878;
+       mso-list-type:hybrid;
+       mso-list-template-ids:791423806 -1960554494 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;}
+@list l9:level1
+       {mso-level-style-link:"Numbered list";
+       mso-level-tab-stop:.5in;
+       mso-level-number-position:left;
+       text-indent:-.25in;}
+@list l10
+       {mso-list-id:2138402816;
+       mso-list-type:hybrid;
+       mso-list-template-ids:-1806919098 1218187656 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;}
+@list l10:level1
+       {mso-level-number-format:none;
+       mso-level-style-link:NOTE;
+       mso-level-text:"Note \: ";
+       mso-level-tab-stop:.75in;
+       mso-level-number-position:left;
+       margin-left:.7in;
+       text-indent:-.7in;
+       font-family:Tahoma;
+       mso-bidi-font-family:"Times New Roman";
+       mso-ansi-font-weight:bold;
+       mso-ansi-font-style:normal;}
+@list l10:level2
+       {mso-level-number-format:alpha-lower;
+       mso-level-tab-stop:1.0in;
+       mso-level-number-position:left;
+       text-indent:-.25in;}
+ol
+       {margin-bottom:0in;}
+ul
+       {margin-bottom:0in;}
+-->
+</style>
+<!--[if gte mso 9]><xml>
+ <o:shapedefaults v:ext="edit" spidmax="5122"/>
+</xml><![endif]--><!--[if gte mso 9]><xml>
+ <o:shapelayout v:ext="edit">
+  <o:idmap v:ext="edit" data="1"/>
+ </o:shapelayout></xml><![endif]-->
+</head>
+
+<body lang=EN-US link=blue vlink=purple style='tab-interval:.5in'>
+
+<div class=Section1>
+
+<p class=MsoNormal align=center style='text-align:center;mso-layout-grid-align:
+none;text-autospace:none'><a name="_Ref34544099"><b><span style='font-size:
+11.0pt;font-family:Arial;mso-bidi-font-family:"Times New Roman"'><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></span></b></a></p>
+
+<p class=MsoNormal style='mso-layout-grid-align:none;text-autospace:none'><span
+style='mso-bookmark:_Ref34544099'><b><span style='font-size:11.0pt;font-family:
+Arial;mso-bidi-font-family:"Times New Roman"'>IMPORTANT NOTICE<o:p></o:p></span></b></span></p>
+
+<p class=MsoNormal align=center style='text-align:center;mso-layout-grid-align:
+none;text-autospace:none'><span style='mso-bookmark:_Ref34544099'><b><span
+style='font-size:11.0pt;font-family:Arial;mso-bidi-font-family:"Times New Roman"'><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></span></b></span></p>
+
+<p class=MsoNormal style='mso-layout-grid-align:none;text-autospace:none'><span
+style='mso-bookmark:_Ref34544099'><span style='font-size:8.0pt;font-family:
+Arial;mso-bidi-font-family:"Times New Roman"'>Texas Instruments and its
+subsidiaries (TI) reserve the right to make changes to their products or to
+discontinue any<o:p></o:p></span></span></p>
+
+<p class=MsoNormal style='mso-layout-grid-align:none;text-autospace:none'><span
+style='mso-bookmark:_Ref34544099'><span style='font-size:8.0pt;font-family:
+Arial;mso-bidi-font-family:"Times New Roman"'>product or service without
+notice, and advise customers to obtain the latest version of relevant
+information to verify, before<o:p></o:p></span></span></p>
+
+<p class=MsoNormal style='mso-layout-grid-align:none;text-autospace:none'><span
+style='mso-bookmark:_Ref34544099'><span style='font-size:8.0pt;font-family:
+Arial;mso-bidi-font-family:"Times New Roman"'>placing orders, that information
+being relied on is current and complete. All products are sold subject to the
+terms and<o:p></o:p></span></span></p>
+
+<p class=MsoNormal style='mso-layout-grid-align:none;text-autospace:none'><span
+style='mso-bookmark:_Ref34544099'><span style='font-size:8.0pt;font-family:
+Arial;mso-bidi-font-family:"Times New Roman"'>conditions of sale supplied at
+the time of order acknowledgment, including those pertaining to warranty,
+patent<o:p></o:p></span></span></p>
+
+<p class=MsoNormal style='mso-layout-grid-align:none;text-autospace:none'><span
+style='mso-bookmark:_Ref34544099'><span style='font-size:8.0pt;font-family:
+Arial;mso-bidi-font-family:"Times New Roman"'>infringement, and limitation of
+liability.<o:p></o:p></span></span></p>
+
+<p class=MsoNormal style='mso-layout-grid-align:none;text-autospace:none'><span
+style='mso-bookmark:_Ref34544099'><span style='font-size:8.0pt;font-family:
+Arial;mso-bidi-font-family:"Times New Roman"'><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></span></span></p>
+
+<p class=MsoNormal style='mso-layout-grid-align:none;text-autospace:none'><span
+style='mso-bookmark:_Ref34544099'><span style='font-size:8.0pt;font-family:
+Arial;mso-bidi-font-family:"Times New Roman"'>TI warrants performance of its
+products to the specifications applicable at the time of sale in accordance
+with TI\92s<o:p></o:p></span></span></p>
+
+<p class=MsoNormal style='mso-layout-grid-align:none;text-autospace:none'><span
+style='mso-bookmark:_Ref34544099'><span style='font-size:8.0pt;font-family:
+Arial;mso-bidi-font-family:"Times New Roman"'>standard warranty. Testing and
+other quality control techniques are utilized to the extent TI deems necessary
+to support<o:p></o:p></span></span></p>
+
+<p class=MsoNormal style='mso-layout-grid-align:none;text-autospace:none'><span
+style='mso-bookmark:_Ref34544099'><span style='font-size:8.0pt;font-family:
+Arial;mso-bidi-font-family:"Times New Roman"'>this warranty. Specific testing
+of all parameters of each device is not necessarily performed, except those
+mandated by<o:p></o:p></span></span></p>
+
+<p class=MsoNormal style='mso-layout-grid-align:none;text-autospace:none'><span
+style='mso-bookmark:_Ref34544099'><span style='font-size:8.0pt;font-family:
+Arial;mso-bidi-font-family:"Times New Roman"'>government requirements.<o:p></o:p></span></span></p>
+
+<p class=MsoNormal style='mso-layout-grid-align:none;text-autospace:none'><span
+style='mso-bookmark:_Ref34544099'><span style='font-size:8.0pt;font-family:
+Arial;mso-bidi-font-family:"Times New Roman"'><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></span></span></p>
+
+<p class=MsoNormal style='mso-layout-grid-align:none;text-autospace:none'><span
+style='mso-bookmark:_Ref34544099'><span style='font-size:8.0pt;font-family:
+Arial;mso-bidi-font-family:"Times New Roman"'>Customers are responsible for
+their applications using TI components.<o:p></o:p></span></span></p>
+
+<p class=MsoNormal style='mso-layout-grid-align:none;text-autospace:none'><span
+style='mso-bookmark:_Ref34544099'><span style='font-size:8.0pt;font-family:
+Arial;mso-bidi-font-family:"Times New Roman"'><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></span></span></p>
+
+<p class=MsoNormal style='mso-layout-grid-align:none;text-autospace:none'><span
+style='mso-bookmark:_Ref34544099'><span style='font-size:8.0pt;font-family:
+Arial;mso-bidi-font-family:"Times New Roman"'>In order to minimize risks
+associated with the customer\92s applications, adequate design and operating
+safeguards must be<o:p></o:p></span></span></p>
+
+<p class=MsoNormal style='mso-layout-grid-align:none;text-autospace:none'><span
+style='mso-bookmark:_Ref34544099'><span style='font-size:8.0pt;font-family:
+Arial;mso-bidi-font-family:"Times New Roman"'>provided by the customer to
+minimize inherent or procedural hazards.<o:p></o:p></span></span></p>
+
+<p class=MsoNormal style='mso-layout-grid-align:none;text-autospace:none'><span
+style='mso-bookmark:_Ref34544099'><span style='font-size:8.0pt;font-family:
+Arial;mso-bidi-font-family:"Times New Roman"'><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></span></span></p>
+
+<p class=MsoNormal style='mso-layout-grid-align:none;text-autospace:none'><span
+style='mso-bookmark:_Ref34544099'><span style='font-size:8.0pt;font-family:
+Arial;mso-bidi-font-family:"Times New Roman"'>TI assumes no liability for
+applications assistance or customer product design. TI does not warrant or
+represent that any<o:p></o:p></span></span></p>
+
+<p class=MsoNormal style='mso-layout-grid-align:none;text-autospace:none'><span
+style='mso-bookmark:_Ref34544099'><span style='font-size:8.0pt;font-family:
+Arial;mso-bidi-font-family:"Times New Roman"'>license, either express or
+implied, is granted under any patent right, copyright, mask work right, or
+other intellectual<o:p></o:p></span></span></p>
+
+<p class=MsoNormal style='mso-layout-grid-align:none;text-autospace:none'><span
+style='mso-bookmark:_Ref34544099'><span style='font-size:8.0pt;font-family:
+Arial;mso-bidi-font-family:"Times New Roman"'>property right of TI covering or
+relating to any combination, machine, or process in which such products or
+services might<o:p></o:p></span></span></p>
+
+<p class=MsoNormal style='mso-layout-grid-align:none;text-autospace:none'><span
+style='mso-bookmark:_Ref34544099'><span style='font-size:8.0pt;font-family:
+Arial;mso-bidi-font-family:"Times New Roman"'>be or are used. TI\92s publication
+of information regarding any third party\92s products or services does not
+constitute TI\92s<o:p></o:p></span></span></p>
+
+<p class=MsoNormal style='mso-layout-grid-align:none;text-autospace:none'><span
+style='mso-bookmark:_Ref34544099'><span style='font-size:8.0pt;font-family:
+Arial;mso-bidi-font-family:"Times New Roman"'>approval, license, warranty or
+endorsement thereof.<o:p></o:p></span></span></p>
+
+<p class=MsoNormal style='mso-layout-grid-align:none;text-autospace:none'><span
+style='mso-bookmark:_Ref34544099'><span style='font-size:8.0pt;font-family:
+Arial;mso-bidi-font-family:"Times New Roman"'><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></span></span></p>
+
+<p class=MsoNormal style='mso-layout-grid-align:none;text-autospace:none'><span
+style='mso-bookmark:_Ref34544099'><span style='font-size:8.0pt;font-family:
+Arial;mso-bidi-font-family:"Times New Roman"'>Reproduction of information in TI
+data books or data sheets is permissible only if reproduction is without
+alteration and is<o:p></o:p></span></span></p>
+
+<p class=MsoNormal style='mso-layout-grid-align:none;text-autospace:none'><span
+style='mso-bookmark:_Ref34544099'><span style='font-size:8.0pt;font-family:
+Arial;mso-bidi-font-family:"Times New Roman"'>accompanied by all associated
+warranties, conditions, limitations and notices. Representation or reproduction
+o f this<o:p></o:p></span></span></p>
+
+<p class=MsoNormal style='mso-layout-grid-align:none;text-autospace:none'><span
+style='mso-bookmark:_Ref34544099'><span style='font-size:8.0pt;font-family:
+Arial;mso-bidi-font-family:"Times New Roman"'>information with alteration voids
+all warranties provided for an associated TI product or service, is an unfair
+and deceptive<o:p></o:p></span></span></p>
+
+<p class=MsoNormal style='mso-layout-grid-align:none;text-autospace:none'><span
+style='mso-bookmark:_Ref34544099'><span style='font-size:8.0pt;font-family:
+Arial;mso-bidi-font-family:"Times New Roman"'>business practice, and TI is not
+responsible nor liable for any such use.<o:p></o:p></span></span></p>
+
+<p class=MsoNormal style='mso-layout-grid-align:none;text-autospace:none'><span
+style='mso-bookmark:_Ref34544099'><span style='font-size:8.0pt;font-family:
+Arial;mso-bidi-font-family:"Times New Roman"'><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></span></span></p>
+
+<p class=MsoNormal style='mso-layout-grid-align:none;text-autospace:none'><span
+style='mso-bookmark:_Ref34544099'><span style='font-size:8.0pt;font-family:
+Arial;mso-bidi-font-family:"Times New Roman"'>Resale of TI\92s products or
+services with <i><u>statements different from or beyond the parameters</u> </i>stated
+by TI for that product<o:p></o:p></span></span></p>
+
+<p class=MsoNormal style='mso-layout-grid-align:none;text-autospace:none'><span
+style='mso-bookmark:_Ref34544099'><span style='font-size:8.0pt;font-family:
+Arial;mso-bidi-font-family:"Times New Roman"'>or service voids all express and
+any implied warranties for the associated TI product or service, is an unfair
+and deceptive<o:p></o:p></span></span></p>
+
+<p class=MsoNormal style='mso-layout-grid-align:none;text-autospace:none'><span
+style='mso-bookmark:_Ref34544099'><span style='font-size:8.0pt;font-family:
+Arial;mso-bidi-font-family:"Times New Roman"'>business practice, and TI is not
+responsible nor liable for any such use.<o:p></o:p></span></span></p>
+
+<p class=MsoNormal style='mso-layout-grid-align:none;text-autospace:none'><span
+style='mso-bookmark:_Ref34544099'><span style='font-size:8.0pt;font-family:
+Arial;mso-bidi-font-family:"Times New Roman"'><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></span></span></p>
+
+<p class=MsoNormal style='mso-layout-grid-align:none;text-autospace:none'><span
+style='mso-bookmark:_Ref34544099'><span style='font-size:8.0pt;font-family:
+Arial;mso-bidi-font-family:"Times New Roman"'>Also see: Standard Terms and
+Conditions of Sale for Semiconductor Products </span></span><a
+href="http://www.ti.com/sc/docs/stdterms.htm"><span style='mso-bookmark:_Ref34544099'>http://www.ti.com/sc/docs/stdterms.htm</span><span
+style='mso-bookmark:_Ref34544099'></span></a><span style='mso-bookmark:_Ref34544099'><span
+style='font-size:8.0pt;font-family:Arial;mso-bidi-font-family:"Times New Roman"'><o:p></o:p></span></span></p>
+
+<p class=MsoNormal style='mso-layout-grid-align:none;text-autospace:none'><span
+style='mso-bookmark:_Ref34544099'><span style='font-size:8.0pt;font-family:
+Arial;mso-bidi-font-family:"Times New Roman"'><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></span></span></p>
+
+<p class=MsoNormal style='mso-layout-grid-align:none;text-autospace:none'><span
+style='mso-bookmark:_Ref34544099'><span style='font-size:8.0pt;font-family:
+Arial;mso-bidi-font-family:"Times New Roman"'>Mailing Address:<o:p></o:p></span></span></p>
+
+<p class=MsoNormal style='mso-layout-grid-align:none;text-autospace:none'><span
+style='mso-bookmark:_Ref34544099'><span style='font-size:8.0pt;font-family:
+Arial;mso-bidi-font-family:"Times New Roman"'>Texas Instruments<o:p></o:p></span></span></p>
+
+<p class=MsoNormal style='mso-layout-grid-align:none;text-autospace:none'><span
+style='mso-bookmark:_Ref34544099'><span style='font-size:8.0pt;font-family:
+Arial;mso-bidi-font-family:"Times New Roman"'>Post Office Box 655303<o:p></o:p></span></span></p>
+
+<p class=MsoNormal style='mso-layout-grid-align:none;text-autospace:none'><span
+style='mso-bookmark:_Ref34544099'><span style='font-size:8.0pt;font-family:
+Arial;mso-bidi-font-family:"Times New Roman"'>Dallas, Texas 75265</span></span><span
+style='mso-bookmark:_Ref34544099'><span style='mso-bidi-font-size:10.0pt;
+font-family:Arial;mso-bidi-font-family:"Times New Roman"'><o:p></o:p></span></span></p>
+
+<span style='mso-bookmark:_Ref34544099'></span>
+
+<p class=MsoHeader style='tab-stops:.5in center 3.0in right 6.0in'><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></p>
+
+<p class=MsoNormal><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></p>
+
+</div>
+
+</body>
+
+</html>
diff --git a/docs/doxygen/tifooter.htm b/docs/doxygen/tifooter.htm
new file mode 100644 (file)
index 0000000..4bdf9c9
--- /dev/null
@@ -0,0 +1,4 @@
+<hr size="1"><small>
+Copyright  $year, Texas Instruments Incorporated</small>
+</body>
+</html>
diff --git a/docs/doxygen/tiheader.htm b/docs/doxygen/tiheader.htm
new file mode 100644 (file)
index 0000000..57de9bb
--- /dev/null
@@ -0,0 +1,12 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
+<title>$title</title>
+<link href="$relpath$doxygen.css" rel="stylesheet" type="text/css">
+<link href="$relpath$tabs.css" rel="stylesheet" type="text/css">
+</head><body>
+<table width=100%>
+<tr>
+  <td bgcolor="black" width="1"><a href="http://www.ti.com"><img border=0 src="../tilogo.gif"></a></td>
+  <td bgcolor="red"><img src="../titagline.gif"></td>
+</tr>
+</table>
diff --git a/docs/doxygen/tilogo.gif b/docs/doxygen/tilogo.gif
new file mode 100644 (file)
index 0000000..f2fab2d
Binary files /dev/null and b/docs/doxygen/tilogo.gif differ
diff --git a/docs/doxygen/titagline.gif b/docs/doxygen/titagline.gif
new file mode 100644 (file)
index 0000000..743a024
Binary files /dev/null and b/docs/doxygen/titagline.gif differ