diff --git a/_static/pygments.css b/_static/pygments.css index ee92c2c6..39cdb094 100644 --- a/_static/pygments.css +++ b/_static/pygments.css @@ -6,159 +6,159 @@ body:not(.dark) .highlight td.linenos .special { color: #000000; background-colo body:not(.dark) .highlight span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } body:not(.dark) .highlight .hll { background-color: #ffffcc } body:not(.dark) .highlight { background: #f0f0f0; } -body:not(.dark) .highlight .c { color: #60a0b0; font-style: italic } /* Comment */ -body:not(.dark) .highlight .err { border: 1px solid #FF0000 } /* Error */ +body:not(.dark) .highlight .c { color: #60A0B0; font-style: italic } /* Comment */ +body:not(.dark) .highlight .err { border: 1px solid #F00 } /* Error */ body:not(.dark) .highlight .k { color: #007020; font-weight: bold } /* Keyword */ -body:not(.dark) .highlight .o { color: #666666 } /* Operator */ -body:not(.dark) .highlight .ch { color: #60a0b0; font-style: italic } /* Comment.Hashbang */ -body:not(.dark) .highlight .cm { color: #60a0b0; font-style: italic } /* Comment.Multiline */ +body:not(.dark) .highlight .o { color: #666 } /* Operator */ +body:not(.dark) .highlight .ch { color: #60A0B0; font-style: italic } /* Comment.Hashbang */ +body:not(.dark) .highlight .cm { color: #60A0B0; font-style: italic } /* Comment.Multiline */ body:not(.dark) .highlight .cp { color: #007020 } /* Comment.Preproc */ -body:not(.dark) .highlight .cpf { color: #60a0b0; font-style: italic } /* Comment.PreprocFile */ -body:not(.dark) .highlight .c1 { color: #60a0b0; font-style: italic } /* Comment.Single */ -body:not(.dark) .highlight .cs { color: #60a0b0; background-color: #fff0f0 } /* Comment.Special */ +body:not(.dark) .highlight .cpf { color: #60A0B0; font-style: italic } /* Comment.PreprocFile */ +body:not(.dark) .highlight .c1 { color: #60A0B0; font-style: italic } /* Comment.Single */ +body:not(.dark) .highlight .cs { color: #60A0B0; background-color: #FFF0F0 } /* Comment.Special */ body:not(.dark) .highlight .gd { color: #A00000 } /* Generic.Deleted */ body:not(.dark) .highlight .ge { font-style: italic } /* Generic.Emph */ body:not(.dark) .highlight .ges { font-weight: bold; font-style: italic } /* Generic.EmphStrong */ -body:not(.dark) .highlight .gr { color: #FF0000 } /* Generic.Error */ +body:not(.dark) .highlight .gr { color: #F00 } /* Generic.Error */ body:not(.dark) .highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */ body:not(.dark) .highlight .gi { color: #00A000 } /* Generic.Inserted */ -body:not(.dark) .highlight .go { color: #888888 } /* Generic.Output */ -body:not(.dark) .highlight .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */ +body:not(.dark) .highlight .go { color: #888 } /* Generic.Output */ +body:not(.dark) .highlight .gp { color: #C65D09; font-weight: bold } /* Generic.Prompt */ body:not(.dark) .highlight .gs { font-weight: bold } /* Generic.Strong */ body:not(.dark) .highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ -body:not(.dark) .highlight .gt { color: #0044DD } /* Generic.Traceback */ +body:not(.dark) .highlight .gt { color: #04D } /* Generic.Traceback */ body:not(.dark) .highlight .kc { color: #007020; font-weight: bold } /* Keyword.Constant */ body:not(.dark) .highlight .kd { color: #007020; font-weight: bold } /* Keyword.Declaration */ body:not(.dark) .highlight .kn { color: #007020; font-weight: bold } /* Keyword.Namespace */ body:not(.dark) .highlight .kp { color: #007020 } /* Keyword.Pseudo */ body:not(.dark) .highlight .kr { color: #007020; font-weight: bold } /* Keyword.Reserved */ body:not(.dark) .highlight .kt { color: #902000 } /* Keyword.Type */ -body:not(.dark) .highlight .m { color: #40a070 } /* Literal.Number */ -body:not(.dark) .highlight .s { color: #4070a0 } /* Literal.String */ -body:not(.dark) .highlight .na { color: #4070a0 } /* Name.Attribute */ +body:not(.dark) .highlight .m { color: #40A070 } /* Literal.Number */ +body:not(.dark) .highlight .s { color: #4070A0 } /* Literal.String */ +body:not(.dark) .highlight .na { color: #4070A0 } /* Name.Attribute */ body:not(.dark) .highlight .nb { color: #007020 } /* Name.Builtin */ -body:not(.dark) .highlight .nc { color: #0e84b5; font-weight: bold } /* Name.Class */ -body:not(.dark) .highlight .no { color: #60add5 } /* Name.Constant */ -body:not(.dark) .highlight .nd { color: #555555; font-weight: bold } /* Name.Decorator */ -body:not(.dark) .highlight .ni { color: #d55537; font-weight: bold } /* Name.Entity */ +body:not(.dark) .highlight .nc { color: #0E84B5; font-weight: bold } /* Name.Class */ +body:not(.dark) .highlight .no { color: #60ADD5 } /* Name.Constant */ +body:not(.dark) .highlight .nd { color: #555; font-weight: bold } /* Name.Decorator */ +body:not(.dark) .highlight .ni { color: #D55537; font-weight: bold } /* Name.Entity */ body:not(.dark) .highlight .ne { color: #007020 } /* Name.Exception */ -body:not(.dark) .highlight .nf { color: #06287e } /* Name.Function */ +body:not(.dark) .highlight .nf { color: #06287E } /* Name.Function */ body:not(.dark) .highlight .nl { color: #002070; font-weight: bold } /* Name.Label */ -body:not(.dark) .highlight .nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */ +body:not(.dark) .highlight .nn { color: #0E84B5; font-weight: bold } /* Name.Namespace */ body:not(.dark) .highlight .nt { color: #062873; font-weight: bold } /* Name.Tag */ -body:not(.dark) .highlight .nv { color: #bb60d5 } /* Name.Variable */ +body:not(.dark) .highlight .nv { color: #BB60D5 } /* Name.Variable */ body:not(.dark) .highlight .ow { color: #007020; font-weight: bold } /* Operator.Word */ -body:not(.dark) .highlight .w { color: #bbbbbb } /* Text.Whitespace */ -body:not(.dark) .highlight .mb { color: #40a070 } /* Literal.Number.Bin */ -body:not(.dark) .highlight .mf { color: #40a070 } /* Literal.Number.Float */ -body:not(.dark) .highlight .mh { color: #40a070 } /* Literal.Number.Hex */ -body:not(.dark) .highlight .mi { color: #40a070 } /* Literal.Number.Integer */ -body:not(.dark) .highlight .mo { color: #40a070 } /* Literal.Number.Oct */ -body:not(.dark) .highlight .sa { color: #4070a0 } /* Literal.String.Affix */ -body:not(.dark) .highlight .sb { color: #4070a0 } /* Literal.String.Backtick */ -body:not(.dark) .highlight .sc { color: #4070a0 } /* Literal.String.Char */ -body:not(.dark) .highlight .dl { color: #4070a0 } /* Literal.String.Delimiter */ -body:not(.dark) .highlight .sd { color: #4070a0; font-style: italic } /* Literal.String.Doc */ -body:not(.dark) .highlight .s2 { color: #4070a0 } /* Literal.String.Double */ -body:not(.dark) .highlight .se { color: #4070a0; font-weight: bold } /* Literal.String.Escape */ -body:not(.dark) .highlight .sh { color: #4070a0 } /* Literal.String.Heredoc */ -body:not(.dark) .highlight .si { color: #70a0d0; font-style: italic } /* Literal.String.Interpol */ -body:not(.dark) .highlight .sx { color: #c65d09 } /* Literal.String.Other */ +body:not(.dark) .highlight .w { color: #BBB } /* Text.Whitespace */ +body:not(.dark) .highlight .mb { color: #40A070 } /* Literal.Number.Bin */ +body:not(.dark) .highlight .mf { color: #40A070 } /* Literal.Number.Float */ +body:not(.dark) .highlight .mh { color: #40A070 } /* Literal.Number.Hex */ +body:not(.dark) .highlight .mi { color: #40A070 } /* Literal.Number.Integer */ +body:not(.dark) .highlight .mo { color: #40A070 } /* Literal.Number.Oct */ +body:not(.dark) .highlight .sa { color: #4070A0 } /* Literal.String.Affix */ +body:not(.dark) .highlight .sb { color: #4070A0 } /* Literal.String.Backtick */ +body:not(.dark) .highlight .sc { color: #4070A0 } /* Literal.String.Char */ +body:not(.dark) .highlight .dl { color: #4070A0 } /* Literal.String.Delimiter */ +body:not(.dark) .highlight .sd { color: #4070A0; font-style: italic } /* Literal.String.Doc */ +body:not(.dark) .highlight .s2 { color: #4070A0 } /* Literal.String.Double */ +body:not(.dark) .highlight .se { color: #4070A0; font-weight: bold } /* Literal.String.Escape */ +body:not(.dark) .highlight .sh { color: #4070A0 } /* Literal.String.Heredoc */ +body:not(.dark) .highlight .si { color: #70A0D0; font-style: italic } /* Literal.String.Interpol */ +body:not(.dark) .highlight .sx { color: #C65D09 } /* Literal.String.Other */ body:not(.dark) .highlight .sr { color: #235388 } /* Literal.String.Regex */ -body:not(.dark) .highlight .s1 { color: #4070a0 } /* Literal.String.Single */ +body:not(.dark) .highlight .s1 { color: #4070A0 } /* Literal.String.Single */ body:not(.dark) .highlight .ss { color: #517918 } /* Literal.String.Symbol */ body:not(.dark) .highlight .bp { color: #007020 } /* Name.Builtin.Pseudo */ -body:not(.dark) .highlight .fm { color: #06287e } /* Name.Function.Magic */ -body:not(.dark) .highlight .vc { color: #bb60d5 } /* Name.Variable.Class */ -body:not(.dark) .highlight .vg { color: #bb60d5 } /* Name.Variable.Global */ -body:not(.dark) .highlight .vi { color: #bb60d5 } /* Name.Variable.Instance */ -body:not(.dark) .highlight .vm { color: #bb60d5 } /* Name.Variable.Magic */ -body:not(.dark) .highlight .il { color: #40a070 } /* Literal.Number.Integer.Long */ +body:not(.dark) .highlight .fm { color: #06287E } /* Name.Function.Magic */ +body:not(.dark) .highlight .vc { color: #BB60D5 } /* Name.Variable.Class */ +body:not(.dark) .highlight .vg { color: #BB60D5 } /* Name.Variable.Global */ +body:not(.dark) .highlight .vi { color: #BB60D5 } /* Name.Variable.Instance */ +body:not(.dark) .highlight .vm { color: #BB60D5 } /* Name.Variable.Magic */ +body:not(.dark) .highlight .il { color: #40A070 } /* Literal.Number.Integer.Long */ body.dark .highlight pre { line-height: 125%; } body.dark .highlight td.linenos .normal { color: #aaaaaa; background-color: transparent; padding-left: 5px; padding-right: 5px; } body.dark .highlight span.linenos { color: #aaaaaa; background-color: transparent; padding-left: 5px; padding-right: 5px; } body.dark .highlight td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } body.dark .highlight span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } body.dark .highlight .hll { background-color: #404040 } -body.dark .highlight { background: #202020; color: #d0d0d0 } -body.dark .highlight .c { color: #ababab; font-style: italic } /* Comment */ -body.dark .highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */ -body.dark .highlight .esc { color: #d0d0d0 } /* Escape */ -body.dark .highlight .g { color: #d0d0d0 } /* Generic */ -body.dark .highlight .k { color: #6ebf26; font-weight: bold } /* Keyword */ -body.dark .highlight .l { color: #d0d0d0 } /* Literal */ -body.dark .highlight .n { color: #d0d0d0 } /* Name */ -body.dark .highlight .o { color: #d0d0d0 } /* Operator */ -body.dark .highlight .x { color: #d0d0d0 } /* Other */ -body.dark .highlight .p { color: #d0d0d0 } /* Punctuation */ -body.dark .highlight .ch { color: #ababab; font-style: italic } /* Comment.Hashbang */ -body.dark .highlight .cm { color: #ababab; font-style: italic } /* Comment.Multiline */ -body.dark .highlight .cp { color: #ff3a3a; font-weight: bold } /* Comment.Preproc */ -body.dark .highlight .cpf { color: #ababab; font-style: italic } /* Comment.PreprocFile */ -body.dark .highlight .c1 { color: #ababab; font-style: italic } /* Comment.Single */ -body.dark .highlight .cs { color: #e50808; font-weight: bold; background-color: #520000 } /* Comment.Special */ -body.dark .highlight .gd { color: #ff3a3a } /* Generic.Deleted */ -body.dark .highlight .ge { color: #d0d0d0; font-style: italic } /* Generic.Emph */ -body.dark .highlight .ges { color: #d0d0d0; font-weight: bold; font-style: italic } /* Generic.EmphStrong */ -body.dark .highlight .gr { color: #ff3a3a } /* Generic.Error */ -body.dark .highlight .gh { color: #ffffff; font-weight: bold } /* Generic.Heading */ +body.dark .highlight { background: #202020; color: #D0D0D0 } +body.dark .highlight .c { color: #ABABAB; font-style: italic } /* Comment */ +body.dark .highlight .err { color: #A61717; background-color: #E3D2D2 } /* Error */ +body.dark .highlight .esc { color: #D0D0D0 } /* Escape */ +body.dark .highlight .g { color: #D0D0D0 } /* Generic */ +body.dark .highlight .k { color: #6EBF26; font-weight: bold } /* Keyword */ +body.dark .highlight .l { color: #D0D0D0 } /* Literal */ +body.dark .highlight .n { color: #D0D0D0 } /* Name */ +body.dark .highlight .o { color: #D0D0D0 } /* Operator */ +body.dark .highlight .x { color: #D0D0D0 } /* Other */ +body.dark .highlight .p { color: #D0D0D0 } /* Punctuation */ +body.dark .highlight .ch { color: #ABABAB; font-style: italic } /* Comment.Hashbang */ +body.dark .highlight .cm { color: #ABABAB; font-style: italic } /* Comment.Multiline */ +body.dark .highlight .cp { color: #FF3A3A; font-weight: bold } /* Comment.Preproc */ +body.dark .highlight .cpf { color: #ABABAB; font-style: italic } /* Comment.PreprocFile */ +body.dark .highlight .c1 { color: #ABABAB; font-style: italic } /* Comment.Single */ +body.dark .highlight .cs { color: #E50808; font-weight: bold; background-color: #520000 } /* Comment.Special */ +body.dark .highlight .gd { color: #FF3A3A } /* Generic.Deleted */ +body.dark .highlight .ge { color: #D0D0D0; font-style: italic } /* Generic.Emph */ +body.dark .highlight .ges { color: #D0D0D0; font-weight: bold; font-style: italic } /* Generic.EmphStrong */ +body.dark .highlight .gr { color: #FF3A3A } /* Generic.Error */ +body.dark .highlight .gh { color: #FFF; font-weight: bold } /* Generic.Heading */ body.dark .highlight .gi { color: #589819 } /* Generic.Inserted */ -body.dark .highlight .go { color: #cccccc } /* Generic.Output */ -body.dark .highlight .gp { color: #aaaaaa } /* Generic.Prompt */ -body.dark .highlight .gs { color: #d0d0d0; font-weight: bold } /* Generic.Strong */ -body.dark .highlight .gu { color: #ffffff; text-decoration: underline } /* Generic.Subheading */ -body.dark .highlight .gt { color: #ff3a3a } /* Generic.Traceback */ -body.dark .highlight .kc { color: #6ebf26; font-weight: bold } /* Keyword.Constant */ -body.dark .highlight .kd { color: #6ebf26; font-weight: bold } /* Keyword.Declaration */ -body.dark .highlight .kn { color: #6ebf26; font-weight: bold } /* Keyword.Namespace */ -body.dark .highlight .kp { color: #6ebf26 } /* Keyword.Pseudo */ -body.dark .highlight .kr { color: #6ebf26; font-weight: bold } /* Keyword.Reserved */ -body.dark .highlight .kt { color: #6ebf26; font-weight: bold } /* Keyword.Type */ -body.dark .highlight .ld { color: #d0d0d0 } /* Literal.Date */ -body.dark .highlight .m { color: #51b2fd } /* Literal.Number */ -body.dark .highlight .s { color: #ed9d13 } /* Literal.String */ -body.dark .highlight .na { color: #bbbbbb } /* Name.Attribute */ -body.dark .highlight .nb { color: #2fbccd } /* Name.Builtin */ -body.dark .highlight .nc { color: #71adff; text-decoration: underline } /* Name.Class */ -body.dark .highlight .no { color: #40ffff } /* Name.Constant */ -body.dark .highlight .nd { color: #ffa500 } /* Name.Decorator */ -body.dark .highlight .ni { color: #d0d0d0 } /* Name.Entity */ -body.dark .highlight .ne { color: #bbbbbb } /* Name.Exception */ -body.dark .highlight .nf { color: #71adff } /* Name.Function */ -body.dark .highlight .nl { color: #d0d0d0 } /* Name.Label */ -body.dark .highlight .nn { color: #71adff; text-decoration: underline } /* Name.Namespace */ -body.dark .highlight .nx { color: #d0d0d0 } /* Name.Other */ -body.dark .highlight .py { color: #d0d0d0 } /* Name.Property */ -body.dark .highlight .nt { color: #6ebf26; font-weight: bold } /* Name.Tag */ -body.dark .highlight .nv { color: #40ffff } /* Name.Variable */ -body.dark .highlight .ow { color: #6ebf26; font-weight: bold } /* Operator.Word */ -body.dark .highlight .pm { color: #d0d0d0 } /* Punctuation.Marker */ -body.dark .highlight .w { color: #666666 } /* Text.Whitespace */ -body.dark .highlight .mb { color: #51b2fd } /* Literal.Number.Bin */ -body.dark .highlight .mf { color: #51b2fd } /* Literal.Number.Float */ -body.dark .highlight .mh { color: #51b2fd } /* Literal.Number.Hex */ -body.dark .highlight .mi { color: #51b2fd } /* Literal.Number.Integer */ -body.dark .highlight .mo { color: #51b2fd } /* Literal.Number.Oct */ -body.dark .highlight .sa { color: #ed9d13 } /* Literal.String.Affix */ -body.dark .highlight .sb { color: #ed9d13 } /* Literal.String.Backtick */ -body.dark .highlight .sc { color: #ed9d13 } /* Literal.String.Char */ -body.dark .highlight .dl { color: #ed9d13 } /* Literal.String.Delimiter */ -body.dark .highlight .sd { color: #ed9d13 } /* Literal.String.Doc */ -body.dark .highlight .s2 { color: #ed9d13 } /* Literal.String.Double */ -body.dark .highlight .se { color: #ed9d13 } /* Literal.String.Escape */ -body.dark .highlight .sh { color: #ed9d13 } /* Literal.String.Heredoc */ -body.dark .highlight .si { color: #ed9d13 } /* Literal.String.Interpol */ -body.dark .highlight .sx { color: #ffa500 } /* Literal.String.Other */ -body.dark .highlight .sr { color: #ed9d13 } /* Literal.String.Regex */ -body.dark .highlight .s1 { color: #ed9d13 } /* Literal.String.Single */ -body.dark .highlight .ss { color: #ed9d13 } /* Literal.String.Symbol */ -body.dark .highlight .bp { color: #2fbccd } /* Name.Builtin.Pseudo */ -body.dark .highlight .fm { color: #71adff } /* Name.Function.Magic */ -body.dark .highlight .vc { color: #40ffff } /* Name.Variable.Class */ -body.dark .highlight .vg { color: #40ffff } /* Name.Variable.Global */ -body.dark .highlight .vi { color: #40ffff } /* Name.Variable.Instance */ -body.dark .highlight .vm { color: #40ffff } /* Name.Variable.Magic */ -body.dark .highlight .il { color: #51b2fd } /* Literal.Number.Integer.Long */ +body.dark .highlight .go { color: #CCC } /* Generic.Output */ +body.dark .highlight .gp { color: #AAA } /* Generic.Prompt */ +body.dark .highlight .gs { color: #D0D0D0; font-weight: bold } /* Generic.Strong */ +body.dark .highlight .gu { color: #FFF; text-decoration: underline } /* Generic.Subheading */ +body.dark .highlight .gt { color: #FF3A3A } /* Generic.Traceback */ +body.dark .highlight .kc { color: #6EBF26; font-weight: bold } /* Keyword.Constant */ +body.dark .highlight .kd { color: #6EBF26; font-weight: bold } /* Keyword.Declaration */ +body.dark .highlight .kn { color: #6EBF26; font-weight: bold } /* Keyword.Namespace */ +body.dark .highlight .kp { color: #6EBF26 } /* Keyword.Pseudo */ +body.dark .highlight .kr { color: #6EBF26; font-weight: bold } /* Keyword.Reserved */ +body.dark .highlight .kt { color: #6EBF26; font-weight: bold } /* Keyword.Type */ +body.dark .highlight .ld { color: #D0D0D0 } /* Literal.Date */ +body.dark .highlight .m { color: #51B2FD } /* Literal.Number */ +body.dark .highlight .s { color: #ED9D13 } /* Literal.String */ +body.dark .highlight .na { color: #BBB } /* Name.Attribute */ +body.dark .highlight .nb { color: #2FBCCD } /* Name.Builtin */ +body.dark .highlight .nc { color: #71ADFF; text-decoration: underline } /* Name.Class */ +body.dark .highlight .no { color: #40FFFF } /* Name.Constant */ +body.dark .highlight .nd { color: #FFA500 } /* Name.Decorator */ +body.dark .highlight .ni { color: #D0D0D0 } /* Name.Entity */ +body.dark .highlight .ne { color: #BBB } /* Name.Exception */ +body.dark .highlight .nf { color: #71ADFF } /* Name.Function */ +body.dark .highlight .nl { color: #D0D0D0 } /* Name.Label */ +body.dark .highlight .nn { color: #71ADFF; text-decoration: underline } /* Name.Namespace */ +body.dark .highlight .nx { color: #D0D0D0 } /* Name.Other */ +body.dark .highlight .py { color: #D0D0D0 } /* Name.Property */ +body.dark .highlight .nt { color: #6EBF26; font-weight: bold } /* Name.Tag */ +body.dark .highlight .nv { color: #40FFFF } /* Name.Variable */ +body.dark .highlight .ow { color: #6EBF26; font-weight: bold } /* Operator.Word */ +body.dark .highlight .pm { color: #D0D0D0 } /* Punctuation.Marker */ +body.dark .highlight .w { color: #666 } /* Text.Whitespace */ +body.dark .highlight .mb { color: #51B2FD } /* Literal.Number.Bin */ +body.dark .highlight .mf { color: #51B2FD } /* Literal.Number.Float */ +body.dark .highlight .mh { color: #51B2FD } /* Literal.Number.Hex */ +body.dark .highlight .mi { color: #51B2FD } /* Literal.Number.Integer */ +body.dark .highlight .mo { color: #51B2FD } /* Literal.Number.Oct */ +body.dark .highlight .sa { color: #ED9D13 } /* Literal.String.Affix */ +body.dark .highlight .sb { color: #ED9D13 } /* Literal.String.Backtick */ +body.dark .highlight .sc { color: #ED9D13 } /* Literal.String.Char */ +body.dark .highlight .dl { color: #ED9D13 } /* Literal.String.Delimiter */ +body.dark .highlight .sd { color: #ED9D13 } /* Literal.String.Doc */ +body.dark .highlight .s2 { color: #ED9D13 } /* Literal.String.Double */ +body.dark .highlight .se { color: #ED9D13 } /* Literal.String.Escape */ +body.dark .highlight .sh { color: #ED9D13 } /* Literal.String.Heredoc */ +body.dark .highlight .si { color: #ED9D13 } /* Literal.String.Interpol */ +body.dark .highlight .sx { color: #FFA500 } /* Literal.String.Other */ +body.dark .highlight .sr { color: #ED9D13 } /* Literal.String.Regex */ +body.dark .highlight .s1 { color: #ED9D13 } /* Literal.String.Single */ +body.dark .highlight .ss { color: #ED9D13 } /* Literal.String.Symbol */ +body.dark .highlight .bp { color: #2FBCCD } /* Name.Builtin.Pseudo */ +body.dark .highlight .fm { color: #71ADFF } /* Name.Function.Magic */ +body.dark .highlight .vc { color: #40FFFF } /* Name.Variable.Class */ +body.dark .highlight .vg { color: #40FFFF } /* Name.Variable.Global */ +body.dark .highlight .vi { color: #40FFFF } /* Name.Variable.Instance */ +body.dark .highlight .vm { color: #40FFFF } /* Name.Variable.Magic */ +body.dark .highlight .il { color: #51B2FD } /* Literal.Number.Integer.Long */ } @media (prefers-color-scheme: dark) { body.light .highlight pre { line-height: 125%; } @@ -168,157 +168,157 @@ body.light .highlight td.linenos .special { color: #000000; background-color: #f body.light .highlight span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } body.light .highlight .hll { background-color: #ffffcc } body.light .highlight { background: #f0f0f0; } -body.light .highlight .c { color: #60a0b0; font-style: italic } /* Comment */ -body.light .highlight .err { border: 1px solid #FF0000 } /* Error */ +body.light .highlight .c { color: #60A0B0; font-style: italic } /* Comment */ +body.light .highlight .err { border: 1px solid #F00 } /* Error */ body.light .highlight .k { color: #007020; font-weight: bold } /* Keyword */ -body.light .highlight .o { color: #666666 } /* Operator */ -body.light .highlight .ch { color: #60a0b0; font-style: italic } /* Comment.Hashbang */ -body.light .highlight .cm { color: #60a0b0; font-style: italic } /* Comment.Multiline */ +body.light .highlight .o { color: #666 } /* Operator */ +body.light .highlight .ch { color: #60A0B0; font-style: italic } /* Comment.Hashbang */ +body.light .highlight .cm { color: #60A0B0; font-style: italic } /* Comment.Multiline */ body.light .highlight .cp { color: #007020 } /* Comment.Preproc */ -body.light .highlight .cpf { color: #60a0b0; font-style: italic } /* Comment.PreprocFile */ -body.light .highlight .c1 { color: #60a0b0; font-style: italic } /* Comment.Single */ -body.light .highlight .cs { color: #60a0b0; background-color: #fff0f0 } /* Comment.Special */ +body.light .highlight .cpf { color: #60A0B0; font-style: italic } /* Comment.PreprocFile */ +body.light .highlight .c1 { color: #60A0B0; font-style: italic } /* Comment.Single */ +body.light .highlight .cs { color: #60A0B0; background-color: #FFF0F0 } /* Comment.Special */ body.light .highlight .gd { color: #A00000 } /* Generic.Deleted */ body.light .highlight .ge { font-style: italic } /* Generic.Emph */ body.light .highlight .ges { font-weight: bold; font-style: italic } /* Generic.EmphStrong */ -body.light .highlight .gr { color: #FF0000 } /* Generic.Error */ +body.light .highlight .gr { color: #F00 } /* Generic.Error */ body.light .highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */ body.light .highlight .gi { color: #00A000 } /* Generic.Inserted */ -body.light .highlight .go { color: #888888 } /* Generic.Output */ -body.light .highlight .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */ +body.light .highlight .go { color: #888 } /* Generic.Output */ +body.light .highlight .gp { color: #C65D09; font-weight: bold } /* Generic.Prompt */ body.light .highlight .gs { font-weight: bold } /* Generic.Strong */ body.light .highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ -body.light .highlight .gt { color: #0044DD } /* Generic.Traceback */ +body.light .highlight .gt { color: #04D } /* Generic.Traceback */ body.light .highlight .kc { color: #007020; font-weight: bold } /* Keyword.Constant */ body.light .highlight .kd { color: #007020; font-weight: bold } /* Keyword.Declaration */ body.light .highlight .kn { color: #007020; font-weight: bold } /* Keyword.Namespace */ body.light .highlight .kp { color: #007020 } /* Keyword.Pseudo */ body.light .highlight .kr { color: #007020; font-weight: bold } /* Keyword.Reserved */ body.light .highlight .kt { color: #902000 } /* Keyword.Type */ -body.light .highlight .m { color: #40a070 } /* Literal.Number */ -body.light .highlight .s { color: #4070a0 } /* Literal.String */ -body.light .highlight .na { color: #4070a0 } /* Name.Attribute */ +body.light .highlight .m { color: #40A070 } /* Literal.Number */ +body.light .highlight .s { color: #4070A0 } /* Literal.String */ +body.light .highlight .na { color: #4070A0 } /* Name.Attribute */ body.light .highlight .nb { color: #007020 } /* Name.Builtin */ -body.light .highlight .nc { color: #0e84b5; font-weight: bold } /* Name.Class */ -body.light .highlight .no { color: #60add5 } /* Name.Constant */ -body.light .highlight .nd { color: #555555; font-weight: bold } /* Name.Decorator */ -body.light .highlight .ni { color: #d55537; font-weight: bold } /* Name.Entity */ +body.light .highlight .nc { color: #0E84B5; font-weight: bold } /* Name.Class */ +body.light .highlight .no { color: #60ADD5 } /* Name.Constant */ +body.light .highlight .nd { color: #555; font-weight: bold } /* Name.Decorator */ +body.light .highlight .ni { color: #D55537; font-weight: bold } /* Name.Entity */ body.light .highlight .ne { color: #007020 } /* Name.Exception */ -body.light .highlight .nf { color: #06287e } /* Name.Function */ +body.light .highlight .nf { color: #06287E } /* Name.Function */ body.light .highlight .nl { color: #002070; font-weight: bold } /* Name.Label */ -body.light .highlight .nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */ +body.light .highlight .nn { color: #0E84B5; font-weight: bold } /* Name.Namespace */ body.light .highlight .nt { color: #062873; font-weight: bold } /* Name.Tag */ -body.light .highlight .nv { color: #bb60d5 } /* Name.Variable */ +body.light .highlight .nv { color: #BB60D5 } /* Name.Variable */ body.light .highlight .ow { color: #007020; font-weight: bold } /* Operator.Word */ -body.light .highlight .w { color: #bbbbbb } /* Text.Whitespace */ -body.light .highlight .mb { color: #40a070 } /* Literal.Number.Bin */ -body.light .highlight .mf { color: #40a070 } /* Literal.Number.Float */ -body.light .highlight .mh { color: #40a070 } /* Literal.Number.Hex */ -body.light .highlight .mi { color: #40a070 } /* Literal.Number.Integer */ -body.light .highlight .mo { color: #40a070 } /* Literal.Number.Oct */ -body.light .highlight .sa { color: #4070a0 } /* Literal.String.Affix */ -body.light .highlight .sb { color: #4070a0 } /* Literal.String.Backtick */ -body.light .highlight .sc { color: #4070a0 } /* Literal.String.Char */ -body.light .highlight .dl { color: #4070a0 } /* Literal.String.Delimiter */ -body.light .highlight .sd { color: #4070a0; font-style: italic } /* Literal.String.Doc */ -body.light .highlight .s2 { color: #4070a0 } /* Literal.String.Double */ -body.light .highlight .se { color: #4070a0; font-weight: bold } /* Literal.String.Escape */ -body.light .highlight .sh { color: #4070a0 } /* Literal.String.Heredoc */ -body.light .highlight .si { color: #70a0d0; font-style: italic } /* Literal.String.Interpol */ -body.light .highlight .sx { color: #c65d09 } /* Literal.String.Other */ +body.light .highlight .w { color: #BBB } /* Text.Whitespace */ +body.light .highlight .mb { color: #40A070 } /* Literal.Number.Bin */ +body.light .highlight .mf { color: #40A070 } /* Literal.Number.Float */ +body.light .highlight .mh { color: #40A070 } /* Literal.Number.Hex */ +body.light .highlight .mi { color: #40A070 } /* Literal.Number.Integer */ +body.light .highlight .mo { color: #40A070 } /* Literal.Number.Oct */ +body.light .highlight .sa { color: #4070A0 } /* Literal.String.Affix */ +body.light .highlight .sb { color: #4070A0 } /* Literal.String.Backtick */ +body.light .highlight .sc { color: #4070A0 } /* Literal.String.Char */ +body.light .highlight .dl { color: #4070A0 } /* Literal.String.Delimiter */ +body.light .highlight .sd { color: #4070A0; font-style: italic } /* Literal.String.Doc */ +body.light .highlight .s2 { color: #4070A0 } /* Literal.String.Double */ +body.light .highlight .se { color: #4070A0; font-weight: bold } /* Literal.String.Escape */ +body.light .highlight .sh { color: #4070A0 } /* Literal.String.Heredoc */ +body.light .highlight .si { color: #70A0D0; font-style: italic } /* Literal.String.Interpol */ +body.light .highlight .sx { color: #C65D09 } /* Literal.String.Other */ body.light .highlight .sr { color: #235388 } /* Literal.String.Regex */ -body.light .highlight .s1 { color: #4070a0 } /* Literal.String.Single */ +body.light .highlight .s1 { color: #4070A0 } /* Literal.String.Single */ body.light .highlight .ss { color: #517918 } /* Literal.String.Symbol */ body.light .highlight .bp { color: #007020 } /* Name.Builtin.Pseudo */ -body.light .highlight .fm { color: #06287e } /* Name.Function.Magic */ -body.light .highlight .vc { color: #bb60d5 } /* Name.Variable.Class */ -body.light .highlight .vg { color: #bb60d5 } /* Name.Variable.Global */ -body.light .highlight .vi { color: #bb60d5 } /* Name.Variable.Instance */ -body.light .highlight .vm { color: #bb60d5 } /* Name.Variable.Magic */ -body.light .highlight .il { color: #40a070 } /* Literal.Number.Integer.Long */ +body.light .highlight .fm { color: #06287E } /* Name.Function.Magic */ +body.light .highlight .vc { color: #BB60D5 } /* Name.Variable.Class */ +body.light .highlight .vg { color: #BB60D5 } /* Name.Variable.Global */ +body.light .highlight .vi { color: #BB60D5 } /* Name.Variable.Instance */ +body.light .highlight .vm { color: #BB60D5 } /* Name.Variable.Magic */ +body.light .highlight .il { color: #40A070 } /* Literal.Number.Integer.Long */ body:not(.light) .highlight pre { line-height: 125%; } body:not(.light) .highlight td.linenos .normal { color: #aaaaaa; background-color: transparent; padding-left: 5px; padding-right: 5px; } body:not(.light) .highlight span.linenos { color: #aaaaaa; background-color: transparent; padding-left: 5px; padding-right: 5px; } body:not(.light) .highlight td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } body:not(.light) .highlight span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } body:not(.light) .highlight .hll { background-color: #404040 } -body:not(.light) .highlight { background: #202020; color: #d0d0d0 } -body:not(.light) .highlight .c { color: #ababab; font-style: italic } /* Comment */ -body:not(.light) .highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */ -body:not(.light) .highlight .esc { color: #d0d0d0 } /* Escape */ -body:not(.light) .highlight .g { color: #d0d0d0 } /* Generic */ -body:not(.light) .highlight .k { color: #6ebf26; font-weight: bold } /* Keyword */ -body:not(.light) .highlight .l { color: #d0d0d0 } /* Literal */ -body:not(.light) .highlight .n { color: #d0d0d0 } /* Name */ -body:not(.light) .highlight .o { color: #d0d0d0 } /* Operator */ -body:not(.light) .highlight .x { color: #d0d0d0 } /* Other */ -body:not(.light) .highlight .p { color: #d0d0d0 } /* Punctuation */ -body:not(.light) .highlight .ch { color: #ababab; font-style: italic } /* Comment.Hashbang */ -body:not(.light) .highlight .cm { color: #ababab; font-style: italic } /* Comment.Multiline */ -body:not(.light) .highlight .cp { color: #ff3a3a; font-weight: bold } /* Comment.Preproc */ -body:not(.light) .highlight .cpf { color: #ababab; font-style: italic } /* Comment.PreprocFile */ -body:not(.light) .highlight .c1 { color: #ababab; font-style: italic } /* Comment.Single */ -body:not(.light) .highlight .cs { color: #e50808; font-weight: bold; background-color: #520000 } /* Comment.Special */ -body:not(.light) .highlight .gd { color: #ff3a3a } /* Generic.Deleted */ -body:not(.light) .highlight .ge { color: #d0d0d0; font-style: italic } /* Generic.Emph */ -body:not(.light) .highlight .ges { color: #d0d0d0; font-weight: bold; font-style: italic } /* Generic.EmphStrong */ -body:not(.light) .highlight .gr { color: #ff3a3a } /* Generic.Error */ -body:not(.light) .highlight .gh { color: #ffffff; font-weight: bold } /* Generic.Heading */ +body:not(.light) .highlight { background: #202020; color: #D0D0D0 } +body:not(.light) .highlight .c { color: #ABABAB; font-style: italic } /* Comment */ +body:not(.light) .highlight .err { color: #A61717; background-color: #E3D2D2 } /* Error */ +body:not(.light) .highlight .esc { color: #D0D0D0 } /* Escape */ +body:not(.light) .highlight .g { color: #D0D0D0 } /* Generic */ +body:not(.light) .highlight .k { color: #6EBF26; font-weight: bold } /* Keyword */ +body:not(.light) .highlight .l { color: #D0D0D0 } /* Literal */ +body:not(.light) .highlight .n { color: #D0D0D0 } /* Name */ +body:not(.light) .highlight .o { color: #D0D0D0 } /* Operator */ +body:not(.light) .highlight .x { color: #D0D0D0 } /* Other */ +body:not(.light) .highlight .p { color: #D0D0D0 } /* Punctuation */ +body:not(.light) .highlight .ch { color: #ABABAB; font-style: italic } /* Comment.Hashbang */ +body:not(.light) .highlight .cm { color: #ABABAB; font-style: italic } /* Comment.Multiline */ +body:not(.light) .highlight .cp { color: #FF3A3A; font-weight: bold } /* Comment.Preproc */ +body:not(.light) .highlight .cpf { color: #ABABAB; font-style: italic } /* Comment.PreprocFile */ +body:not(.light) .highlight .c1 { color: #ABABAB; font-style: italic } /* Comment.Single */ +body:not(.light) .highlight .cs { color: #E50808; font-weight: bold; background-color: #520000 } /* Comment.Special */ +body:not(.light) .highlight .gd { color: #FF3A3A } /* Generic.Deleted */ +body:not(.light) .highlight .ge { color: #D0D0D0; font-style: italic } /* Generic.Emph */ +body:not(.light) .highlight .ges { color: #D0D0D0; font-weight: bold; font-style: italic } /* Generic.EmphStrong */ +body:not(.light) .highlight .gr { color: #FF3A3A } /* Generic.Error */ +body:not(.light) .highlight .gh { color: #FFF; font-weight: bold } /* Generic.Heading */ body:not(.light) .highlight .gi { color: #589819 } /* Generic.Inserted */ -body:not(.light) .highlight .go { color: #cccccc } /* Generic.Output */ -body:not(.light) .highlight .gp { color: #aaaaaa } /* Generic.Prompt */ -body:not(.light) .highlight .gs { color: #d0d0d0; font-weight: bold } /* Generic.Strong */ -body:not(.light) .highlight .gu { color: #ffffff; text-decoration: underline } /* Generic.Subheading */ -body:not(.light) .highlight .gt { color: #ff3a3a } /* Generic.Traceback */ -body:not(.light) .highlight .kc { color: #6ebf26; font-weight: bold } /* Keyword.Constant */ -body:not(.light) .highlight .kd { color: #6ebf26; font-weight: bold } /* Keyword.Declaration */ -body:not(.light) .highlight .kn { color: #6ebf26; font-weight: bold } /* Keyword.Namespace */ -body:not(.light) .highlight .kp { color: #6ebf26 } /* Keyword.Pseudo */ -body:not(.light) .highlight .kr { color: #6ebf26; font-weight: bold } /* Keyword.Reserved */ -body:not(.light) .highlight .kt { color: #6ebf26; font-weight: bold } /* Keyword.Type */ -body:not(.light) .highlight .ld { color: #d0d0d0 } /* Literal.Date */ -body:not(.light) .highlight .m { color: #51b2fd } /* Literal.Number */ -body:not(.light) .highlight .s { color: #ed9d13 } /* Literal.String */ -body:not(.light) .highlight .na { color: #bbbbbb } /* Name.Attribute */ -body:not(.light) .highlight .nb { color: #2fbccd } /* Name.Builtin */ -body:not(.light) .highlight .nc { color: #71adff; text-decoration: underline } /* Name.Class */ -body:not(.light) .highlight .no { color: #40ffff } /* Name.Constant */ -body:not(.light) .highlight .nd { color: #ffa500 } /* Name.Decorator */ -body:not(.light) .highlight .ni { color: #d0d0d0 } /* Name.Entity */ -body:not(.light) .highlight .ne { color: #bbbbbb } /* Name.Exception */ -body:not(.light) .highlight .nf { color: #71adff } /* Name.Function */ -body:not(.light) .highlight .nl { color: #d0d0d0 } /* Name.Label */ -body:not(.light) .highlight .nn { color: #71adff; text-decoration: underline } /* Name.Namespace */ -body:not(.light) .highlight .nx { color: #d0d0d0 } /* Name.Other */ -body:not(.light) .highlight .py { color: #d0d0d0 } /* Name.Property */ -body:not(.light) .highlight .nt { color: #6ebf26; font-weight: bold } /* Name.Tag */ -body:not(.light) .highlight .nv { color: #40ffff } /* Name.Variable */ -body:not(.light) .highlight .ow { color: #6ebf26; font-weight: bold } /* Operator.Word */ -body:not(.light) .highlight .pm { color: #d0d0d0 } /* Punctuation.Marker */ -body:not(.light) .highlight .w { color: #666666 } /* Text.Whitespace */ -body:not(.light) .highlight .mb { color: #51b2fd } /* Literal.Number.Bin */ -body:not(.light) .highlight .mf { color: #51b2fd } /* Literal.Number.Float */ -body:not(.light) .highlight .mh { color: #51b2fd } /* Literal.Number.Hex */ -body:not(.light) .highlight .mi { color: #51b2fd } /* Literal.Number.Integer */ -body:not(.light) .highlight .mo { color: #51b2fd } /* Literal.Number.Oct */ -body:not(.light) .highlight .sa { color: #ed9d13 } /* Literal.String.Affix */ -body:not(.light) .highlight .sb { color: #ed9d13 } /* Literal.String.Backtick */ -body:not(.light) .highlight .sc { color: #ed9d13 } /* Literal.String.Char */ -body:not(.light) .highlight .dl { color: #ed9d13 } /* Literal.String.Delimiter */ -body:not(.light) .highlight .sd { color: #ed9d13 } /* Literal.String.Doc */ -body:not(.light) .highlight .s2 { color: #ed9d13 } /* Literal.String.Double */ -body:not(.light) .highlight .se { color: #ed9d13 } /* Literal.String.Escape */ -body:not(.light) .highlight .sh { color: #ed9d13 } /* Literal.String.Heredoc */ -body:not(.light) .highlight .si { color: #ed9d13 } /* Literal.String.Interpol */ -body:not(.light) .highlight .sx { color: #ffa500 } /* Literal.String.Other */ -body:not(.light) .highlight .sr { color: #ed9d13 } /* Literal.String.Regex */ -body:not(.light) .highlight .s1 { color: #ed9d13 } /* Literal.String.Single */ -body:not(.light) .highlight .ss { color: #ed9d13 } /* Literal.String.Symbol */ -body:not(.light) .highlight .bp { color: #2fbccd } /* Name.Builtin.Pseudo */ -body:not(.light) .highlight .fm { color: #71adff } /* Name.Function.Magic */ -body:not(.light) .highlight .vc { color: #40ffff } /* Name.Variable.Class */ -body:not(.light) .highlight .vg { color: #40ffff } /* Name.Variable.Global */ -body:not(.light) .highlight .vi { color: #40ffff } /* Name.Variable.Instance */ -body:not(.light) .highlight .vm { color: #40ffff } /* Name.Variable.Magic */ -body:not(.light) .highlight .il { color: #51b2fd } /* Literal.Number.Integer.Long */ +body:not(.light) .highlight .go { color: #CCC } /* Generic.Output */ +body:not(.light) .highlight .gp { color: #AAA } /* Generic.Prompt */ +body:not(.light) .highlight .gs { color: #D0D0D0; font-weight: bold } /* Generic.Strong */ +body:not(.light) .highlight .gu { color: #FFF; text-decoration: underline } /* Generic.Subheading */ +body:not(.light) .highlight .gt { color: #FF3A3A } /* Generic.Traceback */ +body:not(.light) .highlight .kc { color: #6EBF26; font-weight: bold } /* Keyword.Constant */ +body:not(.light) .highlight .kd { color: #6EBF26; font-weight: bold } /* Keyword.Declaration */ +body:not(.light) .highlight .kn { color: #6EBF26; font-weight: bold } /* Keyword.Namespace */ +body:not(.light) .highlight .kp { color: #6EBF26 } /* Keyword.Pseudo */ +body:not(.light) .highlight .kr { color: #6EBF26; font-weight: bold } /* Keyword.Reserved */ +body:not(.light) .highlight .kt { color: #6EBF26; font-weight: bold } /* Keyword.Type */ +body:not(.light) .highlight .ld { color: #D0D0D0 } /* Literal.Date */ +body:not(.light) .highlight .m { color: #51B2FD } /* Literal.Number */ +body:not(.light) .highlight .s { color: #ED9D13 } /* Literal.String */ +body:not(.light) .highlight .na { color: #BBB } /* Name.Attribute */ +body:not(.light) .highlight .nb { color: #2FBCCD } /* Name.Builtin */ +body:not(.light) .highlight .nc { color: #71ADFF; text-decoration: underline } /* Name.Class */ +body:not(.light) .highlight .no { color: #40FFFF } /* Name.Constant */ +body:not(.light) .highlight .nd { color: #FFA500 } /* Name.Decorator */ +body:not(.light) .highlight .ni { color: #D0D0D0 } /* Name.Entity */ +body:not(.light) .highlight .ne { color: #BBB } /* Name.Exception */ +body:not(.light) .highlight .nf { color: #71ADFF } /* Name.Function */ +body:not(.light) .highlight .nl { color: #D0D0D0 } /* Name.Label */ +body:not(.light) .highlight .nn { color: #71ADFF; text-decoration: underline } /* Name.Namespace */ +body:not(.light) .highlight .nx { color: #D0D0D0 } /* Name.Other */ +body:not(.light) .highlight .py { color: #D0D0D0 } /* Name.Property */ +body:not(.light) .highlight .nt { color: #6EBF26; font-weight: bold } /* Name.Tag */ +body:not(.light) .highlight .nv { color: #40FFFF } /* Name.Variable */ +body:not(.light) .highlight .ow { color: #6EBF26; font-weight: bold } /* Operator.Word */ +body:not(.light) .highlight .pm { color: #D0D0D0 } /* Punctuation.Marker */ +body:not(.light) .highlight .w { color: #666 } /* Text.Whitespace */ +body:not(.light) .highlight .mb { color: #51B2FD } /* Literal.Number.Bin */ +body:not(.light) .highlight .mf { color: #51B2FD } /* Literal.Number.Float */ +body:not(.light) .highlight .mh { color: #51B2FD } /* Literal.Number.Hex */ +body:not(.light) .highlight .mi { color: #51B2FD } /* Literal.Number.Integer */ +body:not(.light) .highlight .mo { color: #51B2FD } /* Literal.Number.Oct */ +body:not(.light) .highlight .sa { color: #ED9D13 } /* Literal.String.Affix */ +body:not(.light) .highlight .sb { color: #ED9D13 } /* Literal.String.Backtick */ +body:not(.light) .highlight .sc { color: #ED9D13 } /* Literal.String.Char */ +body:not(.light) .highlight .dl { color: #ED9D13 } /* Literal.String.Delimiter */ +body:not(.light) .highlight .sd { color: #ED9D13 } /* Literal.String.Doc */ +body:not(.light) .highlight .s2 { color: #ED9D13 } /* Literal.String.Double */ +body:not(.light) .highlight .se { color: #ED9D13 } /* Literal.String.Escape */ +body:not(.light) .highlight .sh { color: #ED9D13 } /* Literal.String.Heredoc */ +body:not(.light) .highlight .si { color: #ED9D13 } /* Literal.String.Interpol */ +body:not(.light) .highlight .sx { color: #FFA500 } /* Literal.String.Other */ +body:not(.light) .highlight .sr { color: #ED9D13 } /* Literal.String.Regex */ +body:not(.light) .highlight .s1 { color: #ED9D13 } /* Literal.String.Single */ +body:not(.light) .highlight .ss { color: #ED9D13 } /* Literal.String.Symbol */ +body:not(.light) .highlight .bp { color: #2FBCCD } /* Name.Builtin.Pseudo */ +body:not(.light) .highlight .fm { color: #71ADFF } /* Name.Function.Magic */ +body:not(.light) .highlight .vc { color: #40FFFF } /* Name.Variable.Class */ +body:not(.light) .highlight .vg { color: #40FFFF } /* Name.Variable.Global */ +body:not(.light) .highlight .vi { color: #40FFFF } /* Name.Variable.Instance */ +body:not(.light) .highlight .vm { color: #40FFFF } /* Name.Variable.Magic */ +body:not(.light) .highlight .il { color: #51B2FD } /* Literal.Number.Integer.Long */ } \ No newline at end of file diff --git a/_static/style.min.css b/_static/style.min.css index d24afba6..4bca68ec 100644 --- a/_static/style.min.css +++ b/_static/style.min.css @@ -1,3 +1,3 @@ -:root{--subtle-box-shadow: 0 .2rem .5rem rgba(0,0,0,.05),0 0 .0625rem rgba(0,0,0,.1);--subtle-box-shadow-button: 0 .2rem .5rem rgba(0,0,0,.1),0 0 .0625rem rgba(0,0,0,.15);--subtle-box-shadow-hover: 0 .3rem .6rem rgba(0,0,0,.2),0 0 .085rem rgba(0,0,0,.2);color-scheme:light dark}html{scroll-behavior:smooth}body{--icon-search: url('data:image/svg+xml;charset=utf-8,');--icon-pencil: url('data:image/svg+xml;charset=utf-8,');--icon-abstract: url('data:image/svg+xml;charset=utf-8,');--icon-info: url('data:image/svg+xml;charset=utf-8,');--icon-flame: url('data:image/svg+xml;charset=utf-8,');--icon-question: url('data:image/svg+xml;charset=utf-8,');--icon-warning: url('data:image/svg+xml;charset=utf-8,');--icon-failure: url('data:image/svg+xml;charset=utf-8,');--icon-spark: url('data:image/svg+xml;charset=utf-8,');--icon-adi: url('data:image/svg+xml;charset=utf-8,');--icon-video: url('data:image/svg+xml;charset=utf-8,');--icon-ez: url('data:image/svg+xml;charset=utf-8,');--icon-external: url('data:image/svg+xml;charset=utf-8,');--icon-git: url('data:image/svg+xml;charset=utf-8,');--color-admonition-title--caution: #ff9100;--color-admonition-title-background--caution: rgba(255, 145, 0, 0.2);--color-admonition-title--warning: #ff9100;--color-admonition-title-background--warning: rgba(255, 145, 0, 0.2);--color-admonition-title--danger: #ff5252;--color-admonition-title-background--danger: rgba(255, 82, 82, 0.2);--color-admonition-title--attention: #ff5252;--color-admonition-title-background--attention: rgba(255, 82, 82, 0.2);--color-admonition-title--error: #ff5252;--color-admonition-title-background--error: rgba(255, 82, 82, 0.2);--color-admonition-title--hint: #00c852;--color-admonition-title-background--hint: rgba(0, 200, 82, 0.2);--color-admonition-title--tip: #00c852;--color-admonition-title-background--tip: rgba(0, 200, 82, 0.2);--color-admonition-title--important: #00bfa5;--color-admonition-title-background--important: rgba(0, 191, 165, 0.2);--color-admonition-title--note: #00b0ff;--color-admonition-title-background--note: rgba(0, 176, 255, 0.2);--color-admonition-title--video: #00b0ff;--color-admonition-title-background--video: rgba(0, 176, 255, 0.2);--color-admonition-title--seealso: #448aff;--color-admonition-title-background--seealso: rgba(68, 138, 255, 0.2);--color-admonition-title--admonition-todo: #808080;--color-admonition-title-background--admonition-todo: rgba(128, 128, 128, 0.2);--color-admonition-title: #651fff;--color-admonition-title-background: rgba(101, 31, 255, 0.2);--icon-admonition-default: var(--icon-abstract);--color-topic-title: #14B8A6;--color-topic-title-background: rgba(20, 184, 166, 0.2);--icon-topic-default: var(--icon-pencil);--color-link-title--adi: #0067b9;--color-link-title-background--adi: rgba(0, 103, 185, 0.2);--color-link-title--ez: #2eb251;--color-link-title-background--ez: rgba(46, 178, 81, 0.2);--color-link-title--git: #f05133;--color-link-title-background--git: rgba(240, 81, 51, 0.2);--color-link-title--other: #666666;--color-link-title-background--other: rgba(102, 102, 102, 0.2);--color-link-title: #14B8A6;--color-link-title-background: rgba(20, 184, 166, 0.2);--icon-link-default: var(--icon-adi)}body{--is-dark-theme: 0;--is-light-theme: 1;--display-dark: none;--display-light: inline-block;--bg-color1: #f9f9f9;--bg-color2: #f4f4f4;--bg-color3: #f0f0f0;--bg-color1-faded1: #f9f9f999;--bg-color1-faded2: #f9f9f9aa;--text-color1: #212836;--text-color2: #555;--text-color3: #888;--accent-color: #0067b9;--accent-color-code: #cc6d34;--bg-banner: #00305b;--text-color-banner: #fff}body.dark{--is-dark-theme: 1;--is-light-theme: 0;--display-dark: inline-block;--display-light: none;--bg-color1: #1a1a1a;--bg-color2: #111;--bg-color3: #202020;--bg-color1-faded1: #1a1a1aaa;--bg-color1-faded2: #1a1a1acc;--text-color1: #e5e5e5;--text-color2: #ccc;--text-color3: #aaa;--accent-color: #0076d6;--accent-color-code: #ff8d34;--bg-banner: #0088ff;--text-color-banner: #000}@media(prefers-color-scheme: dark){body:not(.light){--is-dark-theme: 1;--is-light-theme: 0;--display-dark: inline-block;--display-light: none;--bg-color1: #1a1a1a;--bg-color2: #111;--bg-color3: #202020;--bg-color1-faded1: #1a1a1a99;--bg-color1-faded2: #1a1a1aaa;--text-color1: #e5e5e5;--text-color2: #ccc;--text-color3: #aaa;--accent-color: #0076d6;--accent-color-code: #ff8d34;--bg-banner: #0088ff;--text-color-banner: #000}}body{margin:0;overflow-x:hidden}@media screen{body{background-color:var(--bg-color1);color:var(--text-color1)}}*{box-sizing:border-box}.body{width:100%;padding:0 1em;overflow-x:auto}@media(min-width: 105em){.bodywrapper>div{max-width:60rem}}@media(max-width: 105em){.bodywrapper>div{margin:0 auto}}@media(min-width: 65em){#vertical-border{position:fixed;height:100vh;border-left:1px solid rgba(125,125,125,.8);top:0;z-index:10}}@media(min-width: 65em)and (max-width: 80em){#vertical-border{left:17rem}.bodywrapper{margin-left:18rem}}@media(min-width: 80em){#vertical-border{left:calc(40vw - 15rem)}.bodywrapper{margin-left:calc(40vw - 14rem)}}@media(min-width: 65em){button#show-sidebar{display:none}.body{min-height:calc(100vh - 7rem)}}@media(max-width: 65em){.body{min-height:calc(100vh - 11.25rem)}}.body p,.body div.line{line-height:1.5em;margin:.25em 0 .75em 0}.body p{margin:.25em 0 .5em 0}.body div.line{margin:.25em 0}@media screen{.body p,.body div.line{text-align:justify}}.body ol p,.body ul p{margin:.25em 0}svg{display:block;margin:0 auto}.body table{margin:0 auto;line-height:1.5em}@media(min-width: 65em){#hdl-component-diagram svg{float:right;margin:-3em 0 0 1em;max-width:45%}}@media(max-width: 65em){svg{max-width:100%}}@media print{#hdl-component-diagram svg{float:right;margin:-3em 0 0 1em;max-width:45%}}@media print{svg{max-width:100%}}@font-face{font-family:"Barlow";src:url("fonts/barlow/Barlow-Medium.woff2") format("woff2");font-weight:500;font-style:normal}@font-face{font-family:"Barlow";src:url("fonts/barlow/Barlow-SemiBold.woff2") format("woff2");font-weight:600;font-style:normal}@font-face{font-family:"Inter";src:url("fonts/inter/Inter-Regular.woff2") format("woff2");font-weight:normal;font-style:normal}@font-face{font-family:"Inter";src:url("fonts/inter/Inter-SemiBold.woff2") format("woff2");font-weight:600;font-style:normal}body{font-family:Inter,Arial,sans-serif}.body :is(h1,h2,h3,h4,h5,h6){font-family:Barlow,Arial,sans-serif;font-weight:500;margin:0;padding:1em 0 .25em 0}.body h1{font-size:1.6em}.body h2{font-size:1.5em}.body h3{font-size:1.4em}.body h4{font-size:1.3em}.body h5{font-size:1.25em}.body h6{font-size:1.2em}.sphinxsidebar .caption-text{font-family:Barlow,Arial,sans-serif;font-weight:600;font-size:1.1em}.bold{font-weight:600}input,textarea,select,button,summary{background:none;outline:none;border:none;font-size:1em}a,input,textarea,select,button,summary,label{-webkit-tap-highlight-color:rgba(0,0,0,0)}video{max-width:100%}@media screen{section,#top-anchor,aside,a,.literal-block-wrapper{scroll-margin-top:3.5rem}span{scroll-margin-top:2.5rem}}code.literal{border:1px solid rgba(125,125,125,.15);background:rgba(125,125,125,.05);border-radius:.5rem;padding:0em .2em .1em .2em}@media screen{code.literal,.highlight pre{font-size:1.1em}}@media print{code.literal{font-size:.9em}}a{overflow-wrap:anywhere}.highlight{padding:.75em;margin-bottom:.5em;border-radius:.5rem;overflow-x:auto}.highlight .hll{box-sizing:content-box;width:100%;display:block;margin:0 -0.75rem;padding:0 .75rem}.math-wrapper,.table-wrapper{width:100%;overflow-x:auto}img{display:block;margin:0 auto;max-width:100%}@media print{img{break-inside:avoid}}@media(min-width: 65em){.body img,.body figure{display:block;margin:0 auto;max-width:100%;padding:.5em}.body img.align-left,.body figure.align-left{float:left;clear:left;margin-right:.5em;max-width:45%}.body img.align-right,.body figure.align-right{float:right;clear:right;margin-left:.5em;max-width:45%}}@media print{.body img,.body figure{display:block;margin:0 auto;max-width:100%;padding:.5em}.body img.align-left,.body figure.align-left{float:left;clear:left;margin-right:.5em;max-width:45%}.body img.align-right,.body figure.align-right{float:right;clear:right;margin-left:.5em;max-width:45%}}.clear-both{clear:both}.clear-left{clear:both}.clear-right{clear:both}@media print{.break-after{break-after:always}.break-before{break-before:always}}@media(prefers-color-scheme: dark){body:not(.light) .body img{background:#fff;border-radius:.5rem}}body.dark .body img{background:#fff;border-radius:.5rem}.toctree-wrapper li{margin:.5em 0}table.regmap td.description{font-size:.8em}@media screen{table.regmap td:not(.description) code.literal{font-size:1em}}pre{margin:0}#hdl-parameters table p,#hdl-interfaces table p{white-space:break-spaces}aside.footnote p{margin:.5em 0 0 0}aside.footnote .label{padding:.15em .3em 0 0;white-space:nowrap;float:left}iframe{border:none}@media screen{.iframe-video p,.embed-video p{text-align:center}}.iframe-video iframe{box-shadow:0 .2rem .5rem rgba(0,0,0,.05),0 0 .0625rem rgba(0,0,0,.1);border-radius:.5rem;overflow:hidden;display:block;margin:0 auto;width:59rem;height:33.1875rem}@media(max-width: 80em){.iframe-video{width:100%;overflow:hidden}}@media(min-width: 65em)and (max-width: 80em){.iframe-video iframe{width:calc(100vw - 20rem);height:calc(56.25vw - 11.25rem)}}@media(max-width: 65em){.iframe-video iframe{width:calc(100vw - 2rem);height:calc(56.25vw - 1.125rem)}}@media(min-width: 80em){.iframe-video.align-left{float:left;clear:left;margin-right:1em}.iframe-video.align-right{float:right;clear:right;margin-left:1em}.iframe-video.align-left iframe,.iframe-video.align-right iframe{width:24rem;height:13.49rem}}.esd-warning{border-radius:.5em;align-items:center;padding:.25rem .5em !important;font-size:.9em;text-align:justify}.esd-warning .icon{width:7rem;height:7rem;margin-right:.5rem;flex-shrink:0;background:url(esd-warning.svg);print-color-adjust:exact;-webkit-print-color-adjust:exact;background-size:contain;margin:0 auto}@media(min-width: 40em){.esd-warning{display:flex}}@media print{.esd-warning{display:flex}}@media screen{.esd-warning{color:#000 !important;background:#ff0}}@media print{.esd-warning{break-inside:avoid;border:1px solid #ff0}}.image-reference{text-align:center}.image-reference:not(:has(.align-left,.align-right)){display:inline-block;width:100%}img{page-break-inside:avoid}.only-dark,.only-light,#badges img{background:none !important}#badges img{display:inline-block !important}.only-light{display:var(--display-light) !important}.only-dark{display:var(--display-dark) !important}figcaption p{text-align:center !important}.red{color:red}.green{color:green}hr{border-top:1px dashed var(--text-color2);border-bottom:None}@media(min-width: 65em){.body .flex{display:flex;flex-wrap:wrap}.body .grid{display:grid;grid-template-rows:auto}}@media print{.body .flex{display:flex;flex-wrap:wrap}.body .grid{display:grid;grid-template-rows:auto}}.banner{line-height:2em;background-color:var(--bg-banner);color:var(--text-color-banner);text-align:center;z-index:11;position:relative}.banner a{padding-left:.25em;font-weight:600;border-bottom:1px solid rgba(125,125,125,.25)}.banner a:hover{border-color:var(--text-color-banner)}.banner.on{display:block}@media screen{header{position:sticky}}header{z-index:7;width:100%;top:0;print-color-adjust:exact;-webkit-print-color-adjust:exact}header label,header button{cursor:pointer}header #right span{display:flex;align-items:center}header #right span.reverse{flex-direction:row-reverse}header .icon:before{content:"";display:block;width:1.5rem;height:1.5rem;margin:.5rem .25rem;background:url("./icons.svg");filter:invert(var(--is-dark-theme))}header #search:before{background-position:left -6rem top}header #theme:before{background-position:left -1.5rem bottom}header #left{margin:0 .25rem;display:flex;align-items:center}header #right{margin-right:.25rem}header #show-sidebar:before{background-position:left 0rem top;transition:.25s ease background-position}header #show-localtoc:before{background-position:left -3rem top;transition:.25s ease background-position}@media screen{header{border-bottom:1px solid rgba(125,125,125,.8)}}@media(min-width: 65em)and (max-width: 80em){.repotoc-tree.overlay root{padding-left:18em}}@media(min-width: 80em){.repotoc-tree.overlay root{padding-left:calc(40vw - 14em)}}.repotoc-tree.overlay{position:sticky;top:3.5rem;pointer-events:none;height:0;opacity:0;z-index:6;width:0;transition:opacity .25s ease;overflow-y:visible}.repotoc-tree.overlay root{background:var(--bg-color1);overflow-y:auto;padding-top:1em;height:calc(100vh - 3.5em);width:100vw;display:flex;flex-direction:column}.repotoc-tree.overlay a{cursor:pointer;display:block;width:fit-content;padding:0 .5em 0 .5em;transition:padding .4s ease;margin:0 .5em}.repotoc-tree.overlay a:hover{color:var(--accent-color);border-color:var(--accent-color)}.repotoc-tree.overlay a.current{color:var(--accent-color)}#input-show-toc:checked~header #show-sidebar:before{background-position:left 0rem bottom}#input-show-localtoc:checked~header #show-localtoc:before{background-position:left -3rem bottom}.dark header #theme:before{background-position:left -1.5rem top}@media(prefers-color-scheme: dark){header #theme:before{background-position:left -1.5rem top}.light header #theme:before{background-position:left -1.5rem bottom}}@media(min-width: 105em){header #show-localtoc{display:none}}@media screen and (max-width: 65em){header{border-bottom:1px solid rgba(125,125,125,.8)}}@media(max-width: 65em){header{display:flex;width:100%}}@media screen and (max-width: 65em){header{background:var(--bg-color1-faded1)}}header{height:3.5rem}header #right{display:flex;justify-content:space-between}header #logo-org{display:inline-block;width:5.375rem;height:1.5rem;margin:.75rem 0;background:url("./logo-org.svg") no-repeat center top;flex-shrink:0}header .vertical-divider{padding:0 .25rem 0 .75rem;border-right:1px solid rgba(125,125,125,.8);height:1.75rem}header #logo{padding-left:.25rem;height:3.5rem;overflow:hidden;display:flex;align-items:center;line-height:1rem}header #logo div{transition:margin .25s ease,opacity .25s ease}body.dark #logo-org{background-position:center bottom}@media(prefers-color-scheme: dark){body:not(.light) #logo-org{background-position:center bottom}}@media(max-width: 65em){header{backdrop-filter:blur(1em)}header #right{width:100%}}@media(min-width: 65em){header{background:var(--bg-color1)}header #left{display:none}header #right{text-align:right}}@media(min-width: 65em)and (max-width: 80em){header #right{margin-left:19rem}}@media(min-width: 80em){header #right{margin-left:calc(40vw - 13rem)}}@media(min-width: 105em){header #right{max-width:60rem}}@media(max-width: 65em){.repotoc-tree.overlay{display:none}}header #show-repotoc{display:flex;margin:0 .25em;align-items:center;border-radius:2em;padding:.5em .75em;border:1px solid rgba(125,125,125,0);user-select:none}header #show-repotoc:hover{border:1px solid rgba(125,125,125,.8)}header #show-repotoc:after{border:1px solid var(--text-color1);border-width:0 1px 1px 0;display:block;content:"";transition:transform ease .125s,margin ease .125s;width:.6em;height:.6em;transform:rotate(-45deg);margin-top:1px;margin-left:.5em}@media print{header #show-repotoc{display:none}header #logo{margin-left:.5em}}@media(max-width: 65em){header #show-repotoc{display:none}header #logo{margin-left:.5em}}#input-show-repotoc:checked~header #show-repotoc:after{transform:rotate(45deg);margin-top:-5px;margin-left:calc(.5em + 2px);margin-right:-2px}@media(min-width: 65em){#input-show-repotoc:checked~header #logo div{margin-top:6em;opacity:0}}#input-show-repotoc:checked~div.repotoc-tree{pointer-events:initial;opacity:1}#input-show-repotoc:checked~div.repotoc-tree a{padding:.75em .5em}body:has(>#input-show-repotoc:checked){overflow-y:hidden}.sphinxsidebar{width:0}.sphinxsidebarwrapper{box-sizing:content-box;overflow-y:auto;height:calc(100vh - 3.5rem)}@media(max-width: 65em){.sphinxsidebar .repotoc-tree{display:contents}}@media(min-width: 65em){.sphinxsidebar .repotoc-tree{display:none}}@media(max-width: 65em){.sphinxsidebar{transition:.125s ease opacity,.25s ease margin;pointer-events:none;margin-left:-5rem;opacity:0}.sphinxsidebarwrapper{backdrop-filter:blur(1em);background:var(--bg-color1-faded2);box-shadow:.3rem 0 .3rem rgba(0,0,0,.1),0 0 .075rem rgba(0,0,0,.15);width:18rem}#input-show-toc:checked~.sphinxsidebar{pointer-events:initial;margin-left:0;opacity:1}.sphinxsidebar .toctree{margin:1em auto 0}.sphinxsidebar #logo img,.sphinxsidebar #no-logo{display:none !important}}.sphinxsidebar #logo,.sphinxsidebar #no-logo{display:block;max-width:13rem}.sphinxsidebar #no-logo{font-size:1.5em;margin-bottom:.5rem}@media(min-width: 40em)and (max-width: 65em){.sphinxsidebar{width:18em;left:-19em}#input-show-toc:checked~.sphinxsidebar{box-shadow:.3rem 0 .3rem rgba(0,0,0,.1),0 0 .075rem rgba(0,0,0,.15)}}#input-show-toc:checked~#cancel-area-show-toc,#input-show-localtoc:checked~#cancel-area-show-localtoc{z-index:3}#input-show-localtoc:checked~.localtoc,#input-show-toc:checked~.sphinxsidebar{z-index:5}@media(max-width: 40em){.sphinxsidebar{width:100vw;left:-100vw}}.sphinxsidebar ul{list-style-type:none;padding:0 0 0 .5em}.sphinxsidebar .caption-text{color:var(--text-color2)}.toctree-collapse{display:none}@media(min-width: 65em){button#show-sidebar{display:none}.sphinxsidebarwrapper{height:calc(100vh - 5rem);width:15rem}}@media(min-width: 65em)and (max-width: 80em){.sphinxsidebarwrapper{padding:1.5rem 1rem 0em 1rem}}@media(min-width: 80em){.sphinxsidebarwrapper{padding:1.5rem 1rem 0em calc(40vw - 31rem)}}@media(max-width: 65em){.toc-tree,.repotoc-tree{padding:1em}}.toc-tree,.sphinxsidebar .repotoc-tree{margin-bottom:10em}.toc-tree p.caption,.sphinxsidebar .repotoc-tree p.caption{margin:1em 0 .5em 0}.toc-tree>ul,.sphinxsidebar .repotoc-tree>ul{padding:0;margin:0}.toc-tree label,.sphinxsidebar .repotoc-tree label{cursor:pointer;display:block;padding:.6em .5em;height:1.75em;width:1.75em}.toc-tree .toctree-collapse~ul,.sphinxsidebar .repotoc-tree .toctree-collapse~ul{display:none}.toc-tree .toctree-collapse:checked~ul,.sphinxsidebar .repotoc-tree .toctree-collapse:checked~ul{display:block}.toc-tree .collapse,.sphinxsidebar .repotoc-tree .collapse{display:flex}.toc-tree a,.sphinxsidebar .repotoc-tree a{display:inline-block;line-height:1.75em;width:100%;padding:0 .5em 0 .75em;margin-left:-0.75em;border-radius:1rem;font-size:.9em;border:1px solid rgba(0,0,0,0)}.toc-tree a:hover,.sphinxsidebar .repotoc-tree a:hover{color:var(--accent-color)}.toc-tree a.current,.sphinxsidebar .repotoc-tree a.current{border-color:var(--accent-color);color:var(--accent-color)}.toc-tree label:hover .icon,.sphinxsidebar .repotoc-tree label:hover .icon{border-color:var(--accent-color) !important}.toc-tree label:hover,.toc-tree a:hover,.sphinxsidebar .repotoc-tree label:hover,.sphinxsidebar .repotoc-tree a:hover{background-color:var(--bg-color2)}.toc-tree .collapse label .icon,.sphinxsidebar .repotoc-tree .collapse label .icon{border:1px solid var(--text-color1);border-width:0 2px 2px 0;display:block;transition:transform ease .125s,margin ease .125s;width:.6em;height:.6em;transform:rotate(-45deg);margin-top:0px;margin-left:-1px}.toc-tree .toctree-collapse:checked~.collapse .icon,.sphinxsidebar .repotoc-tree .toctree-collapse:checked~.collapse .icon{transform:rotate(45deg);margin-top:-2px;margin-left:1px}.toc-tree label,.sphinxsidebar .repotoc-tree label{border-radius:1rem}@media screen{.localtoc{right:auto;left:100vw;height:0;width:0}.tocwrapper{background:var(--bg-color1);height:calc(100vh - 4.5rem);overflow-y:auto}.tocwrapper nav{border-left:1px solid rgba(125,125,125,.5);max-width:20rem;margin-bottom:10em;color:var(--text-color2)}.tocwrapper nav>ul>li:first-child>a{display:none}.sphinxsidebar,.localtoc{z-index:2;position:sticky;top:3.5rem;height:0}}.localtoc .caption-text{font-weight:bold;color:var(--text-color2)}@media screen{.tocwrapper ul{padding:0 0 0 .5em}}@media print{.tocwrapper nav{padding-top:1em;margin-left:-1em}.tocwrapper ul{padding:0 0 0 1em}}@media screen{a:not(.current){letter-spacing:.005em}a.current{color:var(--accent-color);font-weight:bold;letter-spacing:-0.008em}}.tocwrapper{box-sizing:content-box;padding-top:1rem;font-size:.9em}.tocwrapper .caption-text{padding-left:1em}.tocwrapper ul{list-style-type:none}.tocwrapper a{display:inline-block;padding:.25em 0}.tocwrapper .localtoc-header{color:var(--text-color3)}.tocwrapper>div{display:flex;align-items:center}.tocwrapper #scroll-up{cursor:pointer;filter:invert(var(--is-dark-theme));margin-left:.25rem;opacity:.75}.tocwrapper #scroll-up:before{content:"";display:block;width:1.5rem;height:1.5rem;margin:.25rem;background:url("./icons.svg")}.tocwrapper #scroll-up:before{background-position:left -4.5rem top}@media screen{.localtoc-header{padding-left:1rem}.localtoc-header:before{content:"On this page"}}@media print{.localtoc-header{font-size:1.5em}.localtoc-header:before{content:"Table of contents"}}@media screen and (min-width: 105em){.tocwrapper{width:calc(60vw - 60rem + 13rem)}.localtoc{left:calc(40vw + 60rem - 13rem)}}@media(min-width: 65em){.sphinxsidebar #show-repotoc,.sphinxsidebar #show-toc{display:none}}.sphinxsidebar #show-repotoc,.sphinxsidebar #show-toc{cursor:pointer;user-select:none;align-items:center;background:var(--bg-color2)}.sphinxsidebar #show-repotoc{padding:1.5rem .5rem .5rem .5em}.sphinxsidebar #show-toc{padding:1.5rem .5rem .5rem 1em}.sphinxsidebar #show-repotoc:before,.sphinxsidebar #show-toc:after{content:"";display:block;width:1.5rem;height:1.5rem;background:url("./icons.svg");filter:invert(var(--is-dark-theme))}.sphinxsidebar #show-repotoc:before{background-position:left -7.5rem bottom}.sphinxsidebar #show-toc:after{background-position:left -7.5rem top}@media(max-width: 65em){#input-switch-toc:checked~.repotoc-tree{display:block}#input-switch-toc:checked~.toc-tree{display:none}#show-toc{display:none}#show-repotoc,#input-switch-toc:checked~#show-toc{display:flex;justify-content:start}#input-switch-toc:checked~#show-repotoc{display:none}}.sphinxsidebar .repotoc-tree{display:none}@media screen and (max-width: 105em){.localtoc{transition:.125s ease opacity;pointer-events:none;opacity:0;direction:rtl}.localtoc .tocwrapper{direction:ltr;transition:.25s ease width;box-shadow:-0.3rem 0 .3rem rgba(0,0,0,.1),0 0 .075rem rgba(0,0,0,.15);overflow-x:hidden;width:15rem}.localtoc .tocwrapper>div,.localtoc .tocwrapper>nav{width:20rem}#input-show-localtoc:checked~.localtoc{pointer-events:initial;opacity:1}#input-show-localtoc:checked~.localtoc .tocwrapper{width:20rem}}@media(max-width: 105em){#input-show-localtoc:checked~#cancel-area-show-localtoc{position:fixed;background:rgba(0,0,0,.05);top:0;left:0;right:0;bottom:0}}@media(max-width: 65em){#input-show-toc:checked~#cancel-area-show-toc{position:fixed;background:rgba(0,0,0,.05);top:0;left:0;right:0;bottom:0}}#input-show-toc,#input-show-localtoc,#input-show-repotoc,#input-switch-toc{display:none}.collapsible_input{display:none}.collapsible_content{overflow:auto;overflow:hidden;transition:ease opacity .25s}@media not print{.collapsible_content{height:0;opacity:0}.collapsible{border:1px solid rgba(125,125,125,.8);margin-bottom:.5em}.collapsible label{padding:.75em 1em .75em .75em}.collapsible label .icon{display:block}.collapsible table.docutils{border:none;width:100%}.collapsible_content{border-top:1px solid rgba(125,125,125,.8)}}@media print{.collapsible label{padding:.5em 0 .5em 0}.collapsible label .icon{display:none}}.collapsible_input:checked~label .icon{transform:rotate(45deg);margin-top:-0.5em}.collapsible_input:checked~.collapsible_content{height:100%;opacity:1}.collapsible{border-radius:.5rem}.collapsible label{width:100%;user-select:none;box-sizing:border-box;cursor:pointer;display:flex;align-items:center;justify-content:space-between}.collapsible label .icon{border:1px solid var(--text-color1);border-width:0 2px 2px 0;transition:transform ease .125s,margin-top ease .125s;width:.6em;height:.6em;transform:rotate(-45deg);z-index:-1;margin-left:.5em}.collapsible label p{margin:0;white-space:pre-wrap}.collapsible label,.collapsible div{transition:box-shadow ease .25s}.collapsible label:hover~div,.collapsible label:hover{box-shadow:0 .2rem .5rem rgba(0,0,0,.05),0 0 .0625rem rgba(0,0,0,.1)}.collapsible label div>p:first-child{font-weight:600}.collapsible .container>p{margin-left:.5em;margin-right:.5em}.admonition,.topic{margin:0 auto .5em auto;padding:0 0 .5em 0;background:var(--color-admonition-background);border-radius:.5rem;overflow:hidden;page-break-inside:avoid}.admonition>:nth-child(2),.topic>:nth-child(2){margin-top:.75em}.admonition p.admonition-title,p.topic-title{print-color-adjust:exact;-webkit-print-color-adjust:exact;margin:0;position:relative;margin-top:0;padding-left:2em;padding-top:.4em;padding-bottom:.4em;font-weight:500;line-height:1.3}.admonition p.admonition-title::before,p.topic-title::before{content:"";position:absolute;left:.5em;top:.5em;width:1em;height:1em}@media screen{p.admonition-title{background-color:var(--color-admonition-title-background)}p.admonition-title::before{background-color:var(--color-admonition-title);mask-image:var(--icon-admonition-default);mask-repeat:no-repeat}}@media print{p.admonition-title::before{opacity:.8}p.admonition-title::before{background-image:var(--icon-admonition-default)}}p.topic-title{background-color:var(--color-topic-title-background)}p.topic-title::before{background-color:var(--color-topic-title);mask-image:var(--icon-topic-default);mask-repeat:no-repeat}.admonition p,div.line{margin:0;padding:0 .5em}@media screen{.admonition.caution{border-color:var(--color-admonition-title--caution)}.admonition.caution>.admonition-title{background-color:var(--color-admonition-title-background--caution)}.admonition.warning{border-color:var(--color-admonition-title--warning)}.admonition.warning>.admonition-title{background-color:var(--color-admonition-title-background--warning)}.admonition.danger{border-color:var(--color-admonition-title--danger)}.admonition.danger>.admonition-title{background-color:var(--color-admonition-title-background--danger)}.admonition.attention{border-color:var(--color-admonition-title--attention)}.admonition.attention>.admonition-title{background-color:var(--color-admonition-title-background--attention)}.admonition.error{border-color:var(--color-admonition-title--error)}.admonition.error>.admonition-title{background-color:var(--color-admonition-title-background--error)}.admonition.hint{border-color:var(--color-admonition-title--hint)}.admonition.hint>.admonition-title{background-color:var(--color-admonition-title-background--hint)}.admonition.tip{border-color:var(--color-admonition-title--tip)}.admonition.tip>.admonition-title{background-color:var(--color-admonition-title-background--tip)}.admonition.important{border-color:var(--color-admonition-title--important)}.admonition.important>.admonition-title{background-color:var(--color-admonition-title-background--important)}.admonition.note{border-color:var(--color-admonition-title--note)}.admonition.note>.admonition-title{background-color:var(--color-admonition-title-background--note)}.admonition.video{border-color:var(--color-admonition-title--video)}.admonition.video>.admonition-title{background-color:var(--color-admonition-title-background--video)}.admonition.seealso{border-color:var(--color-admonition-title--seealso)}.admonition.seealso>.admonition-title{background-color:var(--color-admonition-title-background--seealso)}.admonition.admonition-todo{border-color:var(--color-admonition-title--admonition-todo)}.admonition.admonition-todo>.admonition-title{background-color:var(--color-admonition-title-background--admonition-todo)}}@media print{.admonition-title{border-bottom:1px solid var(--color-admonition-title-background)}.admonition{break-inside:avoid}.admonition.caution>.admonition-title{border-color:var(--color-admonition-title-background--caution)}.admonition.warning>.admonition-title{border-color:var(--color-admonition-title-background--warning)}.admonition.danger>.admonition-title{border-color:var(--color-admonition-title-background--danger)}.admonition.attention>.admonition-title{border-color:var(--color-admonition-title-background--attention)}.admonition.error>.admonition-title{border-color:var(--color-admonition-title-background--error)}.admonition.hint>.admonition-title{border-color:var(--color-admonition-title-background--hint)}.admonition.tip>.admonition-title{border-color:var(--color-admonition-title-background--tip)}.admonition.important>.admonition-title{border-color:var(--color-admonition-title-background--important)}.admonition.note>.admonition-title{border-color:var(--color-admonition-title-background--note)}.admonition.video>.admonition-title{border-color:var(--color-admonition-title-background--video)}.admonition.seealso>.admonition-title{border-color:var(--color-admonition-title-background--seealso)}.admonition.admonition-todo>.admonition-title{border-color:var(--color-admonition-title-background--admonition-todo)}}.admonition{border:1px solid var(--color-admonition-title)}.admonition.caution{border-color:var(--color-admonition-title--caution)}.admonition.caution>.admonition-title{border-color:var(--color-admonition-title--caution)}.admonition.warning{border-color:var(--color-admonition-title--warning)}.admonition.warning>.admonition-title{border-color:var(--color-admonition-title--warning)}.admonition.danger{border-color:var(--color-admonition-title--danger)}.admonition.danger>.admonition-title{border-color:var(--color-admonition-title--danger)}.admonition.attention{border-color:var(--color-admonition-title--attention)}.admonition.attention>.admonition-title{border-color:var(--color-admonition-title--attention)}.admonition.error{border-color:var(--color-admonition-title--error)}.admonition.error>.admonition-title{border-color:var(--color-admonition-title--error)}.admonition.hint{border-color:var(--color-admonition-title--hint)}.admonition.hint>.admonition-title{border-color:var(--color-admonition-title--hint)}.admonition.tip{border-color:var(--color-admonition-title--tip)}.admonition.tip>.admonition-title{border-color:var(--color-admonition-title--tip)}.admonition.important{border-color:var(--color-admonition-title--important)}.admonition.important>.admonition-title{border-color:var(--color-admonition-title--important)}.admonition.note{border-color:var(--color-admonition-title--note)}.admonition.note>.admonition-title{border-color:var(--color-admonition-title--note)}.admonition.video{border-color:var(--color-admonition-title--video)}.admonition.video>.admonition-title{border-color:var(--color-admonition-title--video)}.admonition.seealso{border-color:var(--color-admonition-title--seealso)}.admonition.seealso>.admonition-title{border-color:var(--color-admonition-title--seealso)}.admonition.admonition-todo{border-color:var(--color-admonition-title--admonition-todo)}.admonition.admonition-todo>.admonition-title{border-color:var(--color-admonition-title--admonition-todo)}@media print{.admonition.caution>.admonition-title::before{background-image:var(--icon-spark)}.admonition.warning>.admonition-title::before{background-image:var(--icon-warning)}.admonition.danger>.admonition-title::before{background-image:var(--icon-spark)}.admonition.attention>.admonition-title::before{background-image:var(--icon-warning)}.admonition.error>.admonition-title::before{background-image:var(--icon-failure)}.admonition.hint>.admonition-title::before{background-image:var(--icon-question)}.admonition.tip>.admonition-title::before{background-image:var(--icon-info)}.admonition.important>.admonition-title::before{background-image:var(--icon-flame)}.admonition.note>.admonition-title::before{background-image:var(--icon-pencil)}.admonition.video>.admonition-title::before{background-image:var(--icon-video)}.admonition.seealso>.admonition-title::before{background-image:var(--icon-info)}.admonition.admonition-todo>.admonition-title::before{background-image:var(--icon-pencil)}}@media screen{.admonition.caution>.admonition-title::before{background-color:var(--color-admonition-title--caution);mask-image:var(--icon-spark)}.admonition.warning>.admonition-title::before{background-color:var(--color-admonition-title--warning);mask-image:var(--icon-warning)}.admonition.danger>.admonition-title::before{background-color:var(--color-admonition-title--danger);mask-image:var(--icon-spark)}.admonition.attention>.admonition-title::before{background-color:var(--color-admonition-title--attention);mask-image:var(--icon-warning)}.admonition.error>.admonition-title::before{background-color:var(--color-admonition-title--error);mask-image:var(--icon-failure)}.admonition.hint>.admonition-title::before{background-color:var(--color-admonition-title--hint);mask-image:var(--icon-question)}.admonition.tip>.admonition-title::before{background-color:var(--color-admonition-title--tip);mask-image:var(--icon-info)}.admonition.important>.admonition-title::before{background-color:var(--color-admonition-title--important);mask-image:var(--icon-flame)}.admonition.note>.admonition-title::before{background-color:var(--color-admonition-title--note);mask-image:var(--icon-pencil)}.admonition.video>.admonition-title::before{background-color:var(--color-admonition-title--video);mask-image:var(--icon-video)}.admonition.seealso>.admonition-title::before{background-color:var(--color-admonition-title--seealso);mask-image:var(--icon-info)}.admonition.admonition-todo>.admonition-title::before{background-color:var(--color-admonition-title--admonition-todo);mask-image:var(--icon-pencil)}}.admonition-todo>.admonition-title{text-transform:uppercase}a{text-decoration:none;color:inherit}.body p a,.body a.reference.internal:not(.image-reference),.body aside a,.body .line-block a{color:var(--accent-color);border-bottom:1px solid rgba(125,125,125,.25)}.body p a:hover,.body a.reference.internal:hover,.body aside a:hover,.body .line-block a:hover{border-color:var(--text-color2)}a.icon{margin:0;position:relative;margin-top:0;padding-left:1.5em;padding-top:.5em}a.icon::before{print-color-adjust:exact;-webkit-print-color-adjust:exact;content:"";position:absolute;left:0em;top:.25em;width:1.5em;height:1.5em}@media screen{a.icon::before{background-color:var(--color-link-title);mask-image:var(--icon-link-default);mask-repeat:no-repeat}}@media print{a.icon::before{background-image:var(--icon-link-default)}}@media screen{a.icon.adi::before{background-color:var(--color-link-title--adi);mask-image:var(--icon-adi)}a.icon.ez::before{background-color:var(--color-link-title--ez);mask-image:var(--icon-ez)}a.icon.git::before{background-color:var(--color-link-title--git);mask-image:var(--icon-git)}a.icon.other::before{background-color:var(--color-link-title--other);mask-image:var(--icon-external)}}@media print{a.icon.adi::before{background-image:var(--icon-adi)}a.icon.ez::before{background-image:var(--icon-ez)}a.icon.git::before{background-image:var(--icon-git)}a.icon.other::before{background-image:var(--icon-external)}}.headerlink{color:var(--accent-color);transition:opacity ease .125s;margin-left:.25em;user-select:none;opacity:0}.headerlink:after{content:"#"}:is(h1,h2,h3,h4,h5,h6):hover .headerlink,.literal-block-wrapper:hover .headerlink,.sig-object:hover .headerlink,figure:hover .headerlink,table:hover .headerlink{opacity:1}.search-area,.search-area-bg{top:0}.search-area{position:sticky}.search-area form{display:none}.search-area-bg{position:fixed;display:none}.search-area-bg.on{display:block}.search-area-bg{z-index:9;background:rgba(0,0,0,.35);left:0;right:0;bottom:0}.search-area{width:0;height:0;z-index:10;overflow:visible}.search-area.on form{display:flex}.search-area form{width:100vw;background:var(--bg-color1);padding:.5rem;height:3.5rem}.search-area form input{color:var(--text-color1);width:100%;padding-left:.5em}.search-area form button{cursor:pointer}.search-area form button:before{content:"";display:block;width:1.5rem;height:1.5rem;margin:.25rem;background:url("./icons.svg");filter:invert(var(--is-dark-theme))}.search-area form button:before{background-position:left -6rem top}@media(min-width: 65em){.search-area form{margin-left:calc(40vw - 15rem);width:calc(60vw + 15rem)}}@media(min-width: 105em){.search-area form{max-width:62rem}}footer{border-top:1px solid rgba(125,125,125,.8);padding:1em}@media screen{footer{background:var(--bg-color1)}}@media(min-width: 65em)and (max-width: 80em){footer{margin-left:18rem}}@media(min-width: 80em){footer{margin-left:calc(40vw - 14em)}}@media(min-width: 105em){footer{max-width:60rem}}.related{padding:1.5em .5em 1em .5em;display:flex;justify-content:space-between}.related a:hover{color:var(--accent-color)}.related a{display:flex;align-items:center;max-width:50%}.related .prev{margin:0 auto 0 .5em}.related .next{margin:0 .5em 0 auto}.related .prev:before,.related .next:after{content:"";border:1px solid var(--text-color2);border-width:0 2px 2px 0;display:block;transition:transform ease .125s,margin-top ease .125s;width:.6em;height:.6em;z-index:-1}.related .prev:before{transform:rotate(135deg);margin-right:.5em}.related .next:after{transform:rotate(-45deg);margin-left:.5em}.sig-object{font-family:monospace;font-size:1rem}.sig-prename,.sig-name{color:var(--accent-color-code)}.sig-name,em.property{font-weight:600}em.sig-param,em.property{font-style:normal}.sig-object{transition:ease background-color .25s;background-color:rgba(125,125,125,0);padding:.25em .5rem;border-radius:1rem}.sig-object:hover{background-color:rgba(125,125,125,.1)}.code-block-caption{text-align:center;padding-bottom:.25em}.code-shell{background-color:var(--bg-color3);border-radius:.5rem;padding:.75em;margin-bottom:.5em;user-select:text;overflow-x:scroll}.code-shell .highlight{padding:0;white-space:collapse;margin:0;background:none !important;overflow:visible}.code-shell .float-left{float:left;clear:left;display:inline-block;margin-right:.25em;color:var(--accent-color)}.code-shell pre{margin:0}.code-shell .no-select{opacity:.8;user-select:none}@media not print{.only-print{display:none !important}}@media print{body{font-size:.8rem}.only-screen{display:none !important}header #left,header .reverse{display:none !important}body .highlight{background:none;border:1px solid var(--text-color3)}.code-shell{background:none;border:1px solid var(--text-color3)}.code-shell .highlight{border:none}.highlight pre{font-size:.8em}.body{padding:0}.sphinxsidebar,.repotoc-tree.overlay,.banner,.search-area,.reverse,#scroll-up{display:none}#right>span{width:100%}h1{break-before:always}.tocwrapper ul li a{width:100%}}.caption-number{color:var(--text-color2)}.caption-number:after{content:":";margin-left:-0.3em;margin-right:.2em}@media screen{table.docutils{box-shadow:var(--subtle-box-shadow)}}table.docutils{margin-top:.25em;margin-bottom:.5em;border-spacing:0;overflow:hidden;border-radius:.5rem;border:1px solid rgba(125,125,125,.25);border-bottom:none}table.docutils th{border-bottom:1px solid rgba(125,125,125,.5)}table.docutils td{border-bottom:1px solid rgba(125,125,125,.25)}table.docutils p{margin:0;text-align:left}table.docutils th,table.docutils td{padding:.5em}table.docutils tr:last-child{border-bottom:none}table.docutils.grid{border-left:none}table.docutils.grid td,table.docutils.grid th{border-left:1px solid rgba(125,125,125,.25)}table.docutils.bold-header thead,table.docutils.bold-first-column tbody tr td:first-child{font-weight:bold}@media screen{table.docutils thead{background-color:var(--bg-color2)}} +:root{--subtle-box-shadow: 0 .2rem .5rem rgba(0,0,0,.05),0 0 .0625rem rgba(0,0,0,.1);--subtle-box-shadow-button: 0 .2rem .5rem rgba(0,0,0,.1),0 0 .0625rem rgba(0,0,0,.15);--subtle-box-shadow-hover: 0 .3rem .6rem rgba(0,0,0,.2),0 0 .085rem rgba(0,0,0,.2);color-scheme:light dark}html{scroll-behavior:smooth}body{--icon-search: url('data:image/svg+xml;charset=utf-8,');--icon-pencil: url('data:image/svg+xml;charset=utf-8,');--icon-abstract: url('data:image/svg+xml;charset=utf-8,');--icon-info: url('data:image/svg+xml;charset=utf-8,');--icon-flame: url('data:image/svg+xml;charset=utf-8,');--icon-question: url('data:image/svg+xml;charset=utf-8,');--icon-warning: url('data:image/svg+xml;charset=utf-8,');--icon-failure: url('data:image/svg+xml;charset=utf-8,');--icon-spark: url('data:image/svg+xml;charset=utf-8,');--icon-adi: url('data:image/svg+xml;charset=utf-8,');--icon-video: url('data:image/svg+xml;charset=utf-8,');--icon-ez: url('data:image/svg+xml;charset=utf-8,');--icon-external: url('data:image/svg+xml;charset=utf-8,');--icon-git: url('data:image/svg+xml;charset=utf-8,');--color-admonition-title--caution: #ff9100;--color-admonition-title-background--caution: rgba(255, 145, 0, 0.2);--color-admonition-title--warning: #ff9100;--color-admonition-title-background--warning: rgba(255, 145, 0, 0.2);--color-admonition-title--danger: #ff5252;--color-admonition-title-background--danger: rgba(255, 82, 82, 0.2);--color-admonition-title--attention: #ff5252;--color-admonition-title-background--attention: rgba(255, 82, 82, 0.2);--color-admonition-title--error: #ff5252;--color-admonition-title-background--error: rgba(255, 82, 82, 0.2);--color-admonition-title--hint: #00c852;--color-admonition-title-background--hint: rgba(0, 200, 82, 0.2);--color-admonition-title--tip: #00c852;--color-admonition-title-background--tip: rgba(0, 200, 82, 0.2);--color-admonition-title--important: #00bfa5;--color-admonition-title-background--important: rgba(0, 191, 165, 0.2);--color-admonition-title--note: #00b0ff;--color-admonition-title-background--note: rgba(0, 176, 255, 0.2);--color-admonition-title--video: #00b0ff;--color-admonition-title-background--video: rgba(0, 176, 255, 0.2);--color-admonition-title--seealso: #448aff;--color-admonition-title-background--seealso: rgba(68, 138, 255, 0.2);--color-admonition-title--admonition-todo: #808080;--color-admonition-title-background--admonition-todo: rgba(128, 128, 128, 0.2);--color-admonition-title: #651fff;--color-admonition-title-background: rgba(101, 31, 255, 0.2);--icon-admonition-default: var(--icon-abstract);--color-topic-title: #14B8A6;--color-topic-title-background: rgba(20, 184, 166, 0.2);--icon-topic-default: var(--icon-pencil);--color-link-title--adi: #0067b9;--color-link-title-background--adi: rgba(0, 103, 185, 0.2);--color-link-title--ez: #2eb251;--color-link-title-background--ez: rgba(46, 178, 81, 0.2);--color-link-title--git: #f05133;--color-link-title-background--git: rgba(240, 81, 51, 0.2);--color-link-title--other: #666666;--color-link-title-background--other: rgba(102, 102, 102, 0.2);--color-link-title: #14B8A6;--color-link-title-background: rgba(20, 184, 166, 0.2);--icon-link-default: var(--icon-adi)}body{--is-dark-theme: 0;--is-light-theme: 1;--display-dark: none;--display-light: inline-block;--bg-color1: #f9f9f9;--bg-color2: #f4f4f4;--bg-color3: #f0f0f0;--bg-color1-faded1: #f9f9f999;--bg-color1-faded2: #f9f9f9aa;--text-color1: #212836;--text-color2: #555;--text-color3: #888;--accent-color: #0067b9;--accent-color-code: #cc6d34;--bg-banner: #00305b;--text-color-banner: #fff}body.dark{--is-dark-theme: 1;--is-light-theme: 0;--display-dark: inline-block;--display-light: none;--bg-color1: #1a1a1a;--bg-color2: #111;--bg-color3: #202020;--bg-color1-faded1: #1a1a1aaa;--bg-color1-faded2: #1a1a1acc;--text-color1: #e5e5e5;--text-color2: #ccc;--text-color3: #aaa;--accent-color: #0076d6;--accent-color-code: #ff8d34;--bg-banner: #0088ff;--text-color-banner: #000}@media(prefers-color-scheme: dark){body:not(.light){--is-dark-theme: 1;--is-light-theme: 0;--display-dark: inline-block;--display-light: none;--bg-color1: #1a1a1a;--bg-color2: #111;--bg-color3: #202020;--bg-color1-faded1: #1a1a1a99;--bg-color1-faded2: #1a1a1aaa;--text-color1: #e5e5e5;--text-color2: #ccc;--text-color3: #aaa;--accent-color: #0076d6;--accent-color-code: #ff8d34;--bg-banner: #0088ff;--text-color-banner: #000}}body{margin:0;overflow-x:hidden}@media screen{body{background-color:var(--bg-color1);color:var(--text-color1)}}*{box-sizing:border-box}.body{width:100%;padding:0 1em;overflow-x:auto}@media(min-width: 105em){.bodywrapper>div{max-width:60rem}}@media(max-width: 105em){.bodywrapper>div{margin:0 auto}}@media(min-width: 65em){#vertical-border{position:fixed;height:100vh;border-left:1px solid rgba(125,125,125,.8);top:0;z-index:10}}@media(min-width: 65em)and (max-width: 80em){#vertical-border{left:17rem}.bodywrapper{margin-left:18rem}}@media(min-width: 80em){#vertical-border{left:calc(40vw - 15rem)}.bodywrapper{margin-left:calc(40vw - 14rem)}}@media(min-width: 65em){button#show-sidebar{display:none}.body{min-height:calc(100vh - 7rem)}}@media(max-width: 65em){.body{min-height:calc(100vh - 11.25rem)}}.body p,.body div.line{line-height:1.5em;margin:.25em 0 .75em 0}.body p{margin:.25em 0 .5em 0}.body div.line{margin:.25em 0}@media screen{.body p,.body div.line{text-align:justify}}.body ol p,.body ul p{margin:.25em 0}svg{display:block;margin:0 auto;max-width:100%}.body table{margin:0 auto;line-height:1.5em}@media(min-width: 65em){#hdl-component-diagram svg{float:right;margin:-3em 0 0 1em;max-width:45%}}@media print{#hdl-component-diagram svg{float:right;margin:-3em 0 0 1em;max-width:45%}}@font-face{font-family:"Barlow";src:url("fonts/barlow/Barlow-Medium.woff2") format("woff2");font-weight:500;font-style:normal}@font-face{font-family:"Barlow";src:url("fonts/barlow/Barlow-SemiBold.woff2") format("woff2");font-weight:600;font-style:normal}@font-face{font-family:"Inter";src:url("fonts/inter/Inter-Regular.woff2") format("woff2");font-weight:normal;font-style:normal}@font-face{font-family:"Inter";src:url("fonts/inter/Inter-SemiBold.woff2") format("woff2");font-weight:600;font-style:normal}body{font-family:Inter,Arial,sans-serif}.body :is(h1,h2,h3,h4,h5,h6){font-family:Barlow,Arial,sans-serif;font-weight:500;margin:0;padding:1em 0 .25em 0}.body h1{font-size:1.6em}.body h2{font-size:1.5em}.body h3{font-size:1.4em}.body h4{font-size:1.3em}.body h5{font-size:1.25em}.body h6{font-size:1.2em}.sphinxsidebar .caption-text{font-family:Barlow,Arial,sans-serif;font-weight:600;font-size:1.1em}.bold{font-weight:600}input,textarea,select,button,summary{background:none;outline:none;border:none;font-size:1em}a,input,textarea,select,button,summary,label{-webkit-tap-highlight-color:rgba(0,0,0,0)}video{max-width:100%}@media screen{section,#top-anchor,aside,a,.literal-block-wrapper{scroll-margin-top:3.5rem}span{scroll-margin-top:2.5rem}}code.literal{border:1px solid rgba(125,125,125,.15);background:rgba(125,125,125,.05);border-radius:.5rem;padding:0em .2em .1em .2em}@media screen{code.literal,.highlight pre{font-size:1.1em}}@media print{code.literal{font-size:.9em}}a{overflow-wrap:anywhere}.highlight{padding:.75em;margin-bottom:.5em;border-radius:.5rem;overflow-x:auto}.highlight .hll{box-sizing:content-box;width:100%;display:block;margin:0 -0.75rem;padding:0 .75rem}.math-wrapper,.table-wrapper{width:100%;overflow-x:auto}img{display:block;margin:0 auto;max-width:100%}@media print{img{break-inside:avoid}}@media(min-width: 65em){.body img,.body figure,.body .svg{display:block;margin:0 auto;max-width:100%;padding:.5em}.body img.align-left,.body figure.align-left,.body .svg.align-left{float:left;clear:left;margin-right:.5em;max-width:45%}.body img.align-right,.body figure.align-right,.body .svg.align-right{float:right;clear:right;margin-left:.5em;max-width:45%}}@media print{.body img,.body figure,.body .svg{display:block;margin:0 auto;max-width:100%;padding:.5em}.body img.align-left,.body figure.align-left,.body .svg.align-left{float:left;clear:left;margin-right:.5em;max-width:45%}.body img.align-right,.body figure.align-right,.body .svg.align-right{float:right;clear:right;margin-left:.5em;max-width:45%}}.clear-both{clear:both}.clear-left{clear:both}.clear-right{clear:both}@media print{.break-after{break-after:always}.break-before{break-before:always}}@media(prefers-color-scheme: dark){body:not(.light) .body img,body:not(.light) .body svg{background:#fff;border-radius:.5rem}}body.dark .body img,body.dark .body svg{background:#fff;border-radius:.5rem}.toctree-wrapper li{margin:.5em 0}table.regmap td.description{font-size:.8em}@media screen{table.regmap td:not(.description) code.literal{font-size:1em}}pre{margin:0}#hdl-parameters table p,#hdl-interfaces table p{white-space:break-spaces}aside.footnote p{margin:.5em 0 0 0}aside.footnote .label{padding:.15em .3em 0 0;white-space:nowrap;float:left}iframe{border:none}@media screen{.iframe-video p,.embed-video p{text-align:center}}.iframe-video iframe{box-shadow:0 .2rem .5rem rgba(0,0,0,.05),0 0 .0625rem rgba(0,0,0,.1);border-radius:.5rem;overflow:hidden;display:block;margin:0 auto;width:59rem;height:33.1875rem}@media(max-width: 80em){.iframe-video{width:100%;overflow:hidden}}@media(min-width: 65em)and (max-width: 80em){.iframe-video iframe{width:calc(100vw - 20rem);height:calc(56.25vw - 11.25rem)}}@media(max-width: 65em){.iframe-video iframe{width:calc(100vw - 2rem);height:calc(56.25vw - 1.125rem)}}@media(min-width: 80em){.iframe-video.align-left{float:left;clear:left;margin-right:1em}.iframe-video.align-right{float:right;clear:right;margin-left:1em}.iframe-video.align-left iframe,.iframe-video.align-right iframe{width:24rem;height:13.49rem}}.esd-warning{border-radius:.5em;align-items:center;padding:.25rem .5em !important;font-size:.9em;text-align:justify}.esd-warning .icon{width:7rem;height:7rem;margin-right:.5rem;flex-shrink:0;background:url(esd-warning.svg);print-color-adjust:exact;-webkit-print-color-adjust:exact;background-size:contain;margin:0 auto}@media(min-width: 40em){.esd-warning{display:flex}}@media print{.esd-warning{display:flex}}@media screen{.esd-warning{color:#000 !important;background:#ff0}}@media print{.esd-warning{break-inside:avoid;border:1px solid #ff0}}.image-reference,.svg p{text-align:center}.image-reference:not(:has(.align-left,.align-right)){display:inline-block;width:100%}img{page-break-inside:avoid}.only-dark,.only-light,#badges img{background:none !important}#badges img{display:inline-block !important}.only-light{display:var(--display-light) !important}.only-dark{display:var(--display-dark) !important}figcaption p{text-align:center !important}.red{color:red}.green{color:green}hr{border-top:1px dashed var(--text-color2);border-bottom:None}@media(min-width: 65em){.body .flex{display:flex;flex-wrap:wrap}.body .grid{display:grid;grid-template-rows:auto}}@media print{.body .flex{display:flex;flex-wrap:wrap}.body .grid{display:grid;grid-template-rows:auto}}.banner{line-height:2em;background-color:var(--bg-banner);color:var(--text-color-banner);text-align:center;z-index:11;position:relative}.banner a{padding-left:.25em;font-weight:600;border-bottom:1px solid rgba(125,125,125,.25)}.banner a:hover{border-color:var(--text-color-banner)}.banner.on{display:block}@media screen{header{position:sticky}}header{z-index:7;width:100%;top:0;print-color-adjust:exact;-webkit-print-color-adjust:exact}header label,header button{cursor:pointer}header #right span{display:flex;align-items:center}header #right span.reverse{flex-direction:row-reverse}header .icon:before{content:"";display:block;width:1.5rem;height:1.5rem;margin:.5rem .25rem;background:url("./icons.svg");filter:invert(var(--is-dark-theme))}header #search:before{background-position:left -6rem top}header #theme:before{background-position:left -1.5rem bottom}header #left{margin:0 .25rem;display:flex;align-items:center}header #right{margin-right:.25rem}header #show-sidebar:before{background-position:left 0rem top;transition:.25s ease background-position}header #show-localtoc:before{background-position:left -3rem top;transition:.25s ease background-position}@media screen{header{border-bottom:1px solid rgba(125,125,125,.8)}}@media(min-width: 65em)and (max-width: 80em){.repotoc-tree.overlay root{padding-left:18em}}@media(min-width: 80em){.repotoc-tree.overlay root{padding-left:calc(40vw - 14em)}}.repotoc-tree.overlay{position:sticky;top:3.5rem;pointer-events:none;height:0;opacity:0;z-index:6;width:0;transition:opacity .25s ease;overflow-y:visible}.repotoc-tree.overlay root{background:var(--bg-color1);overflow-y:auto;padding-top:1em;height:calc(100vh - 3.5em);width:100vw;display:flex;flex-direction:column}.repotoc-tree.overlay a{cursor:pointer;display:block;width:fit-content;padding:0 .5em 0 .5em;transition:padding .4s ease;margin:0 .5em}.repotoc-tree.overlay a:hover{color:var(--accent-color);border-color:var(--accent-color)}.repotoc-tree.overlay a.current{color:var(--accent-color)}#input-show-toc:checked~header #show-sidebar:before{background-position:left 0rem bottom}#input-show-localtoc:checked~header #show-localtoc:before{background-position:left -3rem bottom}.dark header #theme:before{background-position:left -1.5rem top}@media(prefers-color-scheme: dark){header #theme:before{background-position:left -1.5rem top}.light header #theme:before{background-position:left -1.5rem bottom}}@media(min-width: 105em){header #show-localtoc{display:none}}@media screen and (max-width: 65em){header{border-bottom:1px solid rgba(125,125,125,.8)}}@media(max-width: 65em){header{display:flex;width:100%}}@media screen and (max-width: 65em){header{background:var(--bg-color1-faded1)}}header{height:3.5rem}header #right{display:flex;justify-content:space-between}header #logo-org{display:inline-block;width:5.375rem;height:1.5rem;margin:.75rem 0;background:url("./logo-org.svg") no-repeat center top;flex-shrink:0}header .vertical-divider{padding:0 .25rem 0 .75rem;border-right:1px solid rgba(125,125,125,.8);height:1.75rem}header #logo{padding-left:.25rem;height:3.5rem;overflow:hidden;display:flex;align-items:center;line-height:1rem}header #logo div{transition:margin .25s ease,opacity .25s ease}body.dark #logo-org{background-position:center bottom}@media(prefers-color-scheme: dark){body:not(.light) #logo-org{background-position:center bottom}}@media(max-width: 65em){header{backdrop-filter:blur(1em)}header #right{width:100%}}@media(min-width: 65em){header{background:var(--bg-color1)}header #left{display:none}header #right{text-align:right}}@media(min-width: 65em)and (max-width: 80em){header #right{margin-left:19rem}}@media(min-width: 80em){header #right{margin-left:calc(40vw - 13rem)}}@media(min-width: 105em){header #right{max-width:60rem}}@media(max-width: 65em){.repotoc-tree.overlay{display:none}}header #show-repotoc{display:flex;margin:0 .25em;align-items:center;border-radius:2em;padding:.5em .75em;border:1px solid rgba(125,125,125,0);user-select:none}header #show-repotoc:hover{border:1px solid rgba(125,125,125,.8)}header #show-repotoc:after{border:1px solid var(--text-color1);border-width:0 1px 1px 0;display:block;content:"";transition:transform ease .125s,margin ease .125s;width:.6em;height:.6em;transform:rotate(-45deg);margin-top:1px;margin-left:.5em}@media print{header #show-repotoc{display:none}header #logo{margin-left:.5em}}@media(max-width: 65em){header #show-repotoc{display:none}header #logo{margin-left:.5em}}#input-show-repotoc:checked~header #show-repotoc:after{transform:rotate(45deg);margin-top:-5px;margin-left:calc(.5em + 2px);margin-right:-2px}@media(min-width: 65em){#input-show-repotoc:checked~header #logo div{margin-top:6em;opacity:0}}#input-show-repotoc:checked~div.repotoc-tree{pointer-events:initial;opacity:1}#input-show-repotoc:checked~div.repotoc-tree a{padding:.75em .5em}body:has(>#input-show-repotoc:checked){overflow-y:hidden}.sphinxsidebar{width:0}.sphinxsidebarwrapper{box-sizing:content-box;overflow-y:auto;height:calc(100vh - 3.5rem)}@media(max-width: 65em){.sphinxsidebar .repotoc-tree{display:contents}}@media(min-width: 65em){.sphinxsidebar .repotoc-tree{display:none}}@media(max-width: 65em){.sphinxsidebar{transition:.125s ease opacity,.25s ease margin;pointer-events:none;margin-left:-5rem;opacity:0}.sphinxsidebarwrapper{backdrop-filter:blur(1em);background:var(--bg-color1-faded2);box-shadow:.3rem 0 .3rem rgba(0,0,0,.1),0 0 .075rem rgba(0,0,0,.15);width:18rem}#input-show-toc:checked~.sphinxsidebar{pointer-events:initial;margin-left:0;opacity:1}.sphinxsidebar .toctree{margin:1em auto 0}.sphinxsidebar #logo img,.sphinxsidebar #no-logo{display:none !important}}.sphinxsidebar #logo,.sphinxsidebar #no-logo{display:block;max-width:13rem}.sphinxsidebar #no-logo{font-size:1.5em;margin-bottom:.5rem}@media(min-width: 40em)and (max-width: 65em){.sphinxsidebar{width:18em;left:-19em}#input-show-toc:checked~.sphinxsidebar{box-shadow:.3rem 0 .3rem rgba(0,0,0,.1),0 0 .075rem rgba(0,0,0,.15)}}#input-show-toc:checked~#cancel-area-show-toc,#input-show-localtoc:checked~#cancel-area-show-localtoc{z-index:3}#input-show-localtoc:checked~.localtoc,#input-show-toc:checked~.sphinxsidebar{z-index:5}@media(max-width: 40em){.sphinxsidebar{width:100vw;left:-100vw}}.sphinxsidebar ul{list-style-type:none;padding:0 0 0 .5em}.sphinxsidebar .caption-text{color:var(--text-color2)}.toctree-collapse{display:none}@media(min-width: 65em){button#show-sidebar{display:none}.sphinxsidebarwrapper{height:calc(100vh - 5rem);width:15rem}}@media(min-width: 65em)and (max-width: 80em){.sphinxsidebarwrapper{padding:1.5rem 1rem 0em 1rem}}@media(min-width: 80em){.sphinxsidebarwrapper{padding:1.5rem 1rem 0em calc(40vw - 31rem)}}@media(max-width: 65em){.toc-tree,.repotoc-tree{padding:1em}}.toc-tree,.sphinxsidebar .repotoc-tree{margin-bottom:10em}.toc-tree p.caption,.sphinxsidebar .repotoc-tree p.caption{margin:1em 0 .5em 0}.toc-tree>ul,.sphinxsidebar .repotoc-tree>ul{padding:0;margin:0}.toc-tree label,.sphinxsidebar .repotoc-tree label{cursor:pointer;display:block;padding:.6em .5em;height:1.75em;width:1.75em}.toc-tree .toctree-collapse~ul,.sphinxsidebar .repotoc-tree .toctree-collapse~ul{display:none}.toc-tree .toctree-collapse:checked~ul,.sphinxsidebar .repotoc-tree .toctree-collapse:checked~ul{display:block}.toc-tree .collapse,.sphinxsidebar .repotoc-tree .collapse{display:flex}.toc-tree a,.sphinxsidebar .repotoc-tree a{display:inline-block;line-height:1.75em;width:100%;padding:0 .5em 0 .75em;margin-left:-0.75em;border-radius:1rem;font-size:.9em;border:1px solid rgba(0,0,0,0)}.toc-tree a:hover,.sphinxsidebar .repotoc-tree a:hover{color:var(--accent-color)}.toc-tree a.current,.sphinxsidebar .repotoc-tree a.current{border-color:var(--accent-color);color:var(--accent-color)}.toc-tree label:hover .icon,.sphinxsidebar .repotoc-tree label:hover .icon{border-color:var(--accent-color) !important}.toc-tree label:hover,.toc-tree a:hover,.sphinxsidebar .repotoc-tree label:hover,.sphinxsidebar .repotoc-tree a:hover{background-color:var(--bg-color2)}.toc-tree .collapse label .icon,.sphinxsidebar .repotoc-tree .collapse label .icon{border:1px solid var(--text-color1);border-width:0 2px 2px 0;display:block;transition:transform ease .125s,margin ease .125s;width:.6em;height:.6em;transform:rotate(-45deg);margin-top:0px;margin-left:-1px}.toc-tree .toctree-collapse:checked~.collapse .icon,.sphinxsidebar .repotoc-tree .toctree-collapse:checked~.collapse .icon{transform:rotate(45deg);margin-top:-2px;margin-left:1px}.toc-tree label,.sphinxsidebar .repotoc-tree label{border-radius:1rem}@media screen{.localtoc{right:auto;left:100vw;height:0;width:0}.tocwrapper{background:var(--bg-color1);height:calc(100vh - 4.5rem);overflow-y:auto}.tocwrapper nav{border-left:1px solid rgba(125,125,125,.5);max-width:20rem;margin-bottom:10em;color:var(--text-color2)}.tocwrapper nav>ul>li:first-child>a{display:none}.sphinxsidebar,.localtoc{z-index:2;position:sticky;top:3.5rem;height:0}}.localtoc .caption-text{font-weight:bold;color:var(--text-color2)}@media screen{.tocwrapper ul{padding:0 0 0 .5em}}@media print{.tocwrapper nav{padding-top:1em;margin-left:-1em}.tocwrapper ul{padding:0 0 0 1em}}@media screen{a:not(.current){letter-spacing:.005em}a.current{color:var(--accent-color);font-weight:bold;letter-spacing:-0.008em}}.tocwrapper{box-sizing:content-box;padding-top:1rem;font-size:.9em}.tocwrapper .caption-text{padding-left:1em}.tocwrapper ul{list-style-type:none}.tocwrapper a{display:inline-block;padding:.25em 0}.tocwrapper .localtoc-header{color:var(--text-color3)}.tocwrapper>div{display:flex;align-items:center}.tocwrapper #scroll-up{cursor:pointer;filter:invert(var(--is-dark-theme));margin-left:.25rem;opacity:.75}.tocwrapper #scroll-up:before{content:"";display:block;width:1.5rem;height:1.5rem;margin:.25rem;background:url("./icons.svg")}.tocwrapper #scroll-up:before{background-position:left -4.5rem top}@media screen{.localtoc-header{padding-left:1rem}.localtoc-header:before{content:"On this page"}}@media print{.localtoc-header{font-size:1.5em}.localtoc-header:before{content:"Table of contents"}}@media screen and (min-width: 105em){.tocwrapper{width:calc(60vw - 60rem + 13rem)}.localtoc{left:calc(40vw + 60rem - 13rem)}}@media(min-width: 65em){.sphinxsidebar #show-repotoc,.sphinxsidebar #show-toc{display:none}}.sphinxsidebar #show-repotoc,.sphinxsidebar #show-toc{cursor:pointer;user-select:none;align-items:center;background:var(--bg-color2)}.sphinxsidebar #show-repotoc{padding:1.5rem .5rem .5rem .5em}.sphinxsidebar #show-toc{padding:1.5rem .5rem .5rem 1em}.sphinxsidebar #show-repotoc:before,.sphinxsidebar #show-toc:after{content:"";display:block;width:1.5rem;height:1.5rem;background:url("./icons.svg");filter:invert(var(--is-dark-theme))}.sphinxsidebar #show-repotoc:before{background-position:left -7.5rem bottom}.sphinxsidebar #show-toc:after{background-position:left -7.5rem top}@media(max-width: 65em){#input-switch-toc:checked~.repotoc-tree{display:block}#input-switch-toc:checked~.toc-tree{display:none}#show-toc{display:none}#show-repotoc,#input-switch-toc:checked~#show-toc{display:flex;justify-content:start}#input-switch-toc:checked~#show-repotoc{display:none}}.sphinxsidebar .repotoc-tree{display:none}@media screen and (max-width: 105em){.localtoc{transition:.125s ease opacity;pointer-events:none;opacity:0;direction:rtl}.localtoc .tocwrapper{direction:ltr;transition:.25s ease width;box-shadow:-0.3rem 0 .3rem rgba(0,0,0,.1),0 0 .075rem rgba(0,0,0,.15);overflow-x:hidden;width:15rem}.localtoc .tocwrapper>div,.localtoc .tocwrapper>nav{width:20rem}#input-show-localtoc:checked~.localtoc{pointer-events:initial;opacity:1}#input-show-localtoc:checked~.localtoc .tocwrapper{width:20rem}}@media(max-width: 105em){#input-show-localtoc:checked~#cancel-area-show-localtoc{position:fixed;background:rgba(0,0,0,.05);top:0;left:0;right:0;bottom:0}}@media(max-width: 65em){#input-show-toc:checked~#cancel-area-show-toc{position:fixed;background:rgba(0,0,0,.05);top:0;left:0;right:0;bottom:0}}#input-show-toc,#input-show-localtoc,#input-show-repotoc,#input-switch-toc{display:none}.collapsible_input{display:none}.collapsible_content{overflow:auto;overflow:hidden;transition:ease opacity .25s}@media not print{.collapsible_content{height:0;opacity:0}.collapsible{border:1px solid rgba(125,125,125,.8);margin-bottom:.5em}.collapsible label{padding:.75em 1em .75em .75em}.collapsible label .icon{display:block}.collapsible table.docutils{border:none;width:100%}.collapsible_content{border-top:1px solid rgba(125,125,125,.8)}}@media print{.collapsible label{padding:.5em 0 .5em 0}.collapsible label .icon{display:none}}.collapsible_input:checked~label .icon{transform:rotate(45deg);margin-top:-0.5em}.collapsible_input:checked~.collapsible_content{height:100%;opacity:1}.collapsible{border-radius:.5rem}.collapsible label{width:100%;user-select:none;box-sizing:border-box;cursor:pointer;display:flex;align-items:center;justify-content:space-between}.collapsible label .icon{border:1px solid var(--text-color1);border-width:0 2px 2px 0;transition:transform ease .125s,margin-top ease .125s;width:.6em;height:.6em;transform:rotate(-45deg);z-index:-1;margin-left:.5em}.collapsible label p{margin:0;white-space:pre-wrap}.collapsible label,.collapsible div{transition:box-shadow ease .25s}.collapsible label:hover~div,.collapsible label:hover{box-shadow:0 .2rem .5rem rgba(0,0,0,.05),0 0 .0625rem rgba(0,0,0,.1)}.collapsible label div>p:first-child{font-weight:600}.collapsible .container>p{margin-left:.5em;margin-right:.5em}.admonition,.topic{margin:0 auto .5em auto;padding:0 0 .5em 0;background:var(--color-admonition-background);border-radius:.5rem;overflow:hidden;page-break-inside:avoid}.admonition>:nth-child(2),.topic>:nth-child(2){margin-top:.75em}.admonition p.admonition-title,p.topic-title{print-color-adjust:exact;-webkit-print-color-adjust:exact;margin:0;position:relative;margin-top:0;padding-left:2em;padding-top:.4em;padding-bottom:.4em;font-weight:500;line-height:1.3}.admonition p.admonition-title::before,p.topic-title::before{content:"";position:absolute;left:.5em;top:.5em;width:1em;height:1em}@media screen{p.admonition-title{background-color:var(--color-admonition-title-background)}p.admonition-title::before{background-color:var(--color-admonition-title);mask-image:var(--icon-admonition-default);mask-repeat:no-repeat}}@media print{p.admonition-title::before{opacity:.8}p.admonition-title::before{background-image:var(--icon-admonition-default)}}p.topic-title{background-color:var(--color-topic-title-background)}p.topic-title::before{background-color:var(--color-topic-title);mask-image:var(--icon-topic-default);mask-repeat:no-repeat}.admonition p,div.line{margin:0;padding:0 .5em}@media screen{.admonition.caution{border-color:var(--color-admonition-title--caution)}.admonition.caution>.admonition-title{background-color:var(--color-admonition-title-background--caution)}.admonition.warning{border-color:var(--color-admonition-title--warning)}.admonition.warning>.admonition-title{background-color:var(--color-admonition-title-background--warning)}.admonition.danger{border-color:var(--color-admonition-title--danger)}.admonition.danger>.admonition-title{background-color:var(--color-admonition-title-background--danger)}.admonition.attention{border-color:var(--color-admonition-title--attention)}.admonition.attention>.admonition-title{background-color:var(--color-admonition-title-background--attention)}.admonition.error{border-color:var(--color-admonition-title--error)}.admonition.error>.admonition-title{background-color:var(--color-admonition-title-background--error)}.admonition.hint{border-color:var(--color-admonition-title--hint)}.admonition.hint>.admonition-title{background-color:var(--color-admonition-title-background--hint)}.admonition.tip{border-color:var(--color-admonition-title--tip)}.admonition.tip>.admonition-title{background-color:var(--color-admonition-title-background--tip)}.admonition.important{border-color:var(--color-admonition-title--important)}.admonition.important>.admonition-title{background-color:var(--color-admonition-title-background--important)}.admonition.note{border-color:var(--color-admonition-title--note)}.admonition.note>.admonition-title{background-color:var(--color-admonition-title-background--note)}.admonition.video{border-color:var(--color-admonition-title--video)}.admonition.video>.admonition-title{background-color:var(--color-admonition-title-background--video)}.admonition.seealso{border-color:var(--color-admonition-title--seealso)}.admonition.seealso>.admonition-title{background-color:var(--color-admonition-title-background--seealso)}.admonition.admonition-todo{border-color:var(--color-admonition-title--admonition-todo)}.admonition.admonition-todo>.admonition-title{background-color:var(--color-admonition-title-background--admonition-todo)}}@media print{.admonition-title{border-bottom:1px solid var(--color-admonition-title-background)}.admonition{break-inside:avoid}.admonition.caution>.admonition-title{border-color:var(--color-admonition-title-background--caution)}.admonition.warning>.admonition-title{border-color:var(--color-admonition-title-background--warning)}.admonition.danger>.admonition-title{border-color:var(--color-admonition-title-background--danger)}.admonition.attention>.admonition-title{border-color:var(--color-admonition-title-background--attention)}.admonition.error>.admonition-title{border-color:var(--color-admonition-title-background--error)}.admonition.hint>.admonition-title{border-color:var(--color-admonition-title-background--hint)}.admonition.tip>.admonition-title{border-color:var(--color-admonition-title-background--tip)}.admonition.important>.admonition-title{border-color:var(--color-admonition-title-background--important)}.admonition.note>.admonition-title{border-color:var(--color-admonition-title-background--note)}.admonition.video>.admonition-title{border-color:var(--color-admonition-title-background--video)}.admonition.seealso>.admonition-title{border-color:var(--color-admonition-title-background--seealso)}.admonition.admonition-todo>.admonition-title{border-color:var(--color-admonition-title-background--admonition-todo)}}.admonition{border:1px solid var(--color-admonition-title)}.admonition.caution{border-color:var(--color-admonition-title--caution)}.admonition.caution>.admonition-title{border-color:var(--color-admonition-title--caution)}.admonition.warning{border-color:var(--color-admonition-title--warning)}.admonition.warning>.admonition-title{border-color:var(--color-admonition-title--warning)}.admonition.danger{border-color:var(--color-admonition-title--danger)}.admonition.danger>.admonition-title{border-color:var(--color-admonition-title--danger)}.admonition.attention{border-color:var(--color-admonition-title--attention)}.admonition.attention>.admonition-title{border-color:var(--color-admonition-title--attention)}.admonition.error{border-color:var(--color-admonition-title--error)}.admonition.error>.admonition-title{border-color:var(--color-admonition-title--error)}.admonition.hint{border-color:var(--color-admonition-title--hint)}.admonition.hint>.admonition-title{border-color:var(--color-admonition-title--hint)}.admonition.tip{border-color:var(--color-admonition-title--tip)}.admonition.tip>.admonition-title{border-color:var(--color-admonition-title--tip)}.admonition.important{border-color:var(--color-admonition-title--important)}.admonition.important>.admonition-title{border-color:var(--color-admonition-title--important)}.admonition.note{border-color:var(--color-admonition-title--note)}.admonition.note>.admonition-title{border-color:var(--color-admonition-title--note)}.admonition.video{border-color:var(--color-admonition-title--video)}.admonition.video>.admonition-title{border-color:var(--color-admonition-title--video)}.admonition.seealso{border-color:var(--color-admonition-title--seealso)}.admonition.seealso>.admonition-title{border-color:var(--color-admonition-title--seealso)}.admonition.admonition-todo{border-color:var(--color-admonition-title--admonition-todo)}.admonition.admonition-todo>.admonition-title{border-color:var(--color-admonition-title--admonition-todo)}@media print{.admonition.caution>.admonition-title::before{background-image:var(--icon-spark)}.admonition.warning>.admonition-title::before{background-image:var(--icon-warning)}.admonition.danger>.admonition-title::before{background-image:var(--icon-spark)}.admonition.attention>.admonition-title::before{background-image:var(--icon-warning)}.admonition.error>.admonition-title::before{background-image:var(--icon-failure)}.admonition.hint>.admonition-title::before{background-image:var(--icon-question)}.admonition.tip>.admonition-title::before{background-image:var(--icon-info)}.admonition.important>.admonition-title::before{background-image:var(--icon-flame)}.admonition.note>.admonition-title::before{background-image:var(--icon-pencil)}.admonition.video>.admonition-title::before{background-image:var(--icon-video)}.admonition.seealso>.admonition-title::before{background-image:var(--icon-info)}.admonition.admonition-todo>.admonition-title::before{background-image:var(--icon-pencil)}}@media screen{.admonition.caution>.admonition-title::before{background-color:var(--color-admonition-title--caution);mask-image:var(--icon-spark)}.admonition.warning>.admonition-title::before{background-color:var(--color-admonition-title--warning);mask-image:var(--icon-warning)}.admonition.danger>.admonition-title::before{background-color:var(--color-admonition-title--danger);mask-image:var(--icon-spark)}.admonition.attention>.admonition-title::before{background-color:var(--color-admonition-title--attention);mask-image:var(--icon-warning)}.admonition.error>.admonition-title::before{background-color:var(--color-admonition-title--error);mask-image:var(--icon-failure)}.admonition.hint>.admonition-title::before{background-color:var(--color-admonition-title--hint);mask-image:var(--icon-question)}.admonition.tip>.admonition-title::before{background-color:var(--color-admonition-title--tip);mask-image:var(--icon-info)}.admonition.important>.admonition-title::before{background-color:var(--color-admonition-title--important);mask-image:var(--icon-flame)}.admonition.note>.admonition-title::before{background-color:var(--color-admonition-title--note);mask-image:var(--icon-pencil)}.admonition.video>.admonition-title::before{background-color:var(--color-admonition-title--video);mask-image:var(--icon-video)}.admonition.seealso>.admonition-title::before{background-color:var(--color-admonition-title--seealso);mask-image:var(--icon-info)}.admonition.admonition-todo>.admonition-title::before{background-color:var(--color-admonition-title--admonition-todo);mask-image:var(--icon-pencil)}}.admonition-todo>.admonition-title{text-transform:uppercase}a{text-decoration:none;color:inherit}.body p a,.body a.reference.internal:not(.image-reference),.body aside a,.body .line-block a{color:var(--accent-color);border-bottom:1px solid rgba(125,125,125,.25)}.body p a:hover,.body a.reference.internal:hover,.body aside a:hover,.body .line-block a:hover{border-color:var(--text-color2)}a.icon{margin:0;position:relative;margin-top:0;padding-left:1.5em;padding-top:.5em}a.icon::before{print-color-adjust:exact;-webkit-print-color-adjust:exact;content:"";position:absolute;left:0em;top:.25em;width:1.5em;height:1.5em}@media screen{a.icon::before{background-color:var(--color-link-title);mask-image:var(--icon-link-default);mask-repeat:no-repeat}}@media print{a.icon::before{background-image:var(--icon-link-default)}}@media screen{a.icon.adi::before{background-color:var(--color-link-title--adi);mask-image:var(--icon-adi)}a.icon.ez::before{background-color:var(--color-link-title--ez);mask-image:var(--icon-ez)}a.icon.git::before{background-color:var(--color-link-title--git);mask-image:var(--icon-git)}a.icon.other::before{background-color:var(--color-link-title--other);mask-image:var(--icon-external)}}@media print{a.icon.adi::before{background-image:var(--icon-adi)}a.icon.ez::before{background-image:var(--icon-ez)}a.icon.git::before{background-image:var(--icon-git)}a.icon.other::before{background-image:var(--icon-external)}}.headerlink{color:var(--accent-color);transition:opacity ease .125s;margin-left:.25em;user-select:none;opacity:0}.headerlink:after{content:"#"}:is(h1,h2,h3,h4,h5,h6):hover .headerlink,.literal-block-wrapper:hover .headerlink,.sig-object:hover .headerlink,figure:hover .headerlink,table:hover .headerlink{opacity:1}.search-area,.search-area-bg{top:0}.search-area{position:sticky}.search-area form{display:none}.search-area-bg{position:fixed;display:none}.search-area-bg.on{display:block}.search-area-bg{z-index:9;background:rgba(0,0,0,.35);left:0;right:0;bottom:0}.search-area{width:0;height:0;z-index:10;overflow:visible}.search-area.on form{display:flex}.search-area form{width:100vw;background:var(--bg-color1);padding:.5rem;height:3.5rem}.search-area form input{color:var(--text-color1);width:100%;padding-left:.5em}.search-area form button{cursor:pointer}.search-area form button:before{content:"";display:block;width:1.5rem;height:1.5rem;margin:.25rem;background:url("./icons.svg");filter:invert(var(--is-dark-theme))}.search-area form button:before{background-position:left -6rem top}@media(min-width: 65em){.search-area form{margin-left:calc(40vw - 15rem);width:calc(60vw + 15rem)}}@media(min-width: 105em){.search-area form{max-width:62rem}}footer{border-top:1px solid rgba(125,125,125,.8);padding:1em}@media screen{footer{background:var(--bg-color1)}}@media(min-width: 65em)and (max-width: 80em){footer{margin-left:18rem}}@media(min-width: 80em){footer{margin-left:calc(40vw - 14em)}}@media(min-width: 105em){footer{max-width:60rem}}.related{padding:1.5em .5em 1em .5em;display:flex;justify-content:space-between}.related a:hover{color:var(--accent-color)}.related a{display:flex;align-items:center;max-width:50%}.related .prev{margin:0 auto 0 .5em}.related .next{margin:0 .5em 0 auto}.related .prev:before,.related .next:after{content:"";border:1px solid var(--text-color2);border-width:0 2px 2px 0;display:block;transition:transform ease .125s,margin-top ease .125s;width:.6em;height:.6em;z-index:-1}.related .prev:before{transform:rotate(135deg);margin-right:.5em}.related .next:after{transform:rotate(-45deg);margin-left:.5em}.sig-object{font-family:monospace;font-size:1rem}.sig-prename,.sig-name{color:var(--accent-color-code)}.sig-name,em.property{font-weight:600}em.sig-param,em.property{font-style:normal}.sig-object{transition:ease background-color .25s;background-color:rgba(125,125,125,0);padding:.25em .5rem;border-radius:1rem}.sig-object:hover{background-color:rgba(125,125,125,.1)}.code-block-caption{text-align:center;padding-bottom:.25em}.code-shell{background-color:var(--bg-color3);border-radius:.5rem;padding:.75em;margin-bottom:.5em;user-select:text;overflow-x:scroll}.code-shell .highlight{padding:0;white-space:collapse;margin:0;background:none !important;overflow:visible}.code-shell .float-left{float:left;clear:left;display:inline-block;margin-right:.25em;color:var(--accent-color)}.code-shell pre{margin:0}.code-shell .no-select{opacity:.8;user-select:none}@media not print{.only-print{display:none !important}}@media print{body{font-size:.8rem}.only-screen{display:none !important}header #left,header .reverse{display:none !important}body .highlight{background:none;border:1px solid var(--text-color3)}.code-shell{background:none;border:1px solid var(--text-color3)}.code-shell .highlight{border:none}.highlight pre{font-size:.8em}.body{padding:0}.sphinxsidebar,.repotoc-tree.overlay,.banner,.search-area,.reverse,#scroll-up{display:none}#right>span{width:100%}h1{break-before:always}.tocwrapper ul li a{width:100%}}.caption-number{color:var(--text-color2)}.caption-number:after{content:":";margin-left:-0.3em;margin-right:.2em}@media screen{table.docutils{box-shadow:var(--subtle-box-shadow)}}table.docutils{margin-top:.25em;margin-bottom:.5em;border-spacing:0;overflow:hidden;border-radius:.5rem;border:1px solid rgba(125,125,125,.25);border-bottom:none}table.docutils th{border-bottom:1px solid rgba(125,125,125,.5)}table.docutils td{border-bottom:1px solid rgba(125,125,125,.25)}table.docutils p{margin:0;text-align:left}table.docutils th,table.docutils td{padding:.5em}table.docutils tr:last-child{border-bottom:none}table.docutils.grid{border-left:none}table.docutils.grid td,table.docutils.grid th{border-left:1px solid rgba(125,125,125,.25)}table.docutils.bold-header thead,table.docutils.bold-first-column tbody tr td:first-child{font-weight:bold}@media screen{table.docutils thead{background-color:var(--bg-color2)}} /*# sourceMappingURL=style.min.css.map */ \ No newline at end of file diff --git a/_static/style.min.css.map b/_static/style.min.css.map index 8e97bf7c..b88ed611 100644 --- a/_static/style.min.css.map +++ b/_static/style.min.css.map @@ -1 +1 @@ -{"version":3,"sourceRoot":"","sources":["file:///home/runner/work/doctools/doctools/adi_doctools/theme/cosmic/style/style.scss","file:///home/runner/work/doctools/doctools/adi_doctools/theme/cosmic/style/mixin_icons.scss","file:///home/runner/work/doctools/doctools/adi_doctools/theme/cosmic/style/mixin_admonition.scss","file:///home/runner/work/doctools/doctools/adi_doctools/theme/cosmic/style/mixin_links.scss","file:///home/runner/work/doctools/doctools/adi_doctools/theme/cosmic/style/variable.scss","file:///home/runner/work/doctools/doctools/adi_doctools/theme/cosmic/style/font.scss","file:///home/runner/work/doctools/doctools/adi_doctools/theme/cosmic/style/element.scss","file:///home/runner/work/doctools/doctools/adi_doctools/theme/cosmic/style/header.scss","file:///home/runner/work/doctools/doctools/adi_doctools/theme/cosmic/style/sidebar.scss","file:///home/runner/work/doctools/doctools/adi_doctools/theme/cosmic/style/collapsible.scss","file:///home/runner/work/doctools/doctools/adi_doctools/theme/cosmic/style/admonition.scss","file:///home/runner/work/doctools/doctools/adi_doctools/theme/cosmic/style/links.scss","file:///home/runner/work/doctools/doctools/adi_doctools/theme/cosmic/style/search.scss","file:///home/runner/work/doctools/doctools/adi_doctools/theme/cosmic/style/footer.scss","file:///home/runner/work/doctools/doctools/adi_doctools/theme/cosmic/style/related.scss","file:///home/runner/work/doctools/doctools/adi_doctools/theme/cosmic/style/code.scss","file:///home/runner/work/doctools/doctools/adi_doctools/theme/cosmic/style/print.scss","file:///home/runner/work/doctools/doctools/adi_doctools/theme/cosmic/style/caption.scss","file:///home/runner/work/doctools/doctools/adi_doctools/theme/cosmic/style/table.scss"],"names":[],"mappings":"AAKA,MACI,+EACA,sFACA,mFACA,wBAGJ,KACI,uBAGJ,KC2BI,41NCTI,2CACA,qEADA,2CACA,qEADA,0CACA,oEADA,6CACA,uEADA,yCACA,mEADA,wCACA,iEADA,uCACA,gEADA,6CACA,uEADA,wCACA,kEADA,yCACA,mEADA,2CACA,sEADA,mDACA,+EAhBJ,kCACA,6DAEA,gDAIA,6BACA,wDAEA,yCCZI,iCACA,2DADA,gCACA,0DADA,iCACA,2DADA,mCACA,+DATJ,4BACA,uDAEA,qCHaJ,KACI,mBACA,oBACA,qBACA,8BACA,qBACA,qBACA,qBACA,8BACA,8BACA,uBACA,oBACA,oBACA,wBACA,6BACA,qBACA,0BAGJ,UACI,mBACA,oBACA,6BACA,sBACA,qBACA,kBACA,qBACA,8BACA,8BACA,uBACA,oBACA,oBACA,wBACA,6BACA,qBACA,0BAGJ,mCACI,iBACI,mBACA,oBACA,6BACA,sBACA,qBACA,kBACA,qBACA,8BACA,8BACA,uBACA,oBACA,oBACA,wBACA,6BACA,qBACA,2BAIR,KACI,SACA,kBAGJ,cACI,KACI,kCACA,0BAIR,EACI,sBAGJ,MACI,WACA,cACA,gBAGJ,yBACE,iBACI,iBAIN,yBACI,iBACI,eAIR,wBACI,iBACI,eACA,aACA,YIvGO,+BJwGP,MACA,YAIR,6CACI,iBACI,WAGJ,aACI,mBAIR,wBACI,iBACI,wBAGJ,aACI,gCAIR,wBACI,oBACE,aAGF,MACI,+BAIR,wBACI,MACI,mCAKJ,uBACI,kBACA,uBAGJ,QACI,sBAGJ,eACI,eAIR,cAEQ,uBACI,oBAKZ,sBACI,eAGJ,IACI,cACA,cAGJ,YACI,cACA,kBAGJ,wBACI,2BACI,YACA,oBACA,eAIR,wBACI,IACI,gBAIR,aACI,2BACI,YACA,oBACA,eAIR,aACI,IACI,gBKjOR,WACI,qBACA,4DACA,gBACA,kBAGJ,WACI,qBACA,8DACA,gBACA,kBAGJ,WACI,oBACA,2DACA,mBACA,kBAGJ,WACI,oBACA,4DACA,gBACA,kBAGJ,KACI,mCAGJ,6BACI,oCACA,gBACA,SACA,sBAGJ,SACI,gBAGJ,SACI,gBAGJ,SACI,gBAGJ,SACI,gBAGJ,SACI,iBAGJ,SACI,gBAGJ,6BACI,oCACA,gBACA,gBAGJ,MACI,gBCpEJ,qCACI,gBACA,aACA,YACA,cAGJ,6CACI,0CAGJ,MACI,eAGJ,cACI,mDACI,yBAGJ,KACI,0BAIR,aACI,uCACA,iCACA,cFJY,MEKZ,2BAGJ,cACI,4BACI,iBAIR,aACI,aACI,gBAIR,EACI,uBAGJ,WACI,cACA,mBACA,cF3BY,ME4BZ,gBAGJ,gBACI,uBACA,WACA,cACA,kBACA,iBAGJ,6BACI,WACA,gBAGJ,IACI,cACA,cACA,eAGJ,aACI,IACI,oBAIR,wBACI,uBACI,cACA,cACA,eACA,aAEA,6CACI,WACA,WACA,kBACA,cAGJ,+CACI,YACA,YACA,iBACA,eAKZ,aACI,uBACI,cACA,cACA,eACA,aAEA,6CACI,WACA,WACA,kBACA,cAGJ,+CACI,YACA,YACA,iBACA,eAKZ,YACI,WAGJ,YACI,WAGJ,aACI,WAGJ,aACI,aACI,mBAEJ,cACI,qBAIR,mCACI,2BACI,gBACA,cF9HQ,OEiIhB,oBACI,gBACA,cFnIY,MEsIhB,oBACI,cAIA,4BACI,eAIR,cAEQ,+CACI,eAKZ,IACI,SAGJ,gDAEI,yBAKA,iBACI,kBAGJ,sBACI,uBACA,mBACA,WAIR,OACI,YAGJ,cACI,+BACI,mBAKJ,qBACI,WFlMY,0DEmMZ,cF3LQ,ME4LR,gBACA,cACA,cACA,YACA,kBAIR,wBACI,cACI,WACA,iBAIR,6CACI,qBACI,0BACA,iCAIR,wBACI,qBACI,yBACA,iCAIR,wBAEQ,yBACI,WACA,WACA,iBAGJ,0BACI,YACA,YACA,gBAGJ,iEACI,YACA,iBAKZ,aACI,mBACA,mBACA,+BACA,eACA,mBAEA,mBACI,WACA,YACA,mBACA,cACA,gCACA,yBACA,iCACA,wBACA,cAIR,wBACI,aACI,cAIR,aACI,aACI,cAIR,cACI,aACI,sBACA,iBAIR,aACI,aACI,mBACA,uBAIR,iBACI,kBAGJ,qDACI,qBACA,WAGJ,IACI,wBAGJ,mCACI,2BAGJ,YACI,gCAGJ,YACI,wCAGJ,WACI,uCAGJ,aACI,6BAGJ,KACI,UAGJ,OACI,YAGJ,GACI,yCACA,mBAGJ,wBACI,YACI,aACA,eAGJ,YACI,aACA,yBAIR,aACI,YACI,aAEA,eAGJ,YACI,aAEA,yBCxXR,QACI,gBACA,kCACA,+BACA,kBACA,WACA,kBAGJ,UACI,mBACA,gBACA,8CAGJ,gBACI,sCAGJ,WACI,cAGJ,cACI,OACI,iBAIR,OACI,UACA,WACA,MACA,yBACA,iCAEA,2BACE,eAGF,mBACI,aACA,mBAGJ,2BACI,2BAGJ,oBACI,WACA,cACA,aACA,cACA,oBACA,8BACA,oCAGJ,sBACI,mCAGJ,qBACI,wCAGJ,aACI,gBACA,aACA,mBAGJ,cACI,oBAGJ,4BACI,kCACA,yCAGJ,6BACI,mCACA,yCAIR,cACI,OACI,cHzEO,gCG4Ef,6CACI,2BACI,mBAIR,wBACI,2BACI,gCAIR,sBACI,gBACA,WACA,oBACA,SACA,UACA,UACA,QACA,6BACA,mBAEA,2BACI,4BACA,gBACA,gBACA,2BACA,YACA,aACA,sBAGJ,wBACI,eACA,cACA,kBACA,sBACA,4BACA,cAGJ,8BACI,0BACA,iCAGJ,gCACI,0BAKR,oDACI,qCAGJ,0DACI,sCAGJ,2BACI,qCAGJ,mCACI,qBACI,qCAGJ,4BACI,yCAIR,yBACI,sBACI,cAKJ,oCACI,OACI,cHhKG,gCG6Jf,wBAOI,OACI,aACA,YAKJ,oCACI,OACI,oCAKZ,OACI,cAEA,cACI,aACA,8BAGJ,iBACI,qBACA,eACA,cACA,gBACA,sDACA,cAGJ,yBACI,0BACA,aHrMO,+BGsMP,eAGJ,aACI,oBACA,cACA,gBACA,aACA,mBACA,iBAGJ,iBACI,8CAIR,oBACI,kCAGJ,mCACI,2BACI,mCAIR,wBACI,OACI,0BAEJ,cACI,YAIR,wBACI,OACI,4BAGJ,aACI,aAGJ,cACI,kBAIR,6CACI,cACI,mBAIR,wBACI,cACI,gCAIR,yBACI,cACI,iBAIR,wBACI,sBACI,cAKJ,qBACI,aACA,eACA,mBACA,kBACA,mBACA,qCACA,iBAGJ,2BACI,OH5RO,+BG+RX,2BACI,oCACA,yBACA,cACA,WACA,kDACA,WACA,YACA,yBACA,eACA,iBAKR,aACI,qBACI,aAEJ,aACI,kBAIR,wBACI,qBACI,aAEJ,aACI,kBAIR,uDACI,wBACA,gBACA,6BACA,kBAGJ,wBACI,6CACI,eACA,WAIR,6CACI,uBACA,UAGJ,+CACI,mBAGJ,uCACI,kBCzWJ,eACI,QAGJ,sBACI,uBACA,gBACA,4BAGJ,wBACI,6BACI,kBAIR,wBACI,6BACI,cAIR,wBACI,eACI,+CACA,oBACA,kBACA,UAGJ,sBACI,0BACA,mCACA,WJnBkB,yDIoBlB,YAGJ,uCACI,uBACA,cACA,UAGJ,wBACI,kBAGJ,iDACI,yBAIR,6CACI,cACA,gBAGJ,wBACI,gBACA,oBAGJ,6CACI,eACI,WACA,WAGJ,uCACI,WJvDkB,0DI2D1B,sGAEI,UAGJ,8EAEI,UAGJ,wBACI,eACI,YACA,aAIR,kBACI,qBACA,mBAGJ,6BACI,yBAGJ,kBACI,aAGJ,wBACI,oBACE,aAGF,sBACI,0BACH,aAGL,6CACI,sBACI,8BAIR,wBACI,sBACI,4CAIR,wBACI,wBACI,aAIR,uCACI,mBAEA,2DACI,oBAGJ,6CACI,UACA,SAGJ,mDACI,eACA,cACA,kBACA,cACA,aAGJ,iFACI,aAGJ,iGACI,cAGJ,2DACI,aAGJ,2CACI,qBACA,mBACA,WACA,uBACA,oBACA,cJhJc,KIiJd,eACA,+BAGJ,uDACI,0BAGJ,2DACI,iCACA,0BAGJ,2EACI,4CAGJ,sHAEI,kCAGJ,mFACI,oCACA,yBACA,cACA,kDACA,WACA,YACA,yBACA,eACA,iBAGJ,2HACI,wBACA,gBACA,gBAGJ,mDACI,cJ1Lc,KI8LtB,cACI,UACI,WACA,WACA,SACA,QAGJ,YACI,4BACA,4BACA,gBAEA,gBACI,2CACA,gBACA,mBACA,yBAIJ,oCACE,aAIN,yBACI,UACA,gBACA,WACA,UAKJ,wBACI,iBACA,yBAIR,cACI,eACI,oBAIR,aACI,gBACI,gBACA,iBAGJ,eACI,mBAIR,cACI,gBACE,sBAGF,UACE,0BACA,iBACA,yBAIN,YACI,uBACA,iBACA,eAEA,0BACI,iBAGJ,eACI,qBAGJ,cACI,qBACA,gBAGJ,6BACI,yBAGJ,gBACI,aACA,mBAGJ,uBACE,eACA,oCACA,mBACA,YAGF,8BACI,WACA,cACA,aACA,cACA,cACA,8BAGJ,8BACI,qCAIR,cACI,iBACI,kBAGJ,wBACI,wBAIR,aACI,iBACI,gBAGJ,wBACI,6BAIR,qCACI,YACI,iCAGJ,UACI,iCAIR,wBAEQ,sDACI,cAMR,sDACI,eACA,iBACA,mBACA,4BAGJ,6BACI,gCAGJ,yBACI,+BAGJ,mEACI,WACA,cACA,aACA,cACA,8BACA,oCAGJ,oCACI,wCAGJ,+BACI,qCAIR,wBACI,wCACI,cAGJ,oCACI,aAGJ,UACI,aAGJ,kDAEI,aACA,sBAGJ,wCACI,cAIR,6BACI,aAGJ,qCACI,UACI,8BACA,oBACA,UACA,cAEA,sBACI,cACA,2BACA,WJ5ae,2DI6af,kBACA,YAGJ,oDACI,YAIR,uCACI,uBACA,UAGJ,mDACI,aAIR,yBACI,wDACI,eACA,2BACA,MACA,OACA,QACA,UAIR,wBACI,8CACI,eACA,2BACA,MACA,OACA,QACA,UAIR,2EAII,aCzeJ,mBACI,aAGJ,qBACI,cACA,gBACA,6BAGJ,iBACI,qBACI,SACA,UAGJ,aACI,sCACA,mBAEA,mBACI,8BAGJ,yBACI,cAGJ,4BACI,YACA,WAIR,qBACI,WLlBO,gCKsBf,aAEQ,mBACI,sBAGJ,yBACI,cAMZ,uCACI,wBACA,kBAGJ,gDACI,YACA,UAGJ,aACI,cLvCY,MKyCZ,mBACI,WACA,iBACA,sBACA,eACA,aACA,mBACA,8BAGJ,yBACI,oCACA,yBACA,sDACA,WACA,YACA,yBACA,WACA,iBAGJ,qBACI,SACA,qBAGJ,oCACI,gCAGJ,sDACI,WLhFY,0DKmFhB,qCACI,gBAGJ,0BACI,iBACA,kBCrGR,mBACI,wBACA,mBAEA,8CAEA,cNcY,MMZZ,gBACA,wBAGA,+CACI,iBAIR,6CAEI,yBACA,iCACA,SACA,kBACA,aACA,iBACA,iBACA,oBAEA,gBACA,gBAGA,6DACI,WACA,kBACA,UACA,SACA,UACA,WAKR,cACI,mBACI,0DACA,2BACI,+CACA,0CACA,uBAIZ,aAEQ,2BACI,WAIJ,2BACI,iDAKZ,cACI,qDACA,sBACI,0CACA,qCACA,sBAIR,uBACI,SACA,eAIJ,cAGY,oBACI,oDACA,sCACI,mEAHR,oBACI,oDACA,sCACI,mEAHR,mBACI,mDACA,qCACI,kEAHR,sBACI,sDACA,wCACI,qEAHR,kBACI,kDACA,oCACI,iEAHR,iBACI,iDACA,mCACI,gEAHR,gBACI,gDACA,kCACI,+DAHR,sBACI,sDACA,wCACI,qEAHR,iBACI,iDACA,mCACI,gEAHR,kBACI,kDACA,oCACI,iEAHR,oBACI,oDACA,sCACI,mEAHR,4BACI,4DACA,8CACI,4EAOpB,aACI,kBACI,iEAGJ,YACI,mBAIQ,sCACI,+DADJ,sCACI,+DADJ,qCACI,8DADJ,wCACI,iEADJ,oCACI,6DADJ,mCACI,4DADJ,kCACI,2DADJ,wCACI,iEADJ,mCACI,4DADJ,oCACI,6DADJ,sCACI,+DADJ,8CACI,wEAOpB,YACI,+CAGI,oBACI,oDACA,sCACI,oDAHR,oBACI,oDACA,sCACI,oDAHR,mBACI,mDACA,qCACI,mDAHR,sBACI,sDACA,wCACI,sDAHR,kBACI,kDACA,oCACI,kDAHR,iBACI,iDACA,mCACI,iDAHR,gBACI,gDACA,kCACI,gDAHR,sBACI,sDACA,wCACI,sDAHR,iBACI,iDACA,mCACI,iDAHR,kBACI,kDACA,oCACI,kDAHR,oBACI,oDACA,sCACI,oDAHR,4BACI,4DACA,8CACI,4DAMhB,aAKoB,8CACI,mCADJ,8CACI,qCADJ,6CACI,mCADJ,gDACI,qCADJ,4CACI,qCADJ,2CACI,sCADJ,0CACI,kCADJ,gDACI,mCADJ,2CACI,oCADJ,4CACI,mCADJ,8CACI,kCADJ,sDACI,qCAQxB,cAKoB,8CACI,wDACA,6BAFJ,8CACI,wDACA,+BAFJ,6CACI,uDACA,6BAFJ,gDACI,0DACA,+BAFJ,4CACI,sDACA,+BAFJ,2CACI,qDACA,gCAFJ,0CACI,oDACA,4BAFJ,gDACI,0DACA,6BAFJ,2CACI,qDACA,8BAFJ,4CACI,sDACA,6BAFJ,8CACI,wDACA,4BAFJ,sDACI,gEACA,+BAQxB,mCACI,yBC9JJ,EACI,qBACA,cAIA,6FACI,0BACA,8CAGJ,+FACI,gCAIR,OACI,SACA,kBACA,aACA,mBACA,iBAGA,eACI,yBACA,iCACA,WACA,kBACA,SACA,UACA,YACA,aAKR,cAEQ,eACI,yCACA,oCACA,uBAKZ,aAEQ,eACI,2CAMZ,cAIgB,mBACI,8CACA,2BAFJ,kBACI,6CACA,0BAFJ,mBACI,8CACA,2BAFJ,qBACI,gDACA,iCAOpB,aAIgB,mBACI,iCADJ,kBACI,gCADJ,mBACI,iCADJ,qBACI,uCAQpB,YACI,0BACA,8BACA,kBACA,iBACA,UAEA,kBACI,YAIR,iKAKI,UCpGJ,6BACI,MAGJ,aACI,gBAEJ,kBACI,aAGJ,gBACI,eACA,aAGJ,mBACI,cAGJ,gBACI,UACA,2BACA,OACA,QACA,SAGJ,aACI,QACA,SACA,WACA,iBAGJ,qBACI,aAGJ,kBACI,YACA,4BACA,cACA,cAGA,wBACI,yBACA,WACA,kBAGJ,yBACI,eAGJ,gCACI,WACA,cACA,aACA,cACA,cACA,8BACA,oCAGJ,gCACI,mCAIR,wBACI,kBACI,+BACA,0BAIR,yBACI,kBACI,iBChFR,OACI,WTgBW,+BSfX,YAGJ,cACI,OACI,6BAIR,6CACI,OACI,mBAIR,wBACI,OACI,+BAIR,yBACI,OACI,iBC3BR,SACI,4BACA,aACA,8BAEA,iBACI,0BAGJ,WACI,aACA,mBACA,cAGJ,eACI,qBAGJ,eACI,qBAGJ,2CACI,WACA,oCACA,yBACA,cACA,sDACA,WACA,YACA,WAGJ,sBACI,yBACA,kBAGJ,qBACI,yBACA,iBCvCR,YACI,sBACA,eAGJ,uBACI,+BAGJ,sBACI,gBAGJ,yBACI,kBAGJ,YACI,sCACA,qCACA,oBACA,mBAGJ,kBACI,sCAGJ,oBACI,kBACA,qBAIJ,YACI,kCACA,cXZY,MWaZ,cACA,mBACA,iBACA,kBAEA,uBACI,UACA,qBACA,SACA,2BACA,iBAGJ,wBACI,WACA,WACA,qBACA,mBACA,0BAGJ,gBACI,SAGJ,uBACI,WACA,iBClER,iBACI,YACI,yBAIR,aACI,KACI,gBAGJ,aACI,wBAGJ,6BACI,wBAGJ,gBACI,gBACA,oCAGJ,YACI,gBACA,oCAEA,uBACI,YAKJ,eACI,eAIR,MACI,UAGJ,8EAII,aAGJ,YACI,WAGJ,GACI,oBAGJ,oBACI,YC3DR,gBACI,yBAGJ,sBACI,YACA,mBACA,kBCLJ,cACI,eACI,qCAIR,eACI,iBACA,mBACA,iBACA,gBACA,cdaY,McZZ,OdOQ,gCcNR,mBAEA,kBACI,cdEI,+BcCR,kBACI,cdDI,gCcIR,iBACI,SACA,gBAGJ,oCACI,aAGJ,6BACI,mBAGJ,oBACI,iBACA,8CACI,YdpBA,gCcwBR,0FAEI,iBAIR,cAEQ,qBACI","file":"style.min.css"} \ No newline at end of file +{"version":3,"sourceRoot":"","sources":["file:///home/runner/work/doctools/doctools/adi_doctools/theme/cosmic/style/style.scss","file:///home/runner/work/doctools/doctools/adi_doctools/theme/cosmic/style/mixin_icons.scss","file:///home/runner/work/doctools/doctools/adi_doctools/theme/cosmic/style/mixin_admonition.scss","file:///home/runner/work/doctools/doctools/adi_doctools/theme/cosmic/style/mixin_links.scss","file:///home/runner/work/doctools/doctools/adi_doctools/theme/cosmic/style/variable.scss","file:///home/runner/work/doctools/doctools/adi_doctools/theme/cosmic/style/font.scss","file:///home/runner/work/doctools/doctools/adi_doctools/theme/cosmic/style/element.scss","file:///home/runner/work/doctools/doctools/adi_doctools/theme/cosmic/style/header.scss","file:///home/runner/work/doctools/doctools/adi_doctools/theme/cosmic/style/sidebar.scss","file:///home/runner/work/doctools/doctools/adi_doctools/theme/cosmic/style/collapsible.scss","file:///home/runner/work/doctools/doctools/adi_doctools/theme/cosmic/style/admonition.scss","file:///home/runner/work/doctools/doctools/adi_doctools/theme/cosmic/style/links.scss","file:///home/runner/work/doctools/doctools/adi_doctools/theme/cosmic/style/search.scss","file:///home/runner/work/doctools/doctools/adi_doctools/theme/cosmic/style/footer.scss","file:///home/runner/work/doctools/doctools/adi_doctools/theme/cosmic/style/related.scss","file:///home/runner/work/doctools/doctools/adi_doctools/theme/cosmic/style/code.scss","file:///home/runner/work/doctools/doctools/adi_doctools/theme/cosmic/style/print.scss","file:///home/runner/work/doctools/doctools/adi_doctools/theme/cosmic/style/caption.scss","file:///home/runner/work/doctools/doctools/adi_doctools/theme/cosmic/style/table.scss"],"names":[],"mappings":"AAKA,MACI,+EACA,sFACA,mFACA,wBAGJ,KACI,uBAGJ,KC2BI,41NCTI,2CACA,qEADA,2CACA,qEADA,0CACA,oEADA,6CACA,uEADA,yCACA,mEADA,wCACA,iEADA,uCACA,gEADA,6CACA,uEADA,wCACA,kEADA,yCACA,mEADA,2CACA,sEADA,mDACA,+EAhBJ,kCACA,6DAEA,gDAIA,6BACA,wDAEA,yCCZI,iCACA,2DADA,gCACA,0DADA,iCACA,2DADA,mCACA,+DATJ,4BACA,uDAEA,qCHaJ,KACI,mBACA,oBACA,qBACA,8BACA,qBACA,qBACA,qBACA,8BACA,8BACA,uBACA,oBACA,oBACA,wBACA,6BACA,qBACA,0BAGJ,UACI,mBACA,oBACA,6BACA,sBACA,qBACA,kBACA,qBACA,8BACA,8BACA,uBACA,oBACA,oBACA,wBACA,6BACA,qBACA,0BAGJ,mCACI,iBACI,mBACA,oBACA,6BACA,sBACA,qBACA,kBACA,qBACA,8BACA,8BACA,uBACA,oBACA,oBACA,wBACA,6BACA,qBACA,2BAIR,KACI,SACA,kBAGJ,cACI,KACI,kCACA,0BAIR,EACI,sBAGJ,MACI,WACA,cACA,gBAGJ,yBACE,iBACI,iBAIN,yBACI,iBACI,eAIR,wBACI,iBACI,eACA,aACA,YIvGO,+BJwGP,MACA,YAIR,6CACI,iBACI,WAGJ,aACI,mBAIR,wBACI,iBACI,wBAGJ,aACI,gCAIR,wBACI,oBACE,aAGF,MACI,+BAIR,wBACI,MACI,mCAKJ,uBACI,kBACA,uBAGJ,QACI,sBAGJ,eACI,eAIR,cAEQ,uBACI,oBAKZ,sBACI,eAGJ,IACI,cACA,cACA,eAGJ,YACI,cACA,kBAGJ,wBACI,2BACI,YACA,oBACA,eAIR,aACI,2BACI,YACA,oBACA,eKtNR,WACI,qBACA,4DACA,gBACA,kBAGJ,WACI,qBACA,8DACA,gBACA,kBAGJ,WACI,oBACA,2DACA,mBACA,kBAGJ,WACI,oBACA,4DACA,gBACA,kBAGJ,KACI,mCAGJ,6BACI,oCACA,gBACA,SACA,sBAGJ,SACI,gBAGJ,SACI,gBAGJ,SACI,gBAGJ,SACI,gBAGJ,SACI,iBAGJ,SACI,gBAGJ,6BACI,oCACA,gBACA,gBAGJ,MACI,gBCpEJ,qCACI,gBACA,aACA,YACA,cAGJ,6CACI,0CAGJ,MACI,eAGJ,cACI,mDACI,yBAGJ,KACI,0BAIR,aACI,uCACA,iCACA,cFJY,MEKZ,2BAGJ,cACI,4BACI,iBAIR,aACI,aACI,gBAIR,EACI,uBAGJ,WACI,cACA,mBACA,cF3BY,ME4BZ,gBAGJ,gBACI,uBACA,WACA,cACA,kBACA,iBAGJ,6BACI,WACA,gBAGJ,IACI,cACA,cACA,eAGJ,aACI,IACI,oBAIR,wBACI,kCACI,cACA,cACA,eACA,aAEA,mEACI,WACA,WACA,kBACA,cAGJ,sEACI,YACA,YACA,iBACA,eAKZ,aACI,kCACI,cACA,cACA,eACA,aAEA,mEACI,WACA,WACA,kBACA,cAGJ,sEACI,YACA,YACA,iBACA,eAKZ,YACI,WAGJ,YACI,WAGJ,aACI,WAGJ,aACI,aACI,mBAEJ,cACI,qBAIR,mCACI,sDAEI,gBACA,cF/HQ,OEkIhB,wCAEI,gBACA,cFrIY,MEwIhB,oBACI,cAIA,4BACI,eAIR,cAEQ,+CACI,eAKZ,IACI,SAGJ,gDAEI,yBAKA,iBACI,kBAGJ,sBACI,uBACA,mBACA,WAIR,OACI,YAGJ,cACI,+BACI,mBAKJ,qBACI,WFpMY,0DEqMZ,cF7LQ,ME8LR,gBACA,cACA,cACA,YACA,kBAIR,wBACI,cACI,WACA,iBAIR,6CACI,qBACI,0BACA,iCAIR,wBACI,qBACI,yBACA,iCAIR,wBAEQ,yBACI,WACA,WACA,iBAGJ,0BACI,YACA,YACA,gBAGJ,iEACI,YACA,iBAKZ,aACI,mBACA,mBACA,+BACA,eACA,mBAEA,mBACI,WACA,YACA,mBACA,cACA,gCACA,yBACA,iCACA,wBACA,cAIR,wBACI,aACI,cAIR,aACI,aACI,cAIR,cACI,aACI,sBACA,iBAIR,aACI,aACI,mBACA,uBAIR,wBACI,kBAGJ,qDACI,qBACA,WAGJ,IACI,wBAGJ,mCACI,2BAGJ,YACI,gCAGJ,YACI,wCAGJ,WACI,uCAGJ,aACI,6BAGJ,KACI,UAGJ,OACI,YAGJ,GACI,yCACA,mBAGJ,wBACI,YACI,aACA,eAGJ,YACI,aACA,yBAIR,aACI,YACI,aAEA,eAGJ,YACI,aAEA,yBC1XR,QACI,gBACA,kCACA,+BACA,kBACA,WACA,kBAGJ,UACI,mBACA,gBACA,8CAGJ,gBACI,sCAGJ,WACI,cAGJ,cACI,OACI,iBAIR,OACI,UACA,WACA,MACA,yBACA,iCAEA,2BACE,eAGF,mBACI,aACA,mBAGJ,2BACI,2BAGJ,oBACI,WACA,cACA,aACA,cACA,oBACA,8BACA,oCAGJ,sBACI,mCAGJ,qBACI,wCAGJ,aACI,gBACA,aACA,mBAGJ,cACI,oBAGJ,4BACI,kCACA,yCAGJ,6BACI,mCACA,yCAIR,cACI,OACI,cHzEO,gCG4Ef,6CACI,2BACI,mBAIR,wBACI,2BACI,gCAIR,sBACI,gBACA,WACA,oBACA,SACA,UACA,UACA,QACA,6BACA,mBAEA,2BACI,4BACA,gBACA,gBACA,2BACA,YACA,aACA,sBAGJ,wBACI,eACA,cACA,kBACA,sBACA,4BACA,cAGJ,8BACI,0BACA,iCAGJ,gCACI,0BAKR,oDACI,qCAGJ,0DACI,sCAGJ,2BACI,qCAGJ,mCACI,qBACI,qCAGJ,4BACI,yCAIR,yBACI,sBACI,cAKJ,oCACI,OACI,cHhKG,gCG6Jf,wBAOI,OACI,aACA,YAKJ,oCACI,OACI,oCAKZ,OACI,cAEA,cACI,aACA,8BAGJ,iBACI,qBACA,eACA,cACA,gBACA,sDACA,cAGJ,yBACI,0BACA,aHrMO,+BGsMP,eAGJ,aACI,oBACA,cACA,gBACA,aACA,mBACA,iBAGJ,iBACI,8CAIR,oBACI,kCAGJ,mCACI,2BACI,mCAIR,wBACI,OACI,0BAEJ,cACI,YAIR,wBACI,OACI,4BAGJ,aACI,aAGJ,cACI,kBAIR,6CACI,cACI,mBAIR,wBACI,cACI,gCAIR,yBACI,cACI,iBAIR,wBACI,sBACI,cAKJ,qBACI,aACA,eACA,mBACA,kBACA,mBACA,qCACA,iBAGJ,2BACI,OH5RO,+BG+RX,2BACI,oCACA,yBACA,cACA,WACA,kDACA,WACA,YACA,yBACA,eACA,iBAKR,aACI,qBACI,aAEJ,aACI,kBAIR,wBACI,qBACI,aAEJ,aACI,kBAIR,uDACI,wBACA,gBACA,6BACA,kBAGJ,wBACI,6CACI,eACA,WAIR,6CACI,uBACA,UAGJ,+CACI,mBAGJ,uCACI,kBCzWJ,eACI,QAGJ,sBACI,uBACA,gBACA,4BAGJ,wBACI,6BACI,kBAIR,wBACI,6BACI,cAIR,wBACI,eACI,+CACA,oBACA,kBACA,UAGJ,sBACI,0BACA,mCACA,WJnBkB,yDIoBlB,YAGJ,uCACI,uBACA,cACA,UAGJ,wBACI,kBAGJ,iDACI,yBAIR,6CACI,cACA,gBAGJ,wBACI,gBACA,oBAGJ,6CACI,eACI,WACA,WAGJ,uCACI,WJvDkB,0DI2D1B,sGAEI,UAGJ,8EAEI,UAGJ,wBACI,eACI,YACA,aAIR,kBACI,qBACA,mBAGJ,6BACI,yBAGJ,kBACI,aAGJ,wBACI,oBACE,aAGF,sBACI,0BACH,aAGL,6CACI,sBACI,8BAIR,wBACI,sBACI,4CAIR,wBACI,wBACI,aAIR,uCACI,mBAEA,2DACI,oBAGJ,6CACI,UACA,SAGJ,mDACI,eACA,cACA,kBACA,cACA,aAGJ,iFACI,aAGJ,iGACI,cAGJ,2DACI,aAGJ,2CACI,qBACA,mBACA,WACA,uBACA,oBACA,cJhJc,KIiJd,eACA,+BAGJ,uDACI,0BAGJ,2DACI,iCACA,0BAGJ,2EACI,4CAGJ,sHAEI,kCAGJ,mFACI,oCACA,yBACA,cACA,kDACA,WACA,YACA,yBACA,eACA,iBAGJ,2HACI,wBACA,gBACA,gBAGJ,mDACI,cJ1Lc,KI8LtB,cACI,UACI,WACA,WACA,SACA,QAGJ,YACI,4BACA,4BACA,gBAEA,gBACI,2CACA,gBACA,mBACA,yBAIJ,oCACE,aAIN,yBACI,UACA,gBACA,WACA,UAKJ,wBACI,iBACA,yBAIR,cACI,eACI,oBAIR,aACI,gBACI,gBACA,iBAGJ,eACI,mBAIR,cACI,gBACE,sBAGF,UACE,0BACA,iBACA,yBAIN,YACI,uBACA,iBACA,eAEA,0BACI,iBAGJ,eACI,qBAGJ,cACI,qBACA,gBAGJ,6BACI,yBAGJ,gBACI,aACA,mBAGJ,uBACE,eACA,oCACA,mBACA,YAGF,8BACI,WACA,cACA,aACA,cACA,cACA,8BAGJ,8BACI,qCAIR,cACI,iBACI,kBAGJ,wBACI,wBAIR,aACI,iBACI,gBAGJ,wBACI,6BAIR,qCACI,YACI,iCAGJ,UACI,iCAIR,wBAEQ,sDACI,cAMR,sDACI,eACA,iBACA,mBACA,4BAGJ,6BACI,gCAGJ,yBACI,+BAGJ,mEACI,WACA,cACA,aACA,cACA,8BACA,oCAGJ,oCACI,wCAGJ,+BACI,qCAIR,wBACI,wCACI,cAGJ,oCACI,aAGJ,UACI,aAGJ,kDAEI,aACA,sBAGJ,wCACI,cAIR,6BACI,aAGJ,qCACI,UACI,8BACA,oBACA,UACA,cAEA,sBACI,cACA,2BACA,WJ5ae,2DI6af,kBACA,YAGJ,oDACI,YAIR,uCACI,uBACA,UAGJ,mDACI,aAIR,yBACI,wDACI,eACA,2BACA,MACA,OACA,QACA,UAIR,wBACI,8CACI,eACA,2BACA,MACA,OACA,QACA,UAIR,2EAII,aCzeJ,mBACI,aAGJ,qBACI,cACA,gBACA,6BAGJ,iBACI,qBACI,SACA,UAGJ,aACI,sCACA,mBAEA,mBACI,8BAGJ,yBACI,cAGJ,4BACI,YACA,WAIR,qBACI,WLlBO,gCKsBf,aAEQ,mBACI,sBAGJ,yBACI,cAMZ,uCACI,wBACA,kBAGJ,gDACI,YACA,UAGJ,aACI,cLvCY,MKyCZ,mBACI,WACA,iBACA,sBACA,eACA,aACA,mBACA,8BAGJ,yBACI,oCACA,yBACA,sDACA,WACA,YACA,yBACA,WACA,iBAGJ,qBACI,SACA,qBAGJ,oCACI,gCAGJ,sDACI,WLhFY,0DKmFhB,qCACI,gBAGJ,0BACI,iBACA,kBCrGR,mBACI,wBACA,mBAEA,8CAEA,cNcY,MMZZ,gBACA,wBAGA,+CACI,iBAIR,6CAEI,yBACA,iCACA,SACA,kBACA,aACA,iBACA,iBACA,oBAEA,gBACA,gBAGA,6DACI,WACA,kBACA,UACA,SACA,UACA,WAKR,cACI,mBACI,0DACA,2BACI,+CACA,0CACA,uBAIZ,aAEQ,2BACI,WAIJ,2BACI,iDAKZ,cACI,qDACA,sBACI,0CACA,qCACA,sBAIR,uBACI,SACA,eAIJ,cAGY,oBACI,oDACA,sCACI,mEAHR,oBACI,oDACA,sCACI,mEAHR,mBACI,mDACA,qCACI,kEAHR,sBACI,sDACA,wCACI,qEAHR,kBACI,kDACA,oCACI,iEAHR,iBACI,iDACA,mCACI,gEAHR,gBACI,gDACA,kCACI,+DAHR,sBACI,sDACA,wCACI,qEAHR,iBACI,iDACA,mCACI,gEAHR,kBACI,kDACA,oCACI,iEAHR,oBACI,oDACA,sCACI,mEAHR,4BACI,4DACA,8CACI,4EAOpB,aACI,kBACI,iEAGJ,YACI,mBAIQ,sCACI,+DADJ,sCACI,+DADJ,qCACI,8DADJ,wCACI,iEADJ,oCACI,6DADJ,mCACI,4DADJ,kCACI,2DADJ,wCACI,iEADJ,mCACI,4DADJ,oCACI,6DADJ,sCACI,+DADJ,8CACI,wEAOpB,YACI,+CAGI,oBACI,oDACA,sCACI,oDAHR,oBACI,oDACA,sCACI,oDAHR,mBACI,mDACA,qCACI,mDAHR,sBACI,sDACA,wCACI,sDAHR,kBACI,kDACA,oCACI,kDAHR,iBACI,iDACA,mCACI,iDAHR,gBACI,gDACA,kCACI,gDAHR,sBACI,sDACA,wCACI,sDAHR,iBACI,iDACA,mCACI,iDAHR,kBACI,kDACA,oCACI,kDAHR,oBACI,oDACA,sCACI,oDAHR,4BACI,4DACA,8CACI,4DAMhB,aAKoB,8CACI,mCADJ,8CACI,qCADJ,6CACI,mCADJ,gDACI,qCADJ,4CACI,qCADJ,2CACI,sCADJ,0CACI,kCADJ,gDACI,mCADJ,2CACI,oCADJ,4CACI,mCADJ,8CACI,kCADJ,sDACI,qCAQxB,cAKoB,8CACI,wDACA,6BAFJ,8CACI,wDACA,+BAFJ,6CACI,uDACA,6BAFJ,gDACI,0DACA,+BAFJ,4CACI,sDACA,+BAFJ,2CACI,qDACA,gCAFJ,0CACI,oDACA,4BAFJ,gDACI,0DACA,6BAFJ,2CACI,qDACA,8BAFJ,4CACI,sDACA,6BAFJ,8CACI,wDACA,4BAFJ,sDACI,gEACA,+BAQxB,mCACI,yBC9JJ,EACI,qBACA,cAIA,6FACI,0BACA,8CAGJ,+FACI,gCAIR,OACI,SACA,kBACA,aACA,mBACA,iBAGA,eACI,yBACA,iCACA,WACA,kBACA,SACA,UACA,YACA,aAKR,cAEQ,eACI,yCACA,oCACA,uBAKZ,aAEQ,eACI,2CAMZ,cAIgB,mBACI,8CACA,2BAFJ,kBACI,6CACA,0BAFJ,mBACI,8CACA,2BAFJ,qBACI,gDACA,iCAOpB,aAIgB,mBACI,iCADJ,kBACI,gCADJ,mBACI,iCADJ,qBACI,uCAQpB,YACI,0BACA,8BACA,kBACA,iBACA,UAEA,kBACI,YAIR,iKAKI,UCpGJ,6BACI,MAGJ,aACI,gBAEJ,kBACI,aAGJ,gBACI,eACA,aAGJ,mBACI,cAGJ,gBACI,UACA,2BACA,OACA,QACA,SAGJ,aACI,QACA,SACA,WACA,iBAGJ,qBACI,aAGJ,kBACI,YACA,4BACA,cACA,cAGA,wBACI,yBACA,WACA,kBAGJ,yBACI,eAGJ,gCACI,WACA,cACA,aACA,cACA,cACA,8BACA,oCAGJ,gCACI,mCAIR,wBACI,kBACI,+BACA,0BAIR,yBACI,kBACI,iBChFR,OACI,WTgBW,+BSfX,YAGJ,cACI,OACI,6BAIR,6CACI,OACI,mBAIR,wBACI,OACI,+BAIR,yBACI,OACI,iBC3BR,SACI,4BACA,aACA,8BAEA,iBACI,0BAGJ,WACI,aACA,mBACA,cAGJ,eACI,qBAGJ,eACI,qBAGJ,2CACI,WACA,oCACA,yBACA,cACA,sDACA,WACA,YACA,WAGJ,sBACI,yBACA,kBAGJ,qBACI,yBACA,iBCvCR,YACI,sBACA,eAGJ,uBACI,+BAGJ,sBACI,gBAGJ,yBACI,kBAGJ,YACI,sCACA,qCACA,oBACA,mBAGJ,kBACI,sCAGJ,oBACI,kBACA,qBAIJ,YACI,kCACA,cXZY,MWaZ,cACA,mBACA,iBACA,kBAEA,uBACI,UACA,qBACA,SACA,2BACA,iBAGJ,wBACI,WACA,WACA,qBACA,mBACA,0BAGJ,gBACI,SAGJ,uBACI,WACA,iBClER,iBACI,YACI,yBAIR,aACI,KACI,gBAGJ,aACI,wBAGJ,6BACI,wBAGJ,gBACI,gBACA,oCAGJ,YACI,gBACA,oCAEA,uBACI,YAKJ,eACI,eAIR,MACI,UAGJ,8EAII,aAGJ,YACI,WAGJ,GACI,oBAGJ,oBACI,YC3DR,gBACI,yBAGJ,sBACI,YACA,mBACA,kBCLJ,cACI,eACI,qCAIR,eACI,iBACA,mBACA,iBACA,gBACA,cdaY,McZZ,OdOQ,gCcNR,mBAEA,kBACI,cdEI,+BcCR,kBACI,cdDI,gCcIR,iBACI,SACA,gBAGJ,oCACI,aAGJ,6BACI,mBAGJ,oBACI,iBACA,8CACI,YdpBA,gCcwBR,0FAEI,iBAIR,cAEQ,qBACI","file":"style.min.css"} \ No newline at end of file diff --git a/contributing/creating_new_pages.html b/contributing/creating_new_pages.html index 7013f7ef..293acf98 100644 --- a/contributing/creating_new_pages.html +++ b/contributing/creating_new_pages.html @@ -7,7 +7,7 @@ Creating new pages — System Level Documentation documentation - + diff --git a/contributing/docs_guidelines.html b/contributing/docs_guidelines.html index 5f7537c2..eaeac8ac 100644 --- a/contributing/docs_guidelines.html +++ b/contributing/docs_guidelines.html @@ -7,7 +7,7 @@ Documentation guidelines — System Level Documentation documentation - + diff --git a/contributing/forking_publishing.html b/contributing/forking_publishing.html index 9535ce2d..309b106c 100644 --- a/contributing/forking_publishing.html +++ b/contributing/forking_publishing.html @@ -7,7 +7,7 @@ Forking and publishing — System Level Documentation documentation - + @@ -105,7 +105,11 @@
  • Branch
  • -
  • Preparing your environment
  • +
  • Preparing your environment +
  • Adding content
  • Pushing and triggering the CI
  • Resuming work at a later time
  • @@ -353,24 +357,29 @@

    Preparing your origin

    -

    There is three options to host your work, for users:

    +

    There is three options to contribute:

    +
    +

    Tip

    +

    If using Github Codespaces, just fork/create a branch/copy and follow +this section.

    +

    Fork

    -

    Ensure git-lfs is installed with:

    -
    sudo apt install git-lfs -y
    -
    -

    Fork the analogdevicesinc/documentation repo on your account.

    Enable the workflows on the forked repo at github.com/<your_user>/documentation/actions by clicking the green button
    “I understand my workflows, go ahead and enable them”.
    +

    Ensure git-lfs is installed with:

    +
    sudo apt install git-lfs -y
    +
    +

    Clone the repository:

    ~$
     
    @@ -480,7 +489,16 @@

    Preparing your origin

    Preparing your environment

    -

    Clone and build the doc for the first time (working directory: repo root):

    +

    It is possible to contribute:

    + +

    Follow either tutorial to bring up the environment.

    +
    +

    Using your local host

    +

    To prepare your environment to work locally, +clone and build the doc for the first time (working directory: repo root):

    Ensure pip is up-to-date:

    pip install pip --upgrade
     
    @@ -514,6 +532,33 @@

    Preparing your environment

    +
    +

    GitHub Codespace

    +

    Instead of working locally, you can use a cloud virtual machine with +GitHub Codespaces.

    +

    GitHub Codespaces uses the .devcontainer.json file to +initialize a container in the cloud. +This container is pre-configured with all the tools required to build the +documentation, including the live preview daemon Serve, +which is automatically started. +This setup provides a user experience comparable to platforms like Google Docs +or Overleaf.

    +
    +

    Caution

    +
    +
    GitHub Codespaces usage is billed to the user (you)!
    +
    Be sure to understand GitHub’s billing policies and your account free quota.
    +
    +
    +

    To use GitHub Codespaces, navigate to the +GitHub GUI for this repository and click +Code > Codespaces > Create codespace on main.

    +

    This will open a new tab and set up the virtual environment. +The setup is complete when the live preview panel appears on the right.

    +

    To manage all your GitHub Codespaces and shut them down, visit +github.com/codespaces.

    +
    +

    Adding content

    Add a new topic and pages (working directory: docs).

    diff --git a/contributing/index.html b/contributing/index.html index 17042d39..e2222b94 100644 --- a/contributing/index.html +++ b/contributing/index.html @@ -7,7 +7,7 @@ Contributing and guidelines — System Level Documentation documentation - + @@ -335,7 +335,11 @@

    Contributing and guidelinesBranch -
  • Preparing your environment
  • +
  • Preparing your environment +
  • Adding content
  • Pushing and triggering the CI
  • Resuming work at a later time
  • diff --git a/eval/index.html b/eval/index.html index 8b6da1d2..d5863a76 100644 --- a/eval/index.html +++ b/eval/index.html @@ -7,7 +7,7 @@ Evaluation Boards & Platforms — System Level Documentation documentation - + diff --git a/eval/user-guide/adrv9009/basic-iq-datafiles.html b/eval/user-guide/adrv9009/basic-iq-datafiles.html index a2369919..dbd25131 100644 --- a/eval/user-guide/adrv9009/basic-iq-datafiles.html +++ b/eval/user-guide/adrv9009/basic-iq-datafiles.html @@ -7,7 +7,7 @@ Basic IQ Datafiles — System Level Documentation documentation - + diff --git a/eval/user-guide/adrv9009/index.html b/eval/user-guide/adrv9009/index.html index 55e57acc..a024ce94 100644 --- a/eval/user-guide/adrv9009/index.html +++ b/eval/user-guide/adrv9009/index.html @@ -7,7 +7,7 @@ ADRV9009 & ADRV9008 — System Level Documentation documentation - + diff --git a/eval/user-guide/adrv9009/prerequisites.html b/eval/user-guide/adrv9009/prerequisites.html index 1d31443e..3ee98ef1 100644 --- a/eval/user-guide/adrv9009/prerequisites.html +++ b/eval/user-guide/adrv9009/prerequisites.html @@ -7,7 +7,7 @@ Prerequisites — System Level Documentation documentation - + diff --git a/eval/user-guide/adrv9009/quickstart/index.html b/eval/user-guide/adrv9009/quickstart/index.html index 0320a81c..3dfdd094 100644 --- a/eval/user-guide/adrv9009/quickstart/index.html +++ b/eval/user-guide/adrv9009/quickstart/index.html @@ -7,7 +7,7 @@ Quickstart — System Level Documentation documentation - + diff --git a/eval/user-guide/adrv9009/quickstart/zynqmp.html b/eval/user-guide/adrv9009/quickstart/zynqmp.html index 46173a6a..7fb033c9 100644 --- a/eval/user-guide/adrv9009/quickstart/zynqmp.html +++ b/eval/user-guide/adrv9009/quickstart/zynqmp.html @@ -7,7 +7,7 @@ ZCU102 Quickstart — System Level Documentation documentation - + diff --git a/eval/user-guide/adrv9026/index.html b/eval/user-guide/adrv9026/index.html index 4c0810cd..d24b4a33 100644 --- a/eval/user-guide/adrv9026/index.html +++ b/eval/user-guide/adrv9026/index.html @@ -7,7 +7,7 @@ ADRV9026 & ADRV9029 — System Level Documentation documentation - + diff --git a/eval/user-guide/adrv9026/prerequisites.html b/eval/user-guide/adrv9026/prerequisites.html index 96862b6b..f5c7cf52 100644 --- a/eval/user-guide/adrv9026/prerequisites.html +++ b/eval/user-guide/adrv9026/prerequisites.html @@ -7,7 +7,7 @@ Prerequisites — System Level Documentation documentation - + diff --git a/eval/user-guide/adrv9026/quickstart/index.html b/eval/user-guide/adrv9026/quickstart/index.html index 84193a5f..db0243c5 100644 --- a/eval/user-guide/adrv9026/quickstart/index.html +++ b/eval/user-guide/adrv9026/quickstart/index.html @@ -7,7 +7,7 @@ Quickstart — System Level Documentation documentation - + diff --git a/eval/user-guide/adrv9026/quickstart/versal.html b/eval/user-guide/adrv9026/quickstart/versal.html index a45d4e00..da045695 100644 --- a/eval/user-guide/adrv9026/quickstart/versal.html +++ b/eval/user-guide/adrv9026/quickstart/versal.html @@ -7,7 +7,7 @@ VCK190 Quickstart — System Level Documentation documentation - + diff --git a/eval/user-guide/adrv9026/quickstart/zynqmp.html b/eval/user-guide/adrv9026/quickstart/zynqmp.html index 1994b7f6..1895e7b6 100644 --- a/eval/user-guide/adrv9026/quickstart/zynqmp.html +++ b/eval/user-guide/adrv9026/quickstart/zynqmp.html @@ -7,7 +7,7 @@ ZCU102 Quickstart — System Level Documentation documentation - + diff --git a/eval/user-guide/eval-adxl355-pmdz/index.html b/eval/user-guide/eval-adxl355-pmdz/index.html index 20f6f053..cf882a99 100644 --- a/eval/user-guide/eval-adxl355-pmdz/index.html +++ b/eval/user-guide/eval-adxl355-pmdz/index.html @@ -7,7 +7,7 @@ EVAL-ADXL355-PMDZ User Guide — System Level Documentation documentation - + diff --git a/eval/user-guide/index.html b/eval/user-guide/index.html index 0c2e1378..e96965c1 100644 --- a/eval/user-guide/index.html +++ b/eval/user-guide/index.html @@ -7,7 +7,7 @@ User guides — System Level Documentation documentation - + diff --git a/genindex.html b/genindex.html index 8b3fad28..3ddecde3 100644 --- a/genindex.html +++ b/genindex.html @@ -6,7 +6,7 @@ Index — System Level Documentation documentation - + diff --git a/index.html b/index.html index 6321fb16..4b76a3fe 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ System Level Documentation — System Level Documentation documentation - + @@ -610,7 +610,11 @@

    Contents
  • Branch
  • -
  • Preparing your environment
  • +
  • Preparing your environment +
  • Adding content
  • Pushing and triggering the CI
  • Resuming work at a later time
  • diff --git a/learning/converter_connectivity_tutorial/index.html b/learning/converter_connectivity_tutorial/index.html index 1e383df6..2396a22c 100644 --- a/learning/converter_connectivity_tutorial/index.html +++ b/learning/converter_connectivity_tutorial/index.html @@ -7,7 +7,7 @@ Converter Connectivity Tutorial — System Level Documentation documentation - + diff --git a/learning/index.html b/learning/index.html index b71eda49..3675703b 100644 --- a/learning/index.html +++ b/learning/index.html @@ -7,7 +7,7 @@ Learning! Tutorials, Workshops, Etc — System Level Documentation documentation - + diff --git a/learning/sw_infrastructure/index.html b/learning/sw_infrastructure/index.html index ca8f4d00..3b8ea778 100644 --- a/learning/sw_infrastructure/index.html +++ b/learning/sw_infrastructure/index.html @@ -7,7 +7,7 @@ Key ADI’s Software Infrastructure for designing with ADCs, DACs, and Sensors — System Level Documentation documentation - + diff --git a/learning/tools_for_hs/index.html b/learning/tools_for_hs/index.html index 1311afe8..4f259773 100644 --- a/learning/tools_for_hs/index.html +++ b/learning/tools_for_hs/index.html @@ -7,7 +7,7 @@ Tools for High-Speed Mixed Signal System Design — System Level Documentation documentation - + diff --git a/learning/tools_for_ls/index.html b/learning/tools_for_ls/index.html index a3b642ed..8e060cf4 100644 --- a/learning/tools_for_ls/index.html +++ b/learning/tools_for_ls/index.html @@ -7,7 +7,7 @@ Tools for Low Speed Mixed Signal System Design — System Level Documentation documentation - + diff --git a/learning/tools_for_prec_wb/index.html b/learning/tools_for_prec_wb/index.html index 7e4ff93e..3189ec72 100644 --- a/learning/tools_for_prec_wb/index.html +++ b/learning/tools_for_prec_wb/index.html @@ -7,7 +7,7 @@ Tools for Precision Wideband Mixed Signal System Design — System Level Documentation documentation - + diff --git a/learning/tutorial_prec_adc/index.html b/learning/tutorial_prec_adc/index.html index 4d030cef..6787d41a 100644 --- a/learning/tutorial_prec_adc/index.html +++ b/learning/tutorial_prec_adc/index.html @@ -7,7 +7,7 @@ Precision ADC Tutorial — System Level Documentation documentation - + diff --git a/learning/workshop_what_sw_for_sdr/index.html b/learning/workshop_what_sw_for_sdr/index.html index 51ce8276..75965152 100644 --- a/learning/workshop_what_sw_for_sdr/index.html +++ b/learning/workshop_what_sw_for_sdr/index.html @@ -7,7 +7,7 @@ What software do I need for my SDR? — System Level Documentation documentation - + diff --git a/linux/drivers/iio-transceiver/adrv9009/customization.html b/linux/drivers/iio-transceiver/adrv9009/customization.html index e71b5ec0..b9f3b12d 100644 --- a/linux/drivers/iio-transceiver/adrv9009/customization.html +++ b/linux/drivers/iio-transceiver/adrv9009/customization.html @@ -7,7 +7,7 @@ ADRV9009/ADRV9008 Device Driver Customization — System Level Documentation documentation - + diff --git a/linux/drivers/iio-transceiver/adrv9009/index.html b/linux/drivers/iio-transceiver/adrv9009/index.html index d9a39d7a..9136d75c 100644 --- a/linux/drivers/iio-transceiver/adrv9009/index.html +++ b/linux/drivers/iio-transceiver/adrv9009/index.html @@ -7,7 +7,7 @@ ADRV9009, ADRV9008-1, ADRV9008-2 — System Level Documentation documentation - + diff --git a/linux/drivers/iio-transceiver/index.html b/linux/drivers/iio-transceiver/index.html index 5d510ca4..682cab43 100644 --- a/linux/drivers/iio-transceiver/index.html +++ b/linux/drivers/iio-transceiver/index.html @@ -7,7 +7,7 @@ IIO Transceivers — System Level Documentation documentation - + diff --git a/linux/drivers/iio/iio-trig-bfin-timer.html b/linux/drivers/iio/iio-trig-bfin-timer.html index 76dd5e56..02d66895 100644 --- a/linux/drivers/iio/iio-trig-bfin-timer.html +++ b/linux/drivers/iio/iio-trig-bfin-timer.html @@ -7,7 +7,7 @@ iio-trig-bfin-timer driver — System Level Documentation documentation - + diff --git a/linux/drivers/iio/iio-trig-sysfs.html b/linux/drivers/iio/iio-trig-sysfs.html index 024ee768..165cae83 100644 --- a/linux/drivers/iio/iio-trig-sysfs.html +++ b/linux/drivers/iio/iio-trig-sysfs.html @@ -7,7 +7,7 @@ iio-trig-sysfs driver — System Level Documentation documentation - + diff --git a/linux/drivers/iio/index.html b/linux/drivers/iio/index.html index c0a5af83..db6b2aa3 100644 --- a/linux/drivers/iio/index.html +++ b/linux/drivers/iio/index.html @@ -7,7 +7,7 @@ Linux Industrial I/O Subsystem — System Level Documentation documentation - + diff --git a/linux/drivers/iio/snippets/buffer-management.html b/linux/drivers/iio/snippets/buffer-management.html index 4fce8dc1..ac91a16d 100644 --- a/linux/drivers/iio/snippets/buffer-management.html +++ b/linux/drivers/iio/snippets/buffer-management.html @@ -7,7 +7,7 @@ <no title> — System Level Documentation documentation - + diff --git a/linux/drivers/iio/snippets/debugfs-direct-reg-access.html b/linux/drivers/iio/snippets/debugfs-direct-reg-access.html index 9ff44e21..392f05e1 100644 --- a/linux/drivers/iio/snippets/debugfs-direct-reg-access.html +++ b/linux/drivers/iio/snippets/debugfs-direct-reg-access.html @@ -7,7 +7,7 @@ <no title> — System Level Documentation documentation - + diff --git a/linux/drivers/iio/snippets/device.html b/linux/drivers/iio/snippets/device.html index d89f782a..4c610d14 100644 --- a/linux/drivers/iio/snippets/device.html +++ b/linux/drivers/iio/snippets/device.html @@ -7,7 +7,7 @@ <no title> — System Level Documentation documentation - + diff --git a/linux/drivers/iio/snippets/devices-with-consumer-interface.html b/linux/drivers/iio/snippets/devices-with-consumer-interface.html index 77df7fa9..7124fd2e 100644 --- a/linux/drivers/iio/snippets/devices-with-consumer-interface.html +++ b/linux/drivers/iio/snippets/devices-with-consumer-interface.html @@ -7,7 +7,7 @@ <no title> — System Level Documentation documentation - + diff --git a/linux/drivers/iio/snippets/event-management.html b/linux/drivers/iio/snippets/event-management.html index ff074351..591a6e87 100644 --- a/linux/drivers/iio/snippets/event-management.html +++ b/linux/drivers/iio/snippets/event-management.html @@ -7,7 +7,7 @@ <no title> — System Level Documentation documentation - + diff --git a/linux/drivers/iio/snippets/pointers.html b/linux/drivers/iio/snippets/pointers.html index ffcf676c..2a452048 100644 --- a/linux/drivers/iio/snippets/pointers.html +++ b/linux/drivers/iio/snippets/pointers.html @@ -7,7 +7,7 @@ <no title> — System Level Documentation documentation - + diff --git a/linux/drivers/iio/snippets/standalone-trigger-drivers.html b/linux/drivers/iio/snippets/standalone-trigger-drivers.html index 5f7d1c83..4f807577 100644 --- a/linux/drivers/iio/snippets/standalone-trigger-drivers.html +++ b/linux/drivers/iio/snippets/standalone-trigger-drivers.html @@ -7,7 +7,7 @@ <no title> — System Level Documentation documentation - + diff --git a/linux/drivers/iio/snippets/typical-adc-scan-elements.html b/linux/drivers/iio/snippets/typical-adc-scan-elements.html index c86f6a7f..7d1234a3 100644 --- a/linux/drivers/iio/snippets/typical-adc-scan-elements.html +++ b/linux/drivers/iio/snippets/typical-adc-scan-elements.html @@ -7,7 +7,7 @@ <no title> — System Level Documentation documentation - + diff --git a/linux/drivers/iio/snippets/typical-event-attributes.html b/linux/drivers/iio/snippets/typical-event-attributes.html index 0977b9cd..420ae8d4 100644 --- a/linux/drivers/iio/snippets/typical-event-attributes.html +++ b/linux/drivers/iio/snippets/typical-event-attributes.html @@ -7,7 +7,7 @@ Threshold Events — System Level Documentation documentation - + diff --git a/linux/drivers/index.html b/linux/drivers/index.html index f1e60cf2..f43c5a88 100644 --- a/linux/drivers/index.html +++ b/linux/drivers/index.html @@ -7,7 +7,7 @@ Linux drivers — System Level Documentation documentation - + diff --git a/linux/index.html b/linux/index.html index e14828c8..000b7218 100644 --- a/linux/index.html +++ b/linux/index.html @@ -7,7 +7,7 @@ Linux Kernel — System Level Documentation documentation - + diff --git a/linux/kernel/index.html b/linux/kernel/index.html index da6ee460..3482a520 100644 --- a/linux/kernel/index.html +++ b/linux/kernel/index.html @@ -7,7 +7,7 @@ Kernel and devicetrees — System Level Documentation documentation - + diff --git a/linux/kernel/petalinux-dts/index.html b/linux/kernel/petalinux-dts/index.html index cc92ce97..af737f5a 100644 --- a/linux/kernel/petalinux-dts/index.html +++ b/linux/kernel/petalinux-dts/index.html @@ -7,7 +7,7 @@ Petalinux Device Trees — System Level Documentation documentation - + diff --git a/linux/kernel/petalinux-dts/petalinux-custom-dts.html b/linux/kernel/petalinux-dts/petalinux-custom-dts.html index a7209c56..c69ff339 100644 --- a/linux/kernel/petalinux-dts/petalinux-custom-dts.html +++ b/linux/kernel/petalinux-dts/petalinux-custom-dts.html @@ -7,7 +7,7 @@ Custom Device Trees with meta-adi — System Level Documentation documentation - + diff --git a/linux/kernel/petalinux-dts/petalinux-meta-adi-bypass.html b/linux/kernel/petalinux-dts/petalinux-meta-adi-bypass.html index 4eacca6c..8c31b803 100644 --- a/linux/kernel/petalinux-dts/petalinux-meta-adi-bypass.html +++ b/linux/kernel/petalinux-dts/petalinux-meta-adi-bypass.html @@ -7,7 +7,7 @@ Custom Device Trees with DTG (meta-adi Bypass) — System Level Documentation documentation - + diff --git a/linux/kernel/petalinux-dts/petalinux-system-user.html b/linux/kernel/petalinux-dts/petalinux-system-user.html index 6a9fe336..f294a0e6 100644 --- a/linux/kernel/petalinux-dts/petalinux-system-user.html +++ b/linux/kernel/petalinux-dts/petalinux-system-user.html @@ -7,7 +7,7 @@ Device Tree Modifications with system-user.dtsi — System Level Documentation documentation - + diff --git a/linux/kernel/petalinux.html b/linux/kernel/petalinux.html index 53147431..2c9fcff9 100644 --- a/linux/kernel/petalinux.html +++ b/linux/kernel/petalinux.html @@ -7,7 +7,7 @@ Building with Petalinux — System Level Documentation documentation - + diff --git a/linux/kuiper/index.html b/linux/kuiper/index.html index 6243cbfd..efc0858a 100644 --- a/linux/kuiper/index.html +++ b/linux/kuiper/index.html @@ -7,7 +7,7 @@ Kuiper Linux — System Level Documentation documentation - + diff --git a/linux/kuiper/project-list.html b/linux/kuiper/project-list.html index 56cd2552..762e1061 100644 --- a/linux/kuiper/project-list.html +++ b/linux/kuiper/project-list.html @@ -7,7 +7,7 @@ Project list — System Level Documentation documentation - + diff --git a/linux/kuiper/release-notes.html b/linux/kuiper/release-notes.html index 57a767f3..4c463eef 100644 --- a/linux/kuiper/release-notes.html +++ b/linux/kuiper/release-notes.html @@ -7,7 +7,7 @@ Release notes — System Level Documentation documentation - + diff --git a/linux/kuiper/sdcard/index.html b/linux/kuiper/sdcard/index.html index cfb99711..cf318aa4 100644 --- a/linux/kuiper/sdcard/index.html +++ b/linux/kuiper/sdcard/index.html @@ -7,7 +7,7 @@ SD Card flashing — System Level Documentation documentation - + diff --git a/linux/kuiper/update.html b/linux/kuiper/update.html index 862e93ee..044c9d4f 100644 --- a/linux/kuiper/update.html +++ b/linux/kuiper/update.html @@ -7,7 +7,7 @@ Updating — System Level Documentation documentation - + diff --git a/objects.inv b/objects.inv index 6d944693..1ef33447 100644 Binary files a/objects.inv and b/objects.inv differ diff --git a/search.html b/search.html index 32742441..c760a94f 100644 --- a/search.html +++ b/search.html @@ -6,7 +6,7 @@ Search — System Level Documentation documentation - + diff --git a/searchindex.js b/searchindex.js index 3706e828..ac010a5b 100644 --- a/searchindex.js +++ b/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles": {"1. Bypass meta-adi\u2019s Device trees": [[47, "bypass-meta-adi-s-device-trees"]], "2. Select Petalinux Template": [[47, "select-petalinux-template"]], "3. Disabling PL Node Generation": [[47, "disabling-pl-node-generation"]], "4. Adding Custom Device Trees": [[47, "adding-custom-device-trees"]], "72V to 96V Light EV Basic System Application": [[75, "v-to-96v-light-ev-basic-system-application"]], "AC Wien Bridge Simulation": [[110, "ac-wien-bridge-simulation"]], "ACAP SDcard boot files": [[13, "acap-sdcard-boot-files"]], "AD-BMSE2E3W-SL": [[74, null]], "AD-CELLPACKBM-SL": [[77, "ad-cellpackbm-sl"], [78, null]], "AD9361/4 FIR Filter Wizard": [[101, "ad9361-4-fir-filter-wizard"], [112, "ad9361-4-fir-filter-wizard"]], "ADALM-PLUTO": [[102, null]], "ADALM-PLUTO Hardware": [[97, null]], "ADALM-PLUTO implementation": [[100, "adalm-pluto-implementation"]], "ADALM-UARTJTAG": [[107, null]], "ADALM2000": [[84, null]], "ADALM2000 drivers": [[65, "adalm2000-drivers"]], "ADALM2000 or Scopy Questions": [[83, "adalm2000-or-scopy-questions"]], "ADI Articles": [[6, "adi-articles"], [10, "adi-articles"]], "ADI Kuiper Linux": [[18, "adi-kuiper-linux"]], "ADICUP Development Boards": [[16, "adicup-development-boards"]], "ADPAQ": [[16, "adpaq"]], "ADRV9009": [[55, null]], "ADRV9009 & ADRV9008": [[6, null]], "ADRV9009, ADRV9008-1, ADRV9008-2": [[27, null]], "ADRV9009/ADRV9008 Device Driver Customization": [[26, null]], "ADRV9026 & ADRV9029": [[10, null]], "ADXL355 Interrupt Pins": [[15, "adxl355-interrupt-pins"]], "AGC Settings": [[26, "agc-settings"], [54, "agc-settings"]], "AMD/Xilinx": [[49, "amd-xilinx"]], "API Documentation": [[70, "api-documentation"]], "API reference": [[65, "api-reference"]], "ARM Calibrations": [[27, "arm-calibrations"]], "ARM GPIO Settings": [[26, "arm-gpio-settings"], [54, "arm-gpio-settings"]], "ASCII Format": [[5, "ascii-format"]], "AUX DAC Settings": [[54, "aux-dac-settings"]], "AXI JESD204B GT (Gigabit Tranceiver) HDL driver (AMD XILINX/ALTERA-INTEL)": [[27, "axi-jesd204b-gt-gigabit-tranceiver-hdl-driver-amd-xilinx-altera-intel"]], "AXI JESD204B HDL driver": [[27, "axi-jesd204b-hdl-driver"]], "About": [[57, "about"]], "About libiio": [[61, null]], "Activating Markers": [[57, "activating-markers"]], "Active Bias Controllers": [[16, "active-bias-controllers"]], "Active Learning: Student-oriented Lab Exercises": [[109, null]], "Activity: Efficiency, Power Loss, and Thermal Management": [[108, null]], "Activity: The Wien Bridge Oscillator": [[110, null]], "Add aarch64-linux-gnu-gcc to PATH": [[43, "add-aarch64-linux-gnu-gcc-to-path"]], "Adding Linux driver support": [[27, "adding-linux-driver-support"], [29, "adding-linux-driver-support"], [30, "adding-linux-driver-support"]], "Adding MATLAB Properties For Attributes": [[67, "adding-matlab-properties-for-attributes"]], "Adding content": [[0, "adding-content"], [2, "adding-content"]], "Additional Information": [[15, "additional-information"]], "Additional References": [[22, "additional-references"], [23, "additional-references"]], "Advanced Debug Facilities": [[27, "advanced-debug-facilities"]], "Advanced Information For Power Users": [[49, "advanced-information-for-power-users"]], "Advanced examples": [[96, "advanced-examples"]], "Advanced features": [[61, "advanced-features"]], "Advanced plugin": [[54, null]], "Amplifiers": [[16, "amplifiers"]], "Analog Switches and Multiplexers": [[16, "analog-switches-and-multiplexers"]], "Another Exercise: Placeholder": [[109, "another-exercise-placeholder"]], "Antennas": [[105, null]], "Application Software": [[72, null], [73, "application-software"]], "Application Software (All Platforms)": [[15, "application-software-all-platforms"]], "Applications": [[74, "applications"], [78, "applications"]], "Applications and Solutions": [[73, null]], "Apps & Solutions": [[17, null]], "Auto Run Support": [[94, "auto-run-support"]], "Automatic Test Equipment - PMU & DPS": [[16, "automatic-test-equipment-pmu-dps"]], "AuxADC Reading": [[27, "auxadc-reading"]], "AuxDAC Writing": [[27, "auxdac-writing"]], "Auxillary DAC Settings": [[26, "auxillary-dac-settings"]], "BIST": [[54, "bist"]], "BIST PRBS": [[54, "bist-prbs"]], "BIST TX NCO Tone": [[54, "bist-tx-nco-tone"]], "BIST Tone": [[27, "bist-tone"]], "BMS Browser GUI Installation": [[77, "bms-browser-gui-installation"]], "Backends": [[61, "backends"]], "Background": [[22, "background"], [23, "background"], [100, "background"]], "Background:": [[108, "background"]], "Basic Example": [[96, "basic-example"]], "Basic IQ Datafiles": [[5, null]], "Basic Installation": [[71, "basic-installation"]], "Battery Cell Monitoring": [[77, "battery-cell-monitoring"]], "Battery Pack Monitoring": [[77, "battery-pack-monitoring"]], "Before PlutoSDR": [[97, "before-plutosdr"]], "Binary Format": [[5, "binary-format"]], "Bindings": [[61, "bindings"]], "Block diagram": [[6, "block-diagram"], [10, "block-diagram"]], "Boot messages": [[13, "boot-messages"]], "Booting the system": [[22, "booting-the-system"], [23, "booting-the-system"]], "Branch": [[2, "branch"]], "Buffer handling, sizes and counts": [[62, "buffer-handling-sizes-and-counts"]], "Bugs / Feature Requests": [[83, "bugs-feature-requests"], [101, "bugs-feature-requests"], [112, "bugs-feature-requests"]], "Build Artifacts": [[88, "build-artifacts"]], "Build Boot DFU Image": [[88, "build-boot-dfu-image"]], "Build Boot FRM image": [[88, "build-boot-frm-image"]], "Build Buildroot User Space": [[88, "build-buildroot-user-space"]], "Build Devicetrees": [[88, "build-devicetrees"]], "Build FPGA First Stage Bootloader (FSBL)": [[88, "build-fpga-first-stage-bootloader-fsbl"]], "Build FPGA Hardware Description File": [[88, "build-fpga-hardware-description-file"]], "Build Firmware DFU image": [[88, "build-firmware-dfu-image"]], "Build Firmware FRM image": [[88, "build-firmware-frm-image"]], "Build Linux kernel": [[88, "build-linux-kernel"]], "Build Zynq Boot Image": [[88, "build-zynq-boot-image"]], "Build m2k tools - m2kcli": [[65, "build-m2k-tools-m2kcli"]], "Build multi component FIT image (Flattened Image Tree)": [[88, "build-multi-component-fit-image-flattened-image-tree"]], "Build the devicetree FCMOMMS2/3": [[43, "build-the-devicetree-fcmomms2-3"]], "Build the devicetree FCMOMMS2/3/4/5": [[43, "build-the-devicetree-fcmomms2-3-4-5"]], "Build the kernel": [[43, "build-the-kernel"]], "Build u-boot": [[88, "build-u-boot"]], "Build u-boot default environment DFU Image": [[88, "build-u-boot-default-environment-dfu-image"]], "Build u-boot default environment Image": [[88, "build-u-boot-default-environment-image"]], "Build-In Self-Test (BIST)": [[27, "build-in-self-test-bist"]], "Building": [[88, "building"]], "Building and installing bindings": [[65, "building-and-installing-bindings"]], "Building libiio": [[60, "building-libiio"]], "Building on Linux": [[65, "building-on-linux"]], "Building on OSX": [[65, "building-on-osx"]], "Building on Windows": [[60, "building-on-windows"], [65, "building-on-windows"]], "Building on the Linux Host Target": [[60, "building-on-the-linux-host-target"]], "Building on the Linux/Zynq Target": [[60, "building-on-the-linux-zynq-target"]], "Building the Firmware Image": [[88, null]], "Building the Toolbox Manually": [[68, "building-the-toolbox-manually"], [70, "building-the-toolbox-manually"]], "Building the Zynq Linux kernel and devicetrees from source": [[43, "building-the-zynq-linux-kernel-and-devicetrees-from-source"]], "Building the ZynqMP / MPSoC Linux kernel and devicetrees from source": [[43, "building-the-zynqmp-mpsoc-linux-kernel-and-devicetrees-from-source"]], "Building the examples": [[65, "building-the-examples"]], "Building with Petalinux": [[43, "building-with-petalinux"], [43, "id2"], [44, null]], "Building with logging support": [[65, "building-with-logging-support"]], "Burning SD cards": [[18, "burning-sd-cards"]], "C# bindings": [[61, "c-bindings"], [65, "c-bindings"]], "COG Development Boards": [[16, "cog-development-boards"]], "Calibrating using the ini file": [[63, "calibrating-using-the-ini-file"]], "Calibration": [[63, null]], "Calibration Tracking Controls": [[27, "calibration-tracking-controls"]], "Calibrations": [[54, "calibrations"]], "Capture Window": [[55, "capture-window"], [57, "capture-window"]], "Capturing large contiguous buffers": [[62, "capturing-large-contiguous-buffers"]], "Challenges": [[61, "challenges"]], "Channel Enable/Powerdown Controls": [[27, "channel-enable-powerdown-controls"]], "Channel Settings": [[57, "channel-settings"]], "Check the mass storage device": [[90, "check-the-mass-storage-device"]], "Checking from serial port": [[89, "checking-from-serial-port"]], "Checkout the Release branch": [[43, "checkout-the-release-branch"]], "Checkout the main development": [[43, "checkout-the-main-development"]], "Circuits from the Lab": [[16, "circuits-from-the-lab"]], "Clock Generation and Distribution": [[16, "clock-generation-and-distribution"]], "Clock Settings": [[54, "clock-settings"]], "Clocks": [[26, "clocks"]], "Cloning the repository": [[92, "cloning-the-repository"]], "Code conformance": [[61, "code-conformance"]], "Code visibility": [[61, "code-visibility"]], "Command Line": [[90, "command-line"]], "Command Line Tools (Hello, AD5592r!)": [[22, "command-line-tools-hello-ad5592r"]], "Command Line Tools (Hello, Colorimeter and AD4630-24!)": [[23, "command-line-tools-hello-colorimeter-and-ad4630-24"]], "Command line utility": [[66, null]], "Commands": [[66, "commands"]], "Common Attributes": [[70, "common-attributes"]], "Common Issues": [[43, "common-issues"], [70, "common-issues"]], "Common PLUTO&M2K": [[91, null]], "Compiling the Sample Application": [[5, "compiling-the-sample-application"]], "Complete Daisy Chain": [[77, "complete-daisy-chain"]], "Complete Wien Bridge Oscillator": [[110, "complete-wien-bridge-oscillator"]], "Complex hosts": [[103, "complex-hosts"]], "Component selection based on software support (rather than pure analog performance)": [[22, "component-selection-based-on-software-support-rather-than-pure-analog-performance"]], "Components and Connections": [[74, "components-and-connections"]], "Conception of the IIO Daemon": [[61, "conception-of-the-iio-daemon"]], "Conclusion": [[18, "conclusion"], [99, "conclusion"]], "Configure the kernel": [[43, "configure-the-kernel"], [43, "id6"]], "Configuring Buildroot": [[88, "configuring-buildroot"]], "Configuring the SD Card": [[15, "configuring-the-sd-card"]], "Configuring the SD Card for FPGA Projects": [[49, "configuring-the-sd-card-for-fpga-projects"]], "Configuring the SD Card for Raspberry Pi Projects": [[49, "configuring-the-sd-card-for-raspberry-pi-projects"]], "Configuring the System (and rebooting!)": [[22, "configuring-the-system-and-rebooting"], [23, "configuring-the-system-and-rebooting"]], "Connect the SD Card to the Computer": [[52, "connect-the-sd-card-to-the-computer"]], "Connecting the Hardware": [[18, "connecting-the-hardware"]], "Connectors": [[97, "connectors"]], "Console": [[76, "console"]], "Console Output": [[9, "console-output"], [13, "console-output"], [14, "console-output"]], "Content": [[82, "content"], [95, "content"]], "Contents": [[4, "contents"], [17, "contents"], [87, "contents"], [106, "contents"]], "Context creation": [[61, "context-creation"]], "Contributing and Guidelines": [[17, null]], "Contributing and guidelines": [[3, null]], "Controlling External Devices": [[100, null]], "Controlling the transceiver": [[104, "controlling-the-transceiver"]], "Controlling the transceiver and transferring data": [[104, null]], "Converter Connectivity Tutorial": [[18, null]], "Converter Connectivity Tutorial (IIO 101)": [[19, null]], "Copy": [[2, "copy"]], "Copy the generated files to your SD Card": [[43, "copy-the-generated-files-to-your-sd-card"], [43, "id7"]], "Creating a BOOT.BIN from HDL Workflow Advisor": [[70, "creating-a-boot-bin-from-hdl-workflow-advisor"]], "Creating a buffer": [[61, "creating-a-buffer"]], "Creating new pages": [[0, null]], "Creation of the context from sysfs": [[61, "creation-of-the-context-from-sysfs"]], "Cross-compilation": [[60, "cross-compilation"]], "Custom Device Trees with DTG (meta-adi Bypass)": [[47, null]], "Custom Device Trees with meta-adi": [[46, null]], "Cyclic buffers": [[61, "cyclic-buffers"]], "DAC Buffer Output": [[56, "dac-buffer-output"]], "DEFRAMER A": [[26, "deframer-a"]], "DEFRAMER B": [[26, "deframer-b"]], "DFU Mode": [[89, "dfu-mode"]], "DFU Update": [[90, "dfu-update"]], "DMM Panel": [[15, "dmm-panel"]], "DMM Tab/Plugin": [[57, "dmm-tab-plugin"]], "DSP Development Tools": [[16, "dsp-development-tools"]], "Daisy Chain Connection": [[79, "daisy-chain-connection"]], "Data Recall": [[79, "data-recall"]], "Data transfer": [[61, "data-transfer"]], "Datasheets": [[97, "datasheets"]], "Debian based distributions": [[60, "debian-based-distributions"]], "Debug Panel": [[15, "debug-panel"]], "Debug Tab/Plugin": [[57, "debug-tab-plugin"]], "Debugging DFU": [[90, "debugging-dfu"]], "Demo Requirements": [[15, "demo-requirements"], [15, "demo-requirements-1"], [15, "id2"]], "Dependencies": [[65, "dependencies"], [65, "id2"], [65, "id4"]], "Description": [[27, "description"]], "Design & Integration Files": [[74, "design-integration-files"], [77, "design-integration-files"], [78, "design-integration-files"]], "Details Available on the Landing Page": [[76, "id1"]], "Determine the IP address": [[89, "determine-the-ip-address"]], "Determining the firmware version": [[90, "determining-the-firmware-version"]], "Device Control and Data Streaming": [[70, "device-control-and-data-streaming"]], "Device Driver": [[107, "device-driver"]], "Device Driver Customization": [[27, "device-driver-customization"]], "Device Driver and Software Support": [[15, "device-driver-and-software-support"]], "Device Global Settings": [[56, "device-global-settings"]], "Device Tree Modifications": [[45, "device-tree-modifications"]], "Device Tree Modifications with system-user.dtsi": [[48, null]], "Device Tree Overlays": [[18, "device-tree-overlays"]], "Device Trees: Telling Linux what\u2019s connected": [[22, "device-trees-telling-linux-what-s-connected"]], "Diagnostic": [[76, "diagnostic"]], "Diagnostics": [[79, "diagnostics"]], "Digital communication": [[64, null]], "Digital to Analog Converters": [[16, "digital-to-analog-converters"]], "Digital to Analog Converters (Current Output)": [[16, "digital-to-analog-converters-current-output"]], "Direct Digital Synthesis (DDS)": [[16, "direct-digital-synthesis-dds"]], "Directions": [[110, "directions"]], "Directly Addressing Attributes": [[67, "directly-addressing-attributes"]], "Disable": [[56, "disable"]], "DisplayPort - no picture?": [[43, "displayport-no-picture"]], "Document Type Definition": [[61, "document-type-definition"]], "Documentation": [[30, "documentation"], [60, "documentation"], [65, "documentation"], [71, "documentation"]], "Documentation guidelines": [[1, null]], "Documentation structure": [[0, "documentation-structure"]], "Downlaod": [[107, null]], "Download": [[15, null], [15, null], [15, null], [22, null], [22, null], [60, null], [65, "download"], [65, null], [68, null], [68, null], [68, null], [70, null], [70, null], [70, null], [74, null], [74, null], [77, null], [78, null], [78, null], [79, null], [89, null], [97, null], [97, null], [97, null], [107, null], [108, null]], "Download ADI default firmware images": [[90, null]], "Download Resources:": [[108, null]], "Download the SD Card File": [[52, "download-the-sd-card-file"]], "Download the file": [[52, "download-the-file"]], "Downloading the BMS Embedded Drivers Installer": [[79, "downloading-the-bms-embedded-drivers-installer"]], "Downloading the GUI Installer": [[79, "downloading-the-gui-installer"]], "Drawing parallels to other software flows": [[22, "drawing-parallels-to-other-software-flows"]], "Driver testing": [[29, "driver-testing"], [30, "driver-testing"]], "Driver testing / API": [[27, "driver-testing-api"]], "Drivers uninstall": [[89, "drivers-uninstall"]], "EVAL-ADXL355-PMDZ User Guide": [[15, null]], "Efficiency and Power Loss": [[109, "efficiency-and-power-loss"]], "Enable State Machine Controls": [[27, "enable-state-machine-controls"]], "Enable tools on Linux or OSX": [[64, "enable-tools-on-linux-or-osx"], [66, "enable-tools-on-linux-or-osx"]], "Enable tools on Windows": [[64, "enable-tools-on-windows"], [66, "enable-tools-on-windows"]], "Enabling IIOD USB Backend": [[60, "enabling-iiod-usb-backend"]], "Enabling Linux driver support": [[27, "enabling-linux-driver-support"]], "Enabling channels": [[61, "enabling-channels"]], "Engineering Education Video Testimonial": [[111, "engineering-education-video-testimonial"]], "Engineering University Program": [[111, null]], "Entering DFU mode": [[90, "entering-dfu-mode"]], "Equipment Needed": [[74, "equipment-needed"], [77, "equipment-needed"]], "Establishing Interface Connection": [[79, "establishing-interface-connection"]], "Etcher": [[52, "etcher"]], "Ethernet": [[89, "ethernet"], [89, "id7"], [89, "id11"]], "Evaluation Boards": [[17, null], [27, "evaluation-boards"]], "Evaluation Boards & Platforms": [[4, null]], "Example": [[59, "example"], [59, "id1"], [59, "id2"], [59, "id3"]], "Example Linux Device-Tree Initialization": [[27, "example-linux-device-tree-initialization"]], "Example dmesg": [[89, "example-dmesg"]], "Example files": [[5, "example-files"]], "Example platform device initialization": [[29, "example-platform-device-initialization"]], "Example to change from internal to external TX LO": [[27, "example-to-change-from-internal-to-external-tx-lo"]], "Examples": [[59, "examples"], [70, "examples"], [71, "examples"]], "Examples and LabVIEW palette": [[85, "examples-and-labview-palette"]], "Extending Device Interfaces": [[67, null]], "Extending Interfaces": [[70, "extending-interfaces"]], "Extract the Software Image File": [[52, "extract-the-software-image-file"]], "FMC Compatible Boards": [[16, "fmc-compatible-boards"]], "FPGA Settings": [[56, "fpga-settings"]], "FRAMER A": [[26, "framer-a"]], "FRAMER B": [[26, "framer-b"]], "FTC2023 Pluto Workshop": [[25, "ftc2023-pluto-workshop"]], "FTC2024 Jupiter Workshop": [[25, "ftc2024-jupiter-workshop"]], "Far-distance view": [[61, "far-distance-view"]], "Features": [[74, "features"], [78, "features"]], "Files": [[27, "files"], [57, "files"]], "Filter and Signal Path Configuration": [[27, "filter-and-signal-path-configuration"]], "Finding": [[59, "finding"]], "Firmware Updates": [[90, null]], "Flash the SD Card": [[52, "flash-the-sd-card"]], "Flex, Bison": [[61, "flex-bison"]], "For Developers": [[82, null], [95, null]], "For End Users": [[87, null], [106, null]], "For Hackers": [[98, null]], "For Linux": [[65, "for-linux"]], "For No-OS": [[15, "for-no-os"]], "For OSX": [[65, "for-osx"]], "For RPI Direct Local Access:": [[15, "for-rpi-direct-local-access"]], "For Windows": [[65, "for-windows"]], "For Windows machine connected to ADICUP3029:": [[15, "for-windows-machine-connected-to-adicup3029"]], "For Windows machine connected to Raspberry Pi:": [[15, "for-windows-machine-connected-to-raspberry-pi"]], "Fork": [[2, "fork"]], "Forking and publishing": [[2, null]], "Format conversion": [[61, "format-conversion"]], "Format the SD Card (Optional)": [[52, "format-the-sd-card-optional"]], "FreeBSD based distributions": [[60, "freebsd-based-distributions"]], "Frequency Domain View": [[55, "frequency-domain-view"]], "Frequency Hopping Mode": [[27, "frequency-hopping-mode"]], "Frequency Hopping Mode Settings": [[26, "frequency-hopping-mode-settings"]], "Frequency Hopping Mode Setup": [[54, "frequency-hopping-mode-setup"]], "From Linux hosts": [[52, "from-linux-hosts"]], "From Windows hosts": [[52, "from-windows-hosts"]], "Functionality": [[70, "functionality"]], "Functionality of IIO": [[31, "functionality-of-iio"]], "Further Reading": [[68, "further-reading"], [70, "further-reading"], [108, "further-reading"], [110, "further-reading"]], "Future improvements": [[61, "future-improvements"]], "GNU Radio": [[103, "gnu-radio"], [112, "gnu-radio"]], "GNU Radio and Python": [[101, "gnu-radio-and-python"]], "GPIO 3v3 Controls": [[27, "gpio-3v3-controls"]], "GPIO 3v3 Settings": [[26, "gpio-3v3-settings"]], "GTK2 Based IIO-Oscilloscope": [[57, "gtk2-based-iio-oscilloscope"]], "GUI": [[90, "gui"]], "GUI Installation": [[76, "gui-installation"]], "GUI Tabs": [[79, "gui-tabs"]], "Gain Control Settings": [[26, "gain-control-settings"]], "Gain Settings": [[54, "gain-settings"]], "Gain and Attenuation Control Pin Settings": [[26, "gain-and-attenuation-control-pin-settings"]], "Gain control modes": [[27, "gain-control-modes"]], "General AD9361 Questions": [[101, "general-ad9361-questions"], [112, "general-ad9361-questions"]], "Generating the file": [[63, "generating-the-file"]], "Going \u201cHeadless\u201d": [[18, "going-headless"]], "Graph": [[76, "graph"]], "Graphical User Interface": [[79, "graphical-user-interface"]], "Guides&Sample Software": [[74, "guides-sample-software"], [78, "guides-sample-software"]], "HDL / Hardware Questions": [[112, "hdl-hardware-questions"]], "HDL / Vivado WebPack Questions": [[83, "hdl-vivado-webpack-questions"], [101, "hdl-vivado-webpack-questions"]], "HDL Targeting with HDL-Coder": [[70, "hdl-targeting-with-hdl-coder"]], "Hands-On! Working through a simple, but complete case study": [[22, "hands-on-working-through-a-simple-but-complete-case-study"]], "Hardware": [[107, "hardware"]], "Hardware & Driver Verification": [[49, "hardware-driver-verification"]], "Hardware Part Functions": [[74, "id2"]], "Hardware Questions": [[83, "hardware-questions"], [101, "hardware-questions"]], "Hardware Registration": [[15, "hardware-registration"]], "Hardware Setup": [[8, "hardware-setup"], [12, "hardware-setup"], [22, "hardware-setup"], [23, "hardware-setup"], [74, "hardware-setup"]], "Hardware Specific Tab/Plugins": [[57, "hardware-specific-tab-plugins"]], "Hardware Supply Quick Test Point": [[74, "id3"]], "Hardware User Guide": [[77, null]], "Hardware configuration": [[27, "hardware-configuration"]], "Hello, ADXL345, ADXL355, or LM75!": [[18, "hello-adxl345-adxl355-or-lm75"]], "Help & Support": [[68, "help-support"], [70, "help-support"]], "Help and Support": [[74, "help-and-support"], [78, "help-and-support"]], "Help and Support for ADI FMC Cards & RF SoMs": [[112, null]], "High Speed Converter Toolbox": [[68, null]], "High-speed mmap interface": [[61, "high-speed-mmap-interface"]], "Host Command Line": [[90, "host-command-line"]], "How can I check if the device is in DFU mode?": [[90, "how-can-i-check-if-the-device-is-in-dfu-mode"]], "How does it work": [[88, "how-does-it-work"]], "How to build it?": [[64, "how-to-build-it"], [66, "how-to-build-it"]], "How to install it?": [[64, "how-to-install-it"], [65, "how-to-install-it"], [66, "how-to-install-it"]], "How to manually enter DFU mode?": [[90, "how-to-manually-enter-dfu-mode"]], "IIO Commands": [[15, "iio-commands"]], "IIO Oscilloscope": [[15, "iio-oscilloscope"], [22, "iio-oscilloscope"], [23, "iio-oscilloscope"], [57, null], [103, "iio-oscilloscope"]], "IIO Oscilloscope Remote": [[9, "iio-oscilloscope-remote"], [13, "iio-oscilloscope-remote"], [14, "iio-oscilloscope-remote"]], "IIO Ring Buffer / kfifo": [[31, "iio-ring-buffer-kfifo"]], "IIO Subsystem Overview": [[31, "iio-subsystem-overview"]], "IIO System Considerations Tips & Tricks": [[62, null]], "IIO Transceivers": [[28, null]], "IIO buffer DMA max block size": [[62, "iio-buffer-dma-max-block-size"]], "IIO context timeout (libiio)": [[62, "iio-context-timeout-libiio"]], "IIO devices": [[89, "iio-devices"], [89, "id12"]], "Imaging your SD Card": [[49, "imaging-your-sd-card"]], "Importing from DokuWiki": [[0, "importing-from-dokuwiki"]], "Independent I/Q Control": [[56, "independent-i-q-control"]], "Industrial Ethernet": [[16, "industrial-ethernet"]], "Industrial I/O Subsystem In-Kernel Interfaces": [[31, "industrial-i-o-subsystem-in-kernel-interfaces"]], "Inertial MEMS Sensors": [[16, "inertial-mems-sensors"]], "Input and Output Connections and Configurations": [[15, "input-and-output-connections-and-configurations"]], "Inspecting the API": [[86, "inspecting-the-api"]], "Install libm2k": [[65, "install-libm2k"], [65, "id3"], [65, "id5"]], "Install libm2k Python bindings": [[65, "install-libm2k-python-bindings"]], "Installation": [[57, "installation"], [61, "installation"], [65, "installation"]], "Installing": [[85, "installing"]], "Installing Drivers": [[89, null]], "Installing the BMS Embedded Drivers": [[79, "installing-the-bms-embedded-drivers"]], "Intel/Altera": [[49, "intel-altera"]], "Interface Setup": [[76, "interface-setup"]], "Interface and Isolation": [[16, "interface-and-isolation"]], "Internals": [[57, "internals"]], "Interrelated Device Drivers": [[27, "interrelated-device-drivers"]], "Introducing an exciting new product that we\u2019ll apply our skills": [[22, "introducing-an-exciting-new-product-that-we-ll-apply-our-skills"]], "Introducing an exciting new product that we\u2019ll apply our skills to": [[23, "introducing-an-exciting-new-product-that-we-ll-apply-our-skills-to"]], "Introduction": [[18, "introduction"], [22, "introduction"], [23, "introduction"], [25, "introduction"], [84, "introduction"], [102, "introduction"]], "I\u00b2C": [[64, "i2c"]], "JESD204B Deframer Settings": [[54, "jesd204b-deframer-settings"]], "JESD204B Framer Settings": [[54, "jesd204b-framer-settings"]], "JESD204B Settings": [[26, "jesd204b-settings"], [54, "jesd204b-settings"]], "Kernel and devicetrees": [[43, null]], "Kernel command line": [[62, "kernel-command-line"]], "Key ADI\u2019s Software Infrastructure for designing with ADCs, DACs, and Sensors": [[19, null], [20, null]], "Key Components": [[78, "key-components"]], "Kits, Boards, & Other Accessories": [[111, "kits-boards-other-accessories"]], "Kuiper & Linux Kernel": [[17, null]], "Kuiper Linux": [[49, null]], "LT3080 Data Table": [[108, "id18"]], "LTM8067 Data Table": [[108, "id27"]], "Lab Equipment": [[111, "lab-equipment"]], "Lab Instruments and Software": [[111, "lab-instruments-and-software"]], "LabVIEW bindings": [[65, "labview-bindings"]], "Latest Release": [[90, "latest-release"]], "Launcher Configuration": [[79, "launcher-configuration"]], "Launching the BMS Browser GUI": [[77, "launching-the-bms-browser-gui"]], "Launching the GUI": [[79, "launching-the-gui"]], "Launching the application": [[57, "launching-the-application"]], "Layering": [[61, "layering"]], "Learning": [[17, null]], "Learning! Tutorials, Workshops, Etc": [[19, null]], "Libiio": [[60, null]], "Libiio Installer": [[68, "libiio-installer"]], "Libiio Installers": [[70, "libiio-installers"]], "Libiio command line utility": [[59, null]], "Libiio, now and in the future": [[61, "libiio-now-and-in-the-future"]], "Libm2k": [[65, null]], "Libm2k and no-OS drivers": [[64, "libm2k-and-no-os-drivers"]], "License and code management": [[61, "license-and-code-management"]], "Linux": [[57, "linux"], [65, "linux"], [90, "linux"], [90, "id2"]], "Linux Contiguous Memory Allocator (or CMA)": [[62, "linux-contiguous-memory-allocator-or-cma"]], "Linux Driver or Application Questions": [[112, "linux-driver-or-application-questions"]], "Linux Driver or libiio or Application Questions": [[83, "linux-driver-or-libiio-or-application-questions"], [101, "linux-driver-or-libiio-or-application-questions"]], "Linux Drivers": [[89, "linux-drivers"]], "Linux Industrial I/O Subsystem": [[31, null]], "Linux Installation": [[71, "linux-installation"]], "Linux Kernel": [[42, null]], "Linux drivers": [[41, null]], "List Channel attributes": [[59, "list-channel-attributes"]], "List Devices in a Context": [[59, "list-devices-in-a-context"]], "Loading Image on SD Card": [[15, "loading-image-on-sd-card"]], "Loading a Profile": [[27, "loading-a-profile"]], "Loading a gain table": [[27, "loading-a-gain-table"]], "Local Oscillator Control (LO)": [[27, "local-oscillator-control-lo"]], "Log In via ssh": [[90, "log-in-via-ssh"]], "Look at Context Attributes": [[59, "look-at-context-attributes"]], "Look at the sticker": [[97, "look-at-the-sticker"]], "Loopback": [[27, "loopback"]], "Low level register access via debugfs (direct_reg_access)": [[27, "low-level-register-access-via-debugfs-direct-reg-access"]], "Low-speed interface": [[61, "low-speed-interface"]], "M2k-fw": [[92, "m2k-fw"]], "MATLAB & Simulink Toolboxes": [[69, null]], "MATLAB / Simulink": [[103, "matlab-simulink"]], "MATLAB bindings": [[65, "matlab-bindings"]], "MATLAB format": [[5, "matlab-format"]], "MATLAB/Simulink/RF Blockset Questions": [[101, "matlab-simulink-rf-blockset-questions"]], "MATLAB/Simulink/SimRF Questions": [[112, "matlab-simulink-simrf-questions"]], "MAX32650FTHR": [[15, "max32650fthr"]], "MAX32655FTHR": [[15, "max32655fthr"]], "MCU Configuration & Setup": [[77, "mcu-configuration-setup"]], "MEMS Accelerometers": [[16, null]], "MGC controlling the gain using pin control": [[27, "mgc-controlling-the-gain-using-pin-control"]], "MGC setting the current Gain": [[27, "mgc-setting-the-current-gain"]], "Mac OS Installation": [[71, "mac-os-installation"]], "Mac OS X": [[65, "mac-os-x"]], "Mac OS X Drivers": [[89, "mac-os-x-drivers"]], "Magnitude Events": [[40, "magnitude-events"]], "Main Window": [[57, "main-window"]], "Main targets": [[88, "main-targets"]], "Making custom kernel changes": [[88, "making-custom-kernel-changes"]], "Manual Build": [[86, "manual-build"]], "Mass Storage": [[89, "mass-storage"], [89, "id6"], [89, "id10"]], "Mass Storage Drive Support": [[94, "mass-storage-drive-support"]], "Mass Storage Update": [[90, "mass-storage-update"]], "Materials": [[22, "materials"], [23, "materials"], [108, "materials"], [110, "materials"]], "MathWorks Webinars": [[6, "mathworks-webinars"], [10, "mathworks-webinars"]], "Memory Map": [[79, "memory-map"]], "Messages": [[44, "messages"]], "Mission": [[111, "mission"]], "Mixed Signal Basics": [[19, "mixed-signal-basics"]], "More info": [[112, "more-info"]], "More information": [[57, "more-information"]], "More information and useful links": [[15, "more-information-and-useful-links"]], "More \u201cJust Enough Software\u201d examples": [[22, "more-just-enough-software-examples"]], "Network Backends": [[60, "network-backends"]], "Network Update": [[90, "network-update"]], "New Rev D features": [[97, "new-rev-d-features"]], "Next Hop Frequency": [[27, "next-hop-frequency"]], "Next Steps: Developing on a remote host": [[22, "next-steps-developing-on-a-remote-host"]], "Next Steps: No-OS development on Linux? You bet!": [[22, "next-steps-no-os-development-on-linux-you-bet"]], "Next Steps: Other languages (C++, C#, MATLAB, etc.)": [[22, "next-steps-other-languages-c-c-matlab-etc"], [23, "next-steps-other-languages-c-c-matlab-etc"]], "Next Steps: Porting to a fully embedded system": [[22, "next-steps-porting-to-a-fully-embedded-system"]], "No-OS Questions": [[112, "no-os-questions"]], "ORX": [[26, "orx"], [26, "orx-1"]], "OSX": [[90, "osx"]], "Objective": [[108, "objective"], [110, "objective"]], "Objectives": [[61, "objectives"]], "Observation Chain": [[56, "observation-chain"]], "Observation RX Settings": [[54, "observation-rx-settings"]], "Observation RX Signal Path": [[27, "observation-rx-signal-path"]], "Obtaining the Build Sources": [[92, null]], "On MAC": [[90, "on-mac"]], "On the development host": [[43, "on-the-development-host"], [43, "id3"]], "On the target platform (devicetrees)": [[43, "on-the-target-platform-devicetrees"]], "One CW Tone": [[56, "one-cw-tone"]], "Opening a device": [[61, "opening-a-device"]], "Other Useful Links": [[71, "other-useful-links"]], "Other features": [[65, "other-features"]], "Other intermediate targets": [[88, "other-intermediate-targets"]], "Overview": [[15, "overview"], [74, "overview"], [76, "overview"], [78, "overview"]], "PA Protection": [[27, "pa-protection"]], "PA Protection Settings": [[26, "pa-protection-settings"], [54, "pa-protection-settings"]], "PRBS": [[27, "prbs"]], "Parsing issues": [[61, "parsing-issues"]], "Petalinux Device Trees": [[45, null]], "Petalinux, meta-adi and Device Trees": [[44, "petalinux-meta-adi-and-device-trees"]], "Physical System Setup": [[49, "physical-system-setup"]], "Pinout": [[100, "pinout"]], "Plots": [[79, "plots"]], "Plugin": [[55, "plugin"]], "Pluto rev C/D": [[90, "pluto-rev-c-d"]], "PlutoSDR as a Device": [[103, "plutosdr-as-a-device"]], "PlutoSDR as a host": [[103, "plutosdr-as-a-host"]], "PlutoSDR-fw": [[92, "plutosdr-fw"]], "Pmod Processor Connector": [[15, "pmod-processor-connector"]], "Pointers": [[31, "pointers"]], "Post-boot housekeeping": [[22, "post-boot-housekeeping"], [23, "post-boot-housekeeping"]], "Power Supply Considerations and Configuration": [[15, "power-supply-considerations-and-configuration"]], "Powering Down": [[49, "powering-down"]], "Precision ADC Tutorial": [[19, null], [24, null]], "Preparation - a few resources for learning Python": [[22, "preparation-a-few-resources-for-learning-python"], [23, "preparation-a-few-resources-for-learning-python"]], "Preparing the MCU": [[74, "preparing-the-mcu"]], "Preparing your environment": [[2, "preparing-your-environment"]], "Preparing your origin": [[2, "preparing-your-origin"]], "Prerequisite": [[79, "prerequisite"]], "Prerequisites": [[7, null], [11, null], [88, "prerequisites"], [103, null]], "Procedure": [[46, "procedure"], [48, "procedure"]], "Procedure: LT3080 Linear Regulator": [[108, "procedure-lt3080-linear-regulator"]], "Procedure: LTM8067 Isolated Flyback DC/DC Converter": [[108, "procedure-ltm8067-isolated-flyback-dc-dc-converter"]], "Products & Tools": [[17, null]], "Profile Settings": [[26, "profile-settings"]], "Profiles": [[27, "profiles"]], "Project list": [[50, null]], "Protocol": [[61, "protocol"]], "Protocols": [[64, "protocols"]], "Provided Waveforms": [[57, "provided-waveforms"]], "Pushing and triggering the CI": [[2, "pushing-and-triggering-the-ci"]], "PyADI-IIO": [[15, "pyadi-iio"], [18, "pyadi-iio"], [61, "pyadi-iio"], [71, null]], "Pyadi-iio And examples": [[22, "pyadi-iio-and-examples"], [23, "pyadi-iio-and-examples"]], "Python": [[18, "python"]], "Python bindings": [[61, "python-bindings"], [65, "python-bindings"]], "Querying or Setting a Gain Control Mode": [[27, "querying-or-setting-a-gain-control-mode"]], "Querying the ORx Sample Rate": [[27, "querying-the-orx-sample-rate"]], "Querying the RX Sample Rate and Primary Signal Bandwidth": [[27, "querying-the-rx-sample-rate-and-primary-signal-bandwidth"]], "Querying the TX Sample Rate and Primary Signal Bandwidth": [[27, "querying-the-tx-sample-rate-and-primary-signal-bandwidth"]], "Questions": [[108, "questions"]], "Questions, Comments, & Suggestions": [[111, "questions-comments-suggestions"]], "Quick Measure": [[79, "quick-measure"]], "Quick Start": [[86, "quick-start"]], "Quick Start with Toolbox": [[68, "quick-start-with-toolbox"], [70, "quick-start-with-toolbox"]], "Quickstart": [[8, null], [12, null]], "RX": [[26, "rx"], [26, "rx-1"]], "RX Gain Control": [[27, "rx-gain-control"]], "RX Settings": [[54, "rx-settings"]], "RX Signal Path": [[27, "rx-signal-path"]], "RX1": [[26, "rx1"]], "RX2": [[26, "rx2"]], "RapidNet IP": [[16, "rapidnet-ip"]], "Rate of Change Events": [[40, "rate-of-change-events"]], "Re purposing the button": [[96, "re-purposing-the-button"]], "Read a channel attributes": [[59, "read-a-channel-attributes"]], "Reading and writing": [[61, "reading-and-writing"]], "Reading and writing with the iio_buffer class": [[61, "reading-and-writing-with-the-iio-buffer-class"]], "Reading and writing, the old way": [[61, "reading-and-writing-the-old-way"]], "Reading the current Gain": [[27, "reading-the-current-gain"]], "Reboot": [[93, "reboot"]], "Reboot to DFU-Flash": [[93, "reboot-to-dfu-flash"]], "Reboot to DFU-RAM": [[93, "reboot-to-dfu-ram"]], "Rebooting": [[93, null]], "Rebuild LibIIO": [[60, "rebuild-libiio"]], "Receive AXI-ADC driver": [[27, "receive-axi-adc-driver"]], "Receive Chain": [[56, "receive-chain"]], "Receive flow (Rx)": [[70, "receive-flow-rx"]], "Received Strength Signal Indicator (RSSI)": [[27, "received-strength-signal-indicator-rssi"]], "Receiving data": [[104, "receiving-data"]], "RedHAT based distributions": [[60, "redhat-based-distributions"]], "Reference Designs": [[73, "reference-designs"], [80, null]], "Refilling and submitting a buffer": [[61, "refilling-and-submitting-a-buffer"]], "Release Notes": [[49, "release-notes"]], "Release Notification": [[90, "release-notification"]], "Release notes": [[51, null]], "Releases": [[85, "releases"]], "Remaining steps": [[60, "remaining-steps"]], "Removing the case": [[97, "removing-the-case"]], "Representative systems": [[18, "representative-systems"]], "Request for BMS Embedded Drivers": [[79, "request-for-bms-embedded-drivers"]], "Request for Software Access": [[76, "request-for-software-access"]], "Required Hardware": [[9, "required-hardware"], [13, "required-hardware"], [14, "required-hardware"]], "Required Software": [[9, "required-software"], [13, "required-software"], [14, "required-software"]], "Requirements": [[49, "requirements"], [76, "requirements"]], "Resources": [[74, "resources"], [77, "resources"], [78, "resources"]], "Resources For Building Your Own SDR": [[98, "resources-for-building-your-own-sdr"]], "Resuming work at a later time": [[2, "resuming-work-at-a-later-time"]], "Revision A": [[97, "revision-a"]], "Revision B": [[97, "revision-b"]], "Revision D": [[97, "revision-d"]], "Revisions": [[97, "revisions"]], "Running Integrated HDL Tests": [[70, "running-integrated-hdl-tests"]], "Running Local": [[57, "running-local"]], "Running Remote": [[57, "running-remote"], [59, "running-remote"]], "Running applications from USB drives": [[96, "running-applications-from-usb-drives"]], "Running directly on the RPi": [[15, "running-directly-on-the-rpi"]], "Running the example": [[15, "running-the-example"]], "Runtime Device Driver Customization": [[27, "runtime-device-driver-customization"]], "SD Card Write Issues": [[49, null]], "SD Card flashing": [[52, null]], "SPI": [[64, "spi"]], "Safety": [[108, "safety"]], "Sample Application": [[75, null]], "Sample C code Application": [[5, "sample-c-code-application"]], "Saving Captured Data": [[57, "saving-captured-data"]], "Scheduler": [[79, "scheduler"]], "Schematic, PCB Layout, Bill of Materials": [[15, "schematic-pcb-layout-bill-of-materials"], [107, "schematic-pcb-layout-bill-of-materials"]], "Screenshots": [[55, "screenshots"]], "Screenshots / Descriptions": [[54, "screenshots-descriptions"]], "Self Reception": [[99, null]], "Send a tone": [[96, "send-a-tone"]], "Sending and receiving commands": [[61, "sending-and-receiving-commands"]], "Sending and receiving samples": [[61, "sending-and-receiving-samples"]], "Sequences": [[79, "sequences"]], "Serial": [[89, "serial"], [89, "id5"], [89, "id9"]], "Server-side and client-side de-multiplexing": [[61, "server-side-and-client-side-de-multiplexing"]], "Setting the Observation Path LO Source": [[27, "setting-the-observation-path-lo-source"]], "Setting up UART": [[13, "setting-up-uart"]], "Setting up the Hardware": [[15, "setting-up-the-hardware"], [15, "id3"]], "Setup cross compile environment variables": [[43, "setup-cross-compile-environment-variables"]], "Show device name": [[27, "show-device-name"]], "Simple Host": [[103, "simple-host"]], "Simplification and standardization": [[61, "simplification-and-standardization"]], "Simulated Wien Bridge Oscillator": [[110, "simulated-wien-bridge-oscillator"]], "Simulation Models of Hardware": [[70, "simulation-models-of-hardware"]], "Slide Deck and Video": [[22, "slide-deck-and-video"], [23, "slide-deck-and-video"]], "Software": [[17, null], [58, null], [77, "software"], [100, "software"]], "Software Defined Radio using the Linux IIO Framework": [[6, "software-defined-radio-using-the-linux-iio-framework"], [10, "software-defined-radio-using-the-linux-iio-framework"]], "Software Download": [[76, "software-download"]], "Software Stack Background": [[22, "software-stack-background"]], "Software Stack Review": [[23, "software-stack-review"]], "Software User Guide": [[76, null], [79, null]], "Source Code": [[27, "source-code"]], "Source code": [[57, "source-code"]], "Source code and releases": [[60, "source-code-and-releases"]], "Specifications": [[74, "id1"], [78, "specifications"]], "Standalone trigger drivers": [[31, "standalone-trigger-drivers"]], "Standard Plugin": [[56, null]], "Standard calibration": [[63, "standard-calibration"]], "Starting IIOD with USB Support": [[60, "starting-iiod-with-usb-support"]], "Status": [[27, "status"]], "Stream Processor Configuration": [[27, "stream-processor-configuration"]], "Successful Boot Message": [[49, "successful-boot-message"]], "Support": [[71, "support"], [83, null], [85, "support"], [86, "support"], [101, null]], "Support Questions": [[71, "support-questions"]], "Supported Boards": [[70, "supported-boards"]], "Supported Devices": [[27, "supported-devices"]], "Supported Devices/Parts": [[71, "supported-devices-parts"]], "Supported Environments": [[8, "supported-environments"], [12, "supported-environments"]], "Supported Projects": [[49, "supported-projects"]], "Supported WIFI chipsets": [[94, "supported-wifi-chipsets"]], "Supported carriers": [[8, "supported-carriers"], [12, "supported-carriers"]], "System Architecture": [[74, "system-architecture"], [78, "system-architecture"]], "System Design": [[19, "system-design"]], "System Evaluation": [[74, "system-evaluation"]], "System Level Documentation": [[17, null]], "System Setup": [[77, "system-setup"]], "System Setup Using ADICUP3029": [[15, "system-setup-using-adicup3029"]], "System Setup Using EVAL-ADICUP360 (DEPRECATED)": [[15, "system-setup-using-eval-adicup360-deprecated"]], "System Setup Using MAX32655FTHR or MAX32650FTHR": [[15, "system-setup-using-max32655fthr-or-max32650fthr"]], "System Setup Using Raspberry Pi": [[15, "system-setup-using-raspberry-pi"]], "System Verification": [[49, "system-verification"]], "TX": [[26, "tx"]], "TX Settings": [[54, "tx-settings"]], "TX Signal Path": [[27, "tx-signal-path"]], "TX1": [[26, "tx1"]], "TX2": [[26, "tx2"]], "Table of Contents": [[6, "table-of-contents"], [10, "table-of-contents"]], "Tabs": [[76, "tabs"]], "Take it apart and look": [[97, "take-it-apart-and-look"]], "Teaching Materials & Lab Exercises": [[111, "teaching-materials-lab-exercises"]], "Temperature Sensors": [[16, "temperature-sensors"]], "Temperature calibration": [[63, "temperature-calibration"]], "Templates": [[1, "templates"]], "Temporal Conditions": [[40, "temporal-conditions"]], "Test Results": [[100, "test-results"]], "Testing": [[9, "testing"], [13, "testing"], [14, "testing"], [60, "testing"]], "Testing in IIO Oscilloscope": [[100, "testing-in-iio-oscilloscope"]], "Testing on the target": [[88, "testing-on-the-target"]], "The XML and local backends": [[61, "the-xml-and-local-backends"]], "The XML backend": [[61, "the-xml-backend"]], "The command interpreter": [[61, "the-command-interpreter"]], "The local backend": [[61, "the-local-backend"]], "The network backend": [[61, "the-network-backend"]], "The network backend and IIO Daemon": [[61, "the-network-backend-and-iio-daemon"]], "The read/write thread": [[61, "the-read-write-thread"]], "Thermal Resistance Primer": [[108, "thermal-resistance-primer"]], "Threshold Events": [[40, null]], "Time Domain View": [[55, "time-domain-view"]], "Todo": [[18, "id1"], [18, "id3"], [22, "id1"], [22, "id2"], [23, "id1"]], "Toolbox Dependencies": [[70, "toolbox-dependencies"]], "Tools": [[81, null], [81, null]], "Tools for High Speed Mixed Signal System Design": [[19, null]], "Tools for High-Speed Mixed Signal System Design": [[21, null]], "Tools for Low Speed Mixed Signal System Design": [[19, null], [22, null]], "Tools for Precision Wideband Mixed Signal System Design": [[19, null], [23, null]], "Tools for your Toolbox: SSH, SCP, VNC": [[18, "tools-for-your-toolbox-ssh-scp-vnc"]], "Transceiver Toolbox": [[70, null]], "Transceiver/Radio Boards": [[16, null]], "Transmit AXI-DAC / DDS driver": [[27, "transmit-axi-dac-dds-driver"]], "Transmit Chain": [[56, "transmit-chain"]], "Transmit flow (Tx)": [[70, "transmit-flow-tx"]], "Transmit/DDS": [[56, "transmit-dds"]], "Trigger and software ring buffer support": [[31, "trigger-and-software-ring-buffer-support"]], "Trigger settings": [[57, "trigger-settings"]], "Tutorials, Glossary, Terminology, eBooks and Other Helpful Resources": [[111, "tutorials-glossary-terminology-ebooks-and-other-helpful-resources"]], "Two CW Tone": [[56, "two-cw-tone"]], "Tx Attenuation Control": [[27, "tx-attenuation-control"]], "Tx Attenuation Pin Control": [[27, "tx-attenuation-pin-control"]], "Tx Off": [[99, "tx-off"]], "Tx On, and not sending a signal": [[99, "tx-on-and-not-sending-a-signal"]], "Tx On, and sending a signal": [[99, "tx-on-and-sending-a-signal"]], "Tx On, but offset more than your channel": [[99, "tx-on-but-offset-more-than-your-channel"]], "UART": [[64, "uart"]], "USB Device Mode Kernel Support": [[60, "usb-device-mode-kernel-support"]], "USB Devices": [[89, "usb-devices"]], "USB OTG": [[96, null]], "USB OTG \u2013 HOST function Support": [[94, null]], "USB Wifi Support": [[94, "usb-wifi-support"]], "USB Wired Ethernet Support": [[94, "usb-wired-ethernet-support"]], "USB to Serial UART adapter script": [[66, "usb-to-serial-uart-adapter-script"]], "Ubuntu 20 and Older": [[57, "ubuntu-20-and-older"]], "Unboxing guide": [[8, "unboxing-guide"], [12, "unboxing-guide"]], "Understanding git lfs": [[2, "understanding-git-lfs"]], "Understanding which libiio is being used": [[60, "understanding-which-libiio-is-being-used"]], "University Program": [[17, null]], "Update using DFU mode": [[90, "update-using-dfu-mode"]], "Updating": [[49, "updating"], [53, null]], "Updating your repository": [[92, "updating-your-repository"]], "Upgrading": [[90, "upgrading"]], "Usage Examples": [[5, "usage-examples"]], "Use case for the structure": [[0, "use-case-for-the-structure"]], "Useful Articles": [[68, "useful-articles"]], "User Space Tools": [[53, "user-space-tools"]], "User guide": [[57, "user-guide"]], "User guides": [[16, null]], "Users and Passwords": [[49, "users-and-passwords"]], "Using DISKPART via Windows command prompt": [[52, "using-diskpart-via-windows-command-prompt"]], "Using SD Card Formatter": [[52, "using-sd-card-formatter"]], "Using With LabVIEW": [[85, null]], "Using a script": [[43, "using-a-script"], [43, "id1"]], "Using the Linaro toolchain": [[43, "using-the-linaro-toolchain"], [43, "id5"]], "Using the Xilinx toolchain": [[43, "using-the-xilinx-toolchain"], [43, "id4"]], "Using the application": [[57, "using-the-application"]], "Using with MATLAB": [[86, null]], "VCK190 + EVAL-ADRV9026/ADRV9029": [[12, "vck190-eval-adrv9026-adrv9029"]], "VCK190 Quickstart": [[13, null]], "VDD_GPO": [[100, "vdd-gpo"]], "Verify": [[52, "verify"]], "Verify the Download (Optional)": [[52, "verify-the-download-optional"]], "Verify the download": [[52, "verify-the-download"]], "Videos": [[6, "videos"], [10, "videos"], [87, "videos"]], "Voltage Controlled Oscillators": [[16, "voltage-controlled-oscillators"]], "Warning": [[6, "warning"], [10, "warning"], [110, "warning"]], "What does \u201cJust Enough Software\u201d look like?": [[22, "what-does-just-enough-software-look-like"]], "What software do I need for my SDR?": [[25, null]], "What\u2019s Inside the Box?": [[74, "what-s-inside-the-box"], [78, "what-s-inside-the-box"]], "Wheatstone Bridge Simulation": [[110, "wheatstone-bridge-simulation"]], "When does the device automatically enter DFU mode?": [[90, "when-does-the-device-automatically-enter-dfu-mode"]], "Which revision do I have?": [[97, "which-revision-do-i-have"]], "Why Do a rev E?": [[97, "why-do-a-rev-e"]], "Why a network backend?": [[61, "why-a-network-backend"]], "Why do a Rev B?": [[97, "why-do-a-rev-b"]], "Why do a Rev C?": [[97, "why-do-a-rev-c"]], "Wien Bridge Oscillator: ADALM2000 version": [[109, "wien-bridge-oscillator-adalm2000-version"]], "Win32DiskImager": [[52, "win32diskimager"]], "Windows": [[57, "windows"], [64, "windows"], [65, "windows"], [66, "windows"], [90, "windows"], [90, "id1"]], "Windows Drivers": [[89, "windows-drivers"]], "Windows Installation": [[71, "windows-installation"]], "Windows Support": [[85, "windows-support"]], "Windows/OSX": [[90, "windows-osx"]], "Workshop Slide Deck": [[108, "workshop-slide-deck"]], "Workshops": [[19, "workshops"]], "Wrapup": [[22, "wrapup"], [23, "wrapup"]], "Write to a channel attribute": [[59, "write-to-a-channel-attribute"]], "Writing SD Card Command Line": [[52, "writing-sd-card-command-line"]], "Writing SD Card GUI": [[52, "writing-sd-card-gui"]], "Writing the preloader file": [[49, "writing-the-preloader-file"]], "ZCU102 + ADRV9009/PCBZ": [[8, "zcu102-adrv9009-pcbz"]], "ZCU102 + EVAL-ADRV9026/ADRV9029": [[12, "zcu102-eval-adrv9026-adrv9029"]], "ZCU102 Quickstart": [[9, null], [14, null]], "ZYNQ Processing System / FPGA Boot Files": [[53, "zynq-processing-system-fpga-boot-files"]], "Zero-configuration": [[61, "zero-configuration"]], "Zerocopy": [[61, "zerocopy"]], "analog-in": [[66, "analog-in"]], "analog-out": [[66, "analog-out"]], "calibration": [[65, "calibration"]], "description": [[63, "description"], [66, "description"], [66, "id2"], [66, "description-2"], [66, "id6"], [66, "id8"], [66, "id10"], [66, "id12"], [66, "id14"]], "digital": [[66, "digital"]], "digital communication": [[65, "digital-communication"]], "examples": [[63, "examples"]], "i2c": [[66, "i2c"]], "iio-trig-bfin-timer driver": [[29, null]], "iio-trig-sysfs driver": [[30, null]], "iio_attr": [[59, "iio-attr"]], "iio_info": [[59, "iio-info"]], "iio_readdev": [[59, "iio-readdev"]], "iio_reg": [[59, "iio-reg"]], "iio_writedev": [[59, "iio-writedev"]], "info.html page": [[97, "info-html-page"]], "libiio - AD9361 IIO streaming example": [[60, "libiio-ad9361-iio-streaming-example"]], "libiio Examples": [[60, "libiio-examples"]], "m2kcli": [[65, "m2kcli"]], "m2kcli and sigrok-cli": [[66, "m2kcli-and-sigrok-cli"]], "macOS": [[57, "macos"]], "mmWave Imaging": [[16, "mmwave-imaging"]], "on Linux": [[90, "on-linux"]], "power-supply": [[66, "power-supply"]], "spi": [[66, "spi"]], "ssh config": [[89, "ssh-config"], [89, "id8"]], "synopsis": [[63, "synopsis"], [66, "synopsis"], [66, "id1"], [66, "id3"], [66, "id5"], [66, "id7"], [66, "id9"], [66, "id11"], [66, "id13"]], "sysfs": [[62, "sysfs"]], "sysfs trigger creation and removal": [[30, "sysfs-trigger-creation-and-removal"]], "uart": [[66, "uart"]], "uart-terminal": [[66, "uart-terminal"]]}, "docnames": ["contributing/creating_new_pages", "contributing/docs_guidelines", "contributing/forking_publishing", "contributing/index", "eval/index", "eval/user-guide/adrv9009/basic-iq-datafiles", "eval/user-guide/adrv9009/index", "eval/user-guide/adrv9009/prerequisites", "eval/user-guide/adrv9009/quickstart/index", "eval/user-guide/adrv9009/quickstart/zynqmp", "eval/user-guide/adrv9026/index", "eval/user-guide/adrv9026/prerequisites", "eval/user-guide/adrv9026/quickstart/index", "eval/user-guide/adrv9026/quickstart/versal", "eval/user-guide/adrv9026/quickstart/zynqmp", "eval/user-guide/eval-adxl355-pmdz/index", "eval/user-guide/index", "index", "learning/converter_connectivity_tutorial/index", "learning/index", "learning/sw_infrastructure/index", "learning/tools_for_hs/index", "learning/tools_for_ls/index", "learning/tools_for_prec_wb/index", "learning/tutorial_prec_adc/index", "learning/workshop_what_sw_for_sdr/index", "linux/drivers/iio-transceiver/adrv9009/customization", "linux/drivers/iio-transceiver/adrv9009/index", "linux/drivers/iio-transceiver/index", "linux/drivers/iio/iio-trig-bfin-timer", "linux/drivers/iio/iio-trig-sysfs", "linux/drivers/iio/index", "linux/drivers/iio/snippets/buffer-management", "linux/drivers/iio/snippets/debugfs-direct-reg-access", "linux/drivers/iio/snippets/device", "linux/drivers/iio/snippets/devices-with-consumer-interface", "linux/drivers/iio/snippets/event-management", "linux/drivers/iio/snippets/pointers", "linux/drivers/iio/snippets/standalone-trigger-drivers", "linux/drivers/iio/snippets/typical-adc-scan-elements", "linux/drivers/iio/snippets/typical-event-attributes", "linux/drivers/index", "linux/index", "linux/kernel/index", "linux/kernel/petalinux", "linux/kernel/petalinux-dts/index", "linux/kernel/petalinux-dts/petalinux-custom-dts", "linux/kernel/petalinux-dts/petalinux-meta-adi-bypass", "linux/kernel/petalinux-dts/petalinux-system-user", "linux/kuiper/index", "linux/kuiper/project-list", "linux/kuiper/release-notes", "linux/kuiper/sdcard/index", "linux/kuiper/update", "software/iio-oscilloscope/adrv9009/advanced-plugin", "software/iio-oscilloscope/adrv9009/index", "software/iio-oscilloscope/adrv9009/plugin", "software/iio-oscilloscope/index", "software/index", "software/libiio/cli", "software/libiio/index", "software/libiio/internals", "software/libiio/tips-tricks", "software/libm2k/calibration", "software/libm2k/digital_communication", "software/libm2k/index", "software/libm2k/m2kcli", "software/matlab/bsp-extend", "software/matlab/hsx-toolbox/index", "software/matlab/index", "software/matlab/transceiver-toolbox/index", "software/pyadi-iio/index", "solutions/application-software/index", "solutions/index", "solutions/reference-designs/ad-bmse2e3w-sl/index", "solutions/reference-designs/ad-bmse2e3w-sl/sample_application/index", "solutions/reference-designs/ad-bmse2e3w-sl/software_guide/index", "solutions/reference-designs/ad-cellpackbm-sl/hardware_guide/index", "solutions/reference-designs/ad-cellpackbm-sl/index", "solutions/reference-designs/ad-cellpackbm-sl/software_guide/index", "solutions/reference-designs/index", "tools/index", "tools/m2k/devs/index", "tools/m2k/help_support", "tools/m2k/index", "tools/m2k/labview", "tools/m2k/matlab", "tools/m2k/users/index", "tools/pluto-m2k/building_the_image", "tools/pluto-m2k/drivers", "tools/pluto-m2k/firmware", "tools/pluto-m2k/index", "tools/pluto-m2k/obtaining_the_sources", "tools/pluto-m2k/reboot", "tools/pluto-m2k/usb_otg_host", "tools/pluto/devs/index", "tools/pluto/devs/usb_otg", "tools/pluto/hacking/hardware", "tools/pluto/hacking/index", "tools/pluto/hacking/listening_to_yourself", "tools/pluto/hacking/power_amp", "tools/pluto/help_support", "tools/pluto/index", "tools/pluto/prerequisites", "tools/pluto/transceiver_transferring_data", "tools/pluto/users/antennas", "tools/pluto/users/index", "tools/uartjtag/index", "university/active_learning/efficiency_power_loss/index", "university/active_learning/index", "university/active_learning/wien_bridge_oscillator/index", "university/index", "user-guide/ad-fmcomms2-ebz/help-and-support"], "envversion": {"sphinx": 64, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.todo": 2}, "filenames": ["contributing/creating_new_pages.rst", "contributing/docs_guidelines.rst", "contributing/forking_publishing.rst", "contributing/index.rst", "eval/index.rst", "eval/user-guide/adrv9009/basic-iq-datafiles.rst", "eval/user-guide/adrv9009/index.rst", "eval/user-guide/adrv9009/prerequisites.rst", "eval/user-guide/adrv9009/quickstart/index.rst", "eval/user-guide/adrv9009/quickstart/zynqmp.rst", "eval/user-guide/adrv9026/index.rst", "eval/user-guide/adrv9026/prerequisites.rst", "eval/user-guide/adrv9026/quickstart/index.rst", "eval/user-guide/adrv9026/quickstart/versal.rst", "eval/user-guide/adrv9026/quickstart/zynqmp.rst", "eval/user-guide/eval-adxl355-pmdz/index.rst", "eval/user-guide/index.rst", "index.rst", "learning/converter_connectivity_tutorial/index.rst", "learning/index.rst", "learning/sw_infrastructure/index.rst", "learning/tools_for_hs/index.rst", "learning/tools_for_ls/index.rst", "learning/tools_for_prec_wb/index.rst", "learning/tutorial_prec_adc/index.rst", "learning/workshop_what_sw_for_sdr/index.rst", "linux/drivers/iio-transceiver/adrv9009/customization.rst", "linux/drivers/iio-transceiver/adrv9009/index.rst", "linux/drivers/iio-transceiver/index.rst", "linux/drivers/iio/iio-trig-bfin-timer.rst", "linux/drivers/iio/iio-trig-sysfs.rst", "linux/drivers/iio/index.rst", "linux/drivers/iio/snippets/buffer-management.rst", "linux/drivers/iio/snippets/debugfs-direct-reg-access.rst", "linux/drivers/iio/snippets/device.rst", "linux/drivers/iio/snippets/devices-with-consumer-interface.rst", "linux/drivers/iio/snippets/event-management.rst", "linux/drivers/iio/snippets/pointers.rst", "linux/drivers/iio/snippets/standalone-trigger-drivers.rst", "linux/drivers/iio/snippets/typical-adc-scan-elements.rst", "linux/drivers/iio/snippets/typical-event-attributes.rst", "linux/drivers/index.rst", "linux/index.rst", "linux/kernel/index.rst", "linux/kernel/petalinux.rst", "linux/kernel/petalinux-dts/index.rst", "linux/kernel/petalinux-dts/petalinux-custom-dts.rst", "linux/kernel/petalinux-dts/petalinux-meta-adi-bypass.rst", "linux/kernel/petalinux-dts/petalinux-system-user.rst", "linux/kuiper/index.rst", "linux/kuiper/project-list.rst", "linux/kuiper/release-notes.rst", "linux/kuiper/sdcard/index.rst", "linux/kuiper/update.rst", "software/iio-oscilloscope/adrv9009/advanced-plugin.rst", "software/iio-oscilloscope/adrv9009/index.rst", "software/iio-oscilloscope/adrv9009/plugin.rst", "software/iio-oscilloscope/index.rst", "software/index.rst", "software/libiio/cli.rst", "software/libiio/index.rst", "software/libiio/internals.rst", "software/libiio/tips-tricks.rst", "software/libm2k/calibration.rst", "software/libm2k/digital_communication.rst", "software/libm2k/index.rst", "software/libm2k/m2kcli.rst", "software/matlab/bsp-extend.rst", "software/matlab/hsx-toolbox/index.rst", "software/matlab/index.rst", "software/matlab/transceiver-toolbox/index.rst", "software/pyadi-iio/index.rst", "solutions/application-software/index.rst", "solutions/index.rst", "solutions/reference-designs/ad-bmse2e3w-sl/index.rst", "solutions/reference-designs/ad-bmse2e3w-sl/sample_application/index.rst", "solutions/reference-designs/ad-bmse2e3w-sl/software_guide/index.rst", "solutions/reference-designs/ad-cellpackbm-sl/hardware_guide/index.rst", "solutions/reference-designs/ad-cellpackbm-sl/index.rst", "solutions/reference-designs/ad-cellpackbm-sl/software_guide/index.rst", "solutions/reference-designs/index.rst", "tools/index.rst", "tools/m2k/devs/index.rst", "tools/m2k/help_support.rst", "tools/m2k/index.rst", "tools/m2k/labview.rst", "tools/m2k/matlab.rst", "tools/m2k/users/index.rst", "tools/pluto-m2k/building_the_image.rst", "tools/pluto-m2k/drivers.rst", "tools/pluto-m2k/firmware.rst", "tools/pluto-m2k/index.rst", "tools/pluto-m2k/obtaining_the_sources.rst", "tools/pluto-m2k/reboot.rst", "tools/pluto-m2k/usb_otg_host.rst", "tools/pluto/devs/index.rst", "tools/pluto/devs/usb_otg.rst", "tools/pluto/hacking/hardware.rst", "tools/pluto/hacking/index.rst", "tools/pluto/hacking/listening_to_yourself.rst", "tools/pluto/hacking/power_amp.rst", "tools/pluto/help_support.rst", "tools/pluto/index.rst", "tools/pluto/prerequisites.rst", "tools/pluto/transceiver_transferring_data.rst", "tools/pluto/users/antennas.rst", "tools/pluto/users/index.rst", "tools/uartjtag/index.rst", "university/active_learning/efficiency_power_loss/index.rst", "university/active_learning/index.rst", "university/active_learning/wien_bridge_oscillator/index.rst", "university/index.rst", "user-guide/ad-fmcomms2-ebz/help-and-support.rst"], "indexentries": {}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [0, 2, 5, 6, 9, 10, 13, 14, 15, 17, 18, 27, 35, 39, 43, 44, 45, 46, 49, 52, 53, 54, 56, 57, 59, 60, 61, 62, 63, 65, 66, 68, 70, 77, 79, 83, 84, 86, 87, 88, 89, 90, 94, 95, 96, 97, 99, 100, 101, 102, 103, 105, 106, 108, 110, 111, 112], "0": [2, 5, 9, 13, 14, 15, 18, 26, 27, 29, 30, 32, 39, 43, 44, 47, 48, 49, 52, 53, 54, 56, 57, 59, 60, 61, 62, 63, 64, 65, 66, 70, 74, 76, 77, 78, 79, 84, 85, 86, 88, 89, 90, 93, 94, 96, 97, 99, 100, 103, 104, 106, 108, 110], "00": [9, 13, 14, 44, 49, 53, 59, 89, 90, 99], "000": [9, 44, 105], "0000": [9, 13, 14, 44, 89], "000000": [9, 13, 14, 27, 44, 49, 59], "0000000": [59, 89], "00000000": [60, 90], "000000000": 5, "00000000077d5000": 44, "00000000077e4838": 44, "000000000ffee000": 9, "000000000fff1000": 14, "000000000ffff2e0": 14, "000000000ffff7f1": 9, "000000007deb5000": 13, "000000007debe0a0": 13, "00000001": 89, "0000010": [59, 89], "0000020": [59, 89], "000003": [9, 44], "0000030": [59, 89], "0000040": [59, 89], "000005": 49, "0000050": [59, 89], "0000060": [59, 89], "0000070": [59, 89], "0000080": [59, 89], "0000090": 89, "00000a0": 89, "00000b0": 89, "00000c0": 89, "00000d0": 89, "00000e0": 89, "00000f0": 89, "00001000": [13, 90], "00008000": 43, "0001": [9, 14, 44, 89], "0002": [9, 13, 14, 44, 49, 89], "0002274": 5, "0003": [9, 14, 44], "000322": 9, "000338": 9, "000346": 9, "000347": 44, "000366": 44, "000373": 44, "00041": 93, "000441": 9, "000447": 9, "000471": 44, "000485": 44, "0005": 89, "00079": 59, "000935": 9, "001036": 44, "001081": 44, "0011": 89, "0012": 89, "001223": 13, "0013": 89, "00131": 59, "001351": 5, "001426": 44, "001448": 9, "001449": 44, "001454": 44, "001520": 9, "001546": 44, "0016": 89, "001768": 5, "001787": 44, "001815": 44, "001824": 9, "001850": 9, "001b": 89, "001c": 89, "0020": [9, 14, 44], "002081": 44, "002085": 5, "002097": 9, "002098": 44, "0021": [9, 14, 44], "002115": 9, "0022": 89, "00225": 59, "002351": 44, "002357": 9, "002369": 44, "002374": 9, "0024": 89, "002409": 9, "002410": 44, "002422": 9, "002424": 44, "002428": 9, "002429": 44, "002434": 9, "002436": 44, "002446": 9, "002449": 44, "0025": 89, "0027": 89, "00277": 59, "002a": 89, "002c": [13, 89], "002f": 14, "003": 90, "0030": 89, "003099": 9, "0031": 89, "003172": 44, "0034": 89, "0036": [14, 89], "0037": 89, "00370": 59, "003730": 44, "003753": 49, "0038": 89, "003848": 14, "0039": 89, "003b": 89, "0040": [9, 14, 44, 89], "0041": [9, 14, 44, 89], "0042": [9, 14, 44, 89], "004209": 13, "00421": 59, "004291": 13, "0043": [9, 14, 44], "0044": [9, 14, 44, 89], "0045": [9, 14, 44, 89], "0046": [9, 14, 44], "0047": [9, 14, 44, 89], "0049": [13, 14], "004a": [9, 14, 44], "004b": [9, 14, 44, 89], "004d": 89, "0050": [9, 14, 44], "0051": 49, "00512": 59, "005162": 14, "00535": 88, "0054": [9, 14, 44], "00561": 59, "0058": 89, "005998": 14, "005c": [49, 89], "005d": [9, 14, 44, 89], "005e": 89, "005f": 89, "00648": 59, "0068": [49, 89], "0069": 14, "00695": 59, "006a": 89, "006c": 89, "006e": 89, "0071": 89, "0073": 89, "0074": [9, 14, 44], "007454": 14, "0075": [9, 14, 44], "0076": 89, "007614": 14, "007886": 49, "0079": 89, "007b": 89, "007e": 89, "008": 90, "00822": 59, "008280": 13, "008416": 14, "008421": 13, "0086": 89, "008616": 13, "0087": 89, "008711": 44, "008727": 44, "008a": 89, "008e": 89, "008f": 89, "009": 90, "009064": 13, "00940": 59, "0095": 89, "009637": 14, "0097": 89, "009958": 14, "00b28ddf47aef9cea7": [13, 14], "00d6": 89, "00e022d6d804": 89, "00mhz": [13, 14], "01": [9, 13, 14, 44, 47, 49, 53, 88, 89], "010": 9, "0100": 14, "010388": 9, "01048": 59, "010600": 9, "0110": 90, "01145": 59, "012053": 14, "01230": 59, "012485": 14, "012773": 13, "012874": 13, "01296": 59, "01302": 59, "0133": 89, "01356": 59, "01360": 59, "013773": 14, "01401": 59, "01404": 59, "014117": 44, "014166": 13, "014168": 49, "014199": 9, "01431": 59, "01433": 59, "014357": 44, "01447": 59, "01448": 59, "015101": 13, "015314": 49, "015539": 49, "015760": 9, "017796": 13, "018108": 14, "018321": 44, "018342": 44, "018614": 49, "018644": 49, "018855": 13, "019168": 13, "019651": 14, "019959": 13, "01c": 14, "02": [9, 13, 14, 44], "0200": [9, 93], "02000000": 49, "020348": 9, "020863": 14, "02100000": 49, "021782": 44, "022090": 49, "0221": [90, 93], "022272": 14, "022282": 89, "022839": 14, "022988": 13, "023298": 13, "024170": 14, "024763": 9, "024775": 44, "026304": 49, "026590": 44, "026762": 13, "027571": 14, "027812": 13, "027998": 14, "028015": 13, "028380": 13, "029004": 9, "029098": 49, "029710": 14, "03": [9, 13, 14, 88, 110], "0300": 49, "0301": [9, 14, 44], "030220": 14, "030452": 14, "031154": 14, "031621035": 14, "032119": 13, "032261": 13, "032342": 13, "033295": 14, "033798": 49, "034084": 49, "034536": 14, "034649": 9, "034787": 14, "035667": 13, "035822": 13, "036234": 14, "036278": 14, "036663": 9, "037389": 13, "04": [9, 44, 89, 100, 103], "04000000": [9, 14], "040165": 9, "040222": 13, "040511": 49, "0406": 89, "040771484": 59, "041076": 49, "042394": 13, "042591": 9, "042794": 14, "043098": 14, "043515": 14, "044071": 13, "044184": 9, "044544": 13, "044681": 9, "044891": 14, "044984": 9, "0456": [59, 60, 89, 90, 93], "046799": 14, "046963": 44, "047154": 13, "047321": 14, "047986": 49, "048359": 13, "0485d9426f14433eb6a669e00fa52940": 14, "048732": 14, "049285": 14, "049358": 49, "049444": 13, "049485": 49, "04msp": 5, "05": [9, 14, 27, 43, 53, 60, 89], "050105": 9, "050323": 14, "050652": 13, "050798": 13, "051096": 44, "051980": 9, "052007": 44, "052215": 9, "052567": 49, "052752": 14, "052777": 14, "053500": 13, "053834": 9, "054259": 49, "055481": 13, "055776": 14, "056206": 49, "056441": 14, "056629": 49, "056906": 13, "057162": 14, "057477": 44, "057815": 13, "058476": 13, "059126": 9, "059153": 14, "059451": 49, "059652": 14, "05db": 26, "06": [13, 14, 49, 53], "060928": 13, "061188": 14, "061895": 14, "061969": 14, "062371": 14, "062425": 14, "062465": 14, "062580": 9, "062808": 14, "062852": 44, "062863": 14, "062909": 14, "063047": 14, "063246": 49, "063274": 13, "064339": 9, "065541": 49, "065551": 49, "065577": 9, "065583": 13, "067432": 14, "067508": 14, "068965": 14, "069267": 13, "069284": 9, "069526": 49, "069615": 44, "06m": 108, "07": [9, 13, 14, 49, 52, 89], "070849": 13, "070852": 14, "070990": 14, "071450": 13, "071502": 14, "071799": 49, "072116": 13, "073547": 63, "073816": 14, "07428": 63, "075188": 9, "076198": 49, "076253": 13, "076375": 44, "076836": 49, "077340": 14, "077923": 14, "077e5000": 44, "078009": 44, "079784": 14, "07fffdbf": 44, "08": [9, 14, 44, 59, 90], "080285": 9, "080467": 14, "080566": 14, "081633": 13, "081933": 49, "081940": 49, "082517": 13, "082581": 49, "083136": 44, "083530": 14, "083850": 14, "084482": 9, "08511": 89, "085735": 14, "086149": 13, "086338": 14, "087308": 14, "089428": 9, "089769": 49, "089908": 44, "09": [14, 44, 49, 67], "090217": 14, "090892": 14, "091384": 13, "091890": 14, "092008": 9, "092036": 44, "092051": 14, "092713": 49, "092839": 44, "093194": 13, "093225": 13, "093243": 13, "093293": 13, "093860": 14, "093977": 9, "094055": 14, "094632": 13, "094776": 14, "096011": 49, "096673": 44, "096792": 49, "096894": 14, "096969": 14, "097544": 14, "098046": 13, "099683": 14, "09ff5000": 49, "09fff779": 49, "0a": [9, 44], "0b25bea5": 49, "0c": [9, 14, 44], "0dbf": [26, 96], "0e": 13, "0f": 89, "0k": 88, "0khz": 110, "0m0": 52, "0m32": 52, "0m5": 100, "0v": 77, "0x": [5, 13, 14], "0x0": [9, 27, 44, 49, 59], "0x00": 48, "0x000000": 49, "0x00000000": 13, "0x0000000000": [13, 14], "0x000000000000": [9, 14, 44], "0x0000000000000000": [13, 14, 49], "0x0000000000000810": 13, "0x0000000001": [13, 14], "0x0000000002": 14, "0x0000000002010810": 14, "0x0000000003": 14, "0x000000002fffffff": 49, "0x0000000030000000": 49, "0x000000003fffffff": 49, "0x0000000069e00000": 13, "0x000000006c000000": 14, "0x000000006de00000": 13, "0x0000000070000000": [9, 14, 44], "0x000000007fffffff": [13, 14], "0x00000000f902f000": [9, 14, 44], "0x00000000f9080000": 13, "0x00000000f90a0000": 13, "0x00000000ff000000": [13, 14], "0x00000000ffffffff": [13, 14], "0x0000000100000000": [13, 14], "0x0000000800000000": [13, 14], "0x000000087fffffff": 14, "0x000000097fffffff": 13, "0x000000100000": [9, 14, 44], "0x000000600000": [9, 14, 44], "0x000000620000": [9, 14, 44], "0x000000c00000": [9, 14, 44], "0x00003fff": 5, "0x00007fff": 5, "0x00008001": 5, "0x0000c001": 5, "0x00080000": 44, "0x001000": 13, "0x00e0000000": 14, "0x00efffffff": 14, "0x01": 48, "0x0107010b": 13, "0x02": [15, 48], "0x02010810": 9, "0x0238f625": [9, 14, 44], "0x0238fe65": 13, "0x03": 26, "0x0456": 88, "0x0600000000": 14, "0x060400": 14, "0x07ffffffff": 14, "0x09": 66, "0x0b": [64, 66], "0x0c": [26, 48], "0x0f": [26, 64], "0x10": 49, "0x100": [9, 14, 44], "0x100000": 49, "0x1000000": 49, "0x100000e0": 44, "0x100060": 49, "0x1073a6ac": 44, "0x10746fac": 44, "0x110": 13, "0x123": 27, "0x13c63cdd": 5, "0x13c6c323": 5, "0x170f8dc196": 9, "0x170f8de2d3": 44, "0x171024e7e0": [13, 14], "0x17d78400": 48, "0x180": [9, 14, 44], "0x1ffffffffffffff": [13, 14], "0x20": 89, "0x20000": 88, "0x2000000": 49, "0x22010810": 44, "0x24738093": 14, "0x259d33c6": 5, "0x259dcc3a": 5, "0x278d79bb": 5, "0x278d8645": 5, "0x28": 48, "0x3": [9, 14, 44, 59], "0x333": [26, 27], "0x33c6259d": 5, "0x33c6da63": 5, "0x37": 49, "0x38000000": 49, "0x39c": 49, "0x3cdd13c6": 5, "0x3cddec3a": 5, "0x3fff0000": 5, "0x40": [27, 33], "0x4000": 61, "0x4000000": [9, 14], "0x410030c9": 49, "0x410fd034": 14, "0x410fd083": 13, "0x48": [18, 64, 66], "0x4b3b678d": 5, "0x4b3b9873": 5, "0x50": [27, 33], "0x50070106": [9, 14, 44], "0x558": 49, "0x5c": 59, "0x600000000": [9, 14, 44], "0x678d4b3b": 5, "0x678db4c5": 5, "0x6bfff000": [9, 44], "0x6ffff000": [9, 44], "0x7": [27, 33], "0x718c7e00": 48, "0x76560001": 49, "0x79bb278d": 5, "0x79bbd873": 5, "0x7e7be8": 49, "0x7fff0000": 5, "0x7ffffffff": [9, 14, 44], "0x8000": [43, 61, 88], "0x8000000": [9, 14, 44], "0x80000000": [27, 33], "0x80010000": 5, "0x80062": [27, 33], "0x84a00000": [9, 14], "0x84a04000": [9, 14], "0x84a50000": 9, "0x84a60000": [9, 14], "0x84a80000": [9, 14], "0x84a90000": 14, "0x84aa0000": 14, "0x8645278d": 5, "0x8645d873": 5, "0x90062": 59, "0x90162": 59, "0x98734b3b": 5, "0x9873b4c5": 5, "0x99020000": 44, "0x99024000": 44, "0x99040000": 44, "0x99044000": 44, "0xa": 89, "0xa4a04000": 13, "0xa5": 48, "0xab": 64, "0xb1": 26, "0xb4c5678d": 5, "0xb4c59873": 5, "0xb673": 88, "0xb674": 90, "0xb8": 48, "0xc0": 26, "0xc0010000": 5, "0xc32313c6": 5, "0xc323ec3a": 5, "0xc4": 66, "0xcc3a259d": 5, "0xcc3ada63": 5, "0xd87379bb": 5, "0xd8738645": 5, "0xda6333c6": 5, "0xda63cc3a": 5, "0xe0000000": [9, 14, 44], "0xe4": 26, "0xec3a3cdd": 5, "0xec3ac323": 5, "0xefffffff": [9, 14, 44], "0xfd0c0000": [9, 14, 44], "0xfd0c1fff": [9, 14, 44], "0xfe200000": [9, 13, 14, 44], "0xff": [64, 90], "0xff000000": [9, 13, 14, 44], "0xff010000": [9, 14, 44], "0xff0c0000": 13, "0xff0d0000": 13, "0xff0e0000": [9, 14, 44], "0xffb00000": 49, "0xffc02100": 49, "0xfff": [27, 64], "0xfffea000": [9, 44], "0xffff": 5, "0xffffff00": 89, "0xffffff8000000000": [9, 44], "0xffffff8008000000": [9, 44], "0xffffff8008080000": [9, 44], "0xffffff80089c0000": 9, "0xffffff8008ab0000": 44, "0xffffff8008b63130": 44, "0xffffff8008db0000": 9, "0xffffff8008e30000": 9, "0xffffff8008ed0200": 9, "0xffffff8008f20000": 44, "0xffffff8008f31534": 9, "0xffffff8008fa0000": 44, "0xffffff8009056200": 44, "0xffffff80090ac000": 9, "0xffffff80090ae000": 9, "0xffffff8009129000": 9, "0xffffff80092735b0": 44, "0xffffff800930c000": 9, "0xffffff80094b5000": 44, "0xffffff80094bd000": 44, "0xffffff8009620000": 9, "0xffffff800ce20000": 44, "0xffffff800ce38000": 44, "0xffffffbebfff0000": [9, 44], "0xffffffbefe7fd000": [9, 44], "0xffffffbefec00000": [9, 44], "0xffffffbefee00000": [9, 44], "0xffffffbeffe00000": [9, 44], "0xffffffbf00000000": [9, 44], "0xffffffbf1dc00000": [9, 44], "0xffffffc000000000": [9, 44], "0xffffffc880000000": [9, 44], "0xffffffff": [9, 13, 14, 44, 49], "0xffffffffffffff": [9, 44], "1": [2, 5, 6, 9, 10, 13, 14, 15, 18, 26, 28, 30, 39, 41, 42, 43, 44, 48, 49, 52, 53, 56, 57, 59, 60, 61, 62, 63, 64, 65, 66, 67, 70, 74, 76, 77, 79, 84, 86, 87, 88, 89, 90, 93, 96, 97, 99, 100, 103, 104, 105, 107, 108, 110], "10": [2, 5, 8, 9, 12, 13, 14, 15, 18, 21, 22, 23, 26, 27, 43, 44, 49, 52, 53, 59, 60, 61, 64, 65, 66, 74, 76, 77, 89, 94, 99, 100, 103, 105, 107, 108, 110], "100": [13, 14, 15, 26, 44, 52, 53, 59, 61, 66, 67, 74, 77, 89, 90, 94, 108], "1000": [13, 14, 27, 29, 59, 61, 64, 66, 78, 89, 94, 112], "10000": [26, 59, 66], "100000": [59, 64, 66], "1000000": [49, 64, 66], "10000000": [44, 48, 66], "100000000": [26, 27, 66], "10000023536359160025001817101588af": 9, "1000f02": 9, "100802": 14, "100a": [74, 75], "100hz": 110, "100khz": 29, "100m": 84, "100mhz": [13, 14, 49], "100msp": 84, "100ohm": 26, "101": [59, 89], "10125": 5, "101641": 14, "101918": 14, "102": 59, "102086": 49, "1024": [9, 13, 14, 44, 49, 59, 66, 86], "1024k": 49, "102840": 49, "103": [53, 59], "1030": 89, "103043": 49, "1033": 14, "1034": 9, "1034240": [9, 14, 44], "103442": 44, "104": [53, 59, 90], "1042": 44, "10428k": 44, "10432": 44, "1044002c39910013f8ff0800169b713d29": 44, "104400b83991001807001100968f65adac": 59, "104459": 13, "104473222a87000618000600473ed57ae0": [59, 89], "104473222a87000c0a000e009b8ed5102": 59, "104671": 14, "10475": 59, "1048576": [13, 14], "1048576k": 49, "1049": 59, "105": [59, 99], "10580851": 90, "10580868": 90, "106": 59, "10604": 89, "106168": 14, "10623523": 90, "1064eace00dd4e3daeb15d4eed400196": 49, "106744": 14, "107": 59, "1071": 44, "107247": 14, "107549": 14, "108": 59, "1080": 76, "108123": 9, "108126": 49, "108850": 49, "109": [59, 90], "109601": 14, "109659": 14, "10a": 74, "10bit": 26, "10c5387d": 49, "10ee": 14, "10k": 110, "10khz": 110, "10mhz": 84, "10n": [9, 13, 14, 44, 49], "10nf": 110, "10t20": 13, "10v": 108, "10w": 108, "11": [5, 9, 13, 14, 15, 18, 27, 44, 49, 52, 59, 61, 65, 74, 78, 89, 93, 94, 103, 108, 110], "110": 59, "110210": 44, "110741": 9, "111": [59, 70], "111352": 13, "111901": 14, "112": [53, 59, 99], "112746": 9, "112952": 14, "113": [59, 99], "113000": 26, "11312": [59, 89], "113722": 49, "114": [59, 90], "114289": 13, "114295": 14, "1146": 9, "114821": 14, "114956": 13, "115": [59, 89], "115200": [8, 9, 12, 13, 14, 15, 44, 49, 66, 89], "115200n8": [13, 14, 49, 66], "115824": 49, "115914": 14, "116": [59, 89, 99], "116128": 9, "1165522": 13, "116592": 44, "1166": 9, "116737": 14, "116743": 9, "117": [59, 99], "1170": 44, "118": 59, "1182": 9, "119": 59, "119395": 13, "119696": 13, "1199880": 44, "1199999": [13, 44], "12": [5, 9, 13, 14, 15, 18, 26, 27, 39, 43, 44, 48, 52, 59, 61, 74, 77, 78, 84, 89, 103, 105, 108, 110], "120": [14, 53, 59, 78], "1207": 44, "120841": 49, "121": [49, 59], "121044": 14, "121497": 14, "122": [5, 59], "1220": 9, "122489": 14, "122789": 9, "122880000": [27, 59], "122910": 13, "123": 59, "123762": 49, "124": [59, 70], "124706": 9, "124873": 13, "125": [59, 74, 108], "125ebz": 43, "126": 59, "126697": 43, "127": [26, 59], "127059": 14, "127790": 14, "127943": 49, "128": [9, 26, 27, 44, 49, 53, 59], "128414": 14, "1284k": 49, "128609": 14, "128k": 88, "128x48": 9, "129": 59, "129372": 13, "1295": [26, 27], "129k": 88, "12v": 108, "12x": 22, "13": [5, 9, 13, 14, 18, 44, 49, 52, 53, 59, 60, 61, 74, 88, 89, 90, 108, 110], "130": [26, 59], "1300000000": 59, "130093": 13, "130195": 14, "130247": 14, "130808": 9, "130812": 52, "130916": 13, "131": 59, "13104k": 13, "131072": [9, 13, 14, 44, 49, 90], "131072k": 49, "131088": 90, "131214": 13, "131807": 9, "1319367": 13, "132": 59, "132038": 9, "132067": 44, "13254": 5, "132807": 49, "132984": 13, "133": [9, 14, 44, 53, 59, 89, 90], "13312k": 49, "133573": 49, "133683": 14, "134": [13, 59], "134067": 14, "134223": 13, "134358": 14, "134537": 14, "135": 59, "136": [13, 59], "1367": 59, "137": 59, "1371": 59, "1374": 59, "137436": 49, "137748": 9, "138": 59, "138336": 13, "138456": 14, "139": 59, "1394": 14, "139484": 49, "1399999": 13, "14": [5, 9, 13, 14, 26, 27, 44, 49, 52, 53, 59, 61, 66, 74, 89, 90, 103, 108], "140": [59, 90], "140096": 49, "140716": 13, "140719": 13, "141": 59, "141063": 14, "141284": 14, "142": 59, "143": 59, "1438": 14, "143951": 14, "144": 59, "1441": 44, "144239": 14, "144486": 49, "144742": 13, "145": 59, "145272k": 9, "146": 59, "146068": 49, "146139": 13, "147": 59, "147101": 13, "147246": 14, "148": 59, "148031": 14, "148059": 14, "148500000": [9, 14, 44], "1486": 89, "149": 59, "149653": 13, "14t08": 14, "15": [5, 9, 13, 14, 18, 26, 27, 44, 49, 52, 53, 59, 60, 61, 63, 66, 74, 88, 89, 100, 103, 108, 110], "150": [49, 59], "1500": 89, "15008256": 9, "15038392": 49, "1505": 44, "1506": 9, "150612": 49, "150msp": 84, "151": [59, 89], "151242": 13, "151913": 14, "152": 59, "152490": 49, "1526474203": 9, "152664": 14, "152667": 13, "153": [52, 59], "1530923": 13, "1532": 44, "154": [5, 59], "15436k": 14, "154745": 13, "154778": 14, "155": [5, 59], "155052": 14, "1555416156": 44, "155604": 9, "155786": 49, "15581": 5, "156": 59, "1565771091": 14, "1567": 14, "156773": 14, "156884k": 44, "156939": 13, "157": 59, "1572864": 53, "157678": 14, "157918": 52, "157950": 49, "158": [52, 53, 59], "158188": 14, "158377": 49, "1585": 9, "158686": 13, "159": 59, "15931539": 52, "159910": 13, "159983": 14, "15cm": 22, "15mg": 15, "15v": 108, "16": [5, 9, 13, 14, 18, 26, 27, 39, 44, 49, 53, 59, 61, 66, 70, 74, 77, 78, 84, 88, 89, 103, 108], "160": [13, 53, 59], "1600": 14, "160873": 44, "161": [59, 90], "16130812": 44, "161356": 14, "162": [49, 59], "162056": 14, "162178": 44, "162775": 13, "163": 59, "163102": 14, "16360": 49, "16383": 5, "16384": [13, 49, 89], "164": 59, "164483": 9, "165": 59, "1651": 44, "165403": 13, "16550": [9, 13, 14, 44, 49], "16550a": 49, "165748": 13, "166": 59, "166360": 49, "167": 59, "167090": 44, "167314": 14, "16777216": 62, "167980": 14, "168": [15, 18, 59, 63, 64, 66, 67, 70, 88, 89, 90, 104], "168099": 14, "1680x1050": 18, "169": 59, "169021": 13, "169055": 14, "1692": 13, "169350": 14, "1695": 59, "169531": 14, "1697": 49, "169955": 13, "16gb": [13, 14, 15, 18, 22, 23], "16k": 88, "16m": [62, 88], "17": [9, 13, 14, 18, 26, 43, 44, 49, 52, 59, 61, 66, 74, 88, 89, 93, 108], "170": 59, "171": [53, 59], "1710": 105, "171587": 13, "171880": 44, "172": 59, "172068": 9, "172072": 9, "172098": 44, "1720k": 14, "172103": 44, "172139": 9, "172166": 44, "172643": 44, "172656": 9, "172989": 13, "173": 59, "173358": 44, "173670": 49, "173687": 14, "173925": 44, "173949": 44, "174": 59, "17408k": 14, "1742098": 13, "174401": 44, "174790": 9, "174846": 14, "175": 59, "175176": 13, "176": [13, 14, 59], "176053": 14, "176328": 13, "176672k": 14, "177": [52, 59], "177073": 49, "177099": 14, "177430": 13, "1776": 89, "1777": 89, "1778": 89, "177dd7d": 53, "178": 59, "178087": 14, "178222": 9, "178562": 49, "1787": 14, "178a": 94, "179": [9, 13, 14, 49, 59], "179208": 44, "179948": 14, "17dbf": 26, "18": [9, 13, 14, 44, 49, 53, 59, 74, 77, 88, 89, 108], "18000000": 59, "180349": 14, "180764": 9, "1808128": 52, "1808k": 13, "181": [14, 26], "18112k": 13, "181567": 9, "181593": 14, "183057": 14, "1832": 59, "183503": 13, "183646": 13, "184130": 13, "184867": 14, "185": 90, "186748": 44, "187": 59, "187512": 14, "187737": 13, "188342": 14, "188618": 13, "1891": 110, "189402": 9, "19": [9, 13, 14, 18, 26, 44, 49, 52, 53, 59, 61, 71, 88, 89, 90, 93, 108, 110], "190054": 14, "190248": 9, "190272": 14, "1906": 110, "190605": 9, "190624": 14, "190760": 49, "190872": 9, "190882": 9, "191": 89, "19112604462750000": 49, "19112604467": 49, "191334": 9, "191475": 14, "191504": 49, "191712": 13, "192": [9, 15, 18, 59, 63, 64, 66, 67, 70, 88, 89, 90, 104], "1920": 76, "1920x1080": 18, "19259": 5, "192594": 49, "193296": 14, "193480": 44, "1939": 110, "195": [26, 59], "195087": 14, "195296": 14, "195403": 44, "196": 52, "196008": 44, "196178": 49, "196470": 14, "196669": 13, "1979": 89, "198": 59, "198460": 44, "1985": 89, "198881": 14, "198925": 9, "199": [9, 44, 90], "1990": 44, "1991": 44, "1996": 49, "199786": 13, "199807": 13, "1999": 9, "199910": 14, "19g": 18, "1_amd64": 89, "1a": [14, 103, 108], "1amp": 108, "1b": 14, "1c0781b": 49, "1clg225c": 97, "1clg225c4334": 97, "1d": [44, 89], "1d6b": [9, 13, 14, 44, 49], "1f": 14, "1hz": 84, "1k": [97, 110], "1m": 108, "1m17": 52, "1m_10m_nyq": 5, "1mhz": [18, 66], "1n4148": 110, "1q": 49, "1rx": 59, "1st": [40, 78], "1tx": 59, "1u": 26, "1v": [103, 108], "1w": [6, 8, 27, 108], "1x": [74, 77, 97], "2": [0, 2, 5, 6, 9, 10, 13, 14, 15, 18, 22, 23, 26, 28, 39, 41, 42, 43, 44, 49, 52, 53, 56, 57, 59, 61, 62, 63, 64, 65, 66, 67, 70, 74, 75, 76, 77, 78, 79, 88, 89, 90, 94, 96, 97, 99, 100, 103, 104, 105, 108, 110], "20": [5, 9, 13, 14, 22, 23, 27, 43, 44, 52, 59, 74, 88, 89, 90, 93, 97, 99, 102, 105, 108], "200": [13, 14, 49, 52, 53, 77, 89, 97], "2000": [9, 13, 14, 44, 61, 64, 66], "200000": [26, 59], "20000000": 13, "200000000": [26, 27], "2001": [9, 13, 14, 44, 49, 110], "2004": 9, "2005": [9, 13, 14, 44, 49, 90, 93], "2006": [9, 13, 14, 44, 49], "2007": [9, 13, 14, 44, 49], "200822": 44, "2009": [90, 93], "200ma": 108, "200mhz": 27, "200\u00b5a": 15, "2010": [90, 93], "2011": 89, "2012": [9, 52], "20120528": 9, "2013": [9, 44], "20130117": 9, "20130509": [9, 44], "2014": [43, 61], "2014_r2": 43, "2014b": 70, "2015": [6, 10, 43, 85], "201575": 9, "2015_r2": 43, "2015b": 70, "2016": [9, 43, 89, 90, 93], "20161114": 9, "20161123": 9, "2016_r1": 43, "2016_r2": 43, "2017": [9, 14, 43, 89, 93], "20170425": 44, "2017857987": 13, "2017_r1": 43, "2017a": 70, "2018": [9, 14, 43, 44, 59, 90], "20180306": 53, "2018_r1": 43, "2018_r2": [43, 44], "2018b": 70, "2019": [14, 43, 44], "2019_r1": [43, 44], "2019_r2": [43, 44, 53], "202": 13, "2020": [18, 49, 85], "20201028": 49, "20201103": 49, "20201114": 53, "202044": 14, "2020a": 70, "2021": [14, 43, 44, 49, 52, 53, 88, 90, 97], "20210621": 14, "2021_07_27": 53, "2021_r1": [43, 44, 53], "2021_r2": 57, "2021a": 70, "2022": [14, 49, 53, 66, 88], "20220819": 13, "2022_04_14": 53, "2022_r2": 18, "2022r2": 23, "2023": [13, 14, 47], "202304": 49, "202306": 9, "2024": [13, 14, 18, 63], "2026": 63, "202938": 14, "2033": 13, "203549": 14, "204686": 14, "2048": [9, 14, 44, 49, 59, 66, 88], "204834": 9, "2052": [9, 44], "205294": 44, "205321": 13, "2056": 63, "2057": 63, "206": [59, 89], "2064384": 13, "207043": 13, "207917": 14, "208": 13, "208130": 49, "208218": 14, "2083333": 59, "208426": 13, "2085": 14, "209041": 14, "209180": 44, "209207": 13, "2097152": [9, 13, 14, 44], "209800": 14, "20v": 108, "21": [9, 13, 14, 18, 27, 44, 49, 59, 60, 61, 66, 78, 89, 105, 108], "211": 14, "211677": 44, "212418": 49, "21262": 49, "212630": 49, "213138": 13, "213804": 49, "21441": 14, "2145": 14, "214570": 13, "21474836475n": 49, "215": 110, "215225": 14, "215392": 49, "216046": 14, "216239": 13, "2164k": 44, "2165": 44, "2170mhz": 105, "217142": 13, "218": 59, "219281": 14, "219290": 49, "2196": 14, "219725": 49, "22": [9, 13, 14, 27, 44, 49, 53, 59, 61, 89, 96, 108], "220": [59, 108], "2215": 13, "221744": 13, "2219": 59, "223046": 14, "22363984": 90, "223915": 14, "223961": 13, "224006": 13, "224513": 13, "224797": 49, "225": 9, "225000": 26, "225000000": 26, "225310": 49, "226": 70, "227190": 14, "228": 59, "228127": 9, "228196": 14, "2284": 13, "228916": 44, "229473": 14, "229533": 13, "22ff": 89, "23": [5, 9, 13, 14, 18, 26, 49, 59, 108], "230054": 14, "230122": 49, "2302": [9, 44], "230432": 44, "230479": 9, "230625": 14, "230756": 14, "231429": 49, "232": 18, "233061": 13, "233537": 9, "2340": 13, "234277": 13, "234503": 14, "23456": 13, "2351": 14, "235284": 49, "235458": 13, "236850": 14, "236899": 44, "237057": 14, "237592": 14, "2379": [9, 44], "238653": 49, "239709": 13, "2399999998": 59, "24": [13, 14, 17, 18, 26, 53, 59, 62, 66, 77, 78, 89, 97], "240": 61, "2400": [99, 105], "2400000000": [27, 59, 96, 104], "2400000100": 59, "2402": 99, "2405": 99, "241": 59, "241369": 9, "241972": 44, "242": 59, "2420": 89, "242011": 14, "242060": 14, "243484": 13, "243594": 14, "2440": [13, 59], "244059": 14, "244140625": 59, "2446": 59, "245": [13, 61], "2450000000": [26, 27, 59], "245476": 49, "245760": 26, "245760000": 27, "245760001": 59, "246": [14, 26], "2460000000": 27, "246013": 49, "246192": 14, "246674": 13, "246961": 44, "247": [9, 13, 14, 44, 49, 89], "247148": 13, "247152": 13, "24737": 13, "248126": 14, "248198": 14, "248818": 9, "249753": 49, "249823": 14, "24c02": [9, 14, 44], "24c08": [9, 14, 44], "24c32": 49, "24v": 108, "25": [9, 13, 14, 27, 49, 59, 88, 89, 90, 99, 108], "250": [9, 26, 44, 59], "250000": 27, "2500000": 64, "250011": 9, "2500mm": 108, "250184": 14, "250ebz": 43, "250m": 110, "250ma": 108, "250mv": 97, "251054": 14, "251955": 44, "251984": 14, "252": 27, "2521": 14, "2522": 14, "252680": 13, "2528": 14, "253": 27, "253111": 13, "253648": 49, "254": 27, "254143": 13, "254201": 49, "255": [18, 26, 27, 59, 89], "255312": 49, "256": [9, 13, 14, 44, 49, 59, 61, 66, 93, 100], "256082": 9, "256569": 14, "256832": 14, "256942": 44, "256m": 62, "257337": 89, "257356": 14, "257459": 14, "258354": 49, "25c": 108, "25v": 84, "25\u00b5": 15, "26": [9, 52, 53, 59, 60, 63, 89], "260": 59, "260121": 13, "260254": 49, "260513": 14, "260608": 49, "261822": 44, "262144": [9, 13, 14, 44, 49], "262144k": [9, 13, 14, 44], "262784": 9, "262798": 14, "263": 59, "263632k": 13, "263665": 49, "2637": 59, "263bd08": 59, "264201": 14, "264421": 14, "26509": 5, "265305": 13, "265430": 49, "266094": 13, "267179": 13, "268": 110, "2688k": 14, "2693": 100, "269376": 49, "269544": 14, "269985": 9, "27": [9, 13, 14, 44, 49, 59], "270": 0, "270609": 14, "270789": 44, "270838": 13, "270874": 49, "270a": 49, "271228": 14, "271359": 14, "271622": 13, "272522": 14, "2726": 27, "273547": 49, "274846": 9, "275282": 14, "275575": 13, "276012": 49, "276332": 44, "276626": 13, "277515": 44, "278464": 13, "278599": 49, "279097240dec7156ff5e15b7ce0b8a25": 52, "279113": 49, "279782": 89, "28": [14, 43, 44, 49, 52, 59, 89, 108], "280118": 14, "2804": 49, "281": 70, "281098": 13, "281443": 9, "282059": 49, "282514": 44, "283": 100, "2830": [9, 44], "284382": 14, "284776": 13, "286304": 49, "286589": 9, "287508": 44, "287728": 13, "288035": 13, "289059": 49, "289114": 14, "28v": 110, "29": [9, 13, 14, 44, 49, 52, 59, 90], "290274": 9, "2906e2018b0136613000500062aae9a5a87345dc": 44, "290994": 49, "291616": 13, "292060": 14, "292506": 44, "292568": 13, "294": 5, "294309": 9, "296212": 14, "296218": 9, "296390": 14, "296804": 49, "296971": 44, "296975": 44, "296978": 44, "296982": 44, "297132": 13, "297500": 44, "297928": 13, "298416": 44, "298560": 44, "298589": 44, "298620": 44, "298679": 44, "298703": 44, "298740": 44, "298744": 44, "298759": 44, "298787": 49, "298956": 44, "299103": 44, "299202": 44, "299299": 44, "299539": 44, "299562": 44, "299565": 44, "299573": 44, "299578": 44, "299600": 44, "299716": 9, "2a": [14, 44, 103, 108], "2d": 13, "2e0": 89, "2f2c19999c6cd778aac11517d67b011692990ac": 44, "2g": [15, 22, 23], "2ghz": 48, "2k": 110, "2khz": 110, "2m": [88, 90], "2n3904": 22, "2nd": [26, 78, 90, 97], "2rx": 59, "2tx": [5, 59], "2v": 108, "2w": [6, 8, 27], "2x": [44, 74, 77], "2\u03c0": 110, "2\u03c9": 108, "3": [5, 6, 9, 10, 13, 14, 15, 18, 22, 26, 27, 42, 44, 49, 52, 53, 56, 57, 59, 60, 61, 63, 64, 65, 66, 70, 71, 74, 75, 76, 77, 78, 84, 88, 89, 90, 94, 97, 99, 100, 103, 106, 107, 108, 110, 112], "30": [5, 9, 26, 27, 44, 49, 52, 53, 59, 61, 63, 66, 77, 89, 99, 100], "3000000": [59, 67], "300000000": [9, 14, 44], "300138": 44, "300202": 44, "300243": 44, "300604": 14, "301": [9, 13, 14, 44, 49, 53], "3010": 13, "301a": 9, "302": 89, "302506": 44, "302738": 14, "3038": 63, "303852": 49, "303951": 13, "304119": 44, "304428": 44, "304633": 44, "304773": 13, "305011": 44, "305076": 44, "305148": 44, "305250": 59, "305292": 44, "305382": 14, "305477": 13, "305547": 44, "305552": 44, "305555": 44, "305559": 44, "305650": 44, "30586": 49, "306": 59, "3060mm": 108, "30720000": 59, "307422": 13, "307465": 9, "307499": 44, "307616": 49, "309077": 13, "30db": 99, "31": [9, 14, 26, 44, 49, 59, 89, 90], "310": 49, "310473": 14, "310490": 14, "310521": 14, "311": 65, "31163": 5, "311968": 13, "3120": 43, "312338": 49, "312495": 44, "313299": 13, "313599": 13, "314175": 9, "314207": 14, "316853": 9, "316857": 9, "316860": 9, "316863": 9, "317348": 13, "317371": 44, "317769": 13, "318": 14, "318205": 9, "318286": 14, "318372": 9, "318407": 9, "318441": 9, "318499": 9, "318522": 9, "318546": 9, "318550": 9, "318562": 9, "318583": 9, "318839": [9, 49], "318953": 9, "319": 14, "319050": 9, "319326": 9, "319347": 9, "319351": 9, "319359": 9, "319364": 9, "319383": 9, "319475": 14, "3195872": 43, "319972": 9, "32": [5, 9, 13, 14, 26, 44, 49, 53, 59, 61, 74, 88, 89, 93, 94, 96, 99, 100, 108], "320": 14, "32000000": 96, "320044": 9, "320080": 9, "321": 14, "321376": 9, "322": 9, "322601": 14, "323": 9, "323776": 49, "323921": 14, "324": 9, "324104": 13, "324666": 14, "324963": 44, "325": [9, 97, 102], "325923": 9, "326237": 9, "326441": 9, "326870": 9, "326910": 9, "326985": 9, "327": 110, "327145": 9, "327212": 14, "327235": 13, "327353": 14, "327363": 9, "327367": 9, "327371": 9, "327374": 9, "327467": 13, "32767": 5, "32768": [9, 13, 14, 27, 44, 49, 67], "327781": 9, "328428": 9, "328480": 9, "328500": 9, "329024": 9, "329160": 49, "329595": 14, "329623": 9, "329638": 9, "329642": 9, "329650": 9, "329666": 9, "32dbm": 97, "32reg": [9, 13, 14, 44], "32regs_prefetch": [9, 44], "33": [44, 52, 53, 59, 74, 88, 90], "330": [9, 14, 44], "330084": 14, "331573": 13, "331576": 44, "332372": 14, "332834": 9, "3328k": 13, "33333": 59, "333890": 9, "333897": 9, "333901": 9, "333911": 9, "33428k": 49, "334393": 9, "334430": 9, "334446": 9, "334454": 9, "334553": 9, "334561": 9, "334567": 9, "334573": 9, "334858": 9, "335041": 14, "335214": 49, "335479": 14, "336212": 13, "336437": 14, "336881": 9, "337174": 9, "337258": 9, "337390": 9, "337518": 9, "337648": 9, "337785": 9, "337915": 9, "337948": 9, "338045": 9, "338175": 9, "338351": 9, "338727": 13, "3389": 13, "339689": 9, "339833": 14, "34": [44, 53, 59, 90], "340527": 14, "341310": 14, "341330": 49, "341628": 9, "341746": 49, "342": 52, "342287": 49, "343749": 9, "343843": 14, "344": 86, "344306": 44, "344655": 14, "344948": 13, "346199": 9, "347205": 14, "347745": 49, "348": 14, "34816": [9, 44], "348641": 14, "348k": 49, "35": [9, 13, 44, 49, 53, 59, 74], "350": [14, 103], "350029": 14, "352263": 9, "352915": 9, "353132": 14, "353494": 49, "354169": 14, "354495": 13, "354533": 14, "355927": 13, "356121": 9, "358315": 14, "358723": 9, "35m": 100, "36": [9, 13, 14, 26, 44, 49, 59, 60], "360": 61, "360094": 14, "360844": 49, "362015": 9, "362417": 13, "362437": 13, "362k": 88, "363446": 14, "363892": 9, "364275": 9, "365036": 9, "366": 89, "366520": 9, "366749": 49, "367252": 13, "3673": 59, "369049": 14, "369150": 9, "369707": 14, "369925": 9, "36msp": 5, "37": [13, 14, 59], "37000": 59, "370437": 44, "373538": 13, "37372416": 13, "374403": 9, "374997": 13, "375024": 14, "375379": 13, "375424b00034g": 74, "3755488k": 14, "376546": 49, "3775276k": 44, "378487": 49, "3786888k": 9, "379124": 13, "379280": 13, "379561": 9, "38": [59, 89], "380": 9, "3800": 102, "380056": 9, "381": 44, "381768": 14, "381919": 14, "38265344": 14, "382711": 49, "383259": 44, "3840000": 59, "384754": 49, "385299": 9, "385313": 13, "385649": 9, "387531": 49, "388681": 14, "388k": 9, "389": 9, "389402": 13, "389445": 9, "389543": 49, "389619": 14, "389701": 13, "39": [9, 13, 26, 59, 88], "390137": 44, "390589": 14, "391654": 9, "392732": 13, "393645": 49, "394047": 14, "394498": 49, "394789": 13, "396189": 9, "396825hz": 49, "3968k": 9, "397118": 14, "398119": 9, "398917": 13, "399204": 44, "399381": 49, "39991854": 59, "399960": [9, 44], "39999853": 59, "3_2ch": 5, "3b": [15, 18, 22], "3c": 14, "3c47d971": 14, "3d": 97, "3db": 26, "3e": 14, "3g": [10, 27], "3l": 44, "3m": 88, "3mhz": 27, "3msp": 61, "3rd": [26, 43, 74, 77], "3v": [15, 26, 84, 97, 107, 108], "3v3": 42, "3x": 77, "4": [5, 6, 9, 10, 13, 14, 15, 18, 22, 23, 26, 27, 42, 44, 49, 53, 56, 59, 61, 62, 63, 64, 65, 66, 68, 70, 74, 76, 78, 85, 88, 89, 90, 93, 100, 103, 105, 108, 110], "40": [9, 13, 14, 18, 27, 43, 44, 52, 59, 74, 99, 108], "400": [9, 14, 23, 44, 49, 61], "400000": [13, 14], "4000000": 71, "40000000": 59, "400000000": 48, "4000000000": 59, "400000hz": 49, "400024": 59, "40007852": 59, "4000e": 67, "4000v": [6, 9, 10, 13, 14, 74, 84, 102, 110], "400436": 14, "400791": 14, "400mhz": 48, "401251": 13, "401355": 14, "401820": 44, "402456": 14, "402938": 14, "403": 44, "4032": 9, "403857": 13, "403902": 9, "404790": 9, "405": 5, "406": 9, "406868": 49, "407": 14, "407413": 13, "4076": 13, "407645": 49, "408": 49, "408432": 60, "408542": 14, "408661": 14, "4096": [9, 13, 14, 26, 27, 44, 49, 53, 88, 90, 104], "409839": 44, "409k": 88, "40db": 26, "40ma": 110, "40mhz": 97, "41": [27, 49, 53, 56, 59], "4108": [9, 44], "410fd034": [9, 44], "411045": 13, "411047": 9, "411136": 14, "411312": 13, "411464": 9, "411897": 14, "411948": 14, "412333": 44, "412796": 44, "413438": 14, "413442": 14, "413942": 49, "413c": 9, "414fc091": 49, "415877": 13, "415968": 14, "4163": 89, "416537": 49, "416552": 9, "416852": 44, "4174": 13, "417946": 14, "418142": 9, "4194304": [9, 13, 14, 44, 52], "4194304k": [9, 14, 44], "4197": 49, "419927": 13, "42": [52, 59, 74], "420180": 49, "420200": 13, "42085": 49, "421067": 14, "421387": 9, "421883": 44, "421984": 14, "423272": 14, "423467": 14, "424813": 9, "425362": 14, "42540": 59, "425510e": 53, "425977": 44, "426047": 49, "426842": 9, "426844": 49, "429780": 14, "43": [9, 13, 49, 59, 99, 110], "430578": 14, "431486": 9, "431620": 9, "432070b5": 13, "432358": 9, "433036": 49, "433105468": 59, "433142": 13, "433699": 14, "435744": 14, "436093": 14, "436194": 13, "436499": 44, "437": 89, "437656": 14, "437823": 9, "437878": 14, "438159": 9, "438197": 49, "43847": 66, "4398046511099n": 9, "4398046511100n": [13, 14], "4398046511101n": 44, "44": [14, 52, 59, 61, 66, 102], "440795203664": 9, "440795205315": [13, 14], "440795206112": 44, "440ma": 108, "442": 9, "442406": 14, "443": [53, 89, 90], "443468": 9, "444737": 44, "444833": 9, "445181": 14, "446": 44, "446228": 14, "446k": 88, "4472k": 44, "447540": 49, "447650": 13, "447957": 13, "448344": 44, "448721": 14, "449268": 49, "449270": 44, "449643": 9, "449657": 14, "45": [9, 14, 26, 27, 44, 49, 52, 59, 88, 93], "451460": 13, "451514": 9, "452360": 44, "452480": 52, "453462": 49, "453591": 14, "4544": 44, "454882": 13, "455041": 14, "455648": 14, "456147": 9, "456609": 49, "456902": 13, "457812": 44, "45793": 14, "458180": 9, "458753": 14, "459031": 44, "459576": 49, "45dbm": 97, "46": [13, 49, 59, 89], "461107": 9, "461351": 14, "461525": 13, "464345": 49, "464465": 9, "465125": 49, "466078": 9, "466634": 13, "467665": 14, "468465": 44, "46875001": 59, "469388": 90, "469532": 90, "469827": 9, "47": [14, 59, 89], "470199": 13, "4705": 13, "471275": 14, "471k": 88, "4721": 89, "472353": 9, "472608": 49, "473979": 14, "474": 63, "47416bc": 53, "475": 5, "476": [5, 9, 44], "476489": 44, "476498": 9, "477345": 13, "478145": 9, "478864": 13, "479666": 14, "479973": 14, "47af34b": 9, "47k\u03c9": 22, "47\u03c9": 22, "48": [9, 14, 49, 59, 99], "480": 97, "480293": 14, "480360": 44, "480mhz": 97, "483163": 9, "483794": 14, "484053": 13, "484771": 44, "485313": 9, "486492": 13, "486713": 14, "488233": 13, "488602": 49, "489256": 49, "489834": 9, "49": [44, 53, 59, 63, 86, 89], "490960": 9, "490963": 49, "492008": 14, "492204": 14, "492m": 53, "494640": 13, "495419": 13, "495793": 49, "496": 44, "496316": 14, "496509": 9, "496572": 49, "497": 44, "497205": 44, "498": 44, "498046": 14, "498177": 49, "499": 44, "499871": 14, "499988": 13, "4a": 103, "4bf27ce": 53, "4c": 13, "4db": 26, "4fca": 13, "4g": [10, 15, 22, 23, 27], "4gb": 43, "4ghz": [96, 104], "4mb": 49, "4v": [66, 74, 108], "5": [5, 9, 13, 14, 15, 18, 26, 27, 42, 44, 49, 52, 53, 57, 59, 61, 63, 64, 66, 70, 74, 76, 77, 78, 88, 89, 90, 93, 96, 99, 100, 103, 104, 105, 108, 110, 112], "50": [18, 31, 44, 49, 59, 74, 77, 88, 93, 99, 108], "5000": [9, 14, 44], "50000": 59, "5000000": 104, "50000000": [9, 14, 44], "50000000hz": 49, "50034": 59, "500342": 9, "500712": 9, "500ebz": 43, "500ma": [103, 108], "501": 5, "501044": 13, "502": 89, "503268": 9, "503533": 14, "503843": 14, "504210": 13, "5048": 14, "5062": 5, "506251": 49, "506280": 14, "507453": 13, "509": [13, 14], "509465": 14, "509891": 44, "509938": 9, "50a": 75, "51": [14, 59, 89], "510174": 9, "510199": 9, "511": 59, "511420": 49, "512": [9, 13, 14, 44, 49, 89, 93], "512389": 9, "51257": 44, "512697": 13, "512k": [9, 44], "512x8byte": 49, "513855": 13, "514976": 13, "515131": 49, "515349": 14, "515989728": 53, "516601562": 59, "517": [9, 44], "517739": 9, "519083": 13, "52": [14, 52, 59], "520056": 44, "520259": 13, "520488": 49, "520894": 14, "521517": 49, "523569": 14, "523630": 44, "523799": 13, "523801": 9, "524": 49, "524288": [9, 13, 14, 26, 44, 49], "525414": 13, "525961": 49, "526081": 14, "526506": 14, "526662": 13, "526926": 14, "527030": 44, "527374": 9, "529615": 9, "529917": 49, "52m": 88, "53": [9, 14, 53, 59, 65, 89], "530557": 49, "532485": 14, "532605": 44, "533063": 13, "533563": 14, "533639": 44, "533660": 9, "5341": 14, "5344": [9, 44], "534941": 49, "535257": 9, "537521": 14, "537590": 14, "539395": 49, "539469": 13, "539597": 44, "539824": 13, "54": [0, 14, 53, 59, 63], "541163": 9, "542289": 13, "542352": 49, "543592": 14, "543732": 13, "545142": 13, "545872": 13, "546077": 49, "546476": 9, "546521": 49, "546726": 9, "547580": 14, "548032": 14, "548440": 44, "55": 59, "550027": 14, "551013": 49, "551255": 14, "552269": 13, "552310": 49, "553916": 9, "555215": 49, "556005": 14, "558737": 13, "558834": 13, "559053": 14, "559175": 9, "559661": 49, "559971": 14, "56": [9, 44, 59], "56000000": 59, "561703": 14, "564189": 13, "564943": 49, "565395": 9, "567352": 13, "568369": 9, "568977": 14, "569272": 49, "569338": 49, "57": [13, 14, 59, 108], "570344": 13, "571": 52, "571249": 9, "571315": 14, "572292": 9, "5725": 105, "572980": 9, "573": 52, "574851": 14, "575303": 49, "575445": 14, "575k": 88, "57600": 15, "576237": 13, "577141": 9, "578421": 9, "579361": 49, "58": [0, 18, 44, 59, 74], "581850": 9, "581953": 13, "582116": 14, "583028": 13, "583580": 9, "587212": 14, "587928": 13, "587935": 49, "589241": 9, "589562": 49, "589802": 9, "59": [59, 99], "592164": 13, "592234": 14, "592299": 49, "592852": 49, "593351": 14, "593564": 13, "59378": 9, "593786": 9, "594056": 9, "596134": 13, "596529": 9, "596566": 49, "596975": 49, "597656": 63, "5978": 13, "597885": 13, "599": 9, "599279": 13, "599492": 14, "59khz": 110, "5a": [15, 103], "5cdeaaa": 89, "5dbm": 9, "5g": 10, "5k": 78, "5mhz": 27, "5v": [13, 14, 15, 22, 23, 74, 84, 103, 108, 110], "5vdc": 15, "5w": 108, "5x": 108, "6": [5, 9, 13, 14, 15, 26, 27, 44, 48, 49, 53, 59, 61, 63, 64, 65, 66, 71, 74, 76, 78, 88, 89, 90, 92, 100, 108, 110, 111], "60": [5, 13, 14, 44, 59, 66, 74, 78, 89, 99], "6000000000": 59, "600mhz": 105, "600mv": 110, "601": 53, "601645": 90, "602": 44, "602538": 13, "602834": 9, "603164": 9, "603662": 14, "604": 9, "605514": 13, "605607": 13, "606199": 14, "60640": 52, "607195": 9, "607664": 14, "608127": 9, "608593": 14, "608627": 14, "609258": 13, "60db": 26, "60dbf": 26, "61": [59, 61, 102], "610838": 14, "610976": 13, "611072": 49, "612322": 9, "613636": 14, "6144": 49, "61440000": 59, "614874": 9, "616091": 14, "616483": 44, "616553": 9, "617068": 13, "617609": 9, "617892": 13, "618681": 14, "619": 13, "619502": 49, "619711": 14, "62": [9, 13, 14, 44, 59, 99], "6200000000": 48, "621162": 9, "622132": 49, "622695": 13, "622729": 9, "623666": 13, "623722": 14, "624148": 44, "624213": 13, "6249375": 44, "6249999": [9, 14], "625": 105, "6250000": 49, "625792": 14, "626003": 9, "627": 44, "628112": 9, "628600": 14, "628842": 44, "628855": 49, "629523": 49, "629732": 13, "63": [26, 49, 59, 66, 94], "630948": 13, "631102": 44, "631148": 14, "631257": 9, "631491": 14, "631496": 44, "631643": 44, "631946": 49, "632331": 44, "632410": 44, "632713": 44, "633383": 44, "633399": 44, "633403": 44, "633411": 44, "633427": 44, "633806": 9, "634012": 14, "634400": 9, "635532": 13, "636432": 9, "636450": 13, "636497": 9, "636604": 14, "636943": 44, "639110": 14, "639780": 9, "639954": 49, "64": [5, 9, 13, 14, 44, 48, 49, 53, 59, 88, 89], "640108": 14, "64086": 59, "64092": 59, "64095": 59, "64097": 59, "640k": 9, "641": 9, "64113": 59, "64119": 59, "64124": 59, "64148": 59, "64158": 59, "64165": 59, "641728": 9, "641973": 14, "64199": 59, "64211": 59, "64220": 59, "64263": 59, "64278": 59, "64289": 59, "642909": 13, "64341": 59, "64358": 59, "64371": 59, "644167": 13, "64431": 59, "644402": 14, "64451": 59, "64466": 59, "64533": 59, "645346": 49, "645388": 9, "64555": 59, "64572": 59, "645873": 44, "646237": 9, "64646": 59, "64670": 59, "64688": 59, "647387": 13, "647536": 14, "64768": 59, "64794": 59, "64813": 59, "648323": 9, "648885": 13, "64898": 59, "64926": 59, "64946": 59, "649488": 14, "64bit": [9, 13, 14, 44], "64k": 49, "64mb": [9, 13, 14, 44], "65": [59, 74, 108], "650170": 13, "65035": 59, "650625": 9, "65064": 59, "65085": 59, "651046": 49, "65177": 59, "651933": 14, "65206": 59, "65228": 59, "652611": 9, "65322": 59, "65352": 59, "65374": 59, "654333": 14, "654416": 13, "65468": 59, "654864": 14, "65499": 59, "65520": 59, "65536": [9, 13, 14, 44, 49], "655633": 13, "655985": 14, "656266": 9, "657655": 9, "658k": 14, "659334": 49, "659577": 13, "65c": 108, "66": [27, 59, 74, 99, 108], "660988": 49, "661091": 14, "661125": 14, "66132": 89, "6613de3d": 13, "661827": 9, "661873": 13, "661982": 44, "661993": 44, "661997": 44, "662013": 44, "662017": 44, "662021": 44, "662583": 9, "662671": 44, "662712": 44, "662728": 44, "662735": 44, "662859": 44, "662867": 44, "662874": 44, "662880": 44, "663128": 44, "663811": 44, "664475": 44, "664724": 44, "664873": 44, "665024": 44, "665176": 44, "665324": 44, "665473": 44, "665620": 13, "665624": 44, "665775": 44, "665976": 44, "666126": 44, "666148": 14, "666272": 44, "666424": 44, "666455": 14, "666556": 13, "666573": 44, "666724": 44, "666873": 44, "667023": 44, "667290": 9, "667508": 9, "668102": 13, "668475": 13, "67": [59, 99], "67108864": 62, "671202": [14, 49], "671656": 14, "672427": 9, "672732": 9, "672767": 44, "673": 9, "673672": 49, "673885": 13, "674329": 13, "6753": 13, "676257": 14, "676654": 49, "676976": 9, "677227": 9, "677281": 14, "678418": 9, "679059": 13, "679631": 49, "679685": 14, "68": [59, 99], "680649": 13, "681103": 13, "681313": 14, "682518": 13, "682814": 14, "683052": 44, "683233": 49, "68335": 63, "683777": 63, "683958": 9, "684138": 14, "684509": 44, "6847e22": 60, "685076": 9, "685244": 13, "685975": 13, "686369": 14, "686540": 44, "686827": 13, "687601": 9, "688263": 14, "688418": 13, "688915": 14, "689": 44, "689953": 44, "68msp": 5, "69": [59, 88, 99], "690278": 49, "691093": 9, "691426": 14, "691463": 13, "691525": 44, "691681": 13, "692502": 13, "693727": 14, "694301": 44, "696163": 13, "696303": 14, "697708": 13, "697728": 9, "697865": 44, "698261": 44, "699218": 14, "69971287a3eb": 13, "69993": 108, "6_2ch": 5, "6b7ad873f615cce49307f911b92d4c432319b6e1": 14, "6c": 13, "6d": 89, "6db": 27, "6f": 9, "6ghz": [27, 56], "6k": 88, "6m": 52, "6m53": 52, "6v": 77, "6\u03c9": 108, "7": [5, 9, 13, 14, 15, 18, 26, 27, 43, 44, 47, 49, 52, 53, 59, 61, 64, 65, 66, 74, 76, 89, 90, 103, 108, 110], "70": [14, 44, 59, 89, 110], "700": 110, "70000000": 59, "700544": 9, "700656": 14, "7007": 97, "701171": 9, "701340": 13, "701471": 13, "701516": 44, "7021": 108, "702305": 44, "702458": 44, "702725": 9, "702856": 14, "703732": 14, "703920": 14, "704": 59, "704118": 44, "704124": 44, "704336": 44, "704357": 44, "704361": 44, "704370": 44, "704505": 9, "704813": 44, "705178": 44, "705604": 44, "706178": 13, "706640": 9, "706703": 13, "706833": 44, "707503": 44, "707544": 49, "707769": 44, "707976": 9, "708333": 89, "708955": 44, "71": [9, 59, 99], "710979": 9, "711099": 44, "711420": 13, "711471": 44, "711877": 13, "712909": 9, "713505": 14, "714326": 9, "714562": 44, "714572": 44, "715178": 14, "715210": 44, "715257": 44, "715281": 44, "715306": 44, "715331": 44, "715336": 14, "715354": 44, "715386": 44, "715487": 44, "715693": 44, "717226": 44, "717258": 44, "717336": 13, "717741": 44, "717760": 52, "717791": 44, "717842": 9, "717983": 9, "718669": 14, "718762": 44, "718766": 44, "718770": 44, "718774": 44, "718777": 44, "718781": 44, "718784": 44, "718788": 44, "718791": 44, "719525": 44, "719528": 44, "719816": 49, "719950": 44, "72": [59, 74], "720095": 44, "720304": 44, "720311": 44, "720315": 44, "720319": 44, "720322": 44, "720369": 44, "720373": 44, "720406": 44, "720434": 44, "720462": 44, "720492": 44, "720496": 44, "720540": 44, "720735": 13, "720938": 14, "720989": 44, "721": 9, "721040": 44, "721423": 44, "721426": 44, "721430": 44, "722422": 44, "722768": 9, "723248": 13, "723676": 13, "724": 59, "724079": 9, "725": 105, "725263": 14, "726": 44, "726932": 14, "727035": 13, "727701": 9, "728814": 14, "728k": 44, "729": 44, "729129": 13, "729565": 9, "729k": 13, "72mhz": 9, "72msp": 5, "72v": 74, "73": [14, 59], "730": 49, "7304": 13, "731368": 14, "732": 9, "732421875": 59, "732497": 9, "734412": 13, "736599": 9, "736909": 14, "739": 9, "739981": 9, "74": [52, 53, 59, 89], "740": 52, "740129": 13, "740813": 13, "741": 44, "741509": 14, "742544": 14, "743409": 14, "7440k": 49, "745": 44, "745758": 13, "746": 9, "747680": 14, "749182": 14, "749507": 49, "75": [9, 13, 14, 27, 44, 59, 63, 99, 108], "750": 66, "7500": 66, "75000": 66, "750000": 66, "7500000": 66, "75000000": [27, 66], "751305": 13, "752201": 14, "752552": 44, "754211": 14, "755136": 14, "756852": 13, "7578821": 44, "759120": 13, "75mhz": [27, 56], "76": [59, 61], "762453": 13, "762596": 13, "76420": 52, "7645041785100000": [9, 13, 14, 44], "765819": 9, "766": 52, "766135": 14, "766479": 9, "766498": 44, "766682": 44, "767200": 14, "768310": 44, "768834": 13, "769419": 49, "769531": 63, "77": 59, "770795": 13, "771": 59, "772175": 44, "772524": 9, "773227": 13, "773905": 44, "774351": 44, "774485": 44, "774489": 44, "774764": 14, "775194": 27, "775341": 44, "776": 59, "776161": 44, "776227": 14, "777132": 14, "779125": 13, "779347": 13, "779671": 9, "78": 59, "780041": 44, "780225": 44, "782016": 44, "782096": 44, "782226": 14, "782954": 27, "783439": 14, "783705": 9, "784331": 44, "784442": 44, "784443": 14, "784567": 44, "784623": 44, "785037": 44, "785078": 44, "785184": 44, "785228": 13, "785485": 44, "785496": 44, "785510": 44, "785515": 44, "785601": 44, "785630": 44, "785641": 44, "785646": 44, "785652": 44, "785853": 44, "785861": 44, "785877": 44, "785884": 44, "785888": 44, "785894": 44, "785898": 44, "785904": 44, "786012": 44, "786027": 44, "786164": 14, "7862832k": 13, "786408": 44, "786478": 9, "786666": 14, "786735": 44, "786876": 9, "787897": 13, "788752": 44, "79": 59, "790103": 14, "790107": 14, "790322": 9, "790460": 14, "791029": 44, "791888": 13, "791917": 14, "792722": 14, "794780": 44, "7948206080": 52, "795871": 14, "796457": 9, "797436": 9, "797594": 14, "797822": 13, "798937": 9, "799060": 14, "799331": 9, "7deb5000": 13, "7k": 110, "7m54": 52, "7th": 66, "7x": 74, "7zip": 18, "8": [5, 9, 13, 14, 15, 18, 26, 27, 44, 49, 52, 53, 59, 60, 61, 64, 65, 66, 70, 74, 88, 89, 94, 97, 100, 103, 108, 110], "80": [9, 52, 53, 59, 90], "800": 59, "80000000": 49, "80000001": 49, "800068": 14, "80008000": 59, "800ft": 108, "800mb": 43, "801237": 14, "801560": 44, "802": [49, 94], "802106": 49, "8021q": 49, "802904": 9, "803222": 13, "803293": 14, "803596": 13, "804915": 14, "8064": 49, "806993": 9, "808772": 44, "809363": 13, "809536": 14, "809732": 14, "809837": 14, "80m": 100, "80x25": [9, 13, 14, 44], "80x30": 49, "81": [52, 59], "810892": 13, "810944": 49, "811972": 9, "813127": 14, "813150": 13, "813209": 14, "813640": 44, "814051": 49, "815053": 13, "815388": 9, "816196": 14, "816549": 14, "816910": 14, "818906": 49, "8191": 26, "8192": [9, 14, 27, 44, 49, 59], "819485": 14, "81xx": 94, "82": [59, 90], "820265": 14, "820304": 14, "820334": 44, "820617": 44, "821123": 14, "823916": 14, "824": 105, "824465": 14, "8250": [9, 13, 14, 44, 49], "825053": 14, "825472": 44, "826238": 9, "826314": 13, "826707": 14, "827": 108, "827312": 49, "828230": 14, "8289256": 49, "829236": 44, "8296k": 44, "83": [13, 49, 52, 59], "830922": 14, "833269": 9, "833325": 44, "833990": 14, "834": 108, "835085": 49, "835126": 14, "837559": 13, "837882": 14, "837929": 14, "838823": 44, "8388608": 13, "8388608k": 13, "839975": 49, "84": [59, 89], "840568": 9, "840900": 14, "841396": 14, "842298": 49, "842829": 9, "843139": 14, "843799": 89, "843811": 89, "843818": 89, "843824": 89, "843830": 89, "844936": 14, "845585": 9, "845719": [9, 14, 44], "846588": 44, "847345": 13, "848723": 49, "848806": 13, "849": 49, "849218": 14, "8498623": 44, "84a00000": [9, 14], "84a04000": [9, 14], "84a50000": 9, "84a60000": [9, 14], "84a80000": [9, 14], "84a90000": 14, "84aa0000": 14, "85": [59, 74, 78, 108], "85000000": 14, "851245": 14, "851731": 14, "851942": 14, "852": 44, "852893": 89, "853": 59, "853016": 89, "853329": 89, "853370": 44, "853957": 89, "854080": 89, "854618": 89, "855011": 9, "855371": 89, "855377": 49, "855559": 89, "856060": 14, "856248": 89, "856252": 89, "856863": 89, "858870": 9, "858948": 14, "859800": 14, "859892": 89, "86": [49, 59, 99], "860050": 13, "860588": 44, "862241": 14, "862577": 49, "862868": 89, "862960": 14, "862988sec": 89, "865457": 44, "865955": 14, "866396": 9, "866876": 13, "867321": 49, "867723": 14, "868565": 14, "868996": 49, "869": 49, "869249": 9, "8694467": 90, "87": 59, "871294": 13, "872": 110, "872150": 44, "872965": 14, "873246": 49, "874048": 9, "874181": 14, "874599": 14, "874642": 13, "875": 105, "877242": 44, "877928": 49, "877c85c9": 13, "879147": 49, "879969": 14, "87mhz": 105, "87xx": 94, "88": [13, 44, 59, 74], "881012": 44, "881702001817000e00d0b1acb3a6": 14, "881736": 13, "882073": 14, "882101": 14, "882533": 13, "882620": 49, "884076k": 49, "884889": 9, "885404": 14, "885472": 13, "885493": 13, "886074": 44, "8863": 89, "886974": 14, "887355": 13, "887574": 14, "888164": 14, "888173": 9, "888322": 14, "888368": 14, "888653": 44, "889045": 49, "889792": 13, "88mhz": 5, "88msp": 5, "88xx": 94, "89": 59, "891305": 13, "892643": 14, "893164": 13, "893981": 14, "894": 105, "894135": 49, "895050": 9, "895317": 14, "8960e8fe9cc7cb479853c666": 13, "896382": 14, "896411": 44, "896623": 14, "897078": 14, "89750": 59, "8b10b": [13, 14], "8c": 13, "8g": [15, 22, 23], "8gb": 9, "8m": 18, "8n1": [9, 13, 14, 44, 89], "8reg": [9, 13, 14, 44], "8regs_prefetch": [9, 44], "8v": [49, 84, 97, 107], "8x": 5, "9": [5, 9, 13, 14, 15, 18, 26, 44, 49, 52, 53, 57, 59, 60, 61, 65, 66, 74, 89, 90, 93, 96, 108, 110], "90": [5, 26, 44, 56, 59, 99, 108], "900": 105, "90000": 59, "900987": 14, "901804": 44, "901850": 13, "901959": 13, "902": 105, "902218": 9, "9029ce01c": 14, "903509": 14, "903799": 13, "904748": 14, "904790": 14, "905441": 49, "907166": 14, "907283": 44, "907687": 14, "907845": 14, "907997": 14, "908460000": 96, "908592": 9, "909763": 49, "90\u03c9": 97, "91": 59, "910533": 49, "910745": 9, "910763": 14, "912502": 14, "912759": 44, "914213": 13, "914697": 49, "914868": 13, "915000": 14, "915789": 9, "916254": 14, "916905": 13, "917149": 13, "917770": 14, "917991": 44, "918454": 14, "918694": 49, "919": 44, "92": [44, 59, 74], "922007": 14, "922928": 14, "923753": 9, "923821": 44, "923910": 14, "925534": 49, "925933": 13, "927031": 14, "9279985": 59, "928": 105, "929013": 14, "929064": 14, "93": [44, 59], "930026": 49, "930560": 14, "932503": 14, "933001": 14, "933412": 9, "933865": 44, "935695": 13, "936020": 14, "936524": 49, "937386": 14, "937426": 13, "938826": 14, "939873": 49, "94": [52, 59], "940110": 14, "940392": 44, "940868": 49, "940k": 88, "942459": 13, "942481": 49, "943026": 14, "943285": 9, "944693": 49, "946045": 14, "946480": 14, "9468k": 9, "947009": 44, "947156": 44, "9472": 9, "947456": 13, "948189": 49, "948438": 49, "948925": 13, "949230": 49, "949436": 14, "949712": 13, "94m": 52, "95": [27, 56, 59], "950033": 14, "950379": 14, "950685": 9, "950913": 14, "951159": 14, "953434": 14, "953798": 14, "953909": 44, "954657": 44, "956309": 49, "956750": 44, "956835": 14, "957170": 14, "957511": 49, "958039": 14, "958288": 13, "958334": 9, "96": [59, 74], "9600": [64, 66], "960413": 49, "960672": 44, "960684": 13, "961538": 59, "962249": 44, "962358": 14, "962627": 13, "962635": 14, "9629": 5, "963059": 9, "963231": 14, "963268": 13, "963269": 14, "963626": 14, "964223": 49, "965770": 49, "967004": 14, "967434": 44, "968023": 13, "968265": 13, "968321": 9, "969510": 14, "969622": 14, "96board": [102, 106], "96v": 74, "97": [43, 49, 59, 110], "971220": 14, "971587": 49, "971741": 13, "972574": 9, "9728": 90, "973039": 14, "973148": 13, "974119": 14, "974195": 44, "974868": 14, "974943": 49, "975330": 13, "975553": 14, "975752": 13, "976279": 14, "976516": 49, "976680": 9, "977354": 9, "977981": 13, "979": 44, "979033": 13, "979486": 14, "97ipiycfantyaxgcpgsrogvnz3vzilmctmpf75hexvjfp": 44, "98": [9, 44, 49, 59, 108], "980876346": 100, "980952": 44, "981221": 14, "981606": 14, "98183": 49, "981969": 13, "982120": 49, "982704": 9, "983": 9, "9830400": 26, "983040007": 59, "984100": 14, "984318": 13, "985862": 14, "986006": 14, "986427": 49, "986702": 14, "987069": 13, "987721": 44, "988191": 13, "988526": 14, "988881": 9, "99": [9, 44, 59, 94, 108], "990001": 14, "99020000": 44, "99024000": 44, "99040000": 44, "99044000": 44, "991263": 13, "991573": 14, "991983": 13, "992209": 49, "992582": 14, "993248": 9, "993718": 14, "993738": 13, "994491": 44, "995": 78, "995416": 49, "995777": 14, "996145": 44, "996158": 44, "996394": 13, "996524": 44, "996534": 44, "996544": 44, "996932": 44, "996943": 44, "997": 110, "997675": 9, "997777": 14, "998626": 14, "998706": 14, "999106": 13, "999770": 14, "99mhz": [9, 44], "9_2ch": 5, "9e": 89, "9k": 97, "9p2000": [9, 13, 14, 44], "9pnet": [9, 13, 14, 44], "A": [5, 7, 8, 9, 11, 12, 13, 14, 15, 18, 22, 23, 27, 31, 32, 37, 39, 44, 45, 48, 49, 52, 56, 59, 60, 61, 63, 64, 65, 66, 67, 68, 70, 74, 77, 78, 79, 85, 87, 88, 89, 90, 100, 102, 104, 105, 108, 110], "AND": 18, "AS": 43, "And": [0, 2, 17, 18, 60, 61, 66, 85, 88, 90, 100, 108, 111], "As": [0, 7, 11, 18, 43, 57, 61, 85, 97, 101, 106, 108, 110], "At": [0, 18, 47, 49, 52, 60, 61, 65, 89, 105, 110], "But": [18, 22, 26, 31, 61, 108, 110], "By": [18, 47, 61, 65, 67, 70, 74, 77, 90, 99, 112], "FOR": 27, "For": [0, 1, 2, 4, 11, 17, 18, 22, 26, 27, 30, 39, 42, 43, 45, 47, 54, 60, 61, 63, 64, 66, 70, 74, 75, 77, 78, 79, 83, 85, 86, 89, 90, 96, 101, 102, 105, 108, 112], "IF": [18, 21, 27, 100], "IN": [22, 23, 70], "IT": [49, 52], "ITS": 13, "If": [2, 6, 10, 15, 18, 22, 23, 26, 27, 35, 40, 44, 47, 49, 52, 53, 56, 57, 59, 60, 61, 63, 65, 67, 70, 74, 77, 79, 83, 85, 86, 88, 89, 90, 94, 97, 99, 100, 101, 102, 103, 104, 107, 108, 110, 112], "In": [1, 5, 8, 9, 12, 13, 14, 15, 18, 20, 22, 23, 32, 33, 34, 35, 36, 42, 44, 46, 47, 49, 53, 54, 56, 57, 59, 60, 61, 63, 64, 65, 66, 70, 71, 74, 77, 78, 79, 85, 89, 93, 97, 98, 100, 105, 107, 108, 110], "It": [0, 2, 5, 15, 17, 18, 22, 27, 29, 46, 49, 52, 53, 54, 56, 57, 60, 61, 65, 66, 70, 71, 74, 77, 78, 79, 84, 88, 89, 90, 94, 96, 97, 99, 100, 102, 103, 104, 105, 108, 110, 111], "Its": [6, 10, 61], "NO": [14, 18, 49, 53, 79, 90, 93], "NOT": [15, 18, 22, 52, 108], "No": [4, 6, 8, 9, 12, 13, 14, 17, 44, 49, 53, 54, 57, 59, 60, 63, 64, 70, 74, 76, 78, 90, 103], "Not": [9, 13, 14, 15, 22, 26, 44, 85], "OF": [9, 13, 14, 44, 49], "ON": [9, 13, 14, 15, 64, 65, 66, 90, 94], "ONE": 64, "OR": [23, 108, 110], "Of": 61, "On": [2, 9, 13, 15, 17, 18, 26, 31, 42, 49, 57, 60, 61, 74, 76, 79, 86, 89, 97, 103], "One": [18, 29, 32, 45, 48, 61, 77, 97, 108, 112], "Ons": [68, 70], "Or": [2, 18, 27, 56, 57, 89, 108], "Such": [31, 56], "TO": 108, "That": [2, 60, 61, 71, 83, 97, 101, 108], "The": [0, 2, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 18, 22, 23, 26, 27, 28, 30, 31, 32, 33, 35, 36, 39, 40, 43, 44, 45, 46, 47, 48, 49, 52, 53, 54, 56, 57, 59, 60, 62, 63, 64, 65, 66, 67, 68, 70, 71, 74, 75, 76, 77, 78, 79, 82, 83, 84, 85, 86, 88, 89, 90, 92, 93, 94, 95, 96, 97, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112], "Then": [0, 13, 43, 49, 61, 63, 74, 90, 99, 100], "There": [2, 5, 7, 11, 15, 18, 26, 27, 43, 44, 47, 49, 52, 53, 54, 55, 56, 57, 61, 62, 63, 64, 65, 70, 71, 75, 84, 88, 89, 90, 93, 94, 97, 100, 103, 105, 110, 111], "These": [15, 18, 27, 31, 34, 46, 48, 61, 64, 65, 68, 70, 71, 88, 91, 97, 100, 108, 111], "To": [0, 1, 13, 14, 15, 18, 26, 27, 30, 33, 43, 47, 48, 49, 53, 56, 57, 59, 60, 61, 66, 67, 68, 70, 71, 79, 86, 87, 88, 89, 90, 93, 96, 100, 103, 110], "WILL": 108, "Will": [57, 85], "With": [15, 18, 45, 52, 65, 74, 84, 97, 100, 102, 108, 110, 111], "_": [22, 23, 40, 89, 90, 93], "__": [89, 90, 93], "___": [89, 90, 93], "____": [89, 90, 93], "______": [89, 90, 93], "_________________": [89, 90, 93], "____ptrval____": [13, 14], "__api": 61, "__init": 29, "__init__": 61, "__initdata": 29, "_build": [0, 2], "_d_get_id": 61, "_devic": 61, "_en": [39, 40], "_fall": 40, "_has_conditional_explicit": 86, "_in": 74, "_init": 61, "_input": 40, "_ireesq": 87, "_libm2k": 65, "_mag": 40, "_name": 40, "_offset": 27, "_out": 74, "_period": 40, "_raw": [27, 40], "_rise": 40, "_roc": 40, "_roc_falling_valu": 40, "_roc_rising_valu": 40, "_roc_valu": 40, "_scale": 27, "_thresh": 40, "_thresh_falling_valu": 40, "_thresh_rising_valu": 40, "_thresh_valu": 40, "_type": 39, "_valu": 40, "a1": [14, 56], "a2": 56, "a4a00000": 13, "a4a04000": 13, "a4a90000": 13, "a4aa0000": 13, "a5000000": 13, "a9": 49, "a_balanc": [59, 67], "a_n": 59, "a_p": 59, "aaaa": [9, 13, 49], "aaaab3nzac1yc2eaaaadaqabaaabaqcuf37dxkzr0sjskha2": 44, "aarch32": [43, 88], "aarch64": [9, 13, 14, 42, 44, 57], "aavid": 108, "abi": [9, 27, 34, 44, 53, 61], "abil": [18, 27, 48, 84, 89, 97, 108], "abl": [5, 15, 18, 31, 46, 52, 61, 70, 89, 103, 105], "abms6830bmsw": 77, "about": [0, 6, 10, 13, 14, 18, 49, 52, 54, 60, 65, 66, 67, 77, 83, 89, 90, 100, 101, 102, 104, 108, 110, 111, 112], "abov": [18, 26, 31, 43, 46, 47, 49, 52, 59, 61, 63, 70, 77, 88, 89, 90, 97, 103, 107, 108], "absent": 66, "absolut": [14, 18, 27, 49, 78, 90, 93, 110], "absorb": 23, "abstract": [15, 18, 31, 49, 60, 67, 104], "ac": [22, 23, 84, 90, 97, 103], "ac701": 47, "academ": [103, 111], "acap": 12, "acceler": [15, 18], "acceleromet": [15, 18, 31, 49], "accept": [53, 61, 76, 77, 79, 90, 104], "access": [2, 4, 13, 18, 30, 31, 33, 42, 45, 47, 56, 57, 59, 61, 65, 66, 67, 70, 74, 77, 78, 79, 82, 86, 89, 90, 95, 103, 106, 111], "access0": 29, "accessori": [17, 74, 77, 78, 106], "accid": 98, "accident": [52, 90], "accommod": [70, 74, 79], "accompani": [15, 18, 74, 77, 111], "accomplish": 90, "accord": [15, 49, 61, 77, 108], "accordingli": [18, 61], "account": [2, 49, 76, 77, 79, 90], "accumul": [6, 9, 10, 13, 14, 74, 84, 102, 110], "accur": [22, 26, 57, 78, 108], "accuraci": [26, 106, 108], "acg": 99, "achiev": [15, 27, 56, 100, 108, 110], "ack": 66, "acknowledg": 66, "acl": [13, 14, 18, 49], "acm": [89, 90, 93], "acpi": 14, "acquir": 61, "acquisit": [18, 32, 84], "across": [36, 61, 108, 110, 111], "act": [26, 31, 47, 52, 89, 98], "act_led_trigg": 18, "action": [2, 27, 31, 45, 48, 57, 77, 96], "activ": [2, 4, 9, 13, 14, 15, 17, 44, 49, 53, 56, 59, 66, 77, 79, 84, 87, 89, 100, 102, 106, 111], "active_high": 64, "active_low": [18, 64], "actual": [9, 22, 23, 26, 36, 44, 49, 61, 67, 70, 76, 89, 90, 97, 99, 105, 108, 112], "ad": [3, 9, 14, 17, 18, 22, 36, 42, 43, 44, 45, 57, 59, 60, 61, 68, 70, 73, 75, 76, 79, 80, 85, 86, 88, 89, 90, 97, 98, 112], "ad4630": 17, "ad5592r": [17, 64], "ad5592r_dev": 64, "ad5592r_init": 64, "ad5592r_init_param": 64, "ad5592r_rw_op": 64, "ad5592r_write_dac": 64, "ad592": 108, "ad6676": [27, 43], "ad7124": 14, "ad7127": 49, "ad7190": 14, "ad7192": 14, "ad7193": 14, "ad7195": 14, "ad7291": [6, 9, 14, 18, 27, 33], "ad7682": 14, "ad7685": 14, "ad7686": 14, "ad7687": 14, "ad7688": 14, "ad7689": 14, "ad7690": 14, "ad7691": 14, "ad7693": 14, "ad7699": 14, "ad7942": 14, "ad7944": 14, "ad7946": 14, "ad7949": 14, "ad7980": 14, "ad7982": 14, "ad7983": 14, "ad7984": 14, "ad7985": 14, "ad7986": 14, "ad7988": 14, "ad9": 27, "ad9026": 13, "ad9081": [46, 47, 48], "ad9081_dac0": 48, "ad9081_fmc_support": 47, "ad9144": 70, "ad9250": 14, "ad9250_2": 14, "ad9265": [14, 43], "ad9361": [5, 27, 33, 43, 44, 53, 59, 67, 70, 89, 95, 96, 98, 99, 100, 104], "ad9361_prob": 44, "ad9363": [18, 59, 95, 97, 98, 100, 102], "ad9364": [27, 43, 59, 98, 101, 112], "ad936x": [44, 70, 83, 97, 101, 104, 112], "ad9371": [9, 27, 70], "ad9434": [14, 43], "ad9467": [14, 27, 43], "ad9508": 27, "ad9517": 27, "ad9523": 27, "ad9528": [6, 9, 10, 13, 14, 27], "ad9548": 27, "ad9625": [14, 43], "ad9643": 14, "ad9649": 14, "ad9652": 14, "ad9680": [27, 70], "ad9683": 14, "ad9739a": 43, "ad9780": 14, "ad9781": 14, "ad9783": 14, "ad9963": 82, "adac": 26, "adafruit": [97, 103], "adalm": [17, 18, 49, 59, 64, 66, 68, 70, 81, 82, 89, 90, 91, 95, 96, 98, 99, 101, 103, 105, 106, 111], "adalm100": 111, "adalm1000": [84, 111], "adalm2000": [17, 18, 22, 23, 49, 63, 66, 81, 85, 86, 87, 89, 90, 91, 107, 108, 110, 111], "adalp2000": [87, 110, 111], "adapt": [15, 18, 22, 23, 61, 74, 77, 78, 82, 90, 94, 95, 97, 103, 107, 110, 111], "adaptor": 22, "adar1000": 18, "adar3000": 14, "adar3001": 14, "adar3002": 14, "adbm": 79, "adbms2950": [74, 77, 78, 79], "adbms2950b": 78, "adbms6822": [74, 77, 78], "adbms6830": [74, 77], "adbms6830b": 78, "adbms6830bmsw": [77, 78, 79], "adbms6830msw": 77, "adbms68xx": 78, "adbmse2e3w": 74, "adbmsgen6": 77, "adc": [6, 9, 10, 13, 14, 17, 18, 21, 22, 23, 26, 31, 42, 44, 57, 59, 63, 64, 66, 70, 74, 82, 84, 85, 95], "adc0": 27, "adc1": 27, "adc2": 27, "adc3": 27, "adc_data": 27, "adc_gain1": 63, "adc_gain2": 63, "adc_offset1": 63, "adc_offset2": 63, "adctiagain": 27, "add": [0, 2, 15, 18, 22, 26, 27, 30, 42, 45, 46, 47, 48, 49, 53, 57, 60, 61, 65, 67, 68, 70, 77, 79, 86, 88, 97], "add_2021_r1_releas": 53, "add_libad9361": 70, "add_rpath": 65, "add_trigg": 30, "addit": [1, 4, 6, 10, 13, 14, 17, 18, 27, 32, 35, 39, 45, 47, 49, 57, 61, 64, 66, 67, 77, 79, 86, 89, 90, 97, 111], "addition": [27, 56, 61], "addmethod": 86, "addr": [18, 49, 89], "addr_point": 61, "addr_ptr": 61, "addrconf": 44, "address": [9, 13, 14, 15, 18, 43, 44, 48, 49, 57, 59, 61, 64, 66, 70, 76, 77, 79], "adequ": [18, 31, 77], "adf4159": 18, "adf4351": [27, 33], "adf4378": 48, "adf4378_refclk": 48, "adf5355": 43, "adhes": 74, "adi": [4, 5, 7, 9, 11, 13, 14, 15, 17, 22, 24, 26, 27, 33, 43, 45, 48, 49, 52, 53, 54, 57, 58, 59, 60, 65, 66, 67, 68, 69, 70, 71, 79, 83, 85, 88, 89, 92, 95, 97, 100, 101, 102, 111], "adi_build": 70, "adi_update_boot": 53, "adi_update_tool": [53, 57], "adi_zynqmp_defconfig": 43, "adicup": [4, 17], "adicup3029": 4, "adicup360": 4, "adihal_resethw": 9, "adis16465": 14, "adis16467": 14, "adis16470": 14, "adis16475": 14, "adis16477": 14, "adis16500": 14, "adis16505": 14, "adis16507": 14, "adjac": [18, 99], "adjust": [9, 13, 14, 23, 26, 27, 44, 45, 48, 57, 62, 65, 74, 77, 79, 88, 108, 110], "adlam2000": 96, "adm1177": [59, 89, 95, 97], "adm7160acpzn1": 97, "adma": [9, 13, 14, 44], "admin": 79, "administr": [18, 52, 76, 79], "adopt": 15, "adpaq": [4, 17], "adquat": 15, "adragom2": 13, "adrv": 43, "adrv1crr": 43, "adrv9002": [49, 53, 70], "adrv9002_init": 49, "adrv9002_setup": 49, "adrv9008": [1, 4, 8, 16, 28, 41, 42, 54], "adrv9009": [1, 4, 5, 7, 9, 16, 28, 41, 42, 54, 56, 57, 70, 112], "adrv9009_conv": 27, "adrv9009_prob": 9, "adrv9009_std_gaint": 27, "adrv9025": [13, 14], "adrv9026": [4, 11, 13, 14, 16], "adrv9029": [4, 13, 14, 16], "adrv9361": [43, 70, 112], "adrv9364": [43, 70, 112], "adrv9371": [9, 43, 70], "adrv9375": 43, "ads7843": [13, 14], "ads7845": [13, 14], "ads7846": [13, 14], "ads7873": [13, 14], "adt7420": 66, "adt75": 18, "adt75g": 18, "aducm360": 15, "adum225n": 74, "adv7511": [43, 53], "advanc": [6, 9, 13, 14, 17, 26, 34, 42, 44, 55, 56, 57, 60, 88, 100, 102, 111], "advantag": [61, 110], "adventur": 18, "advertis": 97, "advic": 18, "advis": [2, 74], "adxcvr": [9, 14, 27], "adxl345": [17, 22, 49], "adxl345_exampl": 18, "adxl355": [4, 16, 17], "adxl355_exampl": [15, 18], "adxl355_no_os_exampl": 15, "adxl3x5": 18, "ae": [13, 14], "aec1": 13, "aerospac": 111, "af": 13, "affect": [26, 27, 54, 99, 108], "affer": 64, "affin": 44, "afford": 84, "after": [13, 15, 18, 32, 39, 40, 43, 49, 52, 54, 59, 61, 63, 64, 65, 66, 70, 74, 75, 77, 79, 85, 86, 87, 89, 90, 94, 108, 110], "afterward": 89, "ag": 18, "again": [9, 18, 52, 61, 65, 90, 100, 110], "against": [40, 88, 108], "agc": [27, 59, 70, 99], "agcfast": 27, "agcrx1attackdelai": 26, "agcrx2attackdelai": 26, "agcunderrangehighinterv": 26, "agcunderrangelowinterval_n": 26, "agcunderrangemidinterv": 26, "agent": 44, "aggreg": [0, 36], "aghl": 88, "agil": [10, 18, 27, 57, 95], "agnost": 64, "agreement": [76, 79], "ah": 103, "ahci": [9, 14, 44], "ahead": 2, "ahr": 15, "ai": 14, "aid": 18, "aim": [9, 13, 14, 31, 44], "ain": 86, "air": [99, 108], "airflow": 108, "airplan": [60, 102], "aka": [89, 90], "al": 27, "alert": [52, 59, 100], "alg": 14, "algo": 44, "algorithm": [6, 9, 10, 13, 14, 44, 61, 70, 106], "alia": [13, 59], "alias": [27, 49], "alic": [84, 87, 111], "align": [5, 32, 39, 61, 75], "all": [1, 2, 4, 6, 7, 9, 10, 11, 13, 14, 17, 18, 22, 26, 27, 36, 39, 40, 43, 44, 47, 49, 52, 53, 54, 56, 57, 59, 60, 61, 63, 64, 65, 66, 68, 70, 71, 74, 77, 78, 79, 83, 84, 86, 88, 89, 90, 92, 93, 94, 96, 97, 100, 101, 102, 103, 104, 105, 108, 110, 111], "allegro": [15, 74, 77, 78, 97, 107], "allig": [74, 77], "alloc": [9, 13, 14, 44, 49, 61, 64], "allow": [0, 5, 18, 26, 27, 29, 30, 32, 33, 35, 45, 46, 47, 48, 54, 56, 57, 59, 61, 67, 74, 76, 77, 78, 79, 86, 89, 92, 94, 96, 97, 99, 100, 102, 104, 107, 108, 110], "almost": [18, 23, 61, 103, 108], "along": [18, 57, 61], "alot": 98, "alphanumer": 94, "alreadi": [18, 43, 44, 47, 52, 53, 61, 63, 77, 83, 86, 89, 97, 101, 103, 112], "alreadyg": 18, "alsa": [9, 13, 14, 44, 49], "also": [0, 1, 2, 9, 13, 14, 17, 18, 22, 23, 27, 31, 39, 43, 44, 45, 47, 49, 52, 54, 57, 59, 60, 61, 65, 70, 74, 75, 76, 77, 78, 83, 88, 89, 90, 94, 97, 100, 101, 103, 104, 107, 108, 110, 111, 112], "alt": [90, 93], "altera": [22, 42, 70, 112], "altern": [9, 13, 14, 18, 22, 27, 29, 30, 43, 44, 49, 61, 77, 90], "although": [6, 9, 10, 13, 14, 18, 60, 61, 74, 84, 90, 97, 102, 103, 110], "altitud": 15, "altogeth": 27, "altr_a10sr_gpio": 49, "altset": 90, "altvoltage0": [59, 104], "altvoltage1": [59, 99], "altvoltage2": 59, "altvoltage3": 59, "aluminum": [74, 108], "alwai": [0, 23, 27, 33, 43, 47, 54, 56, 61, 63, 66, 70, 83, 85, 90, 97, 100, 101, 112], "am": [9, 14, 27], "amazon": 94, "amba": [9, 13, 27, 44], "ambient": 108, "amd": [7, 9, 11, 13, 14, 42, 47, 70, 88, 112], "amd64": 89, "amount": [0, 18, 32, 61, 108, 111], "amp": [98, 110], "ampl": 5, "amplifi": [4, 17, 31, 100, 110, 111], "amplitud": [5, 26, 56, 57, 59, 110], "an": [0, 2, 5, 8, 12, 13, 14, 15, 17, 18, 27, 29, 31, 32, 33, 35, 40, 43, 45, 47, 48, 49, 52, 53, 57, 59, 60, 61, 64, 65, 66, 67, 68, 70, 71, 76, 77, 78, 79, 83, 84, 86, 88, 89, 90, 96, 97, 98, 99, 100, 101, 102, 103, 105, 106, 108, 110, 111, 112], "an834": 108, "anaconda": 18, "analog": [0, 4, 6, 9, 10, 13, 14, 15, 17, 18, 23, 27, 31, 37, 43, 44, 49, 52, 53, 54, 59, 60, 61, 63, 64, 68, 69, 70, 76, 77, 79, 84, 85, 86, 88, 89, 90, 93, 96, 97, 101, 102, 104, 107, 111, 112], "analogdevic": 89, "analogdevicesinc": [2, 18, 22, 23, 43, 53, 57, 60, 65, 68, 70, 89, 90, 92], "analogi": [0, 108], "analogin": [64, 65, 85], "analogout": [65, 85], "analysi": [18, 31, 66, 79], "analyz": [5, 18, 22, 23, 65, 66, 82, 84, 87, 105, 106, 110], "ani": [0, 1, 5, 6, 9, 10, 13, 14, 18, 22, 26, 27, 29, 31, 35, 40, 43, 44, 45, 46, 47, 49, 53, 54, 56, 57, 60, 61, 64, 65, 66, 70, 76, 79, 83, 84, 85, 86, 89, 90, 93, 94, 96, 97, 100, 101, 102, 103, 108, 110, 112], "annoi": 108, "annot": 49, "announc": 61, "annoy": 108, "anomali": 76, "anoth": [9, 13, 14, 18, 27, 48, 52, 53, 57, 61, 66, 92], "ansi": [53, 61, 89], "answer": [18, 61, 83, 97, 101, 112], "antenna": [6, 9, 10, 13, 14, 74, 84, 99, 102, 103, 106, 110], "anti": 27, "any_edg": 66, "anymor": 61, "anyon": [61, 89, 97, 107], "anyth": [18, 52, 61, 82, 90, 95, 103, 107, 108, 110], "anytim": [26, 27], "anywher": [61, 107], "apard32690": [77, 79], "apart": 32, "apb": 49, "apd": 26, "apdhighthresh": 26, "apdlowthresh": 26, "api": [9, 13, 14, 15, 23, 26, 42, 44, 49, 53, 54, 60, 61, 63, 67, 71, 85, 90], "apm": [14, 44], "app": [70, 95], "appar": 111, "apparmor": [13, 14, 49], "appear": [13, 15, 18, 43, 49, 52, 53, 61, 68, 70, 77, 79, 85, 90, 96, 97, 99, 108, 110, 111], "append": [0, 46, 47, 48, 49, 61, 62, 63, 79], "appendix": 110, "appimag": 66, "appli": [0, 13, 14, 15, 17, 18, 26, 40, 48, 49, 53, 57, 61, 79, 90, 111], "applic": [4, 6, 9, 10, 13, 14, 17, 18, 22, 23, 26, 27, 30, 31, 32, 37, 45, 47, 48, 49, 52, 53, 54, 59, 60, 61, 65, 70, 77, 79, 84, 87, 89, 90, 95, 100, 102, 104, 108, 110, 111], "approach": [30, 44, 45, 47, 61, 63, 92, 110, 111], "appropri": [18, 29, 39, 47, 49, 57, 77, 79, 103, 108], "approx": 92, "approxim": [15, 52, 90, 108], "appveyor": 65, "apr": [44, 88, 93], "apst": [9, 14, 44], "apt": [0, 2, 13, 14, 49, 53, 57, 60, 65, 88, 89], "ar": [0, 1, 2, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 18, 22, 23, 26, 27, 28, 30, 31, 32, 34, 35, 36, 39, 40, 43, 44, 45, 46, 47, 49, 52, 53, 54, 55, 56, 57, 60, 61, 62, 63, 64, 65, 66, 67, 68, 70, 71, 74, 75, 76, 77, 78, 79, 82, 83, 84, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 110, 111, 112], "arbitrari": [13, 14, 18, 49, 84], "arch": [27, 43, 88], "arch_initcal": 29, "arch_sys_count": [9, 13, 14, 44], "arch_tim": [13, 14, 44], "architect": 9, "architectur": [9, 13, 14, 17, 44, 49, 61, 88], "archiv": [53, 57, 65, 88, 89, 90], "archtyp": 61, "arduino": [77, 78], "ardz": 111, "area": [9, 13, 14, 44, 49, 57, 61, 79, 94, 108], "aren": [18, 89, 90, 99], "argc": [5, 100, 104], "argument": [18, 53, 59, 61, 66, 93], "argv": [5, 100, 104], "aris": [18, 31, 85], "arm": [7, 9, 11, 13, 14, 18, 42, 43, 44, 49, 53, 61, 78, 83, 88, 101, 110, 112], "arm64": [13, 14, 27, 43], "arm64_neon": [13, 14], "arm_arch_tim": 9, "armv7": 49, "armv7l": [49, 53, 59, 66, 88, 89], "armv8_pmuv3": [9, 14, 44], "around": [18, 22, 43, 45, 61, 83, 99, 101, 102, 110, 111, 112], "arp": [9, 44], "arradio": [70, 112], "arrai": [18, 23, 26, 27, 61, 86, 108], "arrang": [5, 79], "array_s": 29, "arria": [8, 12, 18, 49], "arria10": [27, 49], "arrow": [18, 61, 70, 77, 107, 112], "art": 27, "articl": [4, 18], "artifact": [2, 27, 65], "asc": 110, "ascend": 64, "ascii": [49, 61, 89, 94], "asic": 70, "asid": [9, 13, 14, 44, 61], "asil": 74, "asix": [9, 13, 14, 44, 49, 94], "ask": [6, 10, 57, 61, 68, 70, 83, 84, 90, 93, 94, 97, 100, 101, 102, 103, 112], "aspect": [18, 23, 70, 89, 98, 108], "assembl": [82, 95], "assembli": [15, 108, 111], "assert": [22, 100, 110], "assess": 79, "assign": [9, 13, 14, 18, 44, 49, 52], "assimil": 61, "associ": [15, 18, 31, 32, 53, 57, 76, 77, 79, 84, 111], "assort": 18, "assum": [5, 40, 47, 48, 61, 70, 90, 97, 108], "assumpt": 27, "assur": 22, "astonish": 108, "asymmetr": [13, 14], "asynchron": 100, "at24": [9, 14, 44, 49], "ata": [13, 14, 49], "ata1": [9, 14, 44], "ata2": [9, 14, 44], "atf": [9, 44], "ath3k": [9, 13, 14, 44], "atof": 5, "atoi": 5, "atom": [9, 13, 14, 44, 49, 61], "attach": [9, 15, 18, 44, 49, 57, 60, 61, 74, 77, 88, 89, 90, 94, 97, 108], "attack": [26, 27, 59, 89], "attempt": [18, 47, 61, 102], "atten": [26, 27], "atten_md": [26, 27], "attent": 49, "attenu": [42, 56, 59, 96, 110], "attlist": 61, "attr": [49, 59, 99, 100], "attract": 18, "attribut": [13, 14, 15, 26, 27, 33, 39, 40, 49, 57, 61, 63, 64, 66, 89, 99, 100], "audio": [13, 14, 49], "audion": 110, "audit": [9, 13, 14, 44, 49], "audit_en": [13, 14, 44], "aug": [14, 59, 88, 89], "augment": 102, "author": [0, 13, 14, 18, 49, 97, 111], "auto": [9, 13, 14, 44, 45, 49, 57, 59, 61, 63, 66, 89, 90], "autoboot": [9, 13, 14, 44, 49, 93], "autoexec": 18, "autofs4": 13, "autom": [30, 43, 63, 68, 70], "automat": [0, 4, 5, 13, 14, 17, 26, 27, 35, 45, 47, 48, 49, 52, 56, 57, 60, 65, 68, 70, 88, 89, 99, 100], "automot": 74, "automount": [13, 14, 49, 60, 94, 96], "autonom": 27, "autoread": 57, "autoselect": 89, "autozoom": 57, "aux": [18, 26, 27, 56, 59], "aux_adc": 100, "aux_ctrl": 49, "aux_dac": 100, "aux_pll": 26, "auxadc": 42, "auxadc_x": 27, "auxdac": [26, 42], "auxdac_0": 27, "auxdac_9": 27, "auxilari": 27, "auxiliari": [27, 94], "auxlo": [26, 27], "avahi": [13, 14, 49, 53, 60, 61], "avahi_daemon_en": 60, "avahi_dnsconfd_en": 60, "avail": [0, 1, 8, 9, 12, 13, 14, 15, 17, 18, 25, 27, 32, 35, 43, 44, 45, 47, 49, 52, 53, 55, 56, 57, 59, 60, 61, 63, 64, 65, 66, 67, 68, 70, 71, 74, 77, 78, 79, 85, 86, 89, 90, 94, 102], "averag": [26, 36, 57, 66, 74, 77], "avg": 26, "avgdur": 26, "avion": 108, "avoid": [0, 6, 9, 10, 13, 14, 15, 47, 49, 61, 74, 84, 102, 110], "awai": [18, 97, 99, 108], "await": [52, 53, 89], "awaken": 61, "awk": [54, 90], "ax88179": 94, "ax88179_178a": [9, 13, 14, 44, 49], "ax88772": 94, "ax88xxx": 94, "axi": [6, 9, 10, 13, 14, 15, 18, 33, 42, 49, 55, 57, 62, 79, 82, 95], "axi_ad9081_adxcvr_rx": 48, "axi_ad9361": 95, "axi_adxcvr": [6, 9, 10, 14, 27], "axi_dmac": 62, "axi_jesd204_rx": 27, "axi_jesd204_tx": 27, "axi_sysid": [13, 14], "axipmon": [14, 44], "b": [2, 9, 13, 14, 27, 43, 44, 49, 52, 53, 56, 57, 59, 60, 66, 67, 74, 77, 88, 89], "b0": 44, "b1": 26, "b160453396e482234094a92134769ec6": 52, "b2": 89, "b2d8": 89, "b671": 60, "b673": [59, 89, 90, 93], "b674": [90, 93], "b_balanc": [59, 67], "b_n": 59, "b_p": 59, "back": [18, 27, 31, 33, 43, 49, 53, 54, 56, 57, 60, 61, 66, 89, 90, 94, 97, 108, 110], "backchannel": [9, 13, 14, 44, 49], "backend": [15, 49, 59, 89], "background": [13, 14, 17, 44, 49, 76, 77, 98, 102, 110, 111], "backpack": 102, "backup": [49, 52], "bad": [13, 14, 44, 52, 61, 89, 90, 97, 108], "balanc": [67, 74, 78, 110], "balena": 52, "balun": 97, "banana": [0, 74], "band": [26, 27, 36, 105, 108], "banda": 26, "bandb": 26, "bandwidth": [18, 26, 42, 56, 59, 97, 102], "bandwidth_hz": 26, "bank": 26, "bar": [52, 75, 79], "bare": [2, 15, 22, 97], "barebon": 47, "barkhausen": 110, "barkhausen_stability_criterion": 110, "barrier": 49, "base": [6, 7, 9, 10, 11, 13, 14, 15, 17, 18, 26, 27, 31, 32, 44, 45, 46, 47, 49, 52, 61, 64, 65, 66, 68, 70, 74, 76, 77, 78, 79, 83, 85, 87, 88, 89, 90, 94, 97, 98, 100, 101, 102, 111, 112], "base_baud": [9, 13, 14, 44, 49], "baseband": [6, 10, 27, 55, 70, 104], "baselin": 45, "bash": [0, 79, 100], "basi": 110, "basic": [2, 6, 13, 14, 15, 17, 18, 22, 23, 31, 43, 47, 49, 56, 61, 70, 74, 77, 78, 79, 90, 108, 111], "basic_wein_bridg": 110, "bat": [18, 79, 90], "batch": [88, 90], "batt": 77, "batteri": [74, 75, 76, 78, 79, 103], "baud": [9, 13, 14, 15, 49, 66, 89], "baud_rat": [64, 66], "baudrat": 66, "bb": [47, 89, 100], "bb_dc_offset_tracking_en": 59, "bbappend": [46, 47], "bbdc2": 26, "bbf": 26, "bbf3d": 26, "bbfile": 47, "bbfile_collect": 47, "bbfile_pattern_meta": 47, "bbfile_priority_meta": 47, "bbfiles_dynam": 47, "bbmask": 47, "bbp": 27, "bbpath": 47, "bbpll": 59, "bc": 88, "bcast": 89, "bcddevic": [13, 14, 49], "bcm203x": [9, 13, 14, 44], "bcorner_khz": 26, "bcsp": [9, 13, 14, 44], "bd214ecff2ac522d2d26afed2b79009a67ee721b": 44, "be7eb02": 53, "beac": 0, "beacon": 60, "beagl": 103, "beaglebon": [18, 102, 106], "beam": 13, "beamform": 18, "beamwidth": 105, "bear": 43, "becam": 61, "becaus": [13, 18, 61, 63, 77, 100, 105, 108, 110], "becom": [18, 61, 79, 90, 110, 111], "been": [2, 17, 18, 27, 43, 48, 53, 54, 56, 60, 61, 70, 79, 88, 94, 97, 103, 105, 107, 110], "befor": [6, 9, 10, 13, 14, 18, 22, 23, 26, 40, 43, 49, 52, 61, 63, 65, 66, 68, 70, 74, 77, 83, 84, 86, 88, 89, 90, 93, 96, 101, 102, 108, 110, 112], "begin": [18, 22, 49, 52, 61, 76, 77, 103], "behav": 61, "behavior": [62, 68, 74], "behaviour": [2, 61], "behind": [6, 10, 18, 56, 61, 89], "being": [5, 13, 14, 15, 18, 26, 36, 46, 49, 56, 61, 76, 77, 88, 99, 108], "belong": [57, 61], "below": [1, 2, 8, 9, 12, 13, 14, 15, 18, 26, 27, 29, 43, 47, 48, 49, 52, 53, 57, 59, 60, 67, 70, 74, 75, 76, 77, 78, 79, 86, 89, 90, 94, 96, 97, 104, 108], "belt": 18, "benchtop": 18, "benefici": [94, 100], "benefit": [6, 10, 15, 61], "best": [0, 5, 18, 36, 59, 74, 83, 90, 100, 101, 103, 111, 112], "bet": 17, "better": [0, 6, 10, 18, 61, 63, 90, 97, 100, 102, 108, 112], "between": [18, 22, 26, 27, 31, 32, 45, 52, 59, 61, 66, 70, 77, 78, 79, 83, 89, 94, 97, 100, 101, 102, 105, 107, 108, 110, 112], "bevelacqua": 105, "bewar": 18, "beyond": [18, 22, 61], "bfin": [31, 38], "bfintmr3": 29, "bfq": 13, "bfusb": [9, 13, 14, 44], "bhb": 13, "bi": 56, "bia": [4, 17, 27], "bidirect": 78, "bif": 88, "big": [61, 62, 83, 101, 108, 112], "bigger": [62, 90], "bike": 78, "bill": [4, 17, 74, 77, 78, 81, 97, 110], "bin": [5, 9, 13, 14, 18, 27, 43, 49, 53, 65, 66, 77, 88, 96, 100], "bin2c": 43, "binari": [2, 7, 11, 13, 14, 27, 43, 48, 49, 53, 54, 59, 61, 66, 88, 96], "bind": [9, 13, 14, 15, 18, 44, 47, 49, 53, 60, 68, 70, 71, 85, 86, 104, 106], "binput": 26, "binutil": 13, "biomed": 111, "bison": [53, 57, 60], "bist": 42, "bist_framer_a_loopback": 27, "bist_framer_a_prb": 27, "bist_framer_b_loopback": 27, "bist_framer_b_prb": 27, "bist_prb": 59, "bist_serializer_a_prb": 27, "bist_serializer_b_prb": 27, "bist_timing_analysi": 59, "bist_ton": [27, 59, 96], "bistream": 70, "bit": [5, 9, 13, 14, 18, 22, 26, 27, 39, 44, 48, 49, 57, 61, 64, 66, 82, 84, 88, 89, 90, 95, 99, 108, 110], "bit31": [27, 33], "bit_numb": [64, 66], "bitbang": [26, 64], "bitfield": 79, "bitmask": 61, "bitrepeat": 26, "bits_numb": [64, 66], "bitstream": [8, 12, 49, 70, 88], "bl31": [9, 14, 44], "black": [74, 77, 97, 108], "blackfin": [29, 30, 31, 38], "blade": 108, "blame": 52, "blank": [43, 57, 82, 90, 95], "blink": [15, 77, 90, 96], "blkid": [13, 14, 49], "bloat": 61, "blob": [9, 13, 14, 44, 49, 88], "block": [4, 9, 13, 14, 18, 26, 27, 32, 44, 45, 47, 49, 52, 68, 70, 74, 75, 77, 89, 108], "blockset": 70, "blue": [0, 61, 77, 97, 108], "bluetooth": [9, 13, 14, 44, 89], "bm": [74, 75, 76, 78], "bm_bmssoftwaresupport": 79, "bms1_vreg": 74, "bms2_vreg": 74, "bms_browser_gui_broadmarket": 77, "bms_browser_gui_broadmarket_v2": 79, "bmse2e3w": [17, 73, 75, 76, 80], "bnc": 111, "bnco1": 26, "bnco2": 26, "bnep": [9, 13, 14, 44], "board": [0, 1, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 18, 22, 42, 43, 44, 47, 49, 53, 57, 61, 63, 65, 66, 68, 74, 76, 77, 78, 79, 83, 84, 88, 93, 97, 101, 102, 103, 107, 108, 110, 112], "board_devic": 29, "board_init": 29, "bob": [43, 108], "bode": 84, "bodi": [6, 9, 10, 13, 14, 74, 84, 102, 110], "bogomip": [9, 13, 14, 44, 49], "boil": 108, "bom": [9, 14, 15], "bonu": 97, "book": [18, 31, 37], "bool": 61, "boost": 26, "booster": 111, "boot": [8, 9, 12, 14, 15, 17, 18, 27, 42, 43, 44, 52, 62, 63, 89, 90, 92, 93, 95, 96, 97, 107], "boot_partition_fil": 53, "bootabl": 52, "bootconsol": [13, 14, 49], "bootgen": 88, "bootload": [92, 107], "bootmod": [13, 14, 44], "bootstrap": 88, "born": 61, "borrow": [97, 108], "both": [1, 2, 13, 18, 26, 27, 33, 40, 47, 53, 56, 61, 66, 75, 89, 90, 100, 103, 105], "bother": 18, "bottom": [56, 61, 74, 79, 97, 108], "bounc": 49, "bound": [44, 61], "boundari": [26, 39], "box": [17, 47, 57, 64, 66, 70, 76, 77, 79, 85, 97, 103, 107, 108], "bpa10x": [9, 13, 14, 44], "bpf": [13, 14, 49], "bpiall": 49, "br_netfilt": [9, 44], "bradlei": 111, "brain": [49, 103], "branch": [3, 13, 14, 17, 18, 42, 44, 53, 57, 60, 68, 70], "brd": [9, 13, 14, 44, 49, 89], "breadboard": [22, 108, 110], "breadth": 45, "break": [5, 45, 61, 93, 97], "breakout": [18, 97, 107, 108, 112], "breakpoint": [9, 13, 14, 18, 44, 49, 57], "breakthrough": 111, "bresp": 49, "brew": [57, 65, 90], "brick": [18, 90, 105], "bridg": [9, 14, 44, 89, 107], "brief": [27, 86], "brigg": 18, "bring": [13, 14, 18, 22, 44, 47, 49, 61, 84, 89, 111], "broad": [18, 77, 78, 79], "broadcast": [9, 13, 14, 44, 49, 89, 105], "broadcom": 9, "broaden": 61, "broadmarket": [77, 79], "brought": [9, 13, 14, 44, 49], "brows": [52, 65], "browsabl": 61, "browser": [18, 76, 79, 90], "browser_download_url": 90, "bsd": 53, "bsg": [9, 13, 14, 44], "bsp": [46, 47, 48, 68, 70], "bss": [9, 13, 14, 44, 49], "bst": [49, 66], "bswapsdi2": 43, "btrf": [9, 13, 14, 44], "btusb": [9, 13, 14, 44], "bu": [9, 13, 14, 27, 29, 30, 31, 32, 33, 34, 35, 37, 40, 44, 49, 54, 56, 61, 74, 79, 84, 90, 93, 100, 104], "buck": 111, "bucket_ord": [9, 13, 14, 44, 49], "buf": [5, 61, 100], "buffer": [5, 9, 13, 14, 27, 29, 30, 32, 35, 36, 39, 40, 42, 49, 52, 59, 64, 66, 78, 89, 100, 104], "buffer0": 29, "buffer_s": 66, "bufferi": 32, "buffers_count": 61, "bug": [61, 85, 86, 90, 93, 97], "buggi": [60, 97], "bui": 102, "build": [0, 2, 9, 13, 14, 17, 18, 22, 23, 42, 45, 46, 48, 49, 53, 54, 57, 61, 71, 81, 82, 85, 87, 89, 90, 91, 93, 95, 102, 108, 110], "build_library_linux64": 86, "build_library_win64": 86, "build_shared_lib": 65, "build_uboot": 14, "build_zynq_kernel_imag": 43, "build_zynqmp_kernel_imag": 43, "builder": 86, "buildroom": 101, "buildroot": [83, 92], "built": [1, 9, 13, 14, 15, 43, 44, 47, 48, 49, 56, 57, 60, 61, 65, 68, 70, 71, 74, 86, 90, 108, 110], "bulb": 110, "bulk": 84, "bullsey": [13, 14, 49], "bump": [83, 101, 112], "bumper": 97, "bunch": 18, "bundl": [90, 111], "burden": [61, 67], "burn": [15, 17, 108], "busi": 93, "buss": [9, 14, 44], "busybox": 88, "busybox_config_fil": 88, "button": [2, 18, 27, 49, 52, 54, 56, 57, 65, 74, 76, 77, 79, 89, 90, 94, 97], "bw": 26, "bypass": [27, 45, 59], "byte": [9, 13, 14, 26, 32, 43, 44, 49, 52, 53, 59, 61, 62, 64, 66, 89, 90, 93, 99], "bytes_count": 61, "bytes_numb": [64, 66], "bytes_us": 61, "c": [6, 9, 10, 13, 14, 15, 17, 18, 27, 44, 48, 49, 53, 56, 59, 60, 63, 64, 66, 68, 70, 74, 76, 77, 79, 84, 85, 86, 88, 89, 95, 96, 99, 100, 102, 104, 106, 108, 110], "c0": 26, "c6": 89, "c89": [53, 61], "c95ff6a": 60, "c989e52": 53, "c99": 61, "c9e9fcdff39b1940": 13, "c_balanc": 59, "c_char_p": 61, "c_n": 59, "c_p": 59, "ca": 108, "cabl": [6, 7, 9, 10, 11, 13, 14, 15, 18, 44, 49, 74, 77, 84, 89, 90, 94, 96, 97, 102, 103, 107, 110, 111], "cach": [9, 13, 14, 44, 49, 53, 61, 89, 96], "cache_id": 49, "cacheinfo": [13, 44], "cadenc": [9, 13, 14, 44, 97], "cal": [26, 54, 59, 63], "calcul": [9, 13, 14, 23, 26, 27, 44, 49, 74, 76, 79, 108], "calib": 63, "calib_mod": 59, "calib_mode_avail": 59, "calibbia": 59, "calibphas": 59, "calibr": [9, 13, 14, 15, 42, 44, 49, 56, 62, 64, 66, 90, 105, 106], "calibrate_frm_en": 27, "calibrate_rx_phase_correction_en": 27, "calibrate_rx_qec_en": 27, "calibrate_tx_lol_en": 27, "calibrate_tx_lol_ext_en": 27, "calibrate_tx_qec_en": 27, "calibrateadc": [63, 64], "calibratedac": 63, "calibratefromcontext": 63, "calibration_switch_control": 59, "calibscal": 59, "call": [0, 2, 9, 13, 14, 18, 31, 32, 35, 40, 49, 53, 61, 62, 63, 64, 65, 67, 83, 84, 86, 89, 90, 96, 101, 104, 105, 111, 112], "callabl": 61, "callback": 61, "callingconvent": 61, "came": [7, 11], "camera": 18, "can": [0, 1, 2, 5, 6, 9, 10, 13, 14, 15, 18, 22, 23, 26, 27, 29, 30, 31, 32, 33, 34, 35, 40, 43, 44, 45, 46, 47, 48, 49, 52, 53, 54, 56, 57, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 70, 71, 74, 75, 76, 77, 78, 79, 82, 83, 84, 85, 86, 87, 88, 89, 92, 93, 94, 95, 96, 97, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 110, 111, 112], "can_h": 74, "can_l": 74, "cancel": 100, "cannot": [27, 44, 53, 57, 61, 66, 89], "capabl": [6, 9, 10, 13, 14, 27, 31, 38, 45, 49, 52, 59, 61, 62, 74, 78, 82, 84, 90, 95, 102, 105, 108], "capac": [9, 14, 44, 52, 61, 74, 75, 108], "capacit": [31, 97, 110], "capacitor": 110, "capitan": 103, "caption": [0, 2], "captur": [9, 13, 14, 18, 22, 23, 31, 32, 35, 39, 44, 45, 49, 59, 61, 66, 79, 84, 100, 102, 104], "car": [18, 108], "card": [4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 17, 22, 23, 25, 42, 44, 47, 53, 68, 70, 89, 97], "cardg": 18, "care": [9, 13, 14, 18, 27, 33, 36, 49, 52, 67, 99], "carefulli": [0, 108, 110], "carri": 108, "carrier": [7, 9, 11, 13, 14, 43, 53, 68, 70, 89, 112], "carrig": 53, "case": [3, 5, 15, 17, 18, 23, 27, 31, 32, 33, 34, 43, 45, 47, 49, 53, 57, 59, 60, 61, 62, 66, 74, 89, 90, 93, 96, 98, 99, 100, 102, 108, 110, 111], "cat": [27, 29, 30, 33, 35, 61, 62, 88, 89], "catastroph": 110, "categori": [22, 31, 84, 85], "caus": [18, 26, 27, 36, 47, 53, 56, 61, 83, 88, 90, 96, 97, 101, 108, 110, 112], "cbc12780": 93, "cbc13600": 93, "cbc4e9c0": 93, "cbc4e9e4": 93, "cbcaa480": 93, "cc": [43, 53], "cc35e000": 93, "cc35e9e4": 93, "ccach": 88, "ccc": [9, 14, 44], "cci_400_r1": [9, 44], "cci_500": 13, "cd": [0, 2, 18, 23, 27, 29, 30, 33, 43, 49, 54, 57, 60, 65, 68, 70, 88, 90, 96], "cdata": 61, "cdc": [31, 89, 90], "cdc_acm": 89, "cdc_ether": [9, 13, 14, 44, 49, 89], "cdc_ncm": [9, 13, 14, 44, 49], "cdc_subset": [9, 13, 14, 44, 49], "cdecl": 61, "cdk_cstring2": 53, "cdll": 61, "cdn": [9, 13, 14, 44], "cdns0": 14, "ce": [13, 14, 97], "cell": [10, 27, 48, 49, 74, 75, 76, 78, 79], "cellpack": 78, "cellpackbm": [17, 73, 79, 80], "cellular": 10, "center": [26, 79, 108, 111], "centerfrequ": 67, "central": [61, 79], "centric": 111, "cert": [13, 14], "certain": [27, 47, 53, 56, 60, 61, 70, 97, 108, 111], "certainli": [61, 108], "certif": [13, 14, 90], "certifi": 97, "cest": [9, 59, 88, 89], "cet": 89, "ceva": [9, 14, 44], "cf": [27, 33, 44, 59, 89, 104], "cf_axi_adc": [9, 13, 14, 27, 44, 49], "cf_axi_adc_cor": 27, "cf_axi_adc_ring_stream": 27, "cf_axi_dd": [9, 13, 14, 27, 44], "cf_axi_dds_dd": [9, 13, 14, 44], "cfg": [26, 53, 90, 93], "cfg80211": [13, 14], "cfq": [9, 44], "cgroup": [13, 14, 49], "ch": [99, 100], "ch0": 59, "ch1": 59, "ch_mode_dac": 64, "chain": [6, 10, 26, 27, 61, 74, 78, 100], "chair": [83, 101, 112], "chairman": 111, "challeng": 22, "chanc": 112, "chang": [0, 1, 2, 6, 10, 13, 18, 26, 33, 36, 42, 44, 45, 46, 48, 49, 54, 56, 57, 59, 61, 62, 63, 76, 79, 82, 84, 89, 90, 95, 96, 97, 100, 102], "changing_the_root_password_on_the_target": 87, "changing_the_usb_ethernet_compatibility_mod": 87, "channel": [5, 10, 14, 18, 26, 31, 39, 40, 42, 48, 49, 55, 56, 64, 66, 70, 74, 77, 78, 84, 86, 96, 97, 102, 104, 110, 111], "channel_1": 66, "channel_1_and_channel_2": 66, "channel_1_or_channel_2": 66, "channel_1_xor_channel_2": 66, "channel_2": 66, "channel_mod": 64, "channelcount": 67, "char": [5, 61, 100, 104], "charact": [36, 49, 61, 79, 89, 94, 104], "character": [18, 57, 105], "characterist": [27, 34, 53, 57, 61, 70], "charg": [6, 9, 10, 13, 14, 61, 74, 75, 76, 78, 84, 102, 110], "charger": [18, 74, 108], "charset": 89, "chart": 79, "cheap": 94, "check": [5, 13, 14, 15, 18, 26, 27, 33, 40, 49, 52, 53, 56, 57, 59, 60, 61, 64, 65, 66, 67, 74, 76, 77, 79, 83, 84, 85, 87, 88, 97, 100, 101, 102, 103, 104, 105, 112], "checkbox": [76, 79], "checkerboard": 27, "checkout": [2, 42, 57], "checksum": [9, 13, 14, 44, 49, 90], "chevron": 79, "chibio": 22, "chief": 111, "chip": [6, 9, 10, 13, 14, 15, 18, 27, 31, 34, 43, 44, 64, 65, 74, 79, 97, 107], "chip_select": 64, "chk": 43, "chmod": 43, "chn": 61, "choic": [18, 61], "choke": 97, "choos": [15, 22, 23, 43, 47, 56, 57, 65, 70, 77, 79, 111], "chose": 32, "chrdev": [31, 36], "chronolog": 79, "chunk": [61, 62, 108], "ci": [3, 17, 53, 68, 70], "circuit": [4, 15, 17, 18, 84, 87, 97, 108, 110, 111], "circuitri": [6, 9, 10, 13, 14, 27, 74, 84, 102, 108, 110], "circular": 31, "circumst": [31, 108], "cisco": 94, "citi": 89, "citter": 100, "ck1z": [77, 78], "cklqzvnjykxi9t7tj1g": 44, "cl": [13, 14, 49], "clad": 108, "claim": 90, "clariti": 97, "clarkson": 111, "class": [9, 14, 15, 18, 22, 23, 44, 47, 49, 67, 74, 86, 90, 96, 111], "classroom": [83, 85, 86, 101, 102, 108, 111], "clean": [0, 13, 14, 39, 49, 52, 53, 60], "cleanup": [13, 14, 49, 86], "clear": [18, 26, 27, 49, 61, 79, 86, 90], "clearli": 108, "cleverli": 61, "cli": [15, 74], "clib": 86, "clibgen": 86, "click": [0, 2, 13, 18, 43, 52, 56, 57, 65, 74, 76, 77, 78, 79, 89, 90, 105, 108], "client": [13, 14, 18, 49, 53, 57, 60], "clip": [27, 74, 77, 90, 97, 110], "clk": [13, 14, 26, 59, 66, 97], "clk_ignore_unus": [13, 14], "clk_sync_stage1": [13, 14], "clk_sync_stage2": [13, 14], "clk_sync_stage3": [13, 14], "clkmgr": 49, "clkpll": 26, "clo": [9, 14, 44], "clock": [4, 6, 9, 10, 13, 14, 15, 17, 18, 22, 27, 31, 38, 44, 48, 49, 64, 70, 79, 97, 100], "clock_khz": 26, "clocks_en": [13, 14], "clocksourc": [9, 13, 14, 44, 49], "clockwis": 74, "clone": [2, 18, 22, 23, 43, 57, 60, 65, 68, 70], "close": [7, 11, 18, 57, 61, 66, 79, 85, 89, 97, 102, 105, 108, 112], "cluster": 52, "cm": [15, 59], "cma": [9, 13, 14, 44, 49], "cmake": [53, 57, 60, 64, 65, 66, 71], "cmake_configuration_typ": 65, "cmakelist": 65, "cmdline": 18, "cmo": [26, 43, 84], "cn0363": 43, "cnt": [26, 59], "cntrl": 89, "co": 5, "code": [0, 1, 6, 9, 10, 13, 14, 15, 17, 18, 22, 23, 26, 31, 42, 43, 44, 49, 53, 65, 67, 70, 79, 86, 88, 89, 92, 96, 100, 104, 106], "codec": [9, 44], "codepag": 89, "coe": 49, "coeffici": [15, 27, 74, 110], "coffe": 52, "cofound": 111, "cog": [4, 17], "coher": 49, "cold": 110, "coldplug": [13, 14, 49], "collect": [18, 22, 23, 70, 79], "colleg": 103, "collis": 89, "color": [13, 31, 57, 76], "colorimet": 17, "colour": [9, 13, 14, 44, 49], "columbia": 89, "column": [27, 77, 108], "com": [0, 2, 9, 13, 14, 15, 18, 20, 22, 23, 43, 47, 52, 53, 57, 60, 65, 68, 70, 76, 77, 79, 87, 89, 90, 92, 93, 96, 97, 104, 105, 108, 110, 111], "com15": 89, "com4": 15, "com8": 15, "combin": [27, 39, 53, 56, 66, 68, 70, 79, 84, 98, 102], "combo": 61, "come": [5, 14, 15, 49, 56, 61, 65, 74, 77, 78, 79, 82, 89, 90, 97, 108], "comma": [5, 66], "command": [4, 9, 13, 14, 17, 18, 26, 27, 33, 43, 44, 48, 49, 53, 57, 60, 65, 71, 77, 79, 84, 86, 88, 93, 96, 103, 108], "comment": [1, 17, 18, 86, 88, 108], "commerci": 61, "commit": 2, "committ": 2, "committe": 111, "common": [2, 9, 13, 17, 18, 27, 42, 47, 49, 52, 53, 57, 64, 65, 67, 81, 86, 87, 90, 103, 108], "commonli": 79, "commun": [13, 14, 15, 18, 49, 66, 68, 70, 74, 75, 76, 78, 83, 89, 101, 102, 103, 104, 107, 111, 112], "compact": [15, 108], "compani": [49, 61, 76, 79, 111], "companion": [22, 23, 108], "compar": [15, 40, 97, 105, 108], "comparison": [18, 61], "compat": [4, 9, 13, 14, 15, 17, 18, 27, 48, 49, 53, 57, 61, 63, 70, 78, 79, 86, 89, 97, 103], "compenst": 5, "compil": [9, 13, 14, 18, 22, 27, 42, 44, 49, 52, 53, 57, 59, 61, 64, 65, 70, 82, 83, 84, 86, 88, 89, 95, 101, 102, 103], "complement": 39, "complet": [5, 6, 9, 10, 13, 14, 15, 17, 23, 27, 31, 44, 49, 52, 53, 54, 60, 61, 70, 74, 78, 79, 82, 88, 90, 95, 102, 108], "complex": [5, 15, 18, 31, 61, 71, 108, 112], "compli": 61, "compliant": [61, 74], "complic": 18, "compon": [17, 18, 43, 47, 53, 61, 65, 66, 68, 70, 75, 77, 86, 90, 92, 97, 108, 110, 111], "compos": [60, 61, 66], "composit": 89, "compound": 108, "compress": [0, 18, 43, 44, 52, 53, 88, 97], "comput": [15, 18, 22, 23, 49, 53, 63, 76, 78, 84, 89, 90, 102, 103, 108, 111], "con": [13, 14], "concaten": 0, "concentr": 61, "concept": [22, 23, 90, 108, 111], "conceptu": 18, "concern": [100, 110], "concis": [43, 61, 71, 74, 78], "conclus": 17, "concret": [48, 61], "conda": 65, "condit": [13, 14, 15, 27, 49, 60, 66, 90], "condition": 108, "conductor": 108, "conduit": [9, 13, 14, 44], "conf": [43, 44, 46, 47, 48, 49, 60], "config": [2, 15, 18, 22, 26, 27, 43, 47, 49, 53, 54, 88, 94, 97, 102], "config_extra_firmwar": 27, "config_firmware_in_kernel": 27, "config_spi": 27, "config_usb_chipidea": 60, "config_usb_chipidea_udc": 60, "config_usb_configf": 60, "config_usb_configfs_f_f": 60, "config_usb_gadget": 60, "config_usb_gadget_xilinx": 60, "configf": [13, 14, 49, 93], "configur": [2, 4, 5, 6, 9, 10, 13, 14, 17, 18, 26, 29, 30, 40, 42, 44, 46, 47, 48, 53, 56, 57, 60, 62, 64, 65, 66, 70, 71, 74, 75, 76, 87, 90, 96, 99, 100, 102, 103, 106, 110], "configurechanbuff": 70, "confirm": [48, 79], "conflict": [0, 45, 47], "conform": 15, "confugur": 15, "confus": [0, 22], "conjunct": [39, 76, 77], "connect": [4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 17, 23, 31, 35, 44, 49, 53, 57, 59, 60, 61, 63, 66, 70, 75, 76, 77, 78, 84, 88, 89, 90, 94, 95, 97, 99, 100, 102, 103, 104, 105, 107, 108, 110], "connectedg": 18, "connectedtodevic": 67, "connector": [4, 8, 9, 12, 49, 74, 75, 77, 78, 90, 103, 105, 107], "conner": 111, "consecut": 26, "consequ": [61, 110], "consid": [14, 15, 22, 23, 49, 61, 63, 100, 108, 110], "consider": [4, 18, 27, 31], "consist": [5, 18, 27, 34, 40, 52, 61, 70, 78, 110], "consol": [8, 12, 18, 44, 49, 77, 82, 89, 90, 93, 107], "const": [61, 100, 104], "constant": [26, 27, 34, 61, 65, 84, 102], "constantli": [89, 90, 94], "constel": 57, "constrain": 94, "construct": [86, 108, 110], "consult": [15, 54, 61], "consum": [31, 35, 62, 77, 97], "consumpt": [15, 27], "conta": 88, "contact": 108, "contain": [15, 17, 18, 27, 30, 32, 49, 61, 63, 64, 65, 68, 70, 76, 79, 85, 86, 102], "content": [3, 13, 14, 22, 23, 40, 45, 46, 48, 61, 78, 84, 86, 102, 108, 111], "context": [0, 13, 14, 15, 18, 22, 49, 60, 63, 64, 65, 66, 70, 79, 85, 86, 89, 90, 99, 100, 104], "contextbuild": [64, 86], "contextbuilderdefinit": 86, "contextclos": [63, 64], "contextcloseal": 86, "contextu": 0, "contigu": 39, "continu": [2, 13, 27, 44, 53, 56, 57, 60, 61, 66, 77, 79, 89, 90, 110], "contrast": [22, 54], "contribut": [1, 2], "control": [0, 4, 6, 9, 10, 13, 14, 15, 17, 18, 31, 33, 35, 36, 39, 42, 44, 46, 47, 49, 54, 59, 62, 65, 66, 67, 68, 74, 75, 77, 78, 79, 85, 86, 89, 95, 98, 99, 102, 103, 106, 108, 110], "conveni": [18, 68, 70, 79, 110], "convenientg": 18, "convent": [13, 14, 27, 33, 70], "convers": [27, 108], "convert": [2, 4, 13, 17, 22, 23, 26, 27, 31, 35, 43, 53, 61, 69, 104, 111], "cool": [18, 108, 110], "cope": 61, "copi": [0, 3, 9, 13, 14, 17, 18, 42, 44, 46, 47, 49, 52, 53, 60, 61, 63, 65, 88, 89, 90, 93, 97, 107], "copper": 108, "copyright": [9, 13, 14, 44, 49, 89, 90, 93], "cora": [18, 43], "coraz7": 43, "core": [2, 9, 13, 14, 27, 33, 44, 47, 49, 57, 59, 70, 89, 97, 111], "corefpga": 27, "corner": [26, 27, 52, 108], "correct": [15, 18, 27, 46, 47, 49, 52, 61, 65, 74, 77, 88, 94], "correctli": [52, 61, 65, 77], "correl": [22, 23, 57, 65], "correspond": [18, 26, 27, 34, 36, 49, 54, 56, 57, 60, 61, 65, 66, 79], "corrupt": [9, 13, 14, 18, 44, 49, 52, 90], "cortex": [49, 78], "cosin": 5, "cost": [15, 18, 84, 97, 103, 108], "costli": 18, "couch": 108, "could": [9, 13, 14, 18, 22, 49, 52, 61, 67, 70, 79, 89, 102, 104, 105, 108, 110], "couldn": [9, 44], "coulomb": 74, "count": [18, 26, 53, 57, 59, 61, 74, 78], "counter": [9, 14, 26, 27, 44, 49, 59, 61], "counter_u": 26, "counterclockwis": 74, "counterpart": 61, "countri": [76, 79], "coupl": [18, 61, 84], "cours": [18, 61, 88, 111], "cout": 64, "cover": [18, 20, 22, 23, 27, 47, 52, 61, 70, 79, 100, 111], "cp": [0, 43, 49, 88, 90], "cp15": [9, 13, 14, 44], "cp15_barrier": 14, "cp2103": 107, "cp310": 65, "cpin": [74, 78], "cpio": 88, "cpll": [9, 14], "cpp": 64, "cpu": [9, 13, 14, 31, 44, 49, 61], "cpu0": [9, 13, 14, 44, 49], "cpu1": [9, 13, 14, 44, 49], "cpu2": [9, 14, 44], "cpu3": [9, 14, 44], "cpufreq": [13, 44], "cpufreq_onlin": [13, 44], "cpuidl": [9, 13, 14, 44], "cpython": 65, "cr": 49, "craig": 18, "crash": [27, 61], "crc": [14, 44], "crc32": [13, 14, 90], "crc32c": [9, 14, 44], "creat": [1, 2, 3, 5, 9, 13, 14, 15, 17, 27, 30, 35, 43, 44, 46, 48, 49, 52, 53, 56, 57, 59, 60, 62, 63, 64, 65, 66, 68, 71, 76, 78, 79, 82, 85, 86, 87, 88, 95, 96, 99, 100, 104, 111], "create_fsbl_project": 88, "creation": [15, 57, 70, 77, 79], "credenti": [76, 79], "criterion": 110, "critic": [22, 23, 52, 110], "crng": [9, 13, 14], "crng_init": 49, "cross": [15, 18, 36, 42, 53, 57, 61, 66, 104, 112], "cross_compil": [43, 88], "crossbar": [26, 48], "crtc": 44, "crucial": 79, "crunch": 18, "crw": 89, "crystal": [97, 110], "cs0": 18, "cs1": 48, "cs_polar": 64, "cse": [52, 53], "csv": [57, 66, 79], "ctrl": [26, 27, 49, 59, 63, 89], "ctx": [61, 63, 99, 100, 104], "ctype": 61, "cup": [13, 14, 49], "curios": 18, "curl": 53, "current": [4, 7, 9, 11, 13, 14, 15, 17, 18, 22, 24, 26, 31, 35, 42, 44, 49, 52, 53, 56, 61, 63, 68, 70, 71, 74, 75, 76, 77, 78, 79, 85, 89, 90, 94, 97, 99, 100, 108, 110, 112], "current0": 59, "current_trigg": 35, "curriculum": 111, "cursor": 57, "curv": [18, 22, 102, 108], "custom": [6, 10, 14, 18, 22, 42, 43, 44, 45, 48, 54, 56, 61, 68, 70, 78, 79, 82, 84, 87, 89, 90, 95, 102, 106, 111], "customiz": 27, "cut": [88, 90], "cw": 27, "cw_fullscale_f20": 5, "cw_halfscale_f20": 5, "cx": 78, "cxx": 65, "cycl": [13, 26, 70, 79, 88, 90], "cyclic": [59, 66], "cyclone5": 49, "cygwin": [68, 70], "cylindr": 97, "d": [5, 13, 14, 15, 44, 46, 47, 49, 53, 56, 57, 59, 64, 65, 74, 88, 89, 93, 96, 100, 108, 110], "d0": 14, "d021": 14, "d06": 9, "d1": [14, 110], "d2": [14, 110], "d24308": 49, "d28696": 13, "d3": 86, "d30440": 9, "d31": 77, "d31000": 14, "d31336": 44, "d3hot": 14, "d6": 89, "d8": 89, "d804": 89, "d90": 18, "dac": [5, 6, 10, 17, 18, 21, 31, 42, 48, 59, 63, 64, 66, 70, 82, 84, 85, 95, 99], "dac0": 27, "dac1": [27, 59], "dac10": 27, "dac11": 27, "dac2": [27, 59], "dac3": 27, "dac3d": 26, "dac4": 27, "dac5": 27, "dac6": 27, "dac7": 27, "dac8": 27, "dac9": 27, "dac_frequ": 48, "dac_gain1": 63, "dac_gain2": 63, "dac_offset1": 63, "dac_offset2": 63, "daemon": [9, 13, 14, 15, 44, 49, 60, 93, 96], "dai": [9, 18, 44, 83, 101, 112], "daili": [13, 14, 49], "daisi": [74, 78], "daisychain": 79, "damag": [6, 9, 10, 13, 14, 74, 77, 84, 102, 110], "dan": [31, 37, 104], "danger": 108, "daplink": [15, 74, 76, 77], "daq2": 70, "darwin": 65, "dash": [57, 79], "dat": 59, "data": [2, 5, 6, 9, 13, 14, 15, 18, 22, 23, 26, 27, 29, 31, 32, 35, 36, 39, 43, 44, 49, 52, 54, 56, 59, 60, 62, 64, 66, 68, 71, 74, 76, 77, 82, 84, 86, 90, 95, 103], "data_avail": [32, 59], "data_rdi": 15, "data_read": 64, "data_writ": 64, "databas": [13, 14, 61, 79, 89], "databit": 66, "datasheet": [6, 10, 105, 108], "datawrit": 64, "date": [2, 9, 13, 14, 43, 47, 53, 60, 61, 90], "daughter": 78, "daunt": 18, "db": [13, 14, 27, 49, 56, 59, 79, 99, 105], "dbu": 44, "dbuff": 49, "dbus_en": 60, "dc": [23, 26, 27, 59, 74, 84, 97, 110], "dc2472a": [74, 77, 79], "dcmake_toolchain_fil": 60, "dcxo_tune_coars": 59, "dcxo_tune_coarse_avail": 59, "dcxo_tune_fin": 59, "dcxo_tune_fine_avail": 59, "dd": [4, 5, 9, 13, 14, 17, 31, 33, 42, 44, 49, 52, 53, 59, 89, 96, 99, 108], "ddc": 26, "ddpak": 108, "ddr3l": 97, "ddr50": 9, "ddrcal": 49, "de": [6, 10, 26, 44, 49, 100], "de10": 18, "deactiv": [9, 13, 14, 44, 79], "dead": 97, "deadlin": [9, 13, 14, 44, 49], "deal": [18, 22, 23, 106, 108], "deassert": 49, "deb": [65, 89], "deb11u1": 53, "deb11u2": 14, "deb11u5": 13, "debian": [13, 14, 18, 49, 57, 89, 103], "debug": [4, 13, 14, 33, 42, 49, 54, 56, 59, 61, 74, 93, 96, 100, 107], "debugf": [33, 42, 54], "debugg": 77, "dec": [13, 26, 27, 59, 89], "dec4": 26, "dec5": 26, "decai": 110, "decid": [61, 90, 111], "decim": [5, 26, 27, 59, 82, 94], "decis": [61, 94], "deck": 17, "declar": [29, 61], "decod": [6, 10, 65, 66], "decompil": 48, "decompress": 52, "decr": 26, "decreas": [26, 99, 108], "decrement": [26, 27], "decstep": 27, "dedic": [10, 27, 49, 65, 68, 70, 71], "deep": [18, 49, 61], "deeper": [18, 84, 101, 102], "def": 61, "default": [2, 5, 6, 9, 10, 13, 14, 18, 26, 27, 32, 43, 44, 47, 49, 53, 57, 59, 60, 62, 63, 64, 65, 66, 67, 68, 70, 74, 76, 77, 79, 82, 89, 95, 96, 99, 100, 102, 103, 108], "defconfig": 88, "defer": 9, "defgroup": 86, "defin": [2, 4, 9, 14, 27, 31, 37, 44, 47, 56, 61, 68, 70, 77, 89, 94, 97, 102, 106, 108, 111], "definedmacro": 86, "definelibm2k": 86, "definelibm2k_linux64": 86, "definelibm2k_win64": 86, "defineoutput": 86, "definit": [8, 12, 70, 76, 86, 108], "defram": 27, "degrad": [6, 9, 10, 13, 14, 74, 84, 102, 110], "degre": [56, 102, 108], "delai": [9, 13, 14, 22, 26, 32, 44, 49, 59, 64, 70, 100], "delet": [13, 14, 45, 46, 47, 48, 49, 79, 86], "delimit": 5, "deliv": [22, 23, 27, 74, 75, 108], "dell": 9, "delta": [27, 53], "demand": [10, 27], "demo": [4, 70], "demodul": 57, "demonstr": [23, 57, 100, 106], "demultiplex": 61, "denable_csharp": 65, "denable_exampl": 65, "denable_log": 65, "denable_python": 65, "denable_tool": [64, 65, 66], "deni": 59, "densiti": 15, "dentri": [9, 13, 14, 44, 49], "depart": [49, 52, 111], "depend": [7, 9, 11, 13, 14, 15, 18, 27, 29, 31, 34, 39, 40, 49, 52, 53, 57, 60, 61, 62, 63, 74, 84, 86, 88, 89, 102, 103, 110, 111], "depfil": 53, "depict": 75, "deploi": [2, 47, 90, 111], "depopul": 75, "deprec": [0, 4, 13, 14, 49, 60], "depth": [2, 43], "dequeu": 61, "deregist": 44, "deriv": [36, 70, 100], "desc": 64, "describ": [6, 9, 10, 13, 14, 26, 27, 31, 36, 43, 46, 48, 49, 52, 60, 66, 70, 74, 77, 84, 88, 89, 90, 102, 105, 108, 110, 111], "descript": [26, 31, 35, 38, 39, 42, 44, 45, 49, 59, 60, 70, 74, 86, 87, 108, 111, 112], "descriptor": [49, 61, 64], "deseri": 26, "deserializerlanecrossbar": 26, "deserv": [0, 61], "design": [5, 6, 10, 15, 17, 18, 27, 45, 48, 49, 53, 56, 57, 61, 62, 68, 70, 75, 76, 79, 82, 83, 88, 93, 95, 97, 100, 101, 107, 108, 111, 112], "designwar": 49, "desir": [26, 27, 31, 46, 48, 56, 57, 61, 62, 70, 77, 79, 99, 110], "desktop": [18, 43, 49, 57, 77, 89, 112], "dest": [27, 59], "destroi": [61, 85], "detach": 57, "detail": [8, 12, 13, 14, 15, 18, 27, 47, 49, 54, 57, 60, 65, 66, 68, 70, 71, 77, 79, 82, 84, 87, 95, 101, 108, 112], "detaileddescript": 86, "detect": [6, 9, 10, 13, 14, 15, 26, 27, 31, 44, 49, 53, 57, 59, 61, 65, 66, 74, 76, 84, 89, 90, 93, 96, 102, 110], "detector": [26, 31, 36], "determin": [5, 26, 27, 34, 78, 79], "determinist": 26, "dev": [9, 13, 14, 15, 18, 27, 43, 44, 49, 52, 53, 57, 59, 60, 61, 65, 66, 88, 89, 90, 95, 96, 99, 100, 104], "dev_clk": 9, "devel": [60, 88, 92], "develop": [4, 7, 8, 11, 12, 14, 15, 17, 18, 23, 42, 47, 49, 57, 59, 60, 61, 70, 71, 83, 84, 85, 87, 88, 93, 98, 101, 103, 110, 111, 112], "devic": [4, 6, 7, 9, 10, 11, 13, 14, 17, 23, 30, 31, 32, 33, 34, 35, 36, 37, 39, 40, 42, 43, 49, 52, 54, 55, 57, 62, 63, 64, 66, 68, 69, 74, 76, 77, 78, 79, 81, 82, 83, 84, 85, 86, 87, 88, 94, 95, 96, 97, 98, 99, 101, 102, 104, 106, 108, 110, 111, 112], "device0": [9, 13, 14, 27, 29, 30, 33, 49, 59, 61, 89], "device1": [9, 13, 14, 27, 29, 30, 33, 59, 89], "device2": [9, 13, 14, 27, 33, 59, 89], "device3": [9, 13, 14, 27, 33, 54, 59, 89], "device4": [9, 13, 14, 27, 33, 59, 89], "device5": [9, 27, 33], "device6": [9, 27, 33], "device_id": 64, "device_init": [13, 14], "device_reboot": [90, 93], "device_tree_nam": 43, "deviceptr": 61, "devicesno": 79, "devicetre": [6, 9, 10, 13, 14, 17, 26, 27, 42, 47, 49, 53, 54, 70], "devicetree_fil": 43, "devicex": [27, 32, 33, 34, 35, 40, 61], "devnum": [90, 93], "devroom": [6, 10], "devtmpf": [9, 13, 14, 44, 49, 93], "df": 13, "df624600": 93, "dfsg": 53, "dfu": [82, 95], "dfu_sf": 90, "dfu_upd": 89, "dfuidl": 90, "dfumanifest": 90, "dgnd": 15, "dhcp": [13, 14, 18, 49], "dhcpd": 93, "di": 26, "diagnosi": 75, "diagnost": 78, "diagram": [4, 18, 22, 74, 75, 77, 78, 84, 108], "dial": 110, "dialog": [57, 61], "dialout": 89, "dictat": 27, "did": [52, 57, 61, 88, 101], "didn": [18, 57, 61, 90], "die": [108, 110], "diff": 88, "differ": [15, 18, 22, 26, 27, 32, 40, 43, 47, 53, 54, 55, 56, 57, 59, 60, 61, 63, 70, 71, 76, 82, 84, 89, 93, 95, 96, 97, 100, 102, 103, 104, 108, 110, 111, 112], "differenti": [0, 40, 61, 79, 84], "difficult": [45, 61, 99, 103, 108, 111], "dig": [18, 26, 27, 59, 101, 102], "diggain": 27, "digikei": 107, "digil": [15, 18], "digit": [4, 9, 10, 13, 14, 15, 17, 18, 23, 26, 27, 31, 44, 54, 56, 57, 59, 61, 70, 77, 84, 85, 87, 95, 97, 104, 111], "digital_and_analog": 66, "digital_or_analog": 66, "digital_tun": 59, "digital_xor_analog": 66, "digkei": 97, "dimens": 15, "dio_0": [64, 66], "dio_1": [64, 66], "dio_2": 64, "dio_3": 64, "diod": [108, 110], "dir": [0, 43], "direct": [4, 13, 14, 17, 18, 26, 27, 31, 33, 40, 48, 52, 53, 56, 61, 67, 71, 76, 79, 89, 108], "direct_reg_access": [33, 42, 59], "directli": [0, 4, 18, 22, 23, 27, 33, 45, 47, 54, 61, 70, 74, 82, 83, 84, 86, 90, 94, 95, 97, 101, 102, 103, 108, 112], "director": 111, "directori": [0, 2, 5, 9, 13, 14, 15, 18, 23, 27, 32, 33, 34, 43, 47, 49, 53, 57, 60, 61, 76, 77, 79, 89, 90, 96], "dirti": [9, 14, 49, 89], "disabl": [9, 13, 14, 26, 27, 32, 39, 44, 49, 57, 59, 61, 62, 65, 66, 93, 99, 100, 108], "disappear": [18, 74, 97], "disc": 52, "discard": [13, 14, 49], "discharg": [6, 9, 10, 13, 14, 74, 75, 76, 84, 102, 110], "disconnect": [44, 61, 63, 79, 90], "discontinu": 59, "discov": [44, 61], "discoveri": 57, "discret": [18, 62], "discuss": [8, 12, 83, 100, 101, 103, 108, 112], "disk": [9, 13, 14, 18, 44, 49, 52, 89, 92], "disk1s1": 89, "disp": 86, "displai": [9, 13, 14, 15, 18, 44, 49, 52, 56, 57, 61, 66, 75, 77, 79, 108], "displayg": 18, "displayport": [7, 9, 11, 42, 44], "disrupt": 27, "dissip": [77, 108, 110], "distanc": 105, "distcc": 9, "distccd": 9, "distinct": [59, 61], "distort": [22, 23, 110], "distribut": [4, 8, 12, 14, 17, 18, 27, 47, 49, 52, 57, 66, 83, 88, 89, 101, 111, 112], "distributor": 18, "distro": 43, "div": [26, 49], "dive": [18, 52], "diver": 56, "divers": 63, "divid": [9, 26, 27, 44, 48, 56, 79, 108, 111], "divis": [15, 59, 100], "dlfcn": 53, "dll": [61, 65, 85], "dllimport": 61, "dlltool": 53, "dlw21hn900sq2l": 97, "dlw5bsm801tq2l": 97, "dma": [6, 9, 10, 13, 14, 31, 32, 44, 49, 56, 61, 70, 95], "dma32": [13, 14], "dma_length_width": 62, "dmac": [6, 10, 49, 62, 82, 95], "dmask": 89, "dmi": 13, "dmm": [4, 18, 65], "dn": [13, 14, 49, 53, 57], "dnf": 60, "dns_resolv": [9, 13, 14, 44, 49], "do": [2, 7, 8, 9, 11, 12, 13, 14, 15, 17, 18, 19, 22, 36, 40, 43, 44, 49, 52, 53, 57, 59, 60, 61, 63, 67, 74, 77, 78, 82, 83, 84, 86, 88, 89, 90, 93, 95, 96, 98, 99, 100, 101, 102, 103, 104, 105, 107, 108, 110, 112], "do_configur": 45, "do_iq": 5, "doc": [0, 1, 2, 14, 17, 47, 49, 53, 60, 68, 70, 71, 86, 96, 108], "docdir": 53, "doctyp": 61, "document": [2, 3, 6, 9, 10, 15, 22, 25, 27, 31, 33, 34, 37, 44, 53, 56, 57, 64, 66, 67, 74, 78, 79, 83, 85, 86, 89, 98, 100, 101, 102, 104, 111, 112], "doe": [7, 11, 13, 14, 17, 18, 23, 27, 43, 47, 49, 53, 56, 57, 60, 61, 63, 64, 65, 66, 67, 79, 85, 86, 89, 97, 105, 107, 108, 110], "doesn": [18, 22, 36, 49, 61, 89, 90, 97, 99, 108], "dokuwiki": [3, 17], "dollar": 97, "domain": [13, 14, 23, 57, 59, 110, 112], "domin": 22, "don": [0, 2, 9, 13, 14, 18, 26, 27, 46, 49, 52, 54, 57, 59, 61, 70, 83, 84, 86, 89, 90, 97, 100, 101, 102, 103, 107, 108, 111, 112], "done": [9, 13, 14, 15, 18, 22, 27, 43, 44, 45, 49, 52, 53, 60, 61, 66, 67, 75, 86, 89, 90, 93, 97, 100, 105, 107], "dongl": [90, 103, 111], "dont": 89, "donut": 70, "dosfsck": 52, "dot": [53, 57], "dot_path": 53, "doubl": [5, 18, 26, 52, 66, 76, 77, 79, 86, 89, 90, 108], "doublecheck": 97, "doubt": 18, "down": [9, 13, 14, 17, 18, 27, 42, 44, 45, 52, 70, 74, 76, 84, 90, 93, 96, 97, 99, 100, 102, 107, 108, 110], "download": [0, 2, 13, 14, 18, 23, 43, 49, 53, 57, 66, 71, 85, 86, 88, 111], "download_libad9361": 70, "doxygen": [53, 60], "dp": [4, 9, 13, 17, 44], "dp83867": [9, 44], "dp_snd_card": 9, "dp_snd_codec0": 9, "dp_snd_pcm0": 9, "dp_snd_pcm1": 9, "dp_sub": 9, "dpd": 27, "dpdma": [9, 44], "dphy": [13, 14, 49], "dpic": 53, "dpkg": [88, 89], "dpll_int": 44, "dpo": 89, "dquot": [9, 13, 14, 44], "dquot_6": [9, 13, 14, 44], "dr": 111, "drag": [15, 49, 74, 76, 77, 79], "drago": 14, "drain": 14, "dram": [9, 13, 14, 44, 49, 93], "draw": [17, 108], "drawback": 61, "drawn": 108, "drdy": 15, "drift": [15, 22, 23], "drive": [9, 15, 18, 25, 26, 31, 52, 60, 63, 74, 76, 77, 89, 90, 95, 97, 100], "driven": 108, "driver": [0, 4, 6, 9, 10, 13, 14, 17, 18, 22, 28, 33, 34, 40, 42, 43, 44, 45, 47, 48, 54, 56, 59, 60, 61, 62, 67, 70, 71, 74, 81, 82, 84, 86, 87, 90, 91, 94, 95, 96, 102, 104, 106], "drm": [9, 13, 14, 44, 49], "drop": [15, 49, 61, 62, 70, 74, 76, 77, 79, 89, 108, 110], "dropbear": [44, 93], "dropdown": [76, 77], "drown": 99, "drwxr": 27, "drwxrwxr": 88, "drwxrwxrwx": 27, "ds1307": 49, "ds2": 15, "dsdt": 14, "dsp": [4, 17, 70, 103], "dss": 99, "dst": 61, "dt": [9, 13, 14, 18, 27, 43, 44, 45, 46, 47, 48, 88], "dtb": [9, 13, 14, 43, 44, 48, 49, 53, 88], "dtc": [43, 48], "dtd": 61, "dtg": 45, "dtoverlai": [15, 18, 22, 49], "dtparam": 18, "dtsfile": 46, "dtsi": [27, 45, 46, 47], "dual": [27, 59, 61, 74, 75, 77, 78, 97], "due": [0, 56, 61, 86, 90, 97, 108], "dummi": [9, 13, 14, 15, 18, 44, 49, 93], "dump": [9, 14, 49, 57, 59, 61, 108], "duplex": [59, 100, 102], "duplic": [5, 45, 61], "duraclik": [77, 78], "durat": [26, 59, 70], "dure": [2, 15, 18, 26, 27, 30, 44, 45, 48, 52, 60, 61, 71, 77, 79, 90, 97, 100, 105], "dvip": 53, "dw": 49, "dw_mmc": 49, "dwc": 49, "dwc2": 49, "dwc2_hsotg": 49, "dwc3": [9, 44], "dwmac": 49, "dwmac1000": 49, "dwmmc0": 49, "dx_env": 53, "dx_flag_chi": 53, "dx_flag_chm": 53, "dx_flag_doc": 53, "dx_flag_dot": 53, "dx_flag_html": 53, "dx_flag_man": 53, "dx_flag_p": 53, "dx_flag_pdf": 53, "dx_flag_rtf": 53, "dx_flag_xml": 53, "dynam": [26, 27, 47, 49, 53, 88, 89, 108], "e": [27, 30, 31, 40, 53, 56, 57, 60, 61, 62, 78, 93], "e0": 89, "e0001000": 93, "e2": 110, "e2fsck": 52, "e2w": [74, 78], "e3631a": 77, "e3w": 74, "e5071c": 105, "e6": 44, "e624": 44, "each": [0, 5, 10, 13, 14, 18, 22, 23, 26, 27, 31, 33, 34, 43, 45, 49, 54, 57, 61, 64, 66, 70, 74, 75, 77, 79, 84, 97, 102, 103, 108, 111], "earli": [13, 14, 18, 49, 60, 61, 62, 90, 97, 102], "earlier": [77, 111], "earlycon": [13, 14], "earlycon0": 49, "earlyprintk": [9, 44, 49], "earth": [18, 108], "eas": [49, 59, 60, 61, 78, 90], "easi": [18, 45, 53, 60, 61, 66, 74, 77, 79, 88, 89, 90, 99, 100, 102, 103, 108, 110], "easier": [7, 11, 15, 18, 59, 61, 65, 78, 87, 89, 97, 107, 108], "easiest": [15, 18, 49, 65, 88, 90], "easili": [0, 2, 46, 70, 97, 106], "eb": 43, "ebm": 47, "ebook": 17, "ebtabl": [9, 44], "ebz": [43, 57, 61, 98, 111, 112], "ec": 111, "ecc": [9, 14, 93], "ecdsa": [89, 90], "echo": [27, 29, 30, 33, 35, 62, 88, 96], "ed": [26, 96, 97, 105], "edac": [9, 13, 14], "edg": [22, 27, 57, 66], "edit": [0, 2, 18, 22, 43, 45, 47, 49, 57, 83, 86, 88, 89, 96, 101, 103], "editor": [18, 49, 79], "edn": 110, "educ": 17, "ee": 111, "eeprom": [6, 9, 14, 44, 49], "eest": [49, 66], "eet": [13, 14], "effect": [13, 15, 26, 27, 45, 49, 54, 61, 79, 97, 108, 110], "effici": 27, "effort": 15, "efi": [9, 13, 14, 44], "egrep": 53, "ehci": [49, 89], "ehci_hcd": 49, "ei": 79, "einval": 61, "either": [5, 7, 11, 15, 18, 22, 23, 26, 27, 36, 40, 47, 52, 56, 61, 65, 68, 70, 74, 77, 78, 83, 89, 90, 101, 103, 107, 108, 110, 111, 112], "eject": [49, 52, 63, 90], "el": [9, 13, 14, 44, 103], "el0": [9, 13, 14, 44], "el2": [9, 13, 14, 44], "electr": [22, 74, 75, 78, 84, 102, 105, 108, 111], "electromagnet": [78, 111], "electron": [66, 87, 105, 108, 110, 111], "electrostat": [6, 9, 10, 13, 14, 74, 84, 102, 110], "element": [26, 31, 32, 39, 40, 61, 110], "elf": 88, "elfutil": [13, 14, 49], "elimin": 27, "elna": 59, "els": [5, 46, 47, 52, 53, 57, 61, 63, 83, 99, 101, 102, 112], "email": [76, 77, 79, 83, 90, 97, 101, 112], "emb": 106, "embed": [9, 13, 14, 15, 17, 18, 44, 49, 57, 61, 74, 78, 102, 106], "emc": 74, "emi": [74, 78], "emiss": 78, "emit": 61, "emphasi": 26, "emplac": 61, "emploi": 110, "empti": [9, 13, 14, 32, 46, 61], "emr": 111, "emul": [9, 13, 14, 15, 44, 49, 66, 74, 77, 79, 102], "en": [26, 54, 59, 61], "en4": 89, "ena": 105, "enabl": [0, 2, 9, 13, 14, 15, 18, 26, 29, 30, 32, 39, 40, 42, 44, 47, 48, 49, 54, 56, 57, 59, 65, 70, 71, 76, 78, 79, 84, 88, 89, 96, 97, 100, 102, 103, 104, 108, 112], "enable_csharp": 65, "enable_tool": [64, 66], "enablebasebanddctrack": 67, "enablechannel": [64, 86], "enablecustomfilt": 67, "enablelog": 65, "enablequadraturetrack": 67, "enablerfdctrack": 67, "enabling_persistent_ssh_kei": 87, "encap": 89, "encapsul": 61, "encas": 108, "encod": [13, 14, 26, 61, 65], "encount": 2, "encourag": [98, 101, 107], "encrypt": [13, 14, 18, 49], "encyclopedia": 0, "end": [9, 13, 14, 15, 18, 23, 27, 29, 31, 44, 47, 48, 49, 53, 59, 61, 63, 66, 67, 74, 75, 77, 83, 89, 94, 96, 97, 101, 110], "endian": 61, "endl": 64, "endsect": 43, "energi": [6, 9, 10, 13, 14, 59, 74, 78, 84, 102, 108, 110], "enforc": 14, "engergi": 59, "engin": [9, 17, 18, 44, 49, 84, 101, 102, 108], "engineerzon": [57, 71, 74, 78, 83, 84, 85, 86, 101, 102, 112], "english": 97, "enhanc": [49, 71, 74, 79, 97], "enjoy": 87, "enlist": [13, 14, 49], "enoent": 60, "enorm": 61, "enosi": 61, "enough": [13, 17, 18, 60, 62, 88, 99, 107, 108], "enqueu": 61, "enrich": 111, "ensm": [27, 56, 59, 100], "ensm_mod": [27, 59, 100], "ensm_mode_avail": [27, 59, 100], "ensur": [0, 2, 15, 27, 49, 52, 57, 61, 74, 77, 79, 89, 100, 102], "enter": [9, 13, 14, 15, 18, 26, 44, 47, 49, 53, 57, 66, 79, 93], "enterpris": 89, "enthusiast": 103, "entir": [22, 27, 52, 57, 68, 70, 77, 90, 97, 102, 110, 112], "entri": [0, 2, 9, 13, 14, 31, 38, 43, 44, 49, 76, 111], "enu": 89, "enum": 26, "enumer": [18, 53, 66, 89], "env": [2, 9, 13, 88, 90], "environ": [3, 9, 13, 14, 17, 42, 44, 49, 53, 61, 70, 90, 102, 103, 106, 108], "environment": [53, 57, 59, 88], "enx00e022d6d804": 89, "eoi": [9, 13, 14, 44], "ep": 49, "epi": 31, "eq": 26, "equal": [5, 26, 61, 94, 108, 110], "equilibrium": 108, "equip": [4, 6, 7, 9, 10, 11, 13, 14, 17, 18, 22, 23, 61, 78, 84, 102, 110], "equival": [74, 77, 99, 107], "eras": [9, 14, 44, 93], "erlang": [13, 14, 49], "err": [9, 13, 14, 44, 49, 93], "errata": 13, "erratum": [9, 13, 14, 44, 49], "errno": 5, "error": [2, 13, 14, 22, 23, 26, 27, 49, 52, 57, 59, 60, 61, 63, 64, 65, 70, 74, 77, 79, 86, 89, 90, 100, 104, 108, 110], "escap": [49, 89, 108], "esd": [6, 9, 10, 13, 14, 74, 84, 97, 102, 110], "especi": [45, 61], "essenti": [18, 60, 75, 79, 88, 108, 110], "essid": 94, "est": 88, "establish": [9, 13, 14, 18, 39, 44, 49, 61, 66, 77], "estim": [36, 70, 110], "eta": 90, "etc": [5, 9, 13, 14, 17, 18, 21, 26, 27, 30, 35, 43, 44, 47, 49, 53, 56, 60, 61, 62, 65, 70, 82, 84, 89, 90, 95, 103, 106, 108, 112], "etch": 97, "etcher": 49, "eth0": [9, 13, 14, 18, 44, 49], "eth1": 13, "eth_lpi": 49, "eth_wake_irq": 49, "ether": 89, "ethern": 9, "ethernet": [4, 7, 8, 9, 11, 12, 13, 14, 17, 18, 44, 49, 90, 103], "eudev": 44, "ev": 76, "eval": [0, 2, 4, 9, 10, 13, 14, 16, 18, 22, 43, 66, 77, 78, 79], "evalu": [0, 1, 7, 11, 13, 15, 18, 42, 45, 46, 48, 49, 57, 70, 77, 78, 79], "evan": 111, "even": [0, 9, 13, 14, 18, 23, 32, 46, 49, 61, 64, 66, 71, 86, 90, 94, 97, 100, 105, 108, 110, 111], "event": [13, 14, 27, 31, 36, 44, 49, 59, 93, 96], "event0": 29, "eventu": [13, 14, 18, 49, 63, 77, 97, 110], "ever": [40, 108], "everi": [0, 2, 9, 13, 14, 27, 32, 34, 44, 49, 60, 63, 64, 65, 70, 76, 85, 86, 89, 103, 111], "everybodi": 61, "everyon": [84, 97, 99, 102, 106, 112], "everyth": [40, 52, 53, 57, 60, 87, 90, 104], "evkit": 47, "evm": 97, "evolv": 61, "evtest": 53, "ex": [18, 65, 76, 77, 79, 90], "exact": [14, 40, 49, 56, 61, 89, 110], "exactli": [22, 23, 61, 90, 110], "examin": [26, 27], "exampl": [0, 2, 4, 17, 18, 26, 30, 33, 36, 42, 46, 47, 48, 49, 53, 54, 61, 64, 66, 67, 74, 77, 78, 79, 82, 86, 90, 95, 102, 103, 104, 106, 108, 111], "exce": [26, 59], "exceed": [18, 26, 59, 108], "excel": 105, "except": [53, 61, 105], "exception": 61, "excit": 17, "exclud": [0, 47], "execut": [13, 14, 49, 53, 57, 61, 65, 79, 88, 89, 90, 94, 112], "exercis": [17, 22, 23, 25, 70, 108, 110], "exfat": 18, "exist": [2, 6, 10, 18, 22, 27, 33, 40, 43, 44, 45, 46, 48, 49, 52, 61, 63, 70, 79, 86, 90, 110], "exit": [5, 26, 52, 59, 61, 63, 66, 89], "exit_failur": 5, "exit_success": [5, 100], "expand": 67, "expans": 18, "expect": [5, 9, 14, 15, 18, 44, 59, 61, 84, 97, 99, 100, 102, 108, 110, 112], "expens": 15, "experi": [6, 7, 10, 11, 18, 22, 83, 87, 90, 101, 108, 110, 111, 112], "experienc": [83, 101, 112], "experienti": 111, "experiment": 18, "expert": 112, "expir": 32, "expiri": 27, "explain": [52, 61, 77, 88, 95], "explan": [5, 61], "explicit": 61, "explicitli": 53, "explor": [15, 18, 68, 70, 84, 86, 98, 102, 108], "exponenti": 110, "export": [43, 47, 57, 59, 79, 88], "expos": [27, 49, 54, 61, 63, 70, 85, 89, 97], "express": [27, 108], "ext": [43, 59], "ext4": [9, 13, 14, 18, 44, 49], "extcontrol": 27, "extend": [13, 15, 39, 48, 49, 68, 69, 82, 84, 95, 97, 98, 102, 108], "extens": [2, 26, 43, 49, 86, 94, 110], "extent": [14, 49, 111], "extern": [2, 6, 9, 10, 13, 14, 15, 18, 23, 26, 31, 42, 49, 52, 59, 61, 64, 74, 75, 77, 82, 84, 86, 89, 95, 98, 102, 108, 110], "extlinux": 49, "extra": [18, 26, 59, 64, 71, 90, 108], "extract": [18, 22, 23, 47, 61, 63, 65, 82, 108], "extraordinarili": 18, "extrem": [18, 61, 110], "exxbblzahha23ummnu1vn": 44, "ey": [6, 10, 108], "ez": 9, "f": [5, 9, 13, 14, 22, 23, 26, 44, 49, 52, 53, 56, 60, 63, 65, 88, 89, 90, 93], "f1": [56, 88], "f1050000": 13, "f12a0000": 13, "f2": 56, "f7": 89, "f9000000": 13, "f_": [22, 23], "fa": 89, "fabric": [7, 11, 56, 70], "face": 57, "facil": [33, 42, 54, 56], "facilit": [15, 18, 61, 79], "fact": [61, 108], "factor": [27, 111], "factori": [15, 90], "faculti": [103, 111], "fagc": 59, "fail": [9, 13, 14, 18, 44, 49, 52, 60, 76, 79, 89, 90, 93, 108], "failsaf": 52, "failur": [61, 79, 90, 110], "fairli": [18, 110], "fakeroot": 88, "fall": [26, 31, 40], "falling_edg": 66, "fallow": 63, "fals": [2, 9, 67, 77, 104], "famili": [9, 13, 14, 44, 49], "familiar": [18, 61, 70, 71, 77, 83, 86, 98, 101, 104, 110, 112], "fan": [13, 31], "fanout": [9, 27], "fantast": 18, "far": [18, 90, 99, 106, 108], "farnel": 103, "farrel": 111, "farthest": 79, "fashion": [31, 107], "fast": [9, 17, 18, 23, 26, 27, 44, 49, 59, 61, 62, 63, 106, 111], "fast_attack": [27, 59], "faster": [15, 18, 22, 23, 61, 63, 65, 100, 101, 102, 110, 112], "fastest": 26, "fastlock": 59, "fastlock_load": 59, "fastlock_recal": 59, "fastlock_sav": 59, "fastlock_stor": 59, "fat": [13, 18, 44, 89, 94], "fat32": [49, 52, 53, 94, 96], "fau": [6, 10], "fault": [74, 76], "favor": [15, 61], "favorit": [18, 83, 89, 101, 102, 112], "favourit": [52, 90], "fb": [9, 14, 44], "fb0": [9, 43], "fb9ec84": 53, "fb_div": 9, "fb_div_n1": 9, "fb_div_n2": 9, "fb_seps525": [13, 14], "fbdev": 43, "fcc": 97, "fclose": 5, "fcmomms2": 42, "fd0b0000": 14, "fd0c0000": [9, 14, 44], "fd0e0000": [9, 14, 44], "fd1a007c": 9, "fd400000": [9, 44], "fd44358": 53, "fd490000": 14, "fd4a0000": [9, 44], "fd4aa000": 9, "fd4c0000": [9, 44], "fd4d0000": [9, 14, 44], "fd500000": [9, 44], "fd510000": [9, 44], "fd520000": [9, 44], "fd530000": [9, 44], "fd540000": [9, 44], "fd550000": [9, 44], "fd560000": [9, 44], "fd570000": [9, 44], "fd800000": 9, "fdd": [59, 100], "fdisk": 18, "fdt": [9, 13, 14, 44, 49], "fdti": 79, "fe": 44, "fe200000": [9, 44], "fe6d": 89, "fe80": 89, "feather": 15, "featur": [5, 6, 9, 10, 13, 14, 17, 18, 23, 26, 27, 32, 33, 34, 44, 47, 49, 53, 57, 76, 79, 84, 89, 90, 102, 110], "feb": [18, 88, 110], "fed": 27, "fed6": 89, "feedback": [97, 110], "feel": [6, 10, 18, 83, 101, 111, 112], "feet": 97, "felt": 18, "ferrit": 97, "fet": 74, "fetch": [2, 43, 60, 61, 76, 89], "few": [7, 8, 11, 12, 17, 18, 43, 45, 57, 74, 79, 82, 83, 84, 85, 88, 89, 90, 93, 94, 95, 96, 97, 101, 102, 107, 108, 110, 112], "ff": [9, 14, 44, 89, 90], "ff000000": [9, 13, 14, 44], "ff010000": [9, 14, 44], "ff020000": [9, 13, 14, 44], "ff030000": [9, 14, 44], "ff040000": [13, 14, 27], "ff0c0000": 13, "ff0c0000get": 13, "ff0d0000": 13, "ff0e0000": [9, 14, 44], "ff150000": 44, "ff170000": [9, 14, 44], "ff180000": [9, 44], "ff200040": 49, "ff220000": 49, "ff6b": 89, "ff72": 89, "ff800000": 49, "ff808000": 49, "ff88": 89, "ff89": 89, "ff8d": 89, "ff90": 89, "ff96": 89, "ff960000": [9, 14], "ff97": 89, "ff9905c0": [14, 44], "ff9d": 89, "ff9d0000": 9, "ffa0": 89, "ffa00000": [14, 44], "ffa10000": 14, "ffa3": 89, "ffa6": 89, "ffa60000": [9, 14, 44], "ffa80000": 44, "ffa90000": 44, "ffaa0000": 44, "ffab0000": 44, "ffac": 89, "ffac0000": 44, "ffad": 89, "ffad0000": 44, "ffae": 89, "ffae0000": 44, "ffaf0000": 44, "ffb00000": 49, "ffbb": 89, "ffbc": 89, "ffbf": 89, "ffc0": 89, "ffc02100": 49, "ffc02a00": 49, "ffc1": 89, "ffc3": 89, "ffc4": 89, "ffc8": 89, "ffce": 89, "ffd04000": 49, "ffd1": 89, "ffd5": 89, "ffd7": 89, "ffd8": 89, "ffda1000": 49, "ffdb": 89, "ffdc": 89, "ffde": 89, "ffdf": 89, "ffe2": 89, "ffe4": 89, "ffe6": 89, "ffe8": 89, "ffe9": 89, "ffea": 89, "ffec": 89, "ffed": 89, "ffef": 89, "fff5": 89, "fff6": 89, "fff8": 89, "fffa": 89, "fffc": 89, "ffff": 89, "ffffff80089c7000": 9, "ffffff8008ab6000": 44, "ffffff8008e34000": 9, "ffffff8008fa4000": 44, "ffffff800906e000": 9, "ffffff8009315000": 44, "ffffff800931d000": 44, "ffffffc000db0000": 9, "ffffffc000e30000": 9, "ffffffc06bfff000": [9, 44], "ffffffc06fffefff": [9, 44], "ffffffc87ff57000": 9, "ffffffc87ff5c000": 44, "ffffffff": 44, "fft": [23, 57], "fft_size": 62, "fgrep": 53, "fhm": [26, 27], "fhmenabl": 26, "fhmgpiopin": 26, "fiberglass": 108, "fidel": 70, "field": [9, 14, 18, 26, 52, 54, 56, 79, 111, 112], "fifo": [31, 49, 62, 82, 97], "figur": [18, 70, 74, 77, 108, 110], "file": [0, 2, 6, 9, 12, 14, 15, 17, 18, 22, 30, 31, 32, 33, 34, 35, 42, 44, 45, 46, 47, 48, 56, 59, 60, 61, 64, 65, 66, 68, 70, 76, 79, 82, 86, 89, 90, 93, 94, 95, 96, 97, 104, 107, 108, 110], "filemod": 2, "filenam": [5, 48, 61, 90], "filesextrapath": [46, 47], "filesystem": [9, 13, 14, 18, 44, 49, 60, 61, 88, 89, 94], "fill": [18, 31, 35, 57, 61, 104, 108], "film": 74, "filter": [6, 9, 13, 14, 15, 23, 26, 42, 44, 53, 59, 70, 74, 79, 99, 105], "filter_fir_config": 59, "filter_fir_en": 59, "filter_low_pass_3db_frequ": 49, "fin": 74, "final": [0, 15, 18, 45, 48, 52, 56, 57, 59, 61, 70, 77, 88, 110], "find": [13, 18, 43, 44, 49, 57, 60, 70, 76, 83, 85, 86, 88, 89, 90, 97, 99, 100, 101, 102, 103, 106, 112], "fine": [18, 27, 46, 61, 88, 96, 105], "fineg": 18, "finger": [18, 108], "fingerprint": 44, "finish": [13, 14, 18, 22, 49, 52, 53, 79, 90], "finit": [56, 110], "fir": [26, 27, 59], "firefox": 89, "firewal": [7, 11, 13, 14, 18, 49], "firewir": 18, "firmli": 74, "firmwar": [9, 13, 14, 15, 17, 27, 44, 63, 74, 75, 76, 77, 79, 81, 82, 84, 87, 89, 91, 92, 93, 94, 95, 96, 97, 102, 103, 106], "first": [0, 1, 2, 5, 9, 13, 14, 18, 26, 27, 30, 33, 44, 47, 49, 53, 56, 59, 60, 61, 64, 65, 66, 68, 70, 74, 77, 79, 83, 85, 87, 90, 97, 101, 108, 110, 111, 112], "fit": [18, 43, 44, 49, 57, 61, 65, 82, 90, 95, 102, 111], "fit_spl_fpga": 49, "five": [18, 59], "fix": [2, 9, 13, 14, 18, 31, 36, 44, 47, 49, 53, 57, 60, 70, 83, 88, 97, 101, 112], "fixdep": 43, "fl": 97, "flag": [9, 14, 15, 26, 29, 44, 49, 53, 61, 71, 89, 92], "flash": [9, 13, 14, 15, 18, 43, 68, 74, 76, 77, 79, 88, 90, 94, 97, 107], "flat": 44, "flatten": [9, 13, 14, 18, 44, 49, 90], "flavor": 45, "flavour": 60, "flex": [53, 57, 60], "flexfil": [13, 14], "flexibl": [15, 27, 46, 61, 103], "floor": [84, 99], "flow": [2, 6, 10, 17, 26, 61, 89, 108], "flowcontrol": 66, "flush": [13, 14, 49, 52, 89, 96], "fm": 105, "fmask": 89, "fmc": [4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 17, 43, 47, 97], "fmc1": [9, 14], "fmcadc2": 43, "fmcadc4": 43, "fmcdaq2": [43, 61], "fmcdaq3": 43, "fmcdaqx": 18, "fmcjesdadc1": 43, "fmcmotcon": 27, "fmcomm": 5, "fmcomms1": 57, "fmcomms11": 112, "fmcomms2": [43, 53, 70, 98, 112], "fmcomms3": [43, 61, 97, 98, 112], "fmcomms4": [43, 98, 112], "fmcomms5": [43, 44, 53, 70, 97, 112], "fmcomms8": 70, "fmcommsx": [18, 112], "fmcp1": 13, "fno": 53, "focu": 100, "focus": [31, 79], "foil": 108, "fold": 108, "folder": [2, 15, 27, 30, 32, 34, 35, 43, 46, 47, 48, 49, 52, 65, 68, 70, 76, 77, 79, 86, 88, 89], "folk": [83, 101], "follow": [0, 6, 10, 13, 15, 18, 22, 23, 27, 43, 44, 45, 46, 47, 48, 49, 52, 53, 56, 57, 61, 62, 63, 64, 65, 66, 67, 68, 70, 71, 74, 76, 77, 78, 79, 83, 84, 85, 86, 87, 88, 89, 90, 93, 101, 103, 108, 110, 111, 112], "font": [13, 14, 49], "foo": [60, 100], "foobar": 96, "footprint": [78, 94, 97], "fopen": 5, "forbid": 49, "forc": [27, 53, 66, 88, 107], "forefront": 108, "forev": [83, 89, 101, 110, 112], "forget": 88, "fork": [1, 3, 17, 44, 83, 94, 101, 112], "form": [39, 49, 61, 70, 76, 86, 88, 110, 111], "format": [1, 6, 13, 14, 15, 18, 27, 36, 39, 43, 49, 53, 57, 59, 63, 64, 66, 74, 78, 79, 88, 90], "former": 61, "formula": [57, 108], "forum": [71, 85, 86, 89, 90, 112], "forward": [9, 13, 14, 44, 49, 61, 108, 112], "fosdem": [6, 10, 104], "found": [5, 6, 9, 13, 14, 15, 18, 27, 33, 43, 44, 47, 49, 52, 53, 54, 57, 59, 60, 61, 64, 65, 66, 70, 74, 79, 82, 83, 85, 87, 88, 89, 90, 92, 93, 95, 96, 97, 100, 101, 106, 107, 108, 112], "foundat": [18, 102], "four": [6, 10, 27, 56, 57, 61, 68, 70, 77, 100, 108], "fourier": [22, 23], "fpga": [6, 7, 8, 9, 10, 11, 12, 13, 14, 17, 18, 31, 42, 43, 44, 45, 68, 70, 82, 83, 84, 90, 95, 100, 101, 102, 112], "fpga0": [9, 13, 14, 44, 49], "fpga_manag": [9, 13, 14, 44, 49], "fpic": 53, "fraction": [18, 27, 108], "frame": [9, 26, 59, 60, 62, 89], "framer": 27, "framerscrambl": 26, "framework": [4, 9, 13, 14, 15, 18, 22, 23, 27, 31, 37, 44, 49, 56, 65, 103, 104], "fred": 22, "free": [5, 6, 9, 10, 13, 14, 18, 27, 29, 30, 31, 32, 44, 49, 61, 64, 65, 66, 70, 77, 83, 90, 92, 93, 97, 101, 103, 107, 112], "freecodecamp": 18, "freed": [13, 14], "freerun": [77, 79], "fref": 59, "freq": [26, 44], "freq_khz": 26, "freq_mhz": 26, "frequenc": [5, 6, 9, 10, 13, 14, 18, 22, 23, 29, 42, 44, 48, 49, 56, 57, 59, 61, 64, 66, 70, 79, 96, 100, 102, 103, 104, 105, 110], "frequency1_hz": 27, "frequency2_hz": 27, "frequency_avail": 59, "frequency_hz": 26, "fresh": [61, 93], "freshli": 61, "freshman": 111, "fri": [43, 49, 66, 88], "friendli": 27, "fritz": [108, 110], "frm": 90, "from": [1, 2, 3, 4, 6, 9, 13, 14, 15, 17, 18, 22, 23, 26, 29, 31, 32, 35, 36, 39, 42, 44, 45, 46, 47, 49, 53, 54, 56, 57, 59, 60, 63, 64, 65, 66, 67, 68, 71, 74, 75, 76, 77, 78, 79, 82, 84, 85, 86, 87, 88, 90, 93, 94, 95, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 110, 111], "front": [27, 59, 66, 108], "frontend": [65, 66, 106], "fru": [6, 9, 14], "fruit": 0, "frustrat": 18, "fsampl": 96, "fsbl": [9, 14, 44], "fsck": [13, 14, 44, 49, 52], "fsckd": [13, 14, 49], "fsm": [6, 10, 13, 14, 27, 56], "fsr": 15, "fsveriti": [13, 14], "ftc2023": 17, "ftc2024": 17, "ftdi": [13, 14, 49], "ftdi_sio": [13, 14, 49], "fthr": 15, "ftp": [6, 10, 89], "ftrace": 49, "fua": 89, "full": [5, 6, 9, 10, 14, 15, 18, 22, 23, 26, 27, 31, 39, 44, 47, 49, 52, 57, 59, 61, 65, 78, 99, 102], "fuller": 111, "fullfil": 86, "fulli": [17, 18, 27, 61, 74], "fullscreen": 57, "fun": 18, "func_convert_file_noop": 53, "function": [6, 9, 10, 13, 14, 15, 17, 18, 22, 26, 27, 42, 44, 47, 49, 52, 54, 57, 61, 63, 64, 65, 66, 67, 76, 78, 79, 81, 82, 84, 86, 88, 89, 91, 93, 96, 97, 98, 100, 102, 104, 108, 110], "functionf": [49, 60], "functionsf": 60, "fundament": [84, 102, 110], "further": [0, 5, 27, 45, 65, 79, 88, 101], "furthermor": [18, 61, 108], "fuse": [13, 14, 49, 97], "futex": [9, 13, 14, 44, 49], "futur": [1, 20, 21, 22, 23, 24, 25, 26, 40, 63, 77, 79, 85], "fw": [88, 90], "fw_version": [59, 90], "fwrite": 5, "fxnjlddgi": 110, "fy0y0fplk": 111, "g": [15, 18, 30, 31, 40, 53, 54, 56, 57, 61, 62, 64, 65, 66, 74, 86, 110], "g08560c36": 44, "g2398d50": 59, "g2fc1c82db9d8": 14, "g303c8fd315f6": 13, "g387d584": 59, "g4bdff59": 93, "g611e217": 43, "g651ed13": 89, "g6834429": 9, "g6847e22": 60, "g88f1b2c": 89, "g9c04de11ae53": 88, "ga6ab387": 14, "gadget": [49, 53, 60, 89, 93], "gain": [22, 23, 31, 42, 56, 59, 70, 99, 105, 110], "gain_control_mod": 59, "gain_control_mode_avail": 59, "gain_in_mdb": 27, "gain_step_calib_reg_v": 59, "gain_table_config": [27, 59], "gaincontrolmodechannel0": 67, "gaininfo_rx1": 59, "gaininfo_rx2": 59, "gaintabl": [27, 59], "game": 18, "gap": [18, 31, 59, 104], "gate": [9, 49, 110], "gatewai": [9, 13, 14, 44, 49], "gawk": 53, "gb": [9, 44, 49, 52, 61], "gbp": [9, 14, 44], "gbyte": 92, "gc": 59, "gc1315e6": 89, "gc4498c2": 18, "gcc": [5, 9, 13, 14, 42, 44, 49, 53, 60, 64, 88], "gcc3": 53, "gcrypt": [13, 14, 49], "gear": 84, "gee63370553": 49, "gem": [9, 13, 14, 44], "gen": [9, 13, 14, 44], "gen_tlbx": [68, 70], "gener": [0, 1, 4, 5, 6, 9, 10, 13, 14, 15, 17, 18, 23, 26, 27, 31, 34, 36, 40, 42, 44, 45, 49, 53, 56, 57, 60, 61, 62, 64, 65, 66, 70, 71, 77, 79, 83, 84, 86, 87, 88, 89, 90, 100, 102, 105, 108, 110, 111], "generate_chi": 53, "generate_html": 53, "generate_htmlhelp": 53, "generate_latex": 53, "generate_man": 53, "generate_rtf": 53, "generate_temperature_calib_lut": 63, "generate_xml": 53, "generatelibrarydefinit": 86, "gentl": 110, "geometri": [9, 13, 14, 44], "gerber": [15, 23, 97], "get": [2, 6, 7, 9, 10, 11, 15, 17, 18, 22, 32, 39, 44, 46, 47, 49, 52, 53, 56, 57, 60, 61, 64, 65, 66, 67, 70, 71, 74, 76, 79, 83, 84, 86, 88, 89, 90, 97, 99, 100, 101, 102, 104, 107, 108, 110, 112], "get_buff": 61, "get_default_env": 88, "get_random_byt": 49, "getanalogin": [64, 86], "getattributelonglong": 67, "getavailablesampler": 86, "getopt": 5, "getpowersuppli": 64, "getsamplesinterleav": 86, "getti": [13, 14, 49], "gettrig": 61, "getvar": [46, 47], "getvoltag": [64, 86], "gf814ae972859": 49, "gfp_dma": [13, 14], "gfp_dma32": [13, 14], "gfp_kernel": [13, 14], "gh": 2, "ghz": [18, 97, 105], "gib": [9, 13, 14, 44, 49], "gic": [9, 13, 14, 44], "gic_handle_irq": [13, 14], "gicv3": 13, "gid": 89, "gig": 88, "gigabit": [42, 49, 94], "gihub": 2, "giometti": [9, 13, 14, 44, 49], "git": [3, 13, 14, 17, 18, 22, 23, 43, 49, 53, 57, 59, 60, 65, 68, 70, 79, 88, 89, 92], "git_lfs_skip_smudg": 2, "gitattribut": 2, "github": [2, 15, 18, 22, 23, 43, 53, 57, 60, 65, 68, 70, 83, 86, 88, 89, 90, 92, 101, 112], "githubusercont": [43, 60, 89, 90], "give": [9, 14, 22, 61, 68, 70, 71, 97, 110, 112], "given": [5, 27, 31, 40, 57, 60, 61, 66, 70, 90, 94, 108, 111], "gla": 59, "glob": 0, "global": [2, 13, 14, 49, 61, 66, 89], "glog": 65, "glog_build_dir": 65, "glog_include_dir": 65, "glog_librari": 65, "glossari": [17, 18], "glu": 108, "gm": 107, "gmt": 14, "gnd": [15, 64, 66, 74, 78, 97], "gnu": [0, 6, 9, 10, 13, 14, 42, 49, 53, 60, 61, 66, 88, 89, 97, 102, 106, 111], "gnueabi": [43, 88], "gnueabihf": [43, 49, 53, 88], "gnuplot": 59, "gnuradio": [18, 49], "gnutl": [13, 14, 49], "go": [2, 5, 9, 13, 14, 15, 17, 27, 43, 52, 56, 61, 64, 65, 74, 75, 76, 77, 78, 79, 83, 84, 85, 86, 90, 93, 96, 97, 99, 100, 101, 102, 103, 108, 112], "goal": [22, 23, 61, 82, 95, 97, 108], "goe": [18, 43, 49, 88, 108], "gone": 99, "good": [5, 18, 31, 37, 49, 60, 61, 90, 97, 100, 105, 107], "goodi": 18, "googl": 89, "gori": 18, "got": [18, 52, 83, 97, 101, 112], "goto": [59, 89], "governor": [9, 13, 44], "gp": [13, 14, 49], "gpib": 18, "gpio": [9, 14, 15, 18, 22, 29, 30, 31, 35, 38, 42, 44, 49, 74, 95, 102], "gpio0": 26, "gpio21": 18, "gpio3v3": [26, 27], "gpio_pin": 18, "gpiochip1": 14, "gpiopul": 18, "gpl": 90, "gpo": [59, 97, 100], "gpo0": [59, 100], "gpo1": [59, 100], "gpo2": 59, "gpo3": 59, "gpo_": 100, "gpo_0": 100, "gpsd": 53, "gqrx": 106, "gr": 49, "grab": [18, 52, 89], "gracefulli": [90, 110], "grade": [14, 74], "grain": 46, "grant": 79, "granular": [27, 56], "graph": [9, 44, 57, 77, 108], "graphic": [13, 14, 18, 49, 57, 76, 77, 78, 84, 102], "graphviz": 60, "greas": 108, "great": [15, 18, 45, 71, 99, 107], "greater": [22, 23, 27, 74, 76, 77, 108, 110], "greatli": [15, 31, 61], "green": [2, 76, 79, 96, 108], "greg": 111, "grep": [0, 9, 13, 14, 18, 27, 33, 53, 54, 60, 88, 89, 90], "grid": 57, "ground": [15, 108, 110], "group": [9, 13, 14, 44, 49, 57, 79, 89, 111], "grow": [31, 43], "gt": 42, "gth4": [9, 14], "gtk": 57, "gtk2": 88, "gtk3": 57, "gtkdatabox": 57, "gtkterm": 66, "guarante": [15, 32, 61, 97, 108], "guess": 44, "gui": [7, 11, 27, 49, 53, 56, 57, 64, 65, 66, 70, 74, 102], "guid": [0, 1, 2, 4, 6, 9, 10, 13, 14, 17, 22, 23, 27, 43, 47, 49, 54, 71, 75, 80, 83, 87, 95, 98, 101, 102, 112], "gyro": 31, "gz": [18, 53, 57, 88], "gzip": [43, 44, 53], "h": [5, 9, 13, 14, 18, 26, 27, 43, 49, 53, 59, 60, 63, 64, 66, 70, 100, 104], "h4": [9, 13, 14, 44], "h5": [9, 13, 14, 44], "ha": [2, 9, 13, 14, 15, 17, 18, 22, 27, 31, 34, 35, 48, 49, 52, 53, 56, 57, 59, 60, 61, 64, 70, 74, 79, 86, 88, 89, 90, 93, 99, 100, 103, 105, 108, 110, 111, 112], "hack": [18, 98], "hacker": 101, "had": [18, 52, 61, 97], "half": [5, 27, 61, 110, 111], "halfband1": 26, "halfband2": 26, "halfband3": 26, "halt": [93, 107], "hand": [17, 18, 23, 61, 84, 90, 102, 103, 108, 111], "handbook": 111, "handi": [18, 61], "handl": [31, 53, 55, 61, 77, 88, 100, 104], "handler": [13, 14, 36, 44, 49, 85], "hang": [2, 18, 74, 77, 83, 88, 100, 101], "happen": [18, 31, 36, 53, 59, 61, 75, 83, 89, 90, 93, 101, 108, 110, 112], "happi": 18, "harald": [90, 93], "hard": [52, 89, 90, 96, 97], "hardcod": [18, 53], "hardwar": [4, 6, 10, 17, 31, 32, 34, 36, 40, 42, 45, 47, 52, 56, 60, 61, 64, 66, 68, 71, 76, 78, 79, 81, 82, 87, 89, 90, 95, 98, 99, 102, 103, 104, 106, 111], "hardwaregain": [59, 96], "hardwaregain_avail": 59, "harmon": [22, 23], "has_o_tmpfil": 53, "has_pipe2": 53, "has_wpedant": 53, "has_wshadow": 53, "hascontextcalibr": 63, "hash": [9, 13, 14, 44, 49], "hashtag": 18, "hasn": 107, "hat": [9, 13, 14, 18, 22, 44, 49, 89], "have": [0, 1, 2, 6, 10, 13, 15, 18, 23, 26, 27, 31, 32, 33, 36, 39, 40, 43, 45, 47, 49, 52, 53, 54, 56, 57, 59, 60, 61, 63, 65, 66, 67, 70, 71, 74, 75, 76, 79, 82, 83, 84, 86, 88, 89, 90, 93, 94, 95, 96, 98, 99, 100, 101, 102, 103, 105, 106, 107, 108, 110, 111, 112], "have_avahi": 61, "have_dot": 53, "hb1": 26, "hb2": 26, "hb3": 26, "hcc": [9, 13, 14, 44], "hcd": [9, 13, 14, 44], "hci": [9, 13, 14, 44], "hd2": 56, "hdf": [45, 88], "hdl": [5, 6, 8, 10, 12, 17, 33, 42, 47, 49, 57, 68, 82, 84, 88, 92, 95, 102], "hdl_prj": 70, "hdmi": [8, 12, 15, 18, 22, 23, 43, 49, 57], "hdmi_group": 18, "hdmi_mod": 18, "he": 2, "head": [2, 15, 43, 53, 111], "headcount": 103, "header": [15, 18, 36, 53, 60, 64, 65, 74, 77, 78, 86], "headless": 17, "health": [15, 74, 76, 78], "healthi": 53, "heap": [13, 14, 49], "heartbeat": [18, 94], "heat": [74, 108, 110], "heatsink": 74, "heavi": 60, "heavili": 92, "held": [32, 97], "hello": [17, 90], "help": [0, 6, 10, 13, 15, 17, 18, 27, 47, 53, 59, 61, 63, 66, 77, 80, 84, 86, 89, 90, 93, 98, 102, 105, 108, 110], "help2man": 88, "helper": [9, 13, 14, 44, 49], "here": [0, 5, 6, 9, 13, 14, 15, 18, 20, 22, 23, 25, 26, 27, 40, 43, 47, 49, 50, 51, 52, 54, 57, 59, 60, 61, 64, 65, 66, 67, 68, 70, 71, 78, 82, 85, 87, 88, 89, 90, 92, 95, 96, 97, 99, 100, 104, 106, 108, 110], "hermet": 15, "hewlett": 110, "hex": [15, 76], "hexa": 13, "hexdump": [59, 89, 90], "hi": 110, "hid": [9, 13, 14, 44, 49, 94], "hidden": [61, 94], "hide": [1, 9, 13, 14, 49, 57, 61], "hidp": [9, 13, 14, 44], "hierarch": [0, 9, 13, 14, 44, 49], "hierarchi": [9, 13, 14, 32, 44, 45, 47, 49], "high": [6, 9, 10, 13, 14, 17, 18, 22, 26, 27, 31, 32, 37, 44, 45, 49, 59, 60, 66, 69, 74, 78, 84, 89, 94, 95, 102, 104, 108, 110], "high_level": 66, "higher": [15, 26, 61, 70, 74, 97, 99, 108, 110, 112], "highest": 61, "highest_osr": 59, "highli": [0, 6, 10, 27, 78, 95], "highlight": [46, 47, 70, 79], "highmem": 49, "highspe": [6, 10], "highspeedconvertertoolbox": 68, "hint": 18, "histogram": [22, 79], "histor": 18, "histori": 43, "hit": [9, 13, 14, 44, 49, 93, 110], "hl": [83, 101], "hmc7044": 48, "hmc7044_c1": 48, "hmc7044_driver_mode_lvd": 48, "hobbyist": [84, 103], "hog": [9, 14, 44], "hold": [13, 14, 15, 49, 57, 61, 77, 96, 108], "hole": [70, 97], "home": [20, 21, 23, 24, 25, 57, 88, 89, 103, 108], "homebrew": 57, "homepag": 18, "hood": 70, "hookup": 22, "hop": [42, 70], "hopefulli": [18, 90, 98, 108, 110], "horizont": 15, "host": [0, 2, 7, 9, 11, 13, 14, 15, 17, 18, 23, 31, 42, 44, 49, 53, 57, 61, 74, 76, 77, 79, 81, 82, 84, 89, 91, 93, 95, 97, 100, 102, 106, 112], "host0": [9, 14, 44], "host1": [9, 14, 44], "hostcc": 43, "hostnam": [13, 14, 18, 49, 59, 61], "hot": [106, 108, 110], "hotkei": [13, 14, 49], "hotplug": 94, "hour": [18, 52], "housekeep": 17, "hover": 76, "how": [6, 8, 9, 10, 12, 13, 14, 15, 18, 27, 45, 46, 48, 52, 53, 56, 57, 60, 61, 70, 74, 75, 77, 79, 82, 83, 84, 85, 86, 87, 89, 93, 95, 97, 98, 99, 100, 101, 102, 104, 106, 108, 111, 112], "howev": [6, 10, 15, 18, 27, 31, 40, 47, 57, 60, 61, 67, 70, 88, 90, 92, 97, 104, 105, 108, 111], "hpc": [9, 13, 14, 27, 55], "hpc1": [8, 9, 12, 14], "hpp": 64, "hpppath": 86, "html": [0, 2, 70, 89, 90, 102], "http": [2, 6, 9, 10, 13, 14, 15, 18, 20, 22, 23, 43, 49, 52, 53, 57, 60, 61, 65, 68, 70, 87, 89, 90, 92, 93, 96, 97, 104, 105, 108, 110, 111], "httpd": 93, "hub": [9, 13, 14, 44, 49, 89, 103], "huge": [13, 14, 49, 97, 107], "hugetlb": [9, 13, 14, 44], "human": [6, 9, 10, 13, 14, 27, 31, 44, 74, 83, 84, 88, 89, 101, 102, 110, 112], "hump": 110, "hundr": [18, 21, 61], "hw": [9, 13, 14, 44, 49, 53, 54], "hw_0": 88, "hw_model": 59, "hw_model_vari": 59, "hw_serial": 59, "hwaddr": 89, "hwalign": [13, 49], "hwmon": [18, 31, 53], "hybrid": [27, 56, 59, 74], "hypothet": 48, "hz": [9, 14, 15, 22, 23, 27, 29, 44, 48, 59], "i": [0, 1, 2, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 17, 18, 19, 20, 22, 23, 26, 27, 28, 29, 30, 32, 34, 35, 36, 39, 40, 41, 42, 43, 44, 45, 47, 48, 49, 52, 53, 54, 55, 57, 59, 61, 62, 63, 64, 65, 66, 67, 68, 70, 71, 74, 75, 76, 77, 78, 79, 82, 83, 84, 85, 86, 87, 88, 89, 92, 93, 94, 95, 96, 98, 99, 100, 101, 102, 103, 104, 105, 107, 108, 110, 111, 112], "i0": [5, 70], "i1": [5, 70], "i1a": [74, 78], "i1acc": 77, "i1b": [74, 78], "i2a": [74, 78], "i2acc": 77, "i2b": [74, 78], "i2c": [9, 13, 14, 15, 18, 27, 31, 33, 44, 49, 59, 61, 64, 93, 97], "i2c_desc": 64, "i2c_dev": [13, 14], "i2c_extra": 64, "i2c_general_cal": 64, "i2c_init": 64, "i2c_init_param": 64, "i2c_read": 64, "i2c_remov": 64, "i2c_repeated_start": 64, "i2c_writ": 64, "i2cinitparam": 64, "i386": 88, "i3a": [74, 78], "i3b": [74, 78], "ic": [27, 47, 78], "icon": [18, 43, 53, 57], "id": [9, 13, 14, 15, 18, 26, 29, 30, 36, 44, 49, 59, 61, 67, 79, 90, 99, 103], "id_legaci": [9, 13, 14, 44, 49], "id_resolv": [9, 13, 14, 44, 49], "idea": [18, 49, 71, 90, 103, 108, 111], "ideal": [45, 48, 110], "ident": [13, 14, 27, 49, 57, 97], "identif": [26, 53, 77], "identifi": [27, 33, 35, 36, 43, 61, 97], "idl": [13, 14, 77], "idmac": 49, "idn": [13, 14, 49], "idn2": [13, 14, 49], "idproduct": [9, 13, 14, 44, 49, 59, 89], "idvendor": [9, 13, 14, 44, 49, 59, 89], "ie": 100, "ifconfig": 89, "ifupdown": [13, 14, 49], "ignor": [13, 18, 26, 49, 59, 61, 110], "ii": [87, 111], "iio": [4, 5, 8, 12, 17, 27, 32, 33, 34, 35, 36, 37, 38, 40, 41, 42, 44, 45, 47, 49, 53, 54, 55, 56, 58, 59, 67, 70, 90, 96, 99, 104, 106], "iio_attr": [15, 89, 90, 96, 99, 100], "iio_backend_op": 61, "iio_bfin_tmr_trigg": 29, "iio_bfin_trigg": 29, "iio_bfin_trigger_resourc": 29, "iio_buff": [66, 104], "iio_buffer_destroi": [61, 104], "iio_buffer_end": [61, 104], "iio_buffer_first": [61, 104], "iio_buffer_foreach_sampl": 61, "iio_buffer_push": 61, "iio_buffer_refil": [61, 104], "iio_buffer_start": 61, "iio_buffer_step": [61, 104], "iio_channel": [61, 100, 104], "iio_channel_attr_write_longlong": [99, 104], "iio_channel_convert": 61, "iio_channel_convert_invers": 61, "iio_channel_dis": 61, "iio_channel_en": [61, 104], "iio_channel_is_en": 61, "iio_channel_read": 61, "iio_channel_read_raw": 61, "iio_channel_writ": 61, "iio_channel_write_raw": 61, "iio_context": [61, 100, 104], "iio_context_create_xml_mem": 61, "iio_context_destroi": [61, 100, 104], "iio_context_find_devic": [99, 100, 104], "iio_context_get_xml": 61, "iio_context_set_timeout": 62, "iio_create_context_from_uri": [99, 100, 104], "iio_create_local_backend": 61, "iio_create_local_context": 61, "iio_create_network_backend": 61, "iio_create_network_context": 61, "iio_create_xml_context": 61, "iio_create_xml_context_mem": 61, "iio_devic": [59, 61, 100, 104], "iio_device_attr_writ": 100, "iio_device_clos": 61, "iio_device_create_buff": [61, 62, 104], "iio_device_debug_attr_write_bool": 100, "iio_device_find_channel": [99, 104], "iio_device_get_id": 61, "iio_device_open": 61, "iio_device_read": 61, "iio_device_refil": 61, "iio_device_set_kernel_buffers_count": 62, "iio_device_writ": 61, "iio_devicex": 61, "iio_event_data": 36, "iio_include_dir": 65, "iio_info": [9, 13, 14, 15, 18, 49, 60, 89], "iio_librari": 65, "iio_readdev": 89, "iio_reg": 15, "iio_sysfs_trigg": 30, "iiod": [9, 13, 14, 18, 44, 49, 61, 94], "iiod_extra_opt": 13, "iiod_remot": [57, 59], "iioscop": 111, "iiosdr": [6, 10], "iiostream": 60, "iip3": 26, "illumin": 77, "illustr": [48, 77, 108, 110], "im": 59, "ima": [13, 14, 49], "imag": [0, 4, 9, 13, 14, 17, 18, 25, 27, 42, 43, 44, 48, 53, 57, 60, 68, 70, 74, 77, 81, 82, 89, 91, 92, 93, 95, 103, 104, 105], "image_2021": 52, "imageon": 43, "imaginari": 5, "imbal": 5, "img": [18, 49, 52, 88], "imhotep": [60, 89], "immedi": [26, 27, 53, 54, 56, 84, 102], "immut": 14, "impact": 61, "impair": 70, "imped": [78, 105, 110], "impl": [9, 14, 44], "implement": [9, 13, 14, 15, 27, 31, 32, 44, 49, 53, 61, 64, 70, 75, 78, 89, 90, 94], "implementor": 49, "impli": [61, 63], "import": [3, 9, 14, 17, 18, 22, 23, 44, 45, 52, 61, 63, 71, 78, 92, 108], "impos": 49, "imposs": 110, "improperli": 18, "improv": [26, 53, 84, 102], "imu": [15, 31], "in6addr_ani": 53, "in_accel_x_thresh": 40, "in_temp0_input": 27, "in_voltag": 27, "in_voltage0_": 27, "in_voltage0_en": 61, "in_voltage0_gain_control_mod": 27, "in_voltage0_gain_control_mode_avail": 27, "in_voltage0_gain_control_pin_mode_en": 27, "in_voltage0_hardwaregain": 27, "in_voltage0_hd2_tracking_en": 27, "in_voltage0_index": 61, "in_voltage0_powerdown": 27, "in_voltage0_powerdown_en": 27, "in_voltage0_quadrature_tracking_en": 27, "in_voltage0_rf_bandwidth": 27, "in_voltage0_rssi": 27, "in_voltage0_sampling_frequ": 27, "in_voltage0_typ": 61, "in_voltage1_": 27, "in_voltage1_en": 61, "in_voltage1_gain_control_mod": 27, "in_voltage1_gain_control_mode_avail": 27, "in_voltage1_gain_control_pin_mode_en": 27, "in_voltage1_hardwaregain": 27, "in_voltage1_hd2_tracking_en": 27, "in_voltage1_index": 61, "in_voltage1_powerdown": 27, "in_voltage1_quadrature_tracking_en": 27, "in_voltage1_rf_bandwidth": 27, "in_voltage1_sampling_frequ": 27, "in_voltage1_typ": 61, "in_voltage2_": 27, "in_voltage2_hardwaregain": 27, "in_voltage2_powerdown": 27, "in_voltage2_quadrature_tracking_en": 27, "in_voltage2_rf_bandwidth": 27, "in_voltage2_rf_port_select": 27, "in_voltage2_rf_port_select_avail": 27, "in_voltage2_sampling_frequ": 27, "in_voltage3_": 27, "in_voltage3_hardwaregain": 27, "in_voltage3_powerdown": 27, "in_voltage3_quadrature_tracking_en": 27, "in_voltage3_rf_bandwidth": 27, "in_voltage3_rf_port_select": 27, "in_voltage3_rf_port_select_avail": 27, "in_voltage3_sampling_frequ": 27, "in_voltage4_": 27, "in_voltage4_offset": 27, "in_voltage4_raw": 27, "in_voltage4_scal": 27, "in_voltage5_": 27, "in_voltage5_offset": 27, "in_voltage5_raw": 27, "in_voltage5_scal": 27, "in_voltage6_": 27, "in_voltage6_offset": 27, "in_voltage6_raw": 27, "in_voltage6_scal": 27, "in_voltage7_": 27, "in_voltage7_offset": 27, "in_voltage7_raw": 27, "in_voltage7_scal": 27, "in_voltage_blue_sample_r": 61, "in_voltage_gain_control_mode_avail": 27, "in_voltage_quadrature_tracking_en": 27, "in_voltage_rf_port_select_avail": 27, "in_voltagex": 39, "in_voltagex_en": 39, "in_voltagex_index": 39, "in_voltagex_typ": 39, "ina226": [9, 14, 44], "ina2xx": [9, 14, 44], "inaccur": 108, "inact": [26, 59], "inc": [9, 13, 14, 26, 27, 31, 37, 44, 46, 47, 49, 53, 59, 60, 68, 70, 89, 90, 93, 102, 104, 111], "incandesc": 110, "inch": 18, "includ": [5, 6, 7, 9, 10, 11, 13, 14, 15, 17, 18, 22, 23, 27, 31, 36, 43, 45, 46, 47, 48, 49, 52, 53, 60, 61, 64, 65, 70, 74, 75, 77, 82, 83, 84, 86, 88, 90, 92, 94, 95, 97, 100, 101, 102, 103, 104, 105, 107, 108, 110, 111, 112], "includepath": 86, "inclus": [47, 64, 78, 97], "incom": [61, 89, 111], "inconveni": 18, "incorpor": [18, 46, 47, 48, 49, 70], "incorrect": 63, "incr": 26, "increas": [26, 59, 62, 99, 100, 108, 110], "increment": [26, 27, 59], "incstep": 27, "independ": [10, 15, 22, 27, 59, 61, 64, 90, 97, 108], "index": [0, 2, 9, 26, 27, 34, 49, 59, 61, 64, 66], "indic": [9, 13, 14, 15, 23, 32, 40, 42, 44, 49, 74, 76, 77, 79, 97, 99, 100], "indio_ring_trigg": 35, "individu": [14, 15, 18, 23, 27, 49, 56, 57, 77, 78, 92, 110], "induc": 77, "inductor": 110, "indulg": 52, "industri": [4, 15, 17, 18, 22, 23, 27, 28, 29, 30, 32, 36, 41, 42, 59, 60, 78, 104], "industrialio_buffer_dma": 62, "inerti": [4, 15, 17], "inet": 89, "inet6": 89, "inetd": 44, "infanc": 61, "inferior": 61, "infinit": [59, 108, 110], "inflat": 90, "influenc": 96, "info": [44, 49, 53, 57, 89, 90, 102], "inform": [0, 4, 6, 13, 17, 18, 23, 27, 36, 39, 42, 43, 47, 52, 53, 54, 60, 61, 64, 65, 70, 74, 77, 78, 79, 84, 89, 97, 100, 102, 103, 110, 112], "infrar": 108, "infrastructur": [10, 17, 100], "inher": [27, 89], "inherit": 0, "init": [9, 13, 14, 26, 27, 43, 44, 49, 54, 60, 64, 66, 79], "init_param": 64, "initctl": [13, 14, 49], "initi": [8, 9, 12, 13, 14, 18, 26, 31, 35, 42, 44, 49, 54, 59, 61, 64, 65, 66, 70, 74, 76, 77, 79, 88, 100, 110], "initialis": [9, 13, 14, 44], "initmem": [13, 14, 49], "initramf": 44, "initrd": 44, "inittab": 44, "inject": [27, 54, 96], "inner": [59, 61, 84], "innov": [27, 102], "inod": [9, 13, 14, 44, 49], "inp": 59, "input": [4, 9, 10, 14, 18, 22, 23, 26, 27, 31, 32, 40, 44, 49, 52, 55, 59, 61, 63, 64, 66, 67, 70, 74, 76, 77, 78, 79, 84, 86, 93, 96, 97, 104, 105, 106, 108, 110], "input0": [9, 14, 44], "input1": 9, "inputoutput": 86, "insecur": 89, "insert": [9, 13, 14, 15, 18, 49, 52, 67, 70, 74, 96, 102, 107], "insid": [17, 43, 49, 61, 63, 66, 70, 76, 79, 84, 86, 88, 89, 95, 97, 100, 102, 108, 112], "insight": 79, "insignific": 108, "inspect": [48, 70], "instal": [0, 2, 9, 13, 14, 15, 17, 18, 22, 23, 43, 44, 49, 52, 53, 60, 74, 81, 84, 86, 87, 88, 90, 91, 102, 103, 106], "install_gt": 53, "install_lib": 65, "install_name_tool": 65, "instanc": [0, 13, 14, 29, 49, 52, 60, 61, 105], "instant": 22, "instantan": [15, 26, 97, 108], "instanti": [27, 56, 64, 70], "instead": [27, 53, 57, 61, 89, 104], "institut": [103, 111], "instruct": [1, 8, 9, 12, 13, 14, 15, 18, 22, 23, 25, 46, 49, 57, 60, 61, 64, 65, 66, 71, 74, 77, 86, 88, 89, 90], "instructor": [102, 111], "instrument": [15, 17, 23, 49, 84, 85, 90, 96, 105], "int": [5, 27, 29, 61, 64, 100, 104], "int1": 15, "int16_t": 104, "int2": 15, "int5": 26, "int64x1": [9, 13, 14, 44], "int64x2": [9, 13, 14, 44], "int64x4": [9, 13, 14, 44], "int64x8": [9, 13, 14, 44], "int_ref": 64, "intal": 18, "integ": [32, 39, 66, 110], "integr": [2, 6, 10, 15, 17, 27, 44, 49, 60, 64, 86, 94, 95, 97, 107], "intel": [9, 13, 14, 18, 42, 44, 112], "intellig": 105, "intend": [18, 31, 46, 74, 110, 111], "intention": 18, "interact": [7, 11, 18, 22, 23, 27, 31, 61, 65, 70, 84, 87, 102, 104, 106], "interconnect": 65, "interest": [18, 22, 44, 61, 88, 89, 96, 103, 105, 108], "interfac": [4, 6, 9, 10, 13, 14, 15, 17, 18, 22, 23, 27, 32, 33, 35, 36, 37, 42, 44, 49, 53, 54, 57, 59, 60, 64, 65, 66, 68, 69, 71, 75, 77, 78, 84, 86, 87, 89, 90, 102, 104, 106, 108, 112], "interfer": [27, 78], "intermedi": [18, 61], "intern": [0, 26, 31, 37, 42, 49, 52, 61, 64, 70, 74, 86, 87, 97, 99, 100, 103, 104, 106], "internet": [7, 11, 13, 14, 18, 44, 49, 53, 76, 79, 88, 89, 95, 102], "interpol": [26, 27, 82], "interpos": [15, 18], "interpret": [53, 75, 86, 88, 100], "interrel": [42, 92], "interrrupt": 18, "interrupt": [4, 9, 13, 14, 18, 22, 31, 36, 44, 49], "interv": [26, 27, 59], "interview": 111, "intf": [90, 93], "inthand": 100, "intptr": 61, "intro": [87, 106], "introduc": [17, 18, 61, 102], "introduct": [17, 81, 82, 87, 106, 111], "introductori": 111, "intrument": 87, "inttyp": 53, "intuit": [61, 102, 104, 108, 110], "intx1": 9, "intz": [15, 18], "invalid": [13, 14, 59, 93], "invent": [61, 110], "inventori": 97, "invers": [26, 59], "invert": [26, 61, 110], "invok": 30, "involv": [18, 23, 79, 92], "io": [2, 9, 13, 14, 44, 49, 74, 87, 89, 104], "ioam": [13, 14], "iobuff": 61, "iocharset": 89, "iommu": [9, 13, 14], "ion": [13, 14, 49], "ioresource_irq": 29, "iot": 78, "ip": [4, 9, 13, 14, 15, 17, 18, 27, 33, 44, 45, 47, 49, 57, 59, 60, 63, 64, 66, 67, 70, 88, 104], "ip3": 26, "ip6_tabl": [9, 44], "ip6tabl": [9, 44], "ip_tabl": [9, 44], "ipart": 5, "ipi": [14, 44], "ipv4": [9, 13, 14, 18, 44, 49], "ipv6": [9, 13, 14, 44, 49], "iq": [26, 27, 56, 104], "iqrat": 27, "ir": 44, "irq": [9, 13, 14, 35, 44, 49], "irq56": 35, "irq_timer3": 29, "irqtrig56": 35, "is_scan_el": 61, "iscalibr": 63, "isk": [13, 14, 49], "ism": 105, "isn": [18, 23, 56, 61], "iso": 53, "isoa": 77, "isol": [4, 17, 78], "isospi": [74, 77, 78], "issu": [18, 42, 52, 53, 57, 76, 83, 85, 86, 88, 89, 90, 97, 101, 112], "itb": [49, 88], "itch": [13, 14], "item": [15, 110], "iter": [61, 100], "its": [0, 15, 18, 22, 31, 40, 48, 57, 61, 74, 88, 89, 90, 94, 108, 110], "itself": [18, 31, 49, 52, 53, 60, 61, 70, 90, 103], "itx": 43, "i\u00b2c": [65, 66, 84], "j": [5, 22, 23, 57, 88, 108], "j1": [53, 77], "j10": 77, "j206": 13, "j207": 13, "j3": 77, "j302": 13, "j307": 13, "j401": 9, "j5": 43, "j83": [9, 14], "ja": 108, "jack": 74, "jan": 14, "jason": 18, "jatg": 88, "java": [61, 86], "javascript": 84, "jc": 108, "jcg401": 105, "jeffrei": 111, "jenkin": [14, 49], "jep106": [13, 14], "jesd204": [6, 10, 13, 14, 26, 27, 49, 56], "jesd204b": [6, 10, 42], "jffs2": [9, 13, 14, 44, 49], "jiffi": [9, 13, 14, 44, 49], "jim": 110, "jinchang": 105, "jitter": [6, 10, 22, 23, 27], "jmax": 108, "job": [13, 14, 49, 61, 108], "jobserv": 53, "joseph": 105, "journal": [13, 14, 49], "journald": [13, 14, 49], "joystick": 31, "json": 77, "jtag": [8, 12, 82, 88, 95, 107], "jtaguart": [82, 90, 95], "jul": [14, 52], "jump": [26, 43, 89], "jumper": [18, 22, 49, 76, 77, 107, 108, 110], "jumpersg": 18, "jun": [49, 52, 66], "junction": 108, "jupit": [13, 17], "just": [0, 2, 9, 13, 14, 17, 18, 23, 27, 36, 43, 47, 48, 49, 56, 60, 61, 64, 66, 83, 88, 89, 90, 96, 97, 99, 100, 101, 103, 104, 105, 108, 110, 111, 112], "jvc": 44, "k": [26, 108], "k1": [77, 78, 79], "kathleen": 111, "kb": [9, 43, 44, 49, 53, 63, 89], "kbyte": [9, 14, 44], "kc705": [8, 12, 47], "kconfig": [43, 62], "kcu105": [8, 12, 47], "kedit": 18, "keep": [0, 18, 31, 43, 47, 52, 53, 66, 77, 82, 88, 92, 95, 97, 108], "kei": [9, 13, 14, 17, 44, 49, 66, 79, 88, 89, 90, 93, 94, 108, 111], "ken": 111, "kept": [0, 26, 61, 108], "kermit": [49, 89], "kermrc": 89, "kernel": [0, 6, 9, 10, 13, 14, 18, 22, 27, 29, 30, 32, 33, 37, 44, 45, 46, 47, 48, 49, 52, 53, 54, 59, 61, 70, 82, 84, 89, 90, 94, 95, 102, 103, 104], "kernel_buff": 66, "kernel_dtb": 46, "kernel_dtb_path": [46, 47], "kernel_includ": 47, "keyboard": [7, 9, 11, 13, 14, 15, 18, 22, 23, 31, 44, 49, 83, 89, 90, 101, 102, 112], "keymap": [13, 14, 49], "keyr": [13, 14], "keysight": 77, "kfifo": [32, 42], "khz": [9, 13, 14, 15, 26, 27, 44, 54, 79, 97], "kib": [9, 13, 14, 44, 49, 53, 89, 93], "kick": 110, "kid": 18, "kill": [66, 89, 96], "killmod": [13, 14, 49], "kilohm": 66, "kind": 104, "kit": [6, 10, 13, 17, 18, 23, 45, 46, 47, 49, 74, 75, 77, 78, 79, 87, 108, 110], "klogd": 44, "kmod": [13, 14, 49], "knfsd": 49, "knob": 67, "know": [18, 52, 59, 74, 77, 84, 89, 97, 108, 110], "knowledg": 108, "known": [27, 34, 49, 52, 61, 63, 65, 89, 90, 97, 99, 100, 107], "known_host": 89, "krasnyanski": 9, "krb5": 89, "ksym": 43, "ksz9031": 49, "kuiper": [0, 9, 13, 14, 15, 22, 23, 42, 52, 57], "kuiper_belt": 18, "kyber": [13, 14, 44, 49], "k\u03c9": 110, "l": [13, 27, 29, 30, 33, 49, 60, 66, 88, 89, 90, 93, 97, 110], "l10": 0, "l19": 0, "l25": 0, "l2c": 49, "l2cap": [9, 13, 14, 44], "l317": 57, "l320": 57, "l4": [46, 48], "l4_sp_clk": 49, "l6": 0, "lab": [4, 17, 18, 25, 66, 82, 84, 87, 90, 95, 97, 102, 107, 108, 110], "label": [79, 90], "ladac": 49, "laid": [83, 101], "lamp": 110, "lan": [7, 11, 84, 102], "lan75xx": 94, "lan78xx": 94, "lan95xx": 94, "land": 15, "landscap": 111, "lane": [9, 13, 14, 26, 27, 44], "lane0": 26, "lane1": 26, "laner": 26, "langdal": 47, "languag": [15, 17, 18, 60, 61, 70, 86, 104], "laptop": [15, 57, 74, 77, 103, 108], "larg": [2, 18, 27, 31, 52, 59, 61, 94, 108], "larger": [7, 11, 15, 18, 22, 23, 105], "last": [2, 9, 14, 18, 27, 30, 32, 40, 49, 59, 61, 63, 66, 74, 77, 79, 90], "latch": 27, "late": 61, "latenc": [26, 62, 70], "later": [0, 3, 17, 18, 26, 27, 61, 76, 97, 100, 103, 108], "latest": [5, 13, 15, 18, 43, 52, 53, 54, 56, 57, 60, 61, 65, 68, 70, 71, 85, 89, 97], "latest_boot": 53, "latest_boot_partit": 53, "latex": 53, "latter": [2, 31, 61], "launch": [9, 13, 14, 52], "law": [14, 49, 108], "layer": [9, 13, 14, 31, 44, 45, 46, 47, 49, 65, 74], "layerdir": 47, "layerseries_compat_meta": 47, "layout": [4, 9, 13, 14, 17, 39, 44, 49, 74, 77, 78, 81, 83, 101, 102, 108], "lc": 53, "lcf": 87, "ld": [13, 14, 43, 49, 53, 88], "ld_library_path": 57, "ldo": [97, 108], "le": [59, 61], "lead": [15, 61, 77, 102, 108, 111], "leaf": 9, "leak": 61, "leakag": [27, 56, 99], "leap": 89, "learn": [18, 84, 87, 90, 102, 106, 108, 110, 111], "leas": 44, "least": [15, 30, 52, 53, 60, 61, 62, 63, 71, 88, 94, 96, 103, 108], "leav": [15, 57, 61, 105, 108], "led": [15, 18, 77, 90, 96, 108], "led0": 96, "led1": [90, 94], "ledtrig": [9, 13, 14, 44, 49], "left": [18, 43, 49, 57, 70, 74, 77, 79, 107, 108], "legitim": 90, "len": [9, 14, 44, 61], "length": [0, 15, 27, 32, 52, 53, 59, 61, 62, 66, 89, 90], "length_align_byt": 32, "less": [5, 15, 32, 59, 61, 62, 77, 88, 90, 108, 110, 111], "lesser": 61, "let": [18, 27, 52, 61, 89, 108], "letter": [52, 56, 106], "lev": 74, "lev_csesupport": 76, "level": [0, 2, 6, 9, 13, 14, 15, 26, 32, 42, 44, 45, 56, 57, 59, 60, 61, 70, 74, 75, 84, 97, 100, 102, 108, 111], "leverag": [0, 18, 28, 45, 46, 47, 48, 61], "lex": 61, "lexer": 61, "lf": [3, 17, 96], "lfn": 52, "lgpl": 61, "li": 100, "lib": [13, 14, 27, 49, 53, 57, 60, 61, 65, 86, 96], "lib64": 88, "libad9166": 57, "libad9361": [53, 57, 70], "libaio": [53, 57, 60], "libavahi": [53, 57, 60], "libc6": [53, 88], "libcdk5": [53, 57, 60], "libconfig": 53, "libcryptsetup": [13, 14, 49], "libcurl4": [53, 57], "libfftw3": [53, 57], "libglib2": 57, "libgoogl": 65, "libgtk2": [53, 57], "libgtkdatabox": [53, 57], "libiio": [0, 15, 17, 18, 27, 31, 33, 37, 49, 53, 57, 58, 65, 66, 67, 71, 86, 89, 95, 97, 104, 106], "libjansson": [53, 57], "libm2k": [17, 49, 58, 63, 66, 84, 85, 86, 87], "libm2k_lv": 85, "libm2kdata": 86, "libm2kinterfac": 86, "libmatio": [53, 57], "libnam": 70, "libncurs": 53, "libncurses5": 88, "libosc": [53, 57], "libphi": [9, 44, 49], "librari": [5, 15, 18, 22, 23, 31, 37, 47, 49, 53, 57, 59, 60, 61, 65, 68, 70, 71, 83, 85, 86, 88, 89, 101, 104], "libserialport": [53, 57, 60], "libssl1": 88, "libstdc": 88, "libtool": 53, "libusb": [53, 59, 60, 65, 89], "libusb1": 60, "libusb_get_vers": 53, "libusbgx": 53, "libusbgxconfig": 53, "libxml2": [53, 57, 60, 61], "libzstd": 60, "licens": [76, 77, 79, 90, 102, 103], "life": [18, 110], "lifecycl": [13, 14, 49], "light": [13, 14, 31, 49, 74, 76, 78, 108, 110, 111], "light_ev_bms_gui": 76, "light_ev_bms_gui_v1": 76, "light_ev_bmsv1": 76, "like": [0, 6, 10, 17, 18, 27, 35, 45, 47, 48, 57, 60, 61, 62, 66, 67, 70, 86, 88, 89, 90, 96, 97, 100, 107, 108, 110, 111], "limit": [27, 56, 57, 59, 61, 62, 63, 77, 79, 86, 89, 105, 110], "lin": [43, 88], "linaro": [9, 42, 112], "line": [1, 5, 9, 13, 14, 15, 17, 18, 27, 31, 33, 43, 44, 46, 47, 48, 49, 53, 57, 60, 61, 65, 70, 74, 78, 79, 84, 89, 96, 97, 108], "linear": [13, 14, 22, 23, 49, 110], "link": [4, 9, 13, 14, 26, 27, 44, 53, 56, 57, 60, 61, 65, 74, 77, 78, 84, 88, 89, 94], "link_en": [13, 14], "link_init": [13, 14], "link_pre_setup": [13, 14], "link_run": [13, 14], "link_setup": [13, 14], "link_support": [13, 14], "linker": 53, "linux": [0, 4, 7, 8, 9, 11, 12, 13, 14, 15, 23, 26, 28, 32, 37, 44, 45, 47, 48, 53, 54, 59, 61, 68, 70, 82, 86, 87, 92, 93, 94, 95, 96, 97, 102, 103, 104, 106], "linux_image_adi": 53, "linuxg": 18, "linuxpp": [9, 13, 14, 44, 49], "lirc": 49, "list": [9, 13, 14, 15, 18, 27, 28, 31, 37, 43, 44, 47, 49, 52, 53, 56, 57, 60, 61, 64, 65, 66, 68, 70, 74, 76, 77, 79, 85, 86, 87, 88, 89, 90, 94, 97, 101, 103, 108, 111, 112], "listen": [13, 14, 49, 99], "lister": 53, "lite": [9, 13, 14, 44, 49], "liter": 108, "littl": [18, 61, 90, 97, 101, 108, 110, 112], "live": [0, 2, 18, 22, 23], "liviu": 49, "ll": [9, 13, 14, 17, 18, 20, 47, 59, 60, 61, 104, 108], "llt8303": 74, "lm": 5, "lm2k": 64, "lm74": 18, "lm75": 17, "lm75_exampl": 18, "lmfc": 26, "lmt": 59, "ln": [53, 65], "lna": 70, "lna_error": 59, "lnx64": 88, "lo": [26, 42, 43, 56, 59, 61, 96, 99, 104], "load": [4, 5, 9, 13, 14, 18, 26, 31, 34, 42, 43, 44, 49, 56, 57, 60, 61, 62, 63, 70, 74, 75, 76, 77, 78, 79, 82, 85, 88, 90, 95, 99, 103, 107, 108], "loadabl": 49, "loadb": 49, "loader": [9, 14, 44, 90], "loadlibrari": [61, 70], "loadlibraryarg": 70, "loadmk": 49, "loan": [7, 11], "local": [4, 13, 14, 18, 42, 49, 52, 53, 56, 59, 60, 65, 66, 68, 70, 86, 89, 90, 93, 95, 100], "local_kernel_dir": 43, "localhost": 18, "locat": [0, 2, 18, 39, 45, 46, 47, 49, 52, 53, 56, 57, 60, 61, 65, 66, 68, 70, 75, 76, 77, 79, 86, 90, 97, 110], "lock": [26, 27, 29, 30, 31, 32, 59, 61], "log": [9, 13, 14, 18, 22, 23, 26, 44, 49, 53, 60, 76, 79, 93, 108], "logallrefupd": 2, "logic": [59, 64, 65, 66, 82, 84, 87, 89, 100, 110], "login": [9, 13, 14, 18, 44, 49, 66, 89], "logo": 90, "logon": 18, "lol": 27, "long": [15, 43, 53, 61, 62, 66, 70, 78, 99, 112], "longer": [9, 18, 44, 90, 96, 100, 103, 110, 112], "look": [0, 5, 7, 11, 13, 15, 17, 18, 45, 49, 52, 53, 56, 57, 61, 66, 77, 86, 87, 88, 89, 90, 96, 99, 108, 110], "lookup": 63, "loop": [6, 9, 10, 13, 14, 26, 31, 44, 49, 61, 70, 77, 79, 108, 110], "loopback": [18, 42, 59, 70], "loos": [90, 97], "lose": [61, 107, 108], "loss": [6, 9, 10, 13, 14, 59, 74, 84, 102, 105, 110], "lost": [27, 59, 61, 108, 112], "lot": [18, 22, 36, 61, 83, 90, 101, 106, 112], "loud": 99, "low": [6, 9, 10, 14, 15, 17, 18, 21, 23, 26, 31, 32, 36, 42, 44, 56, 57, 59, 60, 62, 66, 70, 74, 75, 77, 78, 97, 103, 108, 110], "low_level": 66, "lower": [26, 27, 57, 75, 77, 79, 108], "lower_up": 89, "lowest": [18, 74], "lp": 59, "lpc": [27, 33, 44, 49, 59, 89, 104], "lpcm": 74, "lpf": 59, "lpi": 13, "lpj": [9, 13, 14, 44, 49], "lpm": 48, "lpt": 15, "lrwxrwxrwx": [27, 60], "lrz7q5ndhnqchdsyccgr5lffa1l2cf2ux2haqlcqtcfefyjvd6wxkxelzorwkchj2zp": 44, "lsb": [13, 14, 49, 61, 64, 66, 88], "lsusb": 90, "lt": [89, 103], "lt8303": 74, "ltc": 18, "ltc2978": 49, "ltc3639": 74, "ltc4413": 97, "ltc7001": 74, "lte": [60, 70, 100], "lte10": [5, 99], "lte15": 5, "lte20": [5, 99], "lte5": 5, "lte_exampl": 5, "ltpowerplai": 22, "ltspice": [108, 110], "luck": 108, "luckili": 108, "lut": 63, "luxuri": [18, 108], "lvd": [9, 14, 26], "lvl_shft_sd_mode1": [13, 14, 44], "lz": 13, "lz4": [14, 49], "m": [1, 2, 9, 13, 14, 15, 22, 26, 44, 49, 53, 59, 61, 65, 70, 74, 86, 97, 100, 105], "m1k": [84, 111], "m25p80": [9, 14, 44], "m2k": [17, 63, 64, 66, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 93, 94, 110, 111], "m2k_i2c_init": 64, "m2k_protocol_init": 64, "m2k_spi_init": 64, "m2k_tty": 66, "m2k_uart_init": 64, "m2kanalogin": [64, 86], "m2ki2cinit": 64, "m2kopen": [63, 64, 86], "m2kopendefinit": 86, "m2kpowersuppli": 64, "m2kspiinit": 64, "m2kuartinit": 64, "m4": 78, "m5dsum": 52, "m8": [46, 48], "m_pi": 5, "ma": [15, 77, 100], "mac": [13, 14, 15, 18, 22, 23, 87, 102, 103, 106, 108], "macb": [9, 13, 14, 44], "macb_mii_bu": [9, 44], "machin": [4, 13, 14, 18, 26, 42, 44, 47, 49, 56, 78, 88, 89, 90, 100], "machine_nam": 47, "maco": [65, 103], "macro": [10, 27], "mad": [83, 101, 112], "made": [18, 27, 54, 56, 65, 90, 94, 110, 111], "magazin": 110, "magic": [5, 95], "magnetomet": 31, "magnitud": 110, "mai": [0, 1, 2, 6, 9, 10, 13, 14, 18, 27, 31, 32, 33, 34, 35, 39, 40, 43, 44, 45, 47, 48, 49, 52, 53, 54, 55, 57, 60, 61, 62, 70, 74, 77, 79, 82, 84, 85, 86, 88, 89, 90, 94, 95, 97, 99, 100, 101, 102, 103, 108, 110, 111], "mail": [31, 37, 101, 112], "mailbox": [14, 44], "main": [0, 2, 5, 13, 27, 42, 44, 54, 55, 59, 60, 61, 64, 66, 74, 77, 78, 84, 86, 89, 92, 100, 104, 107], "mainland": 2, "mainli": 100, "mainlin": [27, 60], "maintain": [26, 45, 47, 57, 58, 70, 83, 89, 90, 96, 101], "mainten": [61, 74, 77], "major": [9, 13, 14, 44, 54, 61, 65, 66, 97], "make": [0, 2, 5, 6, 7, 11, 13, 15, 18, 27, 29, 30, 35, 36, 43, 45, 48, 49, 52, 53, 56, 57, 60, 61, 62, 63, 64, 65, 66, 68, 70, 71, 74, 77, 78, 79, 86, 87, 89, 90, 96, 97, 100, 102, 105, 107, 108, 110, 112], "makefil": [53, 68, 70, 79, 88], "makeindex": 53, "maker": [18, 57, 103], "male": 15, "malici": 89, "malloc": 5, "man": [9, 13, 14, 45, 47, 49, 52, 89], "manag": [9, 13, 14, 15, 18, 30, 43, 44, 49, 53, 56, 57, 78, 79, 85, 89, 90, 92, 96, 97, 109], "managem": 18, "mandat": 26, "mandatori": 66, "mani": [6, 10, 15, 18, 27, 31, 40, 49, 52, 60, 66, 67, 70, 84, 90, 94, 97, 98, 100, 102, 103, 105, 108, 111, 112], "manifest": 53, "manipul": [56, 61, 104], "manner": [83, 101, 102, 112], "manual": [0, 18, 26, 27, 53, 56, 57, 59, 61, 79], "manual_tx_quad": 59, "manufactur": [9, 13, 14, 18, 44, 49, 89, 108], "map": [9, 13, 14, 18, 26, 27, 33, 43, 44, 49, 54, 57, 61, 77, 90], "mapper": [13, 14, 49], "margin": [59, 79, 108], "mark": [32, 52, 61, 64, 66], "marker": 1, "market": [77, 78, 79, 97, 111], "marshal": 61, "mask": [9, 13, 14, 26, 27, 39, 44, 49, 59, 61, 89], "mass": [88, 93, 96, 102, 103, 108], "massiv": 10, "master": [9, 13, 14, 15, 44, 49, 53, 57, 60, 64, 89, 110], "mat": [5, 56, 57], "match": [2, 15, 26, 27, 52, 64, 65, 71, 88, 90, 97, 111], "materi": [4, 17, 74, 77, 78, 81, 87, 97, 102], "math": [5, 6, 10, 22, 57], "mathwork": [4, 5, 60, 68, 70, 101, 103, 112], "mathworks_ip": 14, "matlab": [6, 10, 15, 17, 18, 27, 57, 58, 60, 61, 68, 70, 87, 89, 97, 102, 106, 111], "matlabnam": 86, "matlabshar": 70, "matplotlib": [22, 23], "matter": [18, 22, 61, 88, 89, 102, 103, 108], "matur": 18, "mawk": 53, "max": [5, 9, 13, 14, 15, 26, 27, 44, 48, 57, 59, 74, 76, 99, 110], "max25301a": 74, "max31855pmb1": 15, "max32625pico": [15, 74, 77], "max32650fthr": 4, "max32650fthr_demo_adxl355": 15, "max32655fthr": 4, "max326825pico": 77, "max32690": 74, "max_block_s": 62, "max_cycl": [9, 13, 14, 44, 49], "max_hop": [9, 13, 14, 44, 49], "max_idle_n": [9, 13, 14, 44, 49], "max_ord": [9, 13, 14, 44, 49], "max_speed_hz": 64, "max_temp": 63, "maxdepth": [0, 2], "maxim": [15, 18, 22, 79], "maximintegr": 15, "maximsdk": 79, "maximum": [9, 18, 26, 32, 44, 49, 53, 61, 63, 74, 78, 108], "maxk": 9, "mayb": [61, 88], "mb": [9, 13, 14, 43, 44, 49, 52, 53, 89], "mbed": 22, "mbox": 14, "mbyte": 88, "mc": [9, 13, 14, 26, 49], "mcbsp": 31, "mce": 44, "mcu": [15, 17, 75, 76, 78, 79], "md5": [44, 52, 88], "md5sum": [52, 88], "mdb": [27, 59], "mdelai": 64, "mdev": 96, "mdio": [9, 13, 44, 49], "mdn": [13, 14, 49], "me": [22, 99], "mea": [26, 59, 108], "mean": [0, 2, 8, 12, 15, 18, 22, 23, 27, 31, 52, 56, 57, 61, 78, 89, 90, 97, 98, 99, 105, 108], "meant": [27, 54, 57, 61, 89], "meantim": [18, 20], "measur": [9, 13, 14, 15, 22, 23, 26, 31, 44, 57, 59, 67, 74, 75, 76, 77, 78, 84, 102, 105, 108, 110, 111], "mechan": [27, 61, 94, 97, 108, 110, 111], "media": [9, 13, 14, 43, 44, 49, 89, 90, 94, 96], "meehan": 111, "meet": [18, 26, 48], "mega": 102, "megabyt": 61, "meghan": 111, "mem": [4, 9, 13, 14, 15, 17, 44, 49], "member": [26, 54, 89], "memcpi": 61, "memfd_creat": 13, "memori": [9, 13, 14, 18, 44, 49, 53, 56, 61, 77, 88, 94], "mental": 108, "mention": [63, 108], "menu": [9, 13, 18, 44, 57, 62, 76, 77], "menuconfig": [27, 29, 30, 88], "mere": 31, "merg": [0, 2], "mess": 61, "messag": [9, 12, 14, 42, 57, 61, 66, 79, 89, 93], "met": [26, 27, 40, 60, 100, 108], "meta": [45, 48], "metadata": [13, 14, 49], "metal": [15, 22, 97, 108], "meter": 108, "method": [9, 13, 14, 15, 27, 30, 32, 43, 44, 45, 46, 57, 61, 63, 64, 65, 67, 75, 79, 83, 85, 86, 89, 90, 93, 101, 104, 110, 112], "metric": [22, 23, 79, 89, 108], "mezzanin": [8, 12], "mfd_exec": 13, "mfd_noexec_s": 13, "mfr": [9, 13, 14, 44, 49, 89], "mgc": [42, 56, 59], "mhenneri": 9, "mhz": [21, 56, 61, 84, 97, 99, 102, 103, 105], "mib": [9, 13, 14, 44, 49, 61, 89, 93], "mice": 9, "michael": [9, 43, 88], "micrel": 49, "micro": [9, 14, 15, 18, 22, 23, 26, 74, 77, 103], "microchip": [18, 94, 97], "microcontrol": [15, 22, 74, 78, 79], "microsoft": 89, "microusb": 103, "microwav": 108, "mid": 26, "middl": [45, 47, 89, 90, 97, 108], "might": [13, 18, 31, 53, 61, 71, 85, 90, 105, 108, 110, 111], "migrate_info_typ": [9, 13, 14, 44], "mii": 13, "mii_bu": [9, 44, 49], "million": 61, "millisecond": [59, 110], "mimo": 10, "min": [26, 57, 63, 74, 111], "mind": [0, 43, 49, 108], "minecraft": 18, "mini": [15, 22, 23, 43, 111], "minicom": [9, 13, 14, 66, 90], "minim": [15, 45, 47, 49, 79, 86, 102, 108], "minimalist": 104, "minimum": [7, 9, 11, 13, 14, 26, 32, 44, 49, 63, 70, 78, 103, 108], "minobject": [13, 49], "minor": [9, 44, 48, 89, 97], "minu": 97, "minut": [44, 52, 63, 79, 90, 108], "mirror": 22, "miso": [15, 64, 66], "misplac": 97, "miss": [63, 83, 101, 112], "mission": 17, "mistak": 52, "mitig": 49, "mix": [13, 14, 17, 27, 49, 89, 111], "mixer": [26, 27, 70], "mixer_error": 59, "mkdir": [0, 2, 53, 57, 60, 65], "mkenvimag": 88, "mkimag": [43, 49, 88], "mltbx": [68, 70, 86], "mlx": 86, "mm": 89, "mmc": [9, 13, 14, 44, 49], "mmc0": [9, 13, 14, 44, 49], "mmc1": 49, "mmc_host": 49, "mmcblk0": [9, 13, 14, 44, 49, 52], "mmcblk0p1": [44, 52], "mmcblk0p2": [9, 13, 14, 44, 49, 52], "mmcblk0p3": 49, "mmio": [9, 13, 14, 44, 49], "mmio32": 13, "mmwave": [4, 17], "mnemon": 15, "mnt": 49, "mobil": [9, 13, 14, 44, 49, 78, 102, 111], "mode": [0, 5, 6, 9, 10, 13, 14, 15, 18, 42, 44, 48, 49, 56, 57, 59, 61, 64, 66, 74, 76, 77, 78, 79, 82, 84, 88, 93, 94, 95, 96, 97, 100, 102, 103, 108], "model": [6, 10, 13, 14, 18, 22, 44, 49, 59, 61, 68, 69, 90, 93, 94, 97, 101, 108, 110, 112], "modem": [13, 14, 49, 70, 89], "modern": [18, 89, 108, 110], "modif": [18, 46, 47, 79, 96, 102], "modifi": [0, 18, 26, 27, 33, 43, 44, 45, 46, 48, 57, 61, 64, 67, 77, 79, 84, 86, 88], "modprob": [13, 14, 49], "modul": [5, 9, 13, 14, 15, 18, 44, 49, 61, 62, 71, 76, 78, 84, 87, 89, 94, 102, 106, 108, 110, 111], "modular": 47, "modulo": 26, "moment": [61, 89, 110], "momentarili": 31, "mon": [9, 14, 59, 89], "monad": 49, "monitor": [7, 9, 10, 11, 13, 14, 15, 18, 22, 23, 43, 44, 49, 57, 61, 67, 74, 75, 76, 78, 79, 83, 95, 97, 101, 112], "mono": 61, "monolith": 0, "monoton": 27, "montior": 18, "more": [0, 4, 5, 7, 11, 17, 18, 26, 27, 31, 36, 43, 47, 52, 53, 54, 56, 60, 61, 62, 63, 65, 66, 67, 70, 74, 78, 79, 84, 86, 87, 89, 90, 97, 100, 102, 107, 108, 110, 111], "mosfet": [74, 108], "mosi": [15, 64, 66], "most": [8, 12, 15, 18, 20, 26, 43, 47, 48, 49, 52, 53, 57, 61, 84, 89, 90, 94, 97, 102, 103, 105, 108], "mostli": [0, 89, 103], "motd": 53, "motion": 36, "motiv": 61, "motor": [27, 108], "mount": [9, 13, 14, 18, 43, 44, 49, 52, 74, 89, 90, 94, 108], "mountpoint": [9, 13, 14, 44, 49], "mous": [7, 9, 11, 13, 14, 15, 18, 22, 23, 31, 44, 49, 57], "mousedev": 9, "mousepad": [18, 49], "mouser": 97, "movabl": [13, 14, 49], "move": [0, 2, 22, 36, 53, 57, 61, 68, 70, 79, 83, 86, 101, 108], "mp": [9, 14, 44], "mp4": [6, 10], "mpidr": 49, "mpl": [9, 13, 14, 44, 49], "mpsoc": [9, 13, 14, 17, 42], "mq": [13, 14, 44, 49], "mr": 110, "ms116": 9, "ms64": 65, "msb": [5, 61, 64, 66], "msd": 93, "msdo": 89, "msec": 64, "msk": 5, "msp": [56, 59, 61, 102, 104], "mt": 53, "mt25qu512a": 14, "mtd": [9, 13, 14, 44], "mtddev": [9, 13, 14, 44], "mtdoop": [9, 13, 14, 44], "mtool": 88, "mtu": 89, "much": [6, 7, 10, 11, 15, 18, 31, 36, 61, 66, 71, 83, 97, 101, 105, 108, 110, 111, 112], "multi": [61, 90, 105], "multicast": [9, 13, 14, 44, 57, 89], "multichip": 56, "multichip_sync": 59, "multifram": 26, "multifunct": 49, "multimedia": 49, "multimet": [57, 65, 108], "multipl": [0, 10, 18, 26, 27, 29, 35, 47, 56, 59, 61, 78, 79, 84, 89, 97, 102, 103, 110, 111, 112], "multiple_devic": 87, "multiplex": [4, 9, 14, 17, 27, 44], "multipli": 108, "multitud": 61, "mundan": 18, "must": [6, 9, 10, 13, 14, 15, 18, 26, 27, 31, 39, 40, 44, 47, 49, 54, 57, 60, 61, 63, 64, 65, 66, 70, 74, 77, 84, 89, 90, 97, 100, 102, 103, 108, 110], "mux": [9, 14, 27, 44], "mv": [27, 59, 74, 88], "mw": 13, "my": [0, 2, 15, 17, 19, 89], "my_ad9081": 46, "my_devic": 61, "my_top": [0, 2], "myacc": 18, "myanalog": [76, 77, 79], "myfb": 43, "mypkg": 86, "m\u03c9": 74, "n": [2, 5, 9, 13, 14, 15, 18, 27, 44, 49, 53, 59, 61, 62, 89, 100, 105], "n25q256a": 93, "n25q512a": [9, 44], "n_digital_and_analog": 66, "n_digital_or_analog": 66, "n_digital_xor_analog": 66, "nack": 66, "name": [9, 13, 14, 15, 29, 30, 31, 33, 34, 35, 38, 40, 42, 43, 44, 46, 47, 48, 49, 53, 56, 57, 59, 61, 64, 70, 71, 74, 79, 85, 86, 87, 88, 90, 93, 94, 96, 106, 108, 111], "namespac": [61, 70], "nand": [9, 13, 14, 44, 49], "nano": [18, 94], "narrow": 79, "nation": 15, "nativ": [18, 89], "natur": [97, 108], "navig": [47, 52, 77, 79, 89], "nb_sampl": 66, "nb_valu": 63, "nc": 15, "ncm": 89, "nco": [26, 27, 48], "nco1": 26, "nco2": 26, "ncp339afct2g": 97, "ncq": [9, 14, 44], "ncurs": [53, 57], "nd6": 89, "nearest": 56, "nearli": [61, 82, 95], "neatli": 111, "nec": 44, "necessari": [0, 15, 18, 23, 27, 47, 55, 57, 61, 68, 70, 86, 88, 90, 96, 100, 103, 110], "necessarili": 108, "nechita": [31, 37, 104], "need": [0, 1, 6, 7, 8, 9, 10, 11, 12, 13, 15, 17, 18, 19, 26, 27, 33, 43, 44, 47, 49, 52, 53, 54, 56, 57, 60, 61, 62, 63, 65, 67, 70, 71, 75, 76, 79, 84, 86, 88, 89, 90, 94, 99, 100, 102, 103, 107, 108, 110], "needless": 61, "neg": [27, 61, 74, 75, 108, 110], "negoti": 44, "neighbor": 108, "neither": 40, "nema": 103, "neon": [13, 14, 44], "neonx1": [9, 13, 14, 44], "neonx2": [9, 13, 14, 44], "neonx4": [9, 13, 14, 44], "neonx8": [9, 13, 14, 44], "nest": 53, "net": [9, 13, 14, 44, 49, 57, 61, 89, 90, 93, 100], "net1080": [9, 13, 14, 44, 49], "netdev_up": 44, "netfilt": [9, 44], "netlink": [9, 13, 14, 44, 49], "netmask": 89, "network": [9, 13, 14, 15, 18, 22, 23, 27, 44, 49, 53, 57, 59, 84, 87, 89, 93, 94, 104, 105, 108, 110], "never": [6, 10, 18, 31, 61, 89, 93, 97, 110], "new": [1, 2, 3, 9, 13, 14, 17, 18, 26, 30, 43, 44, 47, 48, 49, 53, 57, 61, 62, 63, 67, 70, 74, 76, 77, 79, 85, 88, 89, 90, 100, 111], "newer": [18, 32, 52, 53, 61, 71], "newest": [49, 53], "newli": [46, 53, 57, 89], "newlin": 86, "newlocal": 53, "next": [13, 17, 18, 26, 42, 47, 65, 70, 76, 77, 79, 84, 86, 88, 97, 100, 108, 110, 111], "nf": [9, 13, 14, 44, 49], "nfs4filelayout_init": [9, 13, 14, 44], "nfs4flexfilelayout_init": [13, 14], "nfsv4": [9, 13, 14, 44, 49], "nibbl": 26, "nice": [18, 102], "nicer": 110, "nichol": 84, "nightli": [65, 85], "nikon": 18, "nless": [13, 14, 49], "nm": [53, 105], "no_par": 64, "no_trigg": 66, "node": [9, 13, 14, 44, 45, 46, 48, 49, 61, 108, 110], "nodev": 89, "nois": [15, 18, 22, 23, 27, 70, 84, 97, 99, 106], "noiseless": 22, "noisi": 97, "nomenclatur": [27, 97], "nomin": 59, "non": [9, 13, 14, 32, 44, 61, 66, 106, 110], "nonalias": 49, "none": [13, 14, 49, 53, 63, 66, 89], "nonzero": 110, "noop": [9, 44], "noowner": 89, "nor": [9, 14, 22, 44, 89], "normal": [5, 7, 11, 13, 14, 26, 27, 36, 46, 47, 48, 49, 52, 57, 60, 61, 66, 84, 88, 89, 90, 96, 97, 100, 102, 108], "nosuid": 89, "notabl": 61, "notat": 79, "notch": 105, "note": [8, 12, 15, 17, 18, 22, 27, 39, 40, 42, 43, 53, 54, 60, 61, 65, 71, 74, 77, 78, 79, 86, 89, 90, 96, 100, 105, 108, 110], "notepad": 18, "noth": 89, "notic": [0, 9, 14, 18, 44, 52, 108, 110], "notif": [15, 76, 77, 79], "notifi": [52, 61, 70, 90], "noupdat": 53, "nov": [9, 43, 60, 89], "now": [9, 13, 14, 15, 18, 47, 49, 52, 53, 60, 67, 74, 75, 90, 93, 99, 108, 111], "np": 26, "npn": 22, "nproc": 57, "nr_cpu": [9, 13, 14, 44], "nr_cpu_id": [9, 13, 14, 44], "nr_irq": [9, 13, 14, 44, 49], "ntc": 74, "ntf": 49, "null": [5, 9, 15, 44, 49, 61, 89, 110], "nullptr": 64, "num": [13, 14, 59], "num_chan": 49, "num_channel": 64, "num_ev": 49, "num_peri": 49, "num_resourc": 29, "number": [9, 13, 14, 15, 18, 26, 27, 30, 31, 32, 33, 34, 35, 39, 40, 44, 49, 52, 53, 56, 57, 59, 61, 62, 63, 64, 66, 67, 70, 76, 77, 79, 86, 89, 94, 97, 100, 108], "numberoflan": 26, "numchannel": 66, "numer": [27, 56, 61, 63, 76, 77, 79], "numpi": [22, 23], "nwl": [9, 14, 44], "nyquist": 84, "o": [4, 5, 6, 8, 9, 12, 17, 18, 23, 27, 28, 29, 30, 32, 36, 41, 42, 43, 44, 48, 49, 52, 53, 54, 57, 59, 60, 61, 79, 84, 88, 96, 102, 103, 107], "o0": 64, "o_cloexec": 60, "o_rdonli": 60, "oam": [13, 14], "ob": [9, 26, 27, 55], "obj": [67, 70, 86], "objcopi": 43, "objdir": 53, "objdump": 53, "object": [53, 57, 60, 68, 70, 71, 86, 90, 92, 101, 112], "obs1": 27, "obs2": 27, "obs_aux_lo": 27, "obs_tx_lo": 27, "obscur": 67, "observ": [9, 10, 13, 14, 42, 55, 77], "obsolet": 97, "obsrx": 26, "obtain": [2, 17, 18, 27, 31, 60, 61, 68, 70, 77, 81, 82, 91, 103, 107], "obviou": 18, "obvious": [18, 61], "occupi": 39, "occur": [6, 9, 10, 13, 14, 52, 57, 61, 63, 64, 70, 74, 84, 102, 110], "occurr": 36, "ocm": [9, 14], "oct": [14, 89], "octet": [18, 26, 52], "odd": [64, 66], "odi": 18, "oe": 44, "oe_termin": 46, "oem": [9, 14, 15, 44], "of_cfs_init": [13, 14, 49], "of_nod": 27, "off": [9, 13, 14, 18, 26, 27, 31, 44, 49, 57, 65, 70, 74, 89, 90, 97, 100, 108], "offer": [7, 10, 11, 15, 18, 27, 61, 63, 64, 65, 66, 79, 102, 111], "offic": [18, 111], "offici": [60, 65, 85, 90, 106], "offload": 49, "offset": [15, 22, 23, 26, 27, 49, 57, 59, 90, 110], "oflag": 49, "ofoo": 60, "ofpart": [9, 44], "often": [18, 36, 49, 61, 108, 110, 111], "ohm": 110, "ok": [7, 9, 11, 13, 14, 44, 49, 52, 53, 57, 83, 89, 93, 100, 101, 112], "okir": 49, "old": [0, 6, 10, 18, 31, 53, 57, 60, 88, 107], "older": [53, 65, 97], "oldest": [61, 97], "onboard": 18, "onc": [9, 13, 14, 15, 18, 27, 48, 49, 52, 57, 61, 63, 65, 70, 74, 76, 77, 79, 86, 87, 89, 90, 94, 106, 110], "ond": [13, 14, 49], "one": [0, 5, 7, 11, 13, 15, 18, 22, 23, 26, 31, 36, 43, 48, 52, 53, 56, 57, 59, 60, 61, 63, 65, 66, 67, 68, 70, 74, 77, 79, 83, 89, 90, 93, 97, 99, 101, 102, 103, 105, 108, 110, 111, 112], "one_and_a_half": 64, "ones": [7, 11, 18, 31, 43, 45, 61, 89, 90], "ongo": 77, "onli": [0, 5, 7, 9, 11, 13, 14, 18, 22, 26, 27, 32, 35, 40, 43, 44, 47, 49, 52, 53, 54, 56, 57, 59, 60, 61, 63, 65, 66, 67, 68, 70, 71, 74, 75, 77, 79, 83, 85, 86, 88, 90, 93, 94, 97, 100, 101, 103, 108, 110, 111, 112], "onlin": [13, 14, 18, 49, 111], "onset": 27, "onto": [49, 52, 53, 63, 77, 90, 97], "op": [44, 61, 64, 110], "opaqu": 61, "open": [1, 14, 15, 18, 47, 49, 52, 57, 58, 60, 65, 66, 68, 70, 74, 76, 77, 79, 82, 85, 86, 89, 90, 95, 102, 106, 110, 111], "open_drain": 66, "openbsd": [13, 14, 49], "opengl": 106, "openmoko": [90, 93], "opensourc": 61, "openssl": [53, 57], "opensus": 89, "oper": [15, 18, 22, 27, 31, 49, 57, 61, 64, 65, 66, 74, 75, 78, 84, 87, 89, 90, 94, 97, 100, 102, 105, 108, 110], "oppos": 61, "oprofil": 49, "opt": [9, 44, 49, 68, 70, 88], "opt_post_running_stag": [13, 14], "opt_setup_stage1": [13, 14], "opt_setup_stage2": [13, 14], "opt_setup_stage3": [13, 14], "opt_setup_stage4": [13, 14], "opt_setup_stage5": [13, 14], "optarg": 5, "optic": [9, 23], "optim": [26, 27, 59, 70, 78, 97, 108], "optimist": 108, "optind": 5, "option": [0, 2, 5, 7, 9, 11, 13, 14, 15, 18, 26, 27, 33, 43, 47, 49, 53, 54, 56, 57, 59, 60, 61, 62, 63, 64, 65, 66, 70, 75, 76, 77, 79, 89, 90, 94, 103, 108], "orang": 79, "order": [9, 13, 14, 15, 18, 27, 33, 34, 44, 47, 49, 53, 54, 56, 57, 60, 61, 63, 64, 65, 88, 89, 90, 97, 98, 107, 108, 110, 111], "org": [18, 31, 37, 43, 61, 65, 89, 102, 106], "organ": [2, 79], "orient": 61, "origin": [0, 3, 15, 17, 18, 43, 48, 49, 53, 57, 61, 74, 76, 77, 79, 110], "orphan": 1, "orx": 42, "orx1": [26, 27, 54], "orx2": [26, 27, 54], "osc": [5, 9, 13, 14, 18, 53, 57, 89], "osc_remot": 57, "oscil": [4, 17, 42, 56, 61, 97], "oscilloscop": [4, 6, 8, 10, 12, 17, 18, 27, 31, 37, 49, 53, 54, 56, 58, 60, 64, 65, 66, 84, 87, 89, 106, 110, 111], "ossman": [9, 13, 14, 44], "osx": 89, "otg": [17, 49, 81, 82, 90, 91, 97, 103], "other": [0, 13, 15, 17, 18, 26, 27, 30, 31, 32, 39, 43, 46, 47, 49, 52, 53, 56, 57, 60, 61, 62, 64, 66, 67, 70, 74, 76, 77, 78, 79, 89, 97, 100, 103, 105, 108, 110, 112], "otherwis": [8, 12, 43, 57, 63, 65, 74, 77, 78, 89, 92], "ought": 108, "our": [7, 11, 15, 17, 18, 66, 75, 83, 89, 96, 97, 99, 101, 108, 111, 112], "ourselv": 105, "out": [5, 6, 7, 9, 10, 11, 13, 14, 15, 18, 26, 36, 43, 44, 47, 49, 52, 53, 56, 57, 59, 60, 65, 70, 78, 83, 87, 88, 89, 90, 93, 96, 97, 99, 100, 101, 102, 103, 105, 108, 110], "out_altvoltage0_": 27, "out_altvoltage0_trx_lo_frequ": 27, "out_altvoltage0_trx_lo_frequency_hopping_mod": 27, "out_altvoltage0_trx_lo_frequency_hopping_mode_en": 27, "out_altvoltage1_": 27, "out_altvoltage1_aux_obs_rx_lo_frequ": 27, "out_altvoltage1_tx_lo_frequ": 27, "out_check": 48, "out_voltag": 27, "out_voltage0_": 27, "out_voltage0_atten_control_pin_mode_en": 27, "out_voltage0_hardwaregain": 27, "out_voltage0_lo_leakage_tracking_en": 27, "out_voltage0_pa_protection_en": 27, "out_voltage0_powerdown": 27, "out_voltage0_quadrature_tracking_en": 27, "out_voltage0_rf_bandwidth": 27, "out_voltage0_v1_powerdown": 61, "out_voltage0_v1_powerdown_mod": 61, "out_voltage0_v1_raw": 61, "out_voltage0_v1_scal": 61, "out_voltage10_": 27, "out_voltage10_offset": 27, "out_voltage10_raw": 27, "out_voltage10_scal": 27, "out_voltage11_": 27, "out_voltage11_offset": 27, "out_voltage11_raw": 27, "out_voltage11_scal": 27, "out_voltage12_": 27, "out_voltage12_raw": 27, "out_voltage12_scal": 27, "out_voltage13_": 27, "out_voltage13_raw": 27, "out_voltage13_scal": 27, "out_voltage1_": 27, "out_voltage1_atten_control_pin_mode_en": 27, "out_voltage1_hardwaregain": 27, "out_voltage1_lo_leakage_tracking_en": 27, "out_voltage1_pa_protection_en": 27, "out_voltage1_powerdown": 27, "out_voltage1_quadrature_tracking_en": 27, "out_voltage1_rf_bandwidth": 27, "out_voltage1_v2_powerdown": 61, "out_voltage1_v2_powerdown_mod": 61, "out_voltage1_v2_raw": 61, "out_voltage1_v2_scal": 61, "out_voltage2": 27, "out_voltage2_": 27, "out_voltage2_offset": 27, "out_voltage2_raw": 27, "out_voltage2_scal": 27, "out_voltage3_": 27, "out_voltage3_offset": 27, "out_voltage3_raw": 27, "out_voltage3_scal": 27, "out_voltage4_": 27, "out_voltage4_offset": 27, "out_voltage4_raw": 27, "out_voltage4_scal": 27, "out_voltage5_": 27, "out_voltage5_offset": 27, "out_voltage5_raw": 27, "out_voltage5_scal": 27, "out_voltage6_": 27, "out_voltage6_offset": 27, "out_voltage6_raw": 27, "out_voltage6_scal": 27, "out_voltage7_": 27, "out_voltage7_offset": 27, "out_voltage7_raw": 27, "out_voltage7_scal": 27, "out_voltage8_": 27, "out_voltage8_offset": 27, "out_voltage8_raw": 27, "out_voltage8_scal": 27, "out_voltage9_": 27, "out_voltage9_offset": 27, "out_voltage9_raw": 27, "out_voltage9_scal": 27, "out_voltage_powerdown_mode_avail": 61, "out_voltage_sampling_frequ": 27, "outdat": 61, "outer": 59, "outlin": [6, 10, 111], "output": [0, 2, 4, 5, 8, 12, 17, 18, 22, 26, 27, 32, 39, 43, 44, 45, 48, 49, 52, 53, 57, 59, 61, 63, 64, 66, 70, 74, 75, 77, 79, 84, 86, 88, 97, 99, 100, 103, 105, 106, 108, 110], "output_mod": 66, "outsid": [2, 46, 56, 61, 70], "ov": 74, "oven": 108, "over": [0, 9, 13, 14, 15, 18, 26, 27, 44, 49, 53, 59, 61, 67, 88, 89, 90, 100, 102, 103, 105, 106, 107, 112], "overal": 31, "overcom": 57, "overflow": 70, "overh": 74, "overhead": [36, 61, 62, 79, 108], "overlai": [17, 22, 49], "overlap": 31, "overload": [26, 27, 59, 99], "overrang": [26, 27, 59], "overrangehighpowerthreshold": 26, "overrangelowpowerthreshold": 26, "overrid": 43, "overrun": 89, "oversampl": [26, 66], "oversampling_ratio": 66, "overthink": [0, 2], "overview": [4, 17, 18, 42, 68, 70, 71, 79, 80], "overvoltag": 76, "overwrit": [13, 31, 43, 45, 52, 57, 59, 60, 71, 90], "overwritten": [0, 61, 63], "ovr": 59, "ovrg": 26, "ow": 18, "own": [0, 6, 10, 18, 22, 43, 49, 56, 57, 61, 87, 88, 89, 99, 101, 111], "p": [9, 13, 14, 18, 40, 45, 49, 53, 56, 66, 88, 90, 93, 108], "p1": [9, 13, 14, 15, 18, 44, 49, 56, 64], "p10": [15, 77], "p1166": 74, "p14": 77, "p2": [9, 13, 14, 15, 44, 49, 56, 64, 77], "p3": [9, 13, 14, 44, 49, 64], "p4": 64, "p5": 64, "p6": 64, "p9": 15, "p_": 108, "p_dat": 104, "p_end": 104, "p_inc": 104, "p_vntewue24": 104, "pa": [42, 56, 100], "pack": [23, 53, 74, 75, 76, 78, 79, 89, 103], "packag": [6, 10, 15, 43, 44, 53, 57, 59, 65, 66, 68, 70, 71, 74, 76, 77, 78, 79, 83, 85, 86, 88, 89, 90, 101, 102, 108, 112], "packagenam": 86, "packet": [9, 13, 14, 44, 61, 64, 89], "packhem": 111, "packrf": 43, "pad": [26, 39, 97], "page": [1, 2, 3, 6, 9, 10, 13, 14, 15, 17, 44, 49, 52, 53, 57, 61, 65, 66, 68, 70, 74, 77, 79, 82, 84, 85, 89, 90, 93, 95, 100, 102, 103, 106, 108, 110, 112], "page0": 0, "page1": 0, "pai": 108, "pain": [7, 11, 104], "pair": [77, 78, 108], "pak": 108, "palm": 84, "pam": [13, 14, 49], "panalog": 89, "pandoc": 0, "panel": [4, 18, 57, 61, 89], "paper": [18, 90, 97], "par": [61, 94], "paragraph": 97, "parallel": [17, 31, 61, 84, 108], "param": [9, 13, 14, 43, 44, 64], "paramet": [9, 18, 22, 23, 26, 27, 40, 43, 44, 47, 53, 61, 62, 63, 64, 65, 74, 76, 77, 78, 79, 105, 108], "parent": [13, 14, 53, 61], "pariti": [64, 66, 89], "park": 76, "pars": [49, 53], "parsabl": 61, "parser": [13, 14, 61], "part": [6, 7, 9, 10, 11, 13, 14, 15, 18, 23, 27, 44, 48, 49, 52, 54, 59, 61, 67, 68, 70, 77, 83, 84, 86, 90, 97, 100, 101, 102, 104, 108, 110, 111, 112], "parti": 60, "partial": [9, 14, 18, 44], "particular": [0, 1, 18, 22, 57, 61, 90], "particularli": 22, "partit": [9, 13, 14, 18, 43, 44, 49, 52, 53, 63, 70, 90, 94], "partuuid": [13, 14, 49], "pass": [18, 27, 31, 36, 40, 60, 61, 76, 79, 90, 97, 108], "pass_al": 53, "passband": 26, "passion": 111, "passiv": [78, 110], "passphras": 94, "password": [13, 14, 17, 18, 42, 44, 52, 89, 90], "past": [89, 97], "patch": [9, 44, 77], "patent": 110, "path": [1, 2, 13, 14, 26, 42, 49, 52, 53, 54, 56, 57, 60, 63, 65, 66, 68, 70, 78, 85, 86, 88, 89, 90, 93, 106], "path_to_other_toolchain": 43, "path_to_xilinx": 43, "patient": 90, "pattern": [27, 54, 65, 66, 84, 87, 105], "pattern_onc": 27, "pattern_repeat": 27, "paus": 100, "pawlick": 111, "pc": [7, 9, 11, 13, 14, 15, 49, 52, 53, 63, 66, 74, 76, 77, 78, 79, 84, 89, 90, 94, 97, 108], "pca953x": [9, 14, 44], "pca9544": [9, 14, 44], "pca9548": [9, 14, 44], "pca954x": [9, 14, 44], "pcan": 75, "pcb": [4, 9, 14, 17, 74, 77, 78, 81, 83, 97, 101, 102, 108], "pcbz": [6, 9, 14, 27], "pci": [9, 13, 14, 18, 44, 49, 89], "pci_bu": [9, 14, 44], "pcie": [9, 14, 44], "pcm": [9, 44], "pcre2": [13, 14, 49], "pdf": [53, 74, 108], "pdflatex": 53, "pdma": 49, "peak": [26, 57, 99, 110], "peakcount": 26, "pec": [77, 79], "peek": 18, "peel": [0, 74], "peeling_blue_banana": 0, "pei": 18, "peopl": [6, 10, 61, 82, 84, 90, 95, 97, 102, 111], "per": [5, 26, 36, 61, 74, 100, 102], "percpu": [9, 13, 14, 44, 49], "perf": [14, 44], "perfect": [108, 110], "perfectli": 18, "perfev": [9, 14, 44], "perform": [6, 9, 10, 13, 14, 15, 17, 18, 23, 27, 44, 45, 47, 48, 49, 52, 53, 57, 61, 63, 64, 74, 77, 78, 82, 84, 89, 95, 97, 100, 102, 105, 108, 110, 111], "performnud": 89, "period": [13, 14, 26, 29, 30, 31, 38, 40, 49, 59, 61, 88, 110], "peripher": [18, 31, 44, 49, 64, 65, 78, 95, 97, 100], "perl": 53, "perl_path": 53, "perman": [6, 9, 10, 13, 14, 53, 74, 84, 89, 90, 102, 110], "permiss": [2, 59], "permit": [13, 14, 49, 61], "perror": 104, "persist": [9, 13, 14, 49, 88, 89], "person": [102, 103, 111, 112], "perturb": [13, 14], "pessimist": 108, "petalinux": [42, 46, 48], "petalinuxbsp": 46, "petazzonig": 18, "peter": 105, "peyot": 18, "pf_alg": [13, 14], "pf_bluetooth": [13, 14], "pf_can": [13, 14], "pf_ieee802154": [13, 14], "pf_inet": [13, 14], "pf_inet6": [13, 14], "pf_kei": [13, 14], "pf_local": [13, 14], "pf_netlink": [13, 14], "pf_packet": [13, 14], "pf_rout": [13, 14], "pf_unix": [13, 14], "pfifo_fast": 89, "pfir": 26, "pga": 31, "pgdn": 97, "pgnd": 97, "ph": 23, "ph0kv4sgsui": 97, "phandl": 48, "phase": [13, 14, 18, 26, 27, 31, 56, 59, 61, 106, 110], "phaseoffset": 27, "phaser": 18, "phenomenon": 99, "phillip": 97, "phone": [18, 83, 101, 108, 112], "photo": 22, "phy": [9, 13, 14, 27, 33, 44, 47, 49, 56, 59, 89, 96, 99, 100, 104], "phy_addr": [9, 44, 49], "phyaddr": [9, 13, 14, 44], "physic": [9, 13, 14, 15, 18, 26, 27, 42, 44, 52, 61, 62, 97, 107, 108, 111], "pi": [4, 17, 18, 22, 23, 42, 66, 102, 103, 106], "pic": 53, "pick": [57, 79, 89, 97, 98, 99, 105], "pico": 22, "picocom": 66, "picoz": 97, "pictur": [9, 13, 14, 15, 18, 42, 89, 90, 97], "pid": [9, 44, 84, 90, 102], "pid_max": [9, 13, 14, 44, 49], "pie": 18, "piec": [18, 45, 61, 108], "pierr": [9, 13, 14, 44], "pig": 18, "piggi": [43, 61], "pillow": 108, "pin": [4, 9, 18, 22, 31, 38, 42, 54, 56, 59, 64, 66, 74, 77, 78, 85, 97, 100, 107, 108], "pincontrol": [27, 59], "pinctrl": [9, 14, 44, 59, 100], "pinctrl_fdd_indep": 59, "ping": 18, "pinout": [66, 107, 108], "pio": [9, 14, 44], "pioneer": 111, "pip": [2, 18, 23, 61, 65, 71], "pip3": 71, "pipe": [13, 14, 49, 53], "pipelin": 60, "pipt": [13, 49], "pixart": 9, "pixel": 111, "pizza": 52, "pkg": [53, 60, 65, 86], "pktgen": [9, 13, 14, 44], "pl": [45, 46], "pl011": 13, "pl11": 13, "pl2_ref_div1": 44, "pl330": 49, "place": [15, 47, 57, 60, 65, 70, 75, 83, 88, 90, 97, 100, 101, 102, 112], "placehold": 14, "plai": [18, 56, 61, 96], "plain": [53, 61, 89, 104], "plan": [49, 61], "plastic": [97, 108], "platform": [6, 7, 9, 10, 11, 13, 14, 18, 22, 26, 27, 31, 42, 44, 49, 52, 57, 59, 60, 65, 66, 68, 70, 78, 97, 100, 102, 104, 106, 107, 111, 112], "platform_add_devic": 29, "platform_devic": 29, "play": 98, "pleas": [0, 9, 13, 14, 15, 26, 27, 43, 44, 49, 52, 53, 56, 57, 61, 62, 63, 65, 71, 74, 78, 79, 83, 84, 85, 86, 89, 90, 93, 97, 101, 102, 104, 112], "plenti": [52, 61], "plete": [13, 14, 49], "plethora": 18, "pll": [9, 26, 27, 31, 44, 56, 70, 100], "pll_lock": [9, 44], "plnx_workspac": 47, "plot": [57, 59, 76, 77, 86, 105, 108], "plt": 13, "pltfm": [9, 13, 14, 44], "plu": [22, 43, 61], "plug": [5, 8, 12, 15, 18, 22, 23, 49, 52, 53, 63, 74, 77, 89, 90, 96, 97, 102, 103, 107], "plugin": [6, 26, 27, 53, 60, 106, 111], "pluto": [17, 18, 49, 59, 68, 70, 71, 81, 88, 89, 93, 95, 96, 98, 99, 101, 103, 105, 106, 107, 111], "pluto2": 90, "pluto_ramboot": [88, 93], "pluto_reboot": 93, "plutosdr": [59, 62, 88, 89, 90, 93, 94, 98, 101, 102, 104, 106], "plutosdr_script": [88, 89, 93], "plymouth": [13, 14, 49], "pm": [9, 14, 44], "pmd": [15, 18], "pmdz": [4, 16, 22, 43, 66], "pmdz_aducm3029_dummy_exampl": 15, "pmdz_aducm3029_iio_exampl": 15, "pmdz_maxim_dummy_example_max32650_adxl355": 15, "pmdz_maxim_dummy_example_max32655_adxl355": 15, "pmdz_maxim_iio_example_max32650_adxl355": 15, "pmdz_maxim_iio_example_max32655_adxl355": 15, "pmdz_maxim_iio_trigger_example_max32655_adxl355": 15, "pme": 14, "pmod": [4, 18, 22, 27, 33], "pmp": [9, 14, 44], "pmu": [4, 9, 13, 14, 17, 44], "pmufw": [9, 14, 44], "pn": [26, 59], "pn9": 59, "png": 57, "pocket": 102, "point": [2, 5, 13, 14, 18, 22, 23, 27, 40, 43, 44, 46, 47, 49, 52, 61, 63, 71, 86, 97, 100, 104, 105, 108], "pointer": [2, 37, 42, 61, 97], "polar": [26, 54, 77, 105], "polici": [13, 14, 49, 89], "poll": [31, 32, 44, 49], "polynomi": 27, "polytechn": 111, "pool": [9, 13, 14, 44, 49], "poor": [97, 108], "pop": [9, 13, 14, 57, 79], "popul": [64, 67, 102], "popular": [18, 22, 23, 61, 94, 105], "popup": [18, 57], "port": [9, 13, 14, 15, 17, 18, 44, 49, 59, 61, 66, 67, 70, 76, 77, 78, 79, 103, 105], "port2": 89, "portabl": [22, 66, 74, 78, 84, 102], "portion": [44, 100], "posit": [9, 13, 14, 32, 39, 53, 57, 61, 74, 77, 89, 108, 110], "posix": [13, 14, 49, 61], "possess": 61, "possibl": [15, 18, 27, 31, 47, 52, 53, 54, 56, 57, 60, 61, 66, 70, 71, 82, 83, 90, 95, 97, 98, 100, 101, 103, 105, 108, 110, 112], "post": [17, 68, 83, 85, 86, 89, 101, 103, 112], "postinst": 44, "postscript": 53, "pot1": 77, "potenti": [61, 110, 111], "potentiomet": [74, 77, 108, 110], "pound": 18, "pow": 59, "power": [4, 8, 9, 12, 13, 14, 17, 18, 26, 27, 42, 44, 47, 59, 61, 64, 74, 77, 78, 84, 85, 87, 88, 90, 94, 95, 96, 97, 98, 99, 100, 102, 103, 105, 106, 110, 111], "powerdown": [42, 56, 59, 61, 99], "powerdown_mod": 61, "powerdown_mode_avail": 61, "powermeasurementdur": 26, "poweroff": 49, "powersuppli": [64, 65], "powerup": 15, "pp": 44, "ppi": [13, 31], "ppm": 90, "pps0": 44, "pps_core": [9, 13, 14, 44, 49], "ppsr": 97, "ppt": 25, "pq": 89, "practic": [22, 23, 47, 100, 102, 108, 110], "prb": 42, "prbs15": 27, "prbs23": 27, "prbs31": 27, "prbs7": 27, "prbs9": 27, "pre": [6, 9, 10, 13, 14, 15, 18, 26, 44, 49, 52, 60, 61, 65, 74, 88, 97], "prealloc": [9, 13, 14, 44, 49], "prebuilt": 15, "precaut": [6, 9, 10, 13, 14, 74, 84, 102, 110], "precis": [15, 17, 18, 22, 56, 79, 112], "preconfigur": 77, "predefin": 76, "predetermin": 27, "predict": [89, 108, 110], "preempt": [59, 88, 89], "pref": [9, 14, 44], "prefer": [0, 18, 43, 61, 89, 90, 108], "preferred_lft": 89, "prefetch": 49, "prefix": [5, 27, 60, 61, 89], "prefixlen": 89, "preformat": 18, "preload": [42, 79], "prepar": [3, 17, 18, 89], "prepend": [46, 47], "preprocess": [13, 14, 49], "preprocessor": [53, 61], "prerecord": 63, "prerequisit": [57, 60, 102], "present": [1, 13, 18, 22, 23, 39, 49, 57, 61, 76, 79, 90, 102, 108], "preserv": 108, "presid": 111, "press": [13, 14, 15, 49, 54, 56, 57, 63, 65, 66, 74, 76, 77, 79, 90, 94, 96], "pressur": 31, "pretti": [18, 36, 60, 100, 102, 105], "prev1": 57, "prevent": [26, 49, 59, 61, 77], "preview": 22, "previou": [15, 18, 22, 23, 53, 57, 61, 66, 77, 79, 90, 97], "previous": [40, 61, 89, 97], "primari": [26, 42, 52, 56], "primarili": [67, 70], "primer": 90, "princip": 61, "principl": [61, 110], "print": [53, 54, 61, 63, 66, 90, 97, 108], "printf": [5, 43, 53, 100], "printk": [13, 14, 49], "prior": [27, 59], "priorit": 0, "prioriti": [13, 14], "privat": [2, 61, 86], "privileg": [18, 27, 33, 65, 89], "probabl": [18, 23, 60, 61, 89], "probe": [9, 13, 14, 27, 44, 49, 97, 110], "problem": [13, 18, 31, 43, 45, 49, 53, 57, 61, 83, 84, 90, 97, 101, 102, 103, 105, 112], "proce": [0, 76, 77], "procedur": [15, 18, 47, 63, 74, 77, 79, 90], "process": [10, 13, 14, 18, 27, 40, 45, 47, 49, 52, 56, 57, 60, 61, 62, 63, 65, 66, 68, 70, 74, 79, 88, 90, 93, 103, 104, 108], "processor": [4, 9, 13, 14, 18, 22, 31, 42, 44, 49, 61], "produc": [27, 30, 31, 53, 61, 110], "product": [6, 9, 10, 13, 14, 15, 18, 44, 49, 59, 68, 70, 74, 75, 77, 79, 84, 87, 89, 90, 97, 100, 102, 106, 110], "professor": 111, "profil": [6, 10, 13, 14, 42, 49, 53, 56, 62], "profile_config": 27, "program": [8, 12, 13, 14, 15, 18, 27, 49, 52, 53, 60, 61, 65, 66, 74, 76, 77, 89, 90, 93, 98, 107], "programm": [27, 31, 56, 70, 74, 77, 84, 90], "programmat": [18, 86], "progress": [17, 22, 23, 49, 52, 76, 79], "project": [15, 17, 42, 43, 44, 45, 46, 47, 48, 52, 53, 57, 60, 61, 64, 65, 68, 70, 74, 76, 77, 78, 79, 82, 84, 88, 95, 97, 102, 107, 111], "prompt": [18, 44, 65, 79, 90, 93, 103], "prone": 90, "pronounc": 18, "proper": [6, 9, 10, 13, 14, 15, 61, 74, 84, 100, 102, 110], "properli": [2, 14, 26, 44, 49, 52, 57, 61, 79, 84, 89, 90, 96, 100, 102, 103, 108], "properti": [18, 26, 27, 32, 44, 48, 54, 71, 86], "proprietari": [61, 89], "protect": [6, 9, 10, 13, 14, 42, 56, 61, 74, 84, 89, 90, 97, 102, 108, 110], "protocol": [9, 13, 14, 15, 44, 49, 65, 66, 89], "protocol_init_param": 64, "prototyp": [6, 10, 18, 22, 47, 49, 61, 78, 111], "proudli": 108, "proven": 57, "provid": [5, 8, 9, 10, 12, 13, 14, 15, 17, 18, 22, 23, 26, 27, 28, 31, 32, 36, 38, 43, 45, 47, 48, 49, 52, 53, 54, 56, 58, 59, 60, 61, 65, 66, 67, 68, 69, 70, 71, 74, 77, 78, 79, 84, 85, 86, 87, 89, 90, 98, 101, 102, 103, 104, 107, 108, 110, 111, 112], "provis": 74, "proxi": [7, 11, 53], "proxim": 31, "psci": [9, 13, 14, 44], "psciv1": [9, 13, 14, 44], "pseudo": 36, "pseudorandom": [27, 54], "pseudorandom_err_check": 59, "pseudotermin": 66, "psgtr": [9, 44], "pshare": 60, "psk": 94, "psm": 18, "pt": 66, "pt8j89oqyd1irqs2gc9ab1hajxtxh13": 44, "pthread_setname_np": 53, "ptp": [9, 13, 14, 44, 49], "ptp0": 44, "ptr": 61, "ptrdiff_t": 104, "ptrtostringansi": 61, "ptt": 100, "pty": 66, "public": [2, 44, 61], "publish": [1, 3, 17, 18], "pull": [1, 2, 23, 43, 59, 83, 92, 101, 107, 112], "puls": [26, 27, 59, 78, 110, 111], "pulsar": 14, "pulsar_adc": 14, "pump": [13, 14], "purchas": [74, 75, 77, 78, 94, 97, 103], "pure": [17, 61, 110], "purg": 44, "purpos": [15, 27, 47, 57, 61, 63, 66, 76, 79, 89, 90, 94, 97, 100, 108, 111], "pursu": 102, "push": [3, 6, 17, 36, 61, 100, 108], "push_pul": 66, "pushchannel": 64, "put": [59, 61, 82, 84, 90, 95, 96, 97, 99, 100, 102, 107, 111], "putti": [9, 13, 14, 15, 18, 89, 90], "puzzl": 60, "pwd": [0, 43, 54], "pwr": [57, 59, 108], "py": [15, 18, 63, 65], "pyadi": [4, 17, 49, 58, 60], "pycharm": 18, "pylibiio": [61, 71], "pypi": [61, 65, 71], "python": [2, 6, 15, 17, 49, 53, 60, 63, 71, 84, 88, 97, 102, 103, 104, 106], "python2": 18, "python3": [18, 53, 63, 65], "python37": 65, "python_execut": [53, 65], "pzsdr2400tdd": 43, "q": [5, 26, 27, 57, 59, 66, 100, 104], "q0": [5, 70], "q1": [5, 70], "q3": 74, "q4": 74, "q5": 74, "q6": 74, "q7": 74, "q8": 74, "q9": 74, "qca": [9, 13, 14, 44], "qconfig": [27, 29, 30], "qdisc": 89, "qec": [27, 59], "qlen": 89, "qpart": 5, "qpll": [9, 14], "qpsk": [5, 60, 70], "qspi": [9, 14, 44, 97], "qt5": 106, "quadratur": [27, 56, 106], "quadrature_tracking_en": 59, "qualcomm": 9, "qualif": 74, "qualifi": [0, 15, 59, 76], "qualiti": [18, 96], "quantiz": 70, "quartus_boot_on_ubuntu_mast": 49, "quartz": 110, "queri": [9, 42, 44, 61, 86], "question": [6, 10, 17, 18, 27, 33, 34, 57, 61, 68, 70, 74, 78, 84, 85, 86, 89, 102, 110], "queu": [13, 14, 49], "queue": [13, 14, 49, 61], "quick": [6, 8, 9, 10, 12, 13, 14, 26, 47, 52, 57, 59, 71, 77, 87, 88, 89, 106, 108], "quickli": [27, 61, 88, 105], "quickstart": [74, 78], "quiet": [59, 66, 97], "quikev": [18, 22], "quirk": [9, 13, 14, 44], "quit": [57, 59, 61, 89, 97, 104, 105, 108, 110], "quota": [9, 13, 14, 44], "r": [2, 13, 14, 18, 49, 53, 60, 61, 66, 88, 89, 90, 110], "r1": [15, 59, 110], "r2": [59, 110], "r2023b": 70, "r2024a": 70, "r3": 110, "r346": 74, "r5": 110, "r8153_ecm": [13, 14], "r8192": [9, 13, 14, 44, 49], "r88": 97, "radiat": [105, 108], "radio": [0, 4, 27, 31, 37, 60, 61, 68, 70, 71, 89, 97, 99, 102, 106, 111], "radio_of": 27, "radio_off": 27, "radio_on": 27, "rai": 111, "raid6": [9, 13, 14, 44], "rail": 97, "rais": [5, 13, 14, 49], "rakon": 97, "ralink": 94, "ram": [9, 14, 44, 88, 90], "ramdisk": 44, "ramf": 90, "ramp": [27, 110], "ran": [18, 61, 66], "random": [9, 13, 14, 18, 44, 49, 90, 100], "randomli": [13, 52], "rang": [5, 9, 13, 14, 15, 21, 26, 27, 44, 49, 56, 59, 61, 66, 67, 74, 75, 78, 84, 105, 108], "ranlib": 53, "rapid": [6, 10, 15, 49, 90, 111], "rapidli": [15, 90], "rapidnet": [4, 17], "rare": [61, 90], "raspberi": 18, "raspberri": [4, 17, 18, 22, 23, 42, 66, 102, 103, 106], "raspbian": [13, 14, 49, 66], "rate": [5, 9, 13, 14, 15, 18, 26, 29, 31, 36, 42, 49, 55, 56, 57, 59, 61, 62, 66, 74, 77, 78, 104], "rate_khz": 26, "rather": [17, 36, 61, 88, 89, 96, 110], "ratio": [22, 23, 26, 27, 66, 97], "raw": [9, 13, 14, 18, 31, 36, 40, 43, 44, 49, 57, 59, 60, 61, 66, 89], "rb": 57, "rbf": 49, "rc": [13, 14, 44, 49, 60], "rc5": 44, "rc6": 44, "rcu": [9, 13, 14, 44, 49], "rcu_fanout_leaf": [9, 13, 14, 44], "rd": [9, 14, 44, 74], "re": [13, 14, 18, 22, 27, 44, 48, 49, 52, 57, 61, 82, 90, 95, 97, 103, 104, 108], "reach": [13, 14, 27, 32, 36, 49, 61], "react": 27, "reactiv": [2, 110], "read": [1, 5, 9, 13, 14, 15, 18, 22, 31, 32, 33, 34, 35, 36, 39, 40, 42, 44, 49, 53, 54, 56, 57, 60, 64, 65, 66, 67, 76, 77, 82, 84, 86, 89, 90, 93, 95, 97, 100, 102, 104, 106], "readabl": [27, 88], "readback": 77, "readbuf": 61, "reader": [22, 23, 49, 52], "readi": [9, 14, 15, 18, 31, 43, 44, 49, 52, 61, 66, 70, 74, 89, 93, 111], "readili": [6, 9, 10, 13, 14, 74, 84, 102, 110], "readm": [44, 48, 71], "real": [5, 13, 22, 27, 31, 38, 52, 61, 79, 83, 84, 100, 101, 102, 104, 108, 110, 112], "realiti": [61, 108, 110], "realli": [18, 36, 61, 89, 90, 97, 99, 105, 108], "realtek": 94, "realtim": [13, 14], "realvnc": 18, "rearrang": 79, "reason": [0, 18, 49, 59, 61, 63, 89, 107, 108, 110], "reboot": [13, 17, 18, 27, 43, 49, 81, 82, 88, 90, 91, 95], "rebuild": [0, 53, 62], "recal": 61, "receiv": [5, 6, 10, 13, 14, 15, 26, 42, 49, 55, 59, 60, 64, 67, 79, 90, 97, 99, 100, 102, 105, 106, 107], "recent": [18, 31, 53, 57, 60, 61, 90], "recip": [0, 45, 46, 47, 48], "recogn": [53, 57, 61, 97], "recommenc": 88, "recommend": [2, 6, 7, 9, 10, 11, 13, 14, 26, 27, 43, 45, 47, 52, 54, 57, 60, 61, 65, 67, 71, 74, 76, 77, 84, 88, 89, 94, 97, 100, 102, 103, 110], "recompil": [43, 103], "reconcil": 108, "reconfigur": 52, "record": [49, 52, 61, 63, 77, 90], "recov": [89, 90], "recoveri": [9, 13, 14, 26, 44, 49, 97], "recreat": 61, "recurs": [70, 92], "recycl": 18, "red": [9, 13, 14, 15, 18, 44, 49, 61, 74, 76, 77, 79, 89, 108], "redistributor": 13, "redo": 97, "reduc": [0, 27, 31, 47, 97, 110], "redund": 78, "ref": 2, "ref_clk": 9, "ref_in": 48, "refa": 9, "refa_n": 9, "refclk": 59, "refclk_div": 9, "refer": [6, 9, 10, 15, 17, 18, 26, 27, 43, 45, 46, 47, 48, 49, 53, 57, 61, 64, 70, 74, 75, 76, 77, 78, 79, 82, 83, 85, 89, 95, 100, 101, 105, 108, 111, 112], "referenc": [15, 97], "reflect": [15, 61, 77, 108], "reformat": [18, 52], "refresh": [15, 56, 57, 76, 79], "reg": [27, 48], "regard": [83, 101, 112], "regardless": 65, "regener": [13, 14, 45, 49], "region": [9, 13, 14, 44, 57], "regist": [9, 13, 14, 15, 26, 30, 33, 34, 42, 44, 49, 57, 59, 61, 76, 79, 89, 100, 112], "registr": [4, 31, 70], "regoff": 49, "regul": [9, 13, 14, 44, 49, 74, 100, 111], "regular": [13, 14, 27, 49, 61], "regulatori": [13, 14], "reinforc": 111, "reiniti": 54, "reject": 97, "rel": [22, 31, 61, 78, 108], "rel1": [76, 79], "rel2": 77, "relat": [18, 43, 57, 61, 70, 104], "relatim": 89, "relationship": [102, 105, 108, 110], "releas": [9, 13, 14, 17, 18, 42, 44, 53, 57, 59, 61, 63, 65, 68, 70, 71, 74, 88, 89, 97, 106], "relev": [39, 52, 77, 108], "reli": 61, "reliabl": 108, "relink": 26, "reload": [53, 56, 77, 79, 89], "relock": 26, "relx": 77, "remain": [74, 77], "remaind": 46, "remedi": 111, "rememb": [18, 52, 59, 90, 105], "remot": [2, 8, 12, 15, 17, 18, 43, 49, 53, 61, 89, 90, 93, 104], "remount": [13, 14, 49, 89, 93], "remov": [1, 6, 9, 10, 13, 14, 15, 18, 27, 43, 44, 45, 47, 48, 49, 52, 53, 57, 64, 74, 79, 84, 86, 89, 90, 94, 102, 107, 110], "remove_al": 96, "remove_trigg": 30, "renam": [0, 14, 43, 49, 63], "renom": 2, "renssela": 111, "repartit": 18, "repeat": [5, 15, 26, 61, 64, 66], "replac": [2, 14, 43, 45, 49, 53, 60, 61, 74, 79, 86, 97], "repli": 18, "replic": [0, 15, 66], "replug": 77, "repo": [0, 2, 22, 43, 68, 70, 71, 86, 88, 89, 90], "report": [13, 14, 15, 27, 32, 40, 49, 53, 61, 83, 85, 86, 88, 90, 93, 101, 112], "repositori": [0, 1, 2, 18, 22, 43, 44, 57, 60, 65, 68, 70, 71, 83, 85, 88, 101, 112], "repositoryformatvers": 2, "repres": [17, 48, 61, 65, 66, 75, 79, 100, 105, 108], "represent": [57, 61, 77, 79, 86], "reproduc": 93, "req": 49, "request": [1, 2, 13, 14, 23, 27, 32, 40, 49, 52, 53, 61, 71, 89, 93, 97, 100], "requir": [0, 2, 4, 8, 12, 17, 18, 22, 23, 26, 27, 32, 33, 42, 43, 46, 47, 52, 53, 54, 56, 61, 63, 64, 65, 66, 68, 70, 71, 74, 77, 79, 86, 88, 92, 94, 96, 100, 103, 108, 110, 111], "required_vivado_vers": 88, "rerun": 54, "reschedul": [27, 56], "research": 111, "resembl": 110, "reserv": [9, 13, 14, 26, 44, 49, 62], "reset": [9, 15, 26, 27, 44, 49, 54, 76, 90, 93, 97], "reset_zynqmp": [9, 44], "resid": [27, 34], "resist": [100, 110], "resistor": [15, 22, 66, 74, 75, 77, 97, 108, 110], "resolut": [9, 13, 14, 18, 22, 26, 27, 29, 43, 44, 49, 76], "resolution0": [26, 54], "resolution1": [26, 54], "resolution2": 26, "resolution3": 26, "resolution4": 26, "resolution5": 26, "resolution6": 26, "resolution7": 26, "resolution8": 26, "resolution9": 26, "resolv": [52, 53, 61, 89], "reson": 110, "resourc": [0, 9, 14, 15, 17, 18, 29, 44, 53, 59, 61, 64, 65, 79, 96, 102, 110], "respect": [6, 18, 23, 43, 46, 61, 74, 90], "respons": [52, 53, 61, 75, 89, 110], "rest": [22, 61, 70, 89, 111], "restart": [59, 89, 93], "restor": [13, 14, 49], "restrict": [9, 13, 14, 44, 49, 56], "restyp": 61, "result": [5, 13, 14, 47, 48, 49, 52, 56, 59, 61, 63, 66, 70, 79, 97, 105, 108, 110, 112], "resum": [3, 17, 61, 94], "resurrect": 18, "ret": [44, 99, 100], "retim": 5, "retri": 52, "retriev": [32, 49, 61, 66, 79], "return": [5, 29, 53, 59, 61, 66, 79, 85, 90, 100, 104, 108], "retval": 86, "reus": 53, "rev": [9, 13, 14, 26, 43, 44, 49, 59, 88], "rev1": [9, 14, 44, 47], "rev10": [27, 43, 46, 48], "rev2": 47, "rev3": 13, "reva": [13, 14, 43, 47], "revb": [43, 47, 88], "revc": 47, "reveal": 108, "revers": [74, 78], "revert": 18, "review": [0, 17, 52, 98, 111], "revis": [13, 14, 49, 90], "rewrit": [61, 90], "rf": [6, 7, 10, 11, 13, 14, 18, 21, 26, 27, 53, 56, 59, 67, 70, 95, 97, 99, 102, 106], "rf_bandwidth": 59, "rf_bandwidth_avail": 59, "rf_dc_off": 59, "rf_dc_offset_tracking_en": 59, "rf_pll": 26, "rf_port_select": [59, 67], "rf_port_select_avail": 59, "rfbandwidth": 67, "rfbw": 27, "rfcard": 43, "rfcomm": [9, 13, 14, 44], "rfir": 26, "rfkill": [13, 14], "rflo": 27, "rfpll": 26, "rfport": 67, "rfscvs0vtbw": 18, "rgetz": [49, 90], "rgmii": [9, 13, 14, 44], "rhb1": 26, "rhel": 89, "ribbon": [15, 74, 77, 107], "richard": 111, "richardson": 18, "rid": 108, "right": [18, 43, 52, 57, 61, 77, 79, 83, 86, 87, 88, 89, 90, 101, 108, 112], "ring": [27, 29, 30, 32, 35, 42, 49], "rippl": 97, "rise": [26, 27, 63, 66, 74, 108], "rising_edg": 66, "risk": [90, 97], "rm": [22, 23, 36, 53, 60], "rmw": [9, 13, 14, 44], "rndi": [89, 93], "rndis_host": 89, "rndis_wlan": 89, "rng": [13, 14, 49], "rnw": 0, "ro": 89, "robot": [15, 78], "robust": [18, 61, 78], "rodata": [9, 13, 14, 44, 49], "rodolfo": [9, 13, 14, 44, 49], "role": 0, "rom": 14, "romlx6": 13, "room": [107, 108], "root": [2, 5, 9, 13, 14, 18, 27, 33, 44, 48, 49, 52, 53, 57, 60, 61, 65, 66, 70, 88, 89, 90, 93, 94, 96], "rootf": [9, 14, 44, 53, 88], "rootfstyp": [9, 13, 14, 44], "rootwait": [9, 13, 14, 44, 49], "roscolux": 23, "rotat": [13, 14, 49, 108], "rough": 110, "roughli": [61, 74], "round": [26, 56], "rout": [13, 14, 27, 31, 44, 49, 61], "row": [5, 27, 63, 77, 79], "rpc": [9, 13, 14, 44, 49], "rpcsec_gss": [13, 14, 49], "rpi": [4, 18, 22, 49], "rpi1": [13, 14, 49, 53], "rpi400": 25, "rpi_boot_fil": 53, "rpm": 44, "rpmdevtool": 60, "rpt1": 53, "rsa": [13, 14, 44], "rsens": 74, "rshunt": [9, 14, 44, 75], "rssi": [42, 56, 59, 67, 99], "rssi_gain_step": 59, "rssi_gain_step_error": 59, "rssivalu": 67, "rst": [0, 2, 59], "rsync": 88, "rt2501": 94, "rt27xx": 94, "rt28xx": 94, "rt30xx": 94, "rt61": 94, "rt73": 94, "rtc": [9, 13, 14, 29, 30, 31, 38, 44, 49], "rtc0": [9, 13, 14, 44, 49], "rtc_zynqmp": [9, 13, 14, 44], "rting": 9, "rtl5": [9, 44], "rtl8152": 94, "rtl8153": 94, "rtti": 53, "rubber": 108, "rude": 49, "rule": [13, 14, 49, 53, 65, 89, 110], "run": [0, 2, 4, 7, 8, 9, 11, 12, 13, 14, 17, 18, 22, 23, 27, 43, 44, 47, 48, 49, 52, 53, 55, 60, 61, 63, 65, 66, 68, 71, 74, 76, 77, 79, 82, 84, 86, 87, 88, 89, 90, 93, 95, 97, 100, 102, 103, 104, 105, 107, 108, 110], "run_setup": 79, "runlevel": 44, "runm": [94, 96], "runme0": 96, "runnin": 22, "runthrough": 20, "runtim": [13, 14, 42, 49, 53, 90], "rw": [9, 13, 14, 27, 44, 49, 60, 88, 89], "rwdata": [9, 13, 14, 44, 49], "rwxr": 60, "rwxrwxr": 88, "rx": [9, 13, 14, 33, 42, 48, 49, 55, 56, 59, 66, 67, 71, 89, 97, 99, 100, 104, 105], "rx0_i": 104, "rx0_q": 104, "rx1": [27, 49, 55, 59, 97], "rx2": [27, 55, 59, 97], "rx_lo": [59, 96], "rx_path_rat": 59, "rx_rf_bandwidth": 71, "rxagc": 26, "rxbuf": 104, "rxfegain": 27, "rxgaindecpin": 27, "rxgainincpin": 27, "rxo3225m": 97, "rxon": 26, "rxprofil": 27, "rxsamp": 59, "rxtx": 70, "s1": 97, "s12": [59, 61], "s16": 59, "s1a": [74, 78], "s2a": [74, 78], "s34536": 14, "s36840": 13, "s45324": 49, "s46488": 44, "s47384": 9, "s64": 36, "sad": 61, "safe": [52, 53, 61, 74, 96], "safer": [13, 14, 49], "safest": 52, "safeti": 79, "sai": [18, 52, 61, 90, 108], "said": 61, "sale": [7, 11], "sam": 111, "same": [15, 18, 22, 23, 26, 27, 30, 35, 43, 49, 53, 56, 57, 60, 61, 70, 77, 78, 79, 83, 89, 90, 97, 99, 101, 107, 108, 111, 112], "sampl": [15, 17, 18, 22, 23, 26, 29, 30, 31, 32, 35, 42, 56, 57, 59, 60, 62, 66, 70, 79, 80, 96, 100, 102, 104], "sample_r": 61, "sampler": [66, 86], "samples_count": 61, "samples_pp": 59, "samplesperfram": 67, "sampling_frequ": [59, 66, 96, 104], "sampling_frequency_avail": 59, "sampling_frequency_in": 66, "sampling_frequency_out": 66, "sampling_r": 61, "samplingr": 67, "samtec": 107, "sane": 53, "sanyo": 44, "sar": 18, "sarah": 111, "sata": [9, 14, 44], "satisfi": [1, 110], "satur": 59, "save": [0, 13, 14, 18, 49, 52, 53, 54, 66, 77, 79, 88, 89, 90, 94, 100, 101, 103, 108], "savedefconfig": 88, "sawyer": 111, "sbin": [13, 14, 49, 89, 93], "sc32g": [13, 49], "scalabl": 78, "scale": [5, 15, 18, 57, 59, 61, 99], "scan": [6, 10, 13, 32, 39, 49, 59, 61, 94], "scan_el": [32, 61], "scari": 18, "scenario": [0, 47, 56], "sched_clock": [9, 13, 14, 44, 49], "schedul": [9, 13, 14, 44, 49], "schema": 61, "schemat": [4, 17, 74, 77, 78, 81, 82, 83, 95, 97, 100, 101, 102, 108], "scheme": 49, "schmartboard": [18, 22], "schmidt": [90, 93], "school": [79, 103, 111], "schottki": 108, "scienc": [102, 111], "sck": [15, 64], "scl": [14, 64, 66], "sclk": 15, "sco": [9, 13, 14, 44], "scontrol": [9, 14, 44], "scooter": 78, "scope": [5, 18, 22, 27, 57, 67, 89, 100], "scopeid": 89, "scopi": [84, 87, 89, 90, 108, 110, 111], "scopyshot": 110, "scr": [13, 49], "scrambl": 26, "scratch": 18, "screen": [13, 14, 18, 31, 49, 57, 66, 76, 79, 89, 90], "screenshot": [18, 77], "screw": [74, 77, 97], "script": [0, 2, 7, 9, 11, 13, 15, 18, 42, 44, 49, 53, 57, 60, 61, 63, 68, 70, 76, 84, 88, 90, 93, 94, 95, 96, 100, 103], "scroll": 18, "scsi": [9, 13, 14, 18, 44, 49, 89], "scsi9": 89, "sd": [4, 6, 7, 9, 10, 11, 13, 14, 17, 22, 23, 25, 42, 44, 53, 57, 68, 70, 89], "sd32g": 14, "sda": [64, 66], "sda1": 96, "sdb": [89, 90], "sdb1": [89, 90], "sdcard": 12, "sdfec": 47, "sdhc": [9, 13, 14, 44, 49], "sdhci": [9, 13, 14, 44], "sdio": [9, 44], "sdk": [79, 88], "sdp": [77, 78, 79], "sdp_k1_pybms_usb_to_spi_bytes_debug_usb_port": 77, "sdr": [6, 10, 17, 19, 68, 70, 71, 88, 90, 93, 97, 100, 101, 102, 103, 104, 106], "sdrangel": 106, "sdrsharp": 106, "sdt": [46, 47], "sea": 108, "search": [48, 57, 77, 83, 85, 101, 112], "sec": [9, 13, 14, 44], "seccomp": [13, 14, 49], "second": [5, 22, 23, 26, 30, 40, 53, 54, 61, 64, 66, 74, 77, 88, 89, 96, 97, 102], "secondari": [9, 13, 14, 44, 49, 103], "section": [15, 18, 27, 33, 43, 47, 52, 56, 62, 65, 68, 70, 71, 77, 79, 84, 85, 86, 88, 90, 97, 102, 103], "sector": 52, "secur": [9, 13, 14, 18, 44, 49, 61, 90], "sed": [0, 53, 54, 68, 70], "see": [0, 2, 5, 7, 9, 11, 13, 14, 15, 18, 26, 27, 43, 44, 49, 50, 51, 54, 56, 57, 59, 60, 61, 62, 65, 68, 70, 71, 74, 76, 78, 86, 89, 90, 97, 99, 100, 102, 104, 105, 106, 110], "seed": [13, 14, 49], "seemingli": 108, "seen": [9, 13, 14, 15, 61], "segment": [13, 14, 44, 49, 65], "seismic": 15, "sel": [26, 54], "sel0": [9, 14, 26, 44, 54], "sel1": [9, 14, 26, 44, 54], "sel2": [9, 14, 44], "sel3": [9, 14, 44], "select": [13, 15, 17, 18, 26, 27, 32, 43, 45, 48, 52, 53, 54, 56, 57, 59, 64, 65, 66, 67, 70, 76, 77, 79, 89, 105, 107, 110, 111], "selector": [23, 56], "self": [31, 42, 54, 61, 102, 103], "selinux": [9, 13, 14, 49], "selinuxf": 9, "sell": 61, "semest": 111, "semiconductor": 108, "send": [44, 60, 74, 76, 79, 83, 100, 101, 112], "sens": [15, 18, 31, 36, 59, 61, 74, 75, 78, 89], "sensit": [6, 9, 10, 13, 14, 74, 84, 89, 99, 102, 106, 110], "sensor": [4, 17, 18, 27, 31, 35, 36, 74, 108], "sent": [5, 27, 52, 53, 61, 77, 79, 89, 93], "sep": [13, 49, 66], "separ": [5, 40, 47, 61, 66, 75, 76, 77, 97, 103], "seps525": [13, 14], "sequenc": [13, 14, 27, 34, 54, 77, 94], "ser": 26, "serach": 94, "seri": [15, 22, 23, 27, 58, 78, 87, 105, 108], "serial": [9, 13, 14, 15, 26, 27, 31, 44, 49, 59, 60, 77, 78, 79, 90, 93, 107], "serial1": 49, "serializerlanecrossbar": 26, "serialnumb": [9, 13, 14, 44, 49, 89], "serv": [0, 22, 23, 61, 78], "server": [2, 13, 14, 15, 18, 44, 49, 60, 93, 108], "servic": [9, 13, 14, 44, 49, 53, 57, 89, 103], "session": [13, 14, 49, 60, 61, 63, 77, 79], "set": [2, 4, 9, 12, 14, 18, 22, 32, 33, 34, 40, 42, 43, 44, 46, 47, 49, 52, 53, 59, 60, 61, 62, 64, 65, 66, 67, 68, 69, 70, 74, 75, 76, 77, 79, 85, 86, 87, 88, 89, 90, 94, 96, 97, 99, 100, 102, 104, 106, 108, 110, 111], "set_bit": 61, "setattributeraw": 67, "setend": 14, "settings64": [43, 88], "settl": [26, 59], "settrig": 61, "setup": [2, 4, 6, 9, 13, 14, 17, 18, 27, 42, 64, 65, 71, 75, 79, 86, 100, 108], "setupimpl": 70, "setupinit": 70, "setuplibad9361": 70, "setuptool": 65, "sever": [15, 18, 27, 44, 45, 47, 49, 52, 54, 56, 57, 60, 61, 70, 92, 100, 108, 110], "sf": [44, 90, 93], "sfdr": 84, "sforshe": [13, 14], "sfp": 49, "sg2": 89, "sgi": 13, "sh": [0, 43, 53, 57, 66, 88, 90, 94, 96, 100], "sha1": 44, "shaft": 108, "shake": 18, "shall": [0, 2, 61], "shape": [70, 86], "shapiro": 111, "share": [9, 13, 14, 18, 27, 44, 49, 53, 57, 60, 61], "sharp": [44, 65, 110], "shed": 22, "sheet": 15, "shell": [13, 14, 44, 48, 49, 90, 93, 94, 95, 96, 100, 103], "shift": [13, 14, 26, 48, 49, 61, 99, 100, 110], "shifter": 26, "ship": 97, "shirt": 102, "short": [0, 5, 59, 61, 89, 90, 100, 111], "shortcut": 77, "shorter": 108, "shortli": 18, "shortnam": 89, "shot": 59, "should": [0, 2, 5, 6, 9, 10, 13, 14, 15, 18, 26, 27, 31, 32, 43, 47, 49, 52, 53, 54, 57, 59, 60, 61, 63, 64, 65, 68, 70, 76, 77, 82, 83, 84, 85, 86, 88, 89, 90, 95, 96, 97, 98, 100, 101, 102, 103, 105, 106, 107, 108, 110, 112], "shouldn": [52, 89], "show": [13, 14, 18, 42, 47, 49, 57, 59, 61, 66, 70, 76, 82, 89, 90, 95, 97, 99, 100, 104, 108], "showexec": 89, "shown": [8, 12, 13, 14, 15, 18, 29, 43, 47, 49, 52, 53, 60, 74, 75, 77, 89, 90, 108, 110], "shunt": [75, 110], "shut": [9, 13, 14, 18, 49, 108], "shutdown": [9, 13, 14, 18, 44, 49, 104], "si": [18, 26], "si5324": 14, "si5328": 14, "si5341": 14, "si570": [9, 14, 44], "side": [53, 57, 59, 70, 74, 75, 79, 90, 97, 105, 108], "sidebar": 0, "sierra": 103, "sig": [26, 59], "sig_atomic_t": 100, "sight": 110, "sigint": 100, "sigkil": 93, "sigma": 27, "sign": [5, 18, 27, 39, 40, 59, 61], "signal": [6, 9, 10, 17, 18, 26, 31, 42, 56, 57, 61, 62, 63, 65, 66, 70, 77, 84, 87, 90, 100, 102, 103, 106, 110, 111], "signatur": 86, "signific": [27, 45, 61], "significantli": 62, "signum": 100, "sigterm": 93, "silentoldconfig": 43, "silicon": [9, 13, 26, 44, 107, 108, 110], "similar": [2, 15, 18, 31, 40, 47, 49, 61, 79, 86, 89, 90, 108, 110], "simpl": [2, 8, 12, 15, 17, 18, 23, 31, 36, 57, 60, 61, 86, 89, 104, 108, 110], "simplest": [18, 48, 61], "simplex": 89, "simpli": [2, 15, 18, 43, 52, 53, 54, 57, 61, 65, 70, 77, 86, 89, 93, 96, 99, 108, 110, 111], "simplic": 110, "simplifi": [15, 18, 27, 33, 61, 71, 74, 79], "simrf": [6, 10, 70], "simul": [6, 10, 66, 68, 77, 108], "simulink": [6, 10, 17, 58, 60, 61, 67, 68, 70, 89, 97, 102, 106], "simultan": [57, 77, 100], "sin": [5, 56], "sinc": [0, 2, 5, 13, 18, 22, 23, 27, 31, 33, 52, 54, 55, 57, 61, 63, 67, 71, 82, 86, 88, 89, 90, 92, 95, 97, 102, 103, 104, 105, 110], "sine": [5, 23, 110], "sinewave_0": 5, "singl": [18, 31, 32, 35, 36, 39, 40, 43, 53, 57, 61, 68, 70, 74, 75, 77, 78, 79, 89, 97, 103, 108, 110, 112], "sink": [74, 108], "sit": [9, 13, 14, 44, 49], "site": [6, 65, 88, 103], "situ": [13, 14], "situat": [22, 23, 30, 108, 110], "size": [9, 13, 14, 15, 26, 27, 31, 43, 44, 48, 49, 52, 53, 56, 57, 59, 60, 61, 63, 66, 90, 93, 108, 111], "size_in_byt": 62, "size_t": 61, "sizeof": 64, "skill": [17, 111], "skim": [84, 102], "skin": 108, "skip": [2, 9, 13, 14, 44, 49, 52, 53, 59, 68, 90, 100], "sl": [17, 73, 75, 76, 79, 80], "sl16g": 9, "slate": [82, 95], "slave": [15, 27, 44, 56, 59, 64, 66, 100], "slave_address": 64, "sleep": [59, 61, 93, 100], "slew": 26, "slice": [13, 14, 26, 49, 52], "slide": 17, "slightli": [61, 97, 108, 110], "slogin": 90, "slope": 26, "slot": [9, 14, 15, 26, 44, 49, 100], "slow": [26, 52, 59, 61], "slow_attack": [27, 59, 67], "slower": [70, 83, 101, 112], "slowest": [26, 61], "slowli": 22, "slub": [13, 49], "slum": [9, 14, 44], "sma": [97, 105], "smack": [13, 14, 49], "small": [10, 15, 47, 52, 59, 61, 62, 67, 78, 97, 100, 107, 108, 110], "smaller": [56, 99], "smart": [18, 61, 89, 108, 111], "smarter": [61, 102], "smc": [13, 14], "smccc": [13, 14], "smmu": 9, "smp": [9, 13, 14, 44, 49, 59, 66, 88, 89], "smsc": 94, "smudg": 2, "snapshot": [9, 13, 14, 49], "snd": [9, 13, 14, 44, 49], "snip": [27, 29, 30, 43, 54], "snippet": [18, 104], "snr": [22, 23, 27, 84], "sntf": [9, 14, 44], "so": [0, 2, 5, 15, 18, 22, 27, 31, 35, 36, 39, 40, 47, 49, 52, 53, 56, 57, 59, 60, 61, 62, 65, 66, 70, 84, 86, 88, 89, 90, 94, 96, 97, 99, 100, 102, 103, 104, 107, 108, 110, 112], "soapi": 106, "soapyplutosdr": 106, "soapysdr": 106, "soc": [7, 8, 11, 12, 15, 18, 44, 47, 49, 70, 74, 76, 78], "soc_id": [13, 14], "soc_system": 49, "socat": 66, "socfpga": 49, "socfpga_arria10": 49, "socfpga_arria10_common": 49, "socfpga_arria10_socdk_ad9081": 49, "socfpga_arria10_socdk_sdmmc": 49, "socfpga_cyclone5_common": 49, "socket": [9, 13, 14, 22, 44, 49, 61], "sockit": [18, 70, 112], "softwar": [0, 4, 8, 12, 18, 27, 29, 30, 32, 35, 36, 37, 42, 44, 49, 57, 59, 60, 61, 65, 66, 68, 70, 71, 75, 80, 82, 83, 84, 87, 89, 90, 93, 95, 96, 97, 101, 102, 103, 104, 106, 112], "software_defined_radio": [6, 10], "soh": [74, 76, 78], "solder": [18, 107, 108], "solderless": 110, "solid": [18, 102], "solut": [7, 10, 11, 15, 48, 49, 65, 74, 78, 89, 90, 103], "solv": [31, 53, 57, 84, 102], "some": [0, 2, 7, 9, 11, 13, 14, 17, 18, 22, 23, 26, 27, 31, 33, 36, 39, 44, 47, 52, 56, 57, 61, 62, 63, 64, 65, 70, 71, 76, 77, 83, 88, 89, 90, 96, 97, 100, 101, 103, 105, 108, 110, 111, 112], "somebodi": [83, 101, 112], "somehow": [18, 108], "someon": [2, 83, 93, 94, 100, 101, 102, 112], "someth": [5, 18, 49, 56, 59, 60, 61, 83, 88, 89, 90, 96, 97, 99, 101, 103, 105, 108, 110, 111, 112], "sometim": [18, 27, 59, 60, 67, 83, 89, 97, 101, 111, 112], "somewhat": [18, 31], "somewher": 110, "song": 99, "soni": 44, "soon": [18, 27, 61, 62, 82, 103], "sophomor": 111, "sorri": [56, 97], "sort": [27, 33, 89, 90, 104, 108], "sortex": 43, "sound": [9, 13, 14, 18, 44, 49, 99, 108], "soundcard": [13, 14, 49], "sourc": [0, 1, 2, 9, 13, 14, 17, 18, 22, 26, 35, 42, 44, 45, 46, 47, 53, 56, 58, 61, 65, 66, 71, 75, 77, 81, 82, 88, 89, 91, 94, 95, 99, 106, 108, 110], "sourceforg": [52, 57, 90, 93], "sp701": 47, "space": [5, 30, 31, 32, 39, 40, 49, 61, 64, 66, 79, 84, 89, 92, 102, 103, 104, 108], "spare": [18, 30, 90], "sparkfun": 97, "spec": [46, 47, 48, 97, 105], "special": [27, 33, 49, 52, 96, 97, 108], "specif": [0, 15, 17, 18, 26, 27, 31, 32, 43, 45, 47, 49, 54, 56, 59, 60, 61, 64, 65, 66, 70, 71, 76, 79, 82, 83, 89, 90, 95, 97, 100, 101, 103, 111, 112], "specifi": [15, 18, 26, 27, 32, 39, 40, 43, 44, 45, 47, 59, 61, 66, 67, 70, 74, 79, 90, 93, 97, 105, 108], "specific_fold": 49, "spectr": [13, 49], "spectral": 84, "spectrum": [18, 27, 84, 87], "speed": [9, 13, 14, 17, 18, 23, 26, 27, 31, 32, 37, 43, 44, 49, 69, 70, 78, 89, 94, 95, 104], "sphinx": [0, 1], "spi": [9, 13, 14, 15, 18, 27, 31, 33, 44, 48, 49, 57, 59, 61, 65, 74, 78, 79, 84, 97, 100, 107], "spi0": [9, 14, 18, 44, 49], "spi1": [13, 14, 18, 44, 48], "spi32766": 9, "spi_altera": 49, "spi_desc": 64, "spi_device_id": [13, 14], "spi_extra": 64, "spi_init": 64, "spi_init_param": 64, "spi_mode_2": 64, "spi_mode_3": 64, "spi_remov": 64, "spi_write_and_read": 64, "spice": 108, "spiinitparam": 64, "spirit": [18, 98], "spl": 49, "splash": 90, "split": [9, 13, 14, 44, 55, 59, 64, 65], "splx4": 49, "sport": 31, "spram": 49, "spread": [108, 111], "springi": 108, "spur": 27, "squar": 36, "sr1": 111, "src": [53, 60, 61], "src_uri": [46, 47], "srcdir": 53, "srcu": [13, 14, 44, 49], "srcu_init": [13, 14], "srcu_struct": [13, 14], "ss": 64, "ssh": [44, 93, 96], "ssh_config": 89, "sshd": 93, "sshpass": [89, 93], "ssize_t": [61, 100], "ssl": 89, "sstatu": [9, 14, 44], "stabil": [15, 110], "stabl": [60, 68, 70, 79], "stack": [13, 14, 15, 17, 47, 49, 61, 76, 78, 84, 97, 101, 102], "stackabl": 74, "stage": [9, 14, 27, 29, 30, 44, 45, 53, 70, 90, 94, 110], "staging_kernel_dir": 47, "stai": [15, 53, 60, 61, 66, 94, 110], "stale": [13, 14, 49], "stand": 54, "standalon": [29, 30, 42, 78, 102, 103], "standard": [6, 9, 13, 14, 15, 18, 22, 23, 27, 44, 45, 48, 49, 52, 54, 55, 57, 64, 66, 67, 70, 74, 83, 90, 97, 101, 105, 107, 112], "standbi": [15, 49], "standpoint": 98, "stanford": 110, "stare": 112, "start": [6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 18, 22, 23, 26, 27, 29, 44, 45, 47, 49, 53, 57, 59, 61, 62, 64, 65, 66, 71, 76, 77, 79, 85, 87, 88, 90, 93, 94, 96, 97, 102, 104, 106, 108, 110, 111], "start_kernel": 49, "startdistcc": 9, "startup": [18, 65, 90, 108, 110], "stat": 53, "stata": 111, "state": [13, 14, 18, 26, 42, 44, 53, 56, 59, 61, 70, 74, 76, 78, 84, 89, 90, 100, 102, 110, 112], "state5": 59, "static": [6, 9, 10, 13, 14, 18, 22, 29, 49, 53, 61, 74, 84, 86, 102, 110], "station": [10, 27, 102, 105], "statu": [6, 10, 13, 14, 15, 42, 49, 52, 53, 67, 75, 77, 89, 90], "std": 64, "stdarg": 5, "stddef": 53, "stdint": [5, 53], "stdio": [5, 100], "stdlib": [5, 53], "steadi": [77, 110], "steam": 27, "stefan": [90, 93], "step": [0, 2, 6, 8, 10, 12, 13, 15, 17, 18, 26, 27, 43, 46, 52, 56, 57, 59, 61, 64, 65, 66, 68, 70, 71, 74, 76, 77, 79, 85, 86, 88, 89, 93, 99, 108, 110, 112], "stepsiz": 27, "still": [0, 15, 18, 27, 45, 46, 47, 49, 52, 56, 57, 60, 61, 63, 77, 85, 90, 94, 97, 99, 100, 108, 110], "stitch": 27, "stm32": 22, "stm32f469nih6": 78, "stmmac": 49, "stmmaceth": 49, "stop": [9, 13, 14, 15, 44, 49, 52, 53, 56, 57, 61, 63, 66, 77, 79, 84, 89, 90, 93, 96, 99, 100, 102], "stop_bit": [64, 66], "stop_host": 44, "stop_peripher": 44, "stopbit": 66, "stor": 89, "storag": [9, 13, 14, 18, 39, 44, 49, 52, 78, 88, 93, 96, 102, 103], "store": [2, 9, 14, 18, 27, 39, 44, 52, 56, 61, 63, 64, 79, 88, 89, 90, 103], "strace": 60, "straight": 36, "straightforward": [18, 49, 60, 79, 108], "strdup": 53, "stream": [6, 13, 14, 31, 36, 42, 52, 59, 61, 68, 86, 101, 103, 112], "streamlin": 79, "strength": [42, 56, 99, 100], "strerror_r": 53, "stretch": 89, "strict": [13, 14], "strictli": [47, 61], "string": [5, 9, 13, 14, 43, 44, 49, 53, 59, 61, 89, 94, 104], "strip": [53, 88], "strndup": 53, "strong": 27, "stronger": 59, "struct": [29, 36, 53, 60, 61, 64, 100, 104], "structur": [3, 15, 17, 26, 27, 31, 54, 61, 64, 104], "student": [83, 84, 101, 102, 103, 110, 111], "studi": [17, 76], "studio": [60, 61, 65, 111], "stuff": [18, 108], "style": [18, 53, 86], "su08g": 44, "sub": [9, 32, 61, 83, 100, 101, 105, 112], "subdirectori": [60, 92], "subimag": [44, 49], "subimg_unam": 49, "subject": [6, 9, 10, 13, 14, 31, 74, 84, 102, 110], "subminiatur": 105, "submodul": [70, 92], "subpalett": 85, "subprocess": 94, "subsequ": [61, 77], "subset": [47, 48, 103], "subsi": [9, 13, 14, 44], "substitut": 15, "subsystem": [9, 13, 14, 17, 27, 28, 29, 30, 32, 36, 41, 42, 44, 49, 60, 61, 70, 89, 104], "subtleti": 18, "succeed": [14, 49], "success": [9, 14, 42, 44, 52, 53, 61, 77, 79, 111], "successfulli": [9, 13, 14, 44, 53, 79, 88], "sudo": [0, 2, 9, 13, 14, 18, 23, 49, 52, 57, 60, 65, 88, 89, 90, 93], "suffic": 77, "suffici": 27, "suffix": [53, 56, 88], "suggest": [5, 17, 31, 83, 101, 108, 112], "suit": [18, 31, 88], "suitabl": [57, 61, 62, 74, 78], "sum": [36, 56, 61], "summari": [9, 13, 14, 44], "sun": 14, "sung": 99, "super": [18, 61], "superior": 61, "superserv": [13, 14, 44, 49], "superspe": 14, "suppli": [4, 9, 13, 14, 18, 27, 44, 49, 61, 75, 77, 78, 84, 85, 87, 94, 96, 97, 103, 107, 108, 110, 111], "supplic": [13, 14, 49], "support": [4, 5, 6, 7, 9, 10, 11, 13, 14, 17, 18, 26, 28, 32, 35, 36, 38, 40, 42, 44, 47, 48, 52, 53, 56, 57, 59, 61, 75, 77, 79, 80, 81, 82, 84, 89, 91, 95, 96, 97, 98, 102, 103, 106, 108, 111], "suppos": [0, 64], "suppress": 18, "sure": [13, 15, 18, 27, 40, 43, 49, 52, 53, 56, 57, 60, 61, 62, 63, 64, 65, 66, 70, 71, 74, 77, 79, 83, 86, 88, 89, 90, 96, 97, 100, 101, 108, 112], "surfac": [18, 108], "surround": 6, "survei": [103, 111], "surviv": 61, "suscept": [78, 89], "suse": 89, "sustain": 110, "svc": 49, "svg": 0, "sw1": 13, "sw11": 13, "sw6": [9, 14], "swamp": 99, "swap": [13, 14, 49, 61, 97, 100], "swapfil": [13, 14, 49], "swb": 49, "swd": [74, 77], "swdio": 74, "swdownload": [52, 53], "sweep": [108, 110], "swift": 79, "swig": 65, "swig_dir": 65, "switch": [4, 5, 9, 13, 14, 15, 17, 27, 43, 44, 49, 53, 61, 74, 77, 79, 90, 100, 108], "switcher": 97, "swp": 49, "swpb": 49, "swt_gtk3": 88, "sy": [9, 14, 18, 27, 29, 30, 32, 33, 34, 35, 40, 52, 53, 54, 56, 61, 62, 96], "symbol": [5, 57, 65], "sync": [2, 26, 27, 49, 52, 59, 96, 97], "syncb": 26, "syncbin0": 26, "syncbin1": 26, "syncbout": 26, "syncbout0": 26, "syncbout1": 26, "synchron": [13, 14, 26, 27, 31, 49, 56, 102], "syncoam": [13, 14], "synonym": 22, "synopsi": 49, "syntax": [1, 27], "synth": 59, "synthes": [10, 18, 27, 56, 59, 100], "synthesi": [4, 17, 27, 31, 70], "syscon": 49, "sysctl": 13, "sysf": [27, 29, 31, 36, 37, 38, 40, 60, 104], "sysfstrig0": 30, "sysfstrigid": 30, "sysid": [13, 14], "syslog": [13, 14, 49], "syslogd": 44, "sysmap": 43, "sysmgr": 49, "sysmon": 13, "sysref": [13, 14, 26], "sysroot": 53, "system": [4, 5, 6, 8, 9, 10, 12, 13, 14, 27, 29, 31, 35, 37, 42, 43, 44, 45, 46, 47, 52, 57, 60, 61, 65, 68, 70, 71, 76, 79, 84, 85, 88, 89, 90, 93, 94, 96, 97, 100, 101, 102, 103, 105, 111, 112], "system32": 65, "system_dtfil": [46, 47], "system_top": 88, "systemctl": [13, 14, 49], "systemd": [13, 14, 49, 89], "sysvinit": [13, 14, 44, 49], "sz": 44, "t": [0, 2, 9, 13, 14, 15, 18, 22, 23, 26, 27, 36, 44, 46, 49, 52, 53, 54, 56, 57, 59, 61, 63, 70, 83, 84, 89, 90, 93, 97, 99, 100, 101, 102, 103, 107, 108, 111, 112], "t0": 108, "t1": 59, "t2": 59, "t4": [13, 14, 49], "t_": [22, 23, 108], "t_dat": 104, "tab": [5, 54, 56, 77, 100, 108], "tabl": [4, 9, 13, 14, 15, 26, 42, 44, 47, 49, 59, 63, 70, 74, 79, 97, 111], "tablet": 103, "tabular": 76, "tack": 97, "tag": [49, 59, 60, 89, 90], "tah": 103, "tail": 47, "take": [18, 22, 27, 40, 43, 44, 49, 52, 54, 56, 61, 70, 79, 83, 84, 87, 88, 89, 90, 101, 102, 103, 106, 110, 111, 112], "taken": [9, 13, 14, 26, 27, 33, 92], "tal_fhm_full_exit": 26, "tal_fhm_gpio_mod": 26, "tal_fhm_non_gpio_mod": 26, "tal_fhm_quick_exit": 26, "tal_gpio_0": 26, "tal_gpio_00": 26, "tal_gpio_01": 26, "tal_gpio_03": 26, "tal_gpio_04": 26, "tal_gpio_06": 26, "tal_gpio_07": 26, "tal_gpio_10": 26, "tal_gpio_11": 26, "tal_gpio_12": 26, "tal_gpio_13": 26, "tal_gpio_14": 26, "tal_gpio_15": 26, "tal_gpio_invalid": 26, "talinit": 54, "talis": [9, 26, 27], "talise_us": 27, "taliseinit_t": 54, "talisestream": 27, "talisestreamxyz": 27, "talk": [18, 23, 47, 89, 100], "tap": [9, 13, 14, 27, 44, 57], "tape": 74, "tar": [18, 43, 53, 57, 68, 70], "target": [2, 6, 7, 9, 10, 11, 13, 14, 15, 18, 26, 27, 42, 44, 49, 52, 53, 57, 59, 61, 65, 68, 69, 112], "target_mtd_info": 88, "task": [0, 27, 49, 57, 61, 64, 66, 79], "taskstat": [9, 13, 14, 44], "taught": 111, "tbd": 97, "tcf": 44, "tcl": [70, 88], "tcn75a": 18, "tcp": [9, 13, 14, 44, 49], "tcp_listen_portaddr_hash": [13, 14, 49], "tdd": [26, 27, 43, 59, 100], "te": 27, "teach": 17, "teacher": 111, "team": [9, 44], "tech": 111, "technic": [89, 101], "techniqu": 74, "technolog": 111, "technologi": [102, 110, 111], "tee": [18, 61, 88], "telephoni": 110, "tell": [13, 14, 17, 18, 49, 60, 90, 97], "temp": [59, 63, 74, 88, 97], "temp0": 59, "temp_lut": 63, "temperatur": [4, 15, 17, 18, 22, 23, 27, 31, 53, 74, 76, 77, 108], "templat": [3, 17], "tempor": 2, "temporari": [13, 14, 49], "temporarili": 59, "ten": [26, 27, 61, 84], "tend": [36, 110], "tera": [9, 13, 14, 66, 89, 90], "teraterm": 18, "teravolt": 110, "term": [9, 13, 14, 15, 18, 27, 49, 61, 66, 76, 77, 89, 90, 99, 108, 110, 111], "termin": [9, 13, 14, 15, 18, 23, 26, 44, 49, 57, 74, 77, 79, 89, 90, 102, 105, 108], "terminologi": 17, "terrestri": 105, "terribl": [97, 99], "test": [4, 5, 6, 7, 8, 10, 11, 12, 15, 17, 18, 23, 31, 37, 42, 43, 44, 48, 49, 52, 53, 54, 61, 65, 77, 79, 84, 85, 89, 94, 96, 97, 98, 99, 102, 103, 105, 108, 110, 111], "test_ensm_pinctrl": 100, "testimoni": 17, "text": [5, 9, 18, 44, 49, 53, 61, 66, 79, 88, 89], "textbook": 111, "textu": 5, "textual": 61, "tf": [13, 59], "tfcollin": 57, "than": [0, 5, 15, 17, 18, 23, 26, 27, 36, 43, 53, 54, 56, 61, 65, 74, 77, 84, 88, 89, 96, 97, 102, 108, 110, 111, 112], "thank": [18, 61, 83, 101, 110, 112], "thatg": 18, "thb1": 26, "thb2": 26, "thb3": 26, "thd": [22, 23, 84], "theauxiliari": 27, "thei": [0, 8, 12, 15, 18, 27, 31, 36, 40, 61, 63, 65, 67, 68, 70, 84, 86, 88, 97, 100, 102, 105, 106, 107, 108, 110, 111], "them": [2, 13, 15, 18, 27, 43, 53, 56, 60, 61, 65, 66, 79, 82, 83, 85, 86, 88, 95, 96, 101, 102, 106, 108, 112], "theme": 108, "themselv": [31, 107], "theoret": 108, "theori": [18, 61, 102, 105, 110], "therefor": [5, 6, 9, 10, 13, 14, 27, 33, 39, 54, 61, 70, 74, 84, 90, 99, 102, 104, 110], "thermal": 109, "thermistor": 74, "thermocoupl": 108, "thermomet": 108, "thesi": 110, "thi": [0, 1, 2, 5, 6, 7, 9, 10, 11, 13, 14, 15, 17, 18, 20, 22, 23, 24, 25, 26, 27, 29, 30, 31, 32, 33, 35, 36, 39, 40, 43, 44, 45, 46, 47, 48, 49, 52, 53, 54, 56, 57, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 70, 71, 74, 75, 76, 77, 78, 79, 82, 83, 84, 85, 86, 88, 89, 90, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 107, 108, 110, 111, 112], "thing": [5, 6, 7, 9, 10, 11, 13, 14, 18, 22, 49, 52, 53, 57, 59, 61, 82, 83, 88, 89, 90, 93, 95, 96, 97, 99, 100, 101, 103, 105, 108, 112], "think": [40, 56, 83, 89, 97, 101, 102, 108, 111, 112], "third": [49, 60, 64, 77], "thisdir": [46, 47], "thoma": 18, "thonni": 18, "thorough": 110, "those": [1, 15, 18, 40, 53, 61, 82, 88, 89, 90, 94, 95, 96, 98, 102, 108, 112], "though": 94, "thought": [9, 13, 14, 49], "thousand": [49, 112], "thread": [49, 53, 83, 101, 112], "three": [2, 9, 13, 14, 18, 27, 44, 54, 59, 61, 63, 65, 70, 71, 74, 77, 89, 90, 97, 108], "thresh": [26, 59], "threshold": [26, 31, 36, 100], "thresholdsg": 18, "through": [2, 5, 15, 17, 18, 23, 26, 27, 32, 36, 43, 45, 47, 60, 61, 65, 67, 71, 74, 77, 78, 79, 84, 85, 86, 102, 108, 110, 111], "throughout": [22, 23, 27], "throughput": [15, 61, 94], "thu": [22, 23, 27, 32, 39, 61], "thumb": [96, 97, 110], "thumbe": 49, "ti": [9, 13, 14, 44], "tia": 26, "tick": [76, 79], "ticket": [90, 93], "tie": 18, "tight": 105, "till": 15, "tilt": 15, "time": [3, 7, 9, 11, 13, 14, 17, 18, 22, 23, 26, 27, 31, 36, 38, 40, 49, 52, 53, 57, 59, 60, 61, 62, 64, 70, 74, 76, 77, 79, 83, 88, 89, 90, 97, 100, 101, 107, 108, 110, 112], "timeout": [9, 14, 32, 44, 49, 59, 61, 63], "timeout_m": 61, "timer": [9, 13, 14, 22, 30, 31, 38, 44, 49, 79], "timer1": 49, "timestamp": [9, 31, 36, 44, 79], "timestamp_bit": [9, 13, 14, 44, 49], "timestamp_en": 39, "timestamp_index": 39, "timestamp_typ": 39, "ting": 9, "tini": 108, "tinyiiod": 15, "tip": 60, "titl": [0, 2, 57], "tjtzurt9_1u": 22, "tjunction": 108, "tk5scofh76iqy2upp": 44, "tl": [13, 60, 90, 94], "tlb": [9, 13, 14, 44], "tlbx": [68, 70], "tmp": [86, 88, 90], "tmp3": 18, "tmp_kallsyms1": 43, "tmp_kallsyms2": 43, "tmux": 46, "toc": [0, 1], "toctre": [0, 2], "togeth": [5, 18, 53, 61, 79, 97, 102, 111], "toggl": [79, 97], "toggle0_1": 27, "token": 61, "toler": [84, 108], "ton": 18, "tonal": 56, "tone": [5, 42, 57, 105], "too": [18, 45, 52, 59, 60, 61, 67, 97, 99, 108, 110], "tool": [2, 4, 6, 10, 13, 14, 27, 43, 47, 49, 52, 57, 59, 61, 68, 69, 70, 71, 76, 77, 78, 83, 88, 89, 90, 93, 96, 101, 102, 103, 106, 108, 111, 112], "toolbar": [52, 77], "toolbox": [6, 10, 17, 22, 58, 103], "toolchain": [14, 22, 42, 49, 53, 60, 88], "toolchain_external_install_dir": 88, "toothpick": 90, "top": [0, 2, 15, 44, 45, 52, 56, 57, 61, 71, 74, 77, 79, 89, 90, 97, 108], "topic": [0, 2, 52, 91, 102, 111], "topo": [13, 14], "topologi": [13, 14, 49], "tormod": [90, 93], "torvald": 60, "total": [9, 13, 14, 18, 22, 23, 27, 44, 49, 53, 56, 59, 61, 74, 77, 79, 88, 89, 93, 103, 108], "touch": [2, 18, 31, 96, 108], "tp": [74, 94], "tp16": 74, "tp2": 74, "tp4": 74, "tp7": 74, "tp8": 74, "tr": 90, "trace": [13, 14, 44, 49, 57, 108], "tracer": 22, "track": [0, 26, 42, 43, 54, 56, 59, 60, 97, 102, 112], "tracker": [83, 85, 86, 101, 112], "trade": 70, "tradit": 84, "traffic": 27, "tran": [9, 14, 44], "tranceiv": 42, "transact": 79, "transceiv": [6, 10, 17, 27, 41, 42, 49, 57, 60, 67, 69, 74, 95, 96, 100], "transceivertoolbox": 70, "transcieiv": 18, "transciev": 18, "transfer": [15, 18, 62, 64, 77, 79, 82, 84, 89, 90, 95, 105], "transform": [18, 22, 23, 61, 108], "transient": [26, 108], "transistor": [22, 108, 110], "transit": [13, 14, 100, 101], "translat": [13, 14, 22, 70], "transmit": [6, 10, 26, 42, 60, 64, 97, 99, 100, 102], "transmitt": [5, 10, 27, 60, 99], "transpar": 61, "transport": [9, 13, 14, 44, 49, 100], "trap": 57, "trash": 79, "treat": 22, "treatment": 22, "tree": [1, 9, 13, 14, 17, 42, 43, 49, 53, 54, 83, 89, 90, 101, 112], "tremend": [18, 108], "trent": 111, "tri": [57, 66, 97], "triag": 101, "triangular": 18, "trick": [60, 61], "tricki": [2, 90], "trig": [31, 38], "trigger": [0, 3, 17, 26, 27, 29, 32, 35, 38, 39, 42, 59, 61, 62, 66, 82, 84, 96], "trigger0": [29, 30], "trigger_condit": 66, "trigger_delai": 66, "trigger_hysteresi": 66, "trigger_level": 66, "trigger_mod": 66, "trigger_now": 30, "trigger_sourc": 66, "triggerhappi": [13, 14, 49], "triggeri": 35, "triggerx": 30, "trim": 45, "trivial": [18, 100], "true": [2, 49, 61, 63, 64, 65, 67, 77, 86, 99, 104, 108], "truli": [18, 22, 108], "truncat": 53, "trust": [13, 14, 90], "truste": 89, "trustzon": [13, 14, 44], "trx": [27, 56, 59], "trx0_ad9081": 48, "trx_rate_governor": 59, "trx_rate_governor_avail": 59, "try": [0, 7, 11, 13, 15, 18, 44, 49, 57, 59, 61, 64, 71, 89, 90, 93, 96, 100, 102, 103, 108, 110], "tsc2046": [13, 14], "tty": [9, 13, 14, 44, 89], "tty1": 9, "ttyacm0": [49, 89, 90], "ttyama0": [13, 66], "ttygs0": 49, "ttyps0": [9, 14, 44], "ttyps1": [9, 14, 44], "ttys0": [13, 14, 49, 66], "ttyusb": [9, 13, 14], "ttyusb0": 15, "ttyusbn": 15, "tube": 110, "tue": [9, 44, 49, 88], "tun": [9, 13, 14, 44], "tune": [9, 27, 56, 59, 97, 99], "tunnel": [9, 13, 14, 44, 49], "turn": [9, 13, 14, 18, 31, 43, 49, 74, 79, 96, 99, 108, 110], "tutori": [0, 17, 20, 21, 22, 23, 52], "tvnoxg4oxbzlapypuylc": 44, "twice": [53, 61, 108], "twist": [77, 78, 108], "two": [0, 5, 15, 18, 26, 27, 30, 32, 40, 49, 52, 55, 61, 62, 64, 66, 67, 68, 70, 74, 75, 77, 78, 84, 86, 89, 97, 100, 103, 105, 108, 110, 111], "tx": [5, 9, 13, 14, 33, 42, 48, 49, 56, 59, 66, 67, 89, 96, 97, 100, 104, 105], "tx1": [5, 27, 56], "tx1_i_f1": 59, "tx1_i_f2": 59, "tx1_q_f1": 59, "tx1_q_f2": 59, "tx1peakthreshold": 26, "tx1peakthreshold_dbf": 26, "tx1powerthreashold": 26, "tx1powerthreshold_dbf": 26, "tx2": [5, 27, 56], "tx2peakthreashold": 26, "tx2peakthreshold_dbf": 26, "tx2powerthreashold": 26, "tx2powerthreshold_dbf": 26, "tx_bw200_ir245p76_rx_bw200_or245p76_orx_bw200_or245p76_dc245p76": 27, "tx_lo": [59, 96, 99], "tx_monitor1": [59, 67], "tx_monitor1_2": 59, "tx_monitor2": [59, 67], "tx_path_rat": 59, "tx_quad": 59, "txattendecpin": 27, "txattenincpin": 27, "txattenset": 26, "txattenstep": 26, "txattenu": 27, "txmon": 59, "txnrx": 59, "txprofil": 27, "txqueuelen": 89, "txsamp": 59, "txt": [2, 5, 9, 14, 15, 18, 22, 27, 44, 49, 53, 56, 65, 88, 89, 94, 96, 102], "type": [0, 5, 9, 13, 14, 15, 18, 27, 31, 40, 43, 44, 47, 49, 52, 53, 56, 57, 59, 63, 66, 70, 74, 77, 78, 79, 88, 89, 90, 103], "typic": [8, 12, 15, 22, 27, 30, 31, 34, 36, 52, 56, 61, 62, 70, 74, 77, 78, 79, 82, 95, 100, 108, 111], "typo": 52, "u": [9, 13, 14, 15, 18, 39, 43, 44, 49, 53, 59, 71, 83, 89, 90, 92, 93, 95, 97, 100, 101, 107, 110, 112], "u1": 74, "u10": 74, "u12": 39, "u15": 74, "u24": 49, "u3": 74, "u5": 74, "u6": 74, "u64": 36, "u73728": [13, 14], "u77824": 49, "u86016": [9, 44], "u9": 74, "ua": [9, 13, 14, 44, 49], "uapi": [43, 60], "uart": [8, 9, 12, 14, 15, 44, 49, 65, 74, 75, 76, 84, 90, 97, 107], "uart_desc": 64, "uart_extra": 64, "uart_get_error": 64, "uart_init": 64, "uart_init_param": 64, "uart_read": 64, "uart_remov": 64, "uart_writ": 64, "uartinitparam": 64, "uartjtag": [17, 81, 111], "ub": 44, "uboot": [9, 14, 44, 88, 90], "ubootvers": 88, "ubuntu": [60, 65, 86, 89, 103], "uclass": 13, "udc": [27, 33, 60, 93], "udev": [13, 14, 44, 49, 65, 89], "udevadm": 89, "udevd": 44, "udhcpc": 44, "udisks2": 89, "udma": [9, 14, 44], "udp": [9, 13, 14, 44, 49], "udsfu9jjecisogeksk8glxen4ihfhnmd": 44, "uefi": [9, 13, 14, 44], "uenv": [9, 14, 44, 88], "uenvcmd": [9, 14, 44], "uest": [13, 14, 49], "uevent": [27, 29, 30], "ug": [26, 27, 70], "ug1144": 47, "uhelp": 89, "uhx1njmq7v0": 20, "ui": 76, "uid": 89, "uimag": [43, 49, 53], "uimage_loadaddr": [43, 88], "uint32_t": [61, 64], "uint8_t": 64, "ulb": 26, "ultim": 54, "ultra": [9, 18], "ultralow": 97, "umount": [52, 93], "un": [18, 94], "unabl": [9, 13, 31, 44, 49, 60, 89], "unam": 89, "unansw": [83, 101, 112], "unassign": 26, "unattend": [13, 14, 49], "unavail": [44, 53, 59], "unbalanc": 110, "unbind": [27, 93], "unbox": 87, "uncertain": 61, "uncertainti": 22, "uncleanli": [14, 49], "uncom": [49, 86], "uncommon": 86, "uncompress": [43, 44, 52, 57], "under": [15, 18, 26, 27, 31, 34, 56, 60, 61, 67, 68, 70, 77, 79, 85, 86, 90, 94, 103, 108], "undergon": 74, "underli": [36, 61, 67], "underneath": [61, 97], "understand": [0, 3, 6, 10, 15, 17, 18, 52, 53, 61, 71, 75, 79, 84, 86, 87, 89, 90, 97, 98, 100, 102, 103, 106, 110, 112], "understood": [100, 105, 108], "undervoltag": 76, "unexpectedli": 108, "unfamiliar": 86, "unfortun": 89, "unifi": [13, 14, 27, 49], "uniniti": [13, 14, 49], "uninstal": 53, "unipolar": 66, "uniqu": [27, 45, 56, 103], "uniqueid": [9, 14, 44], "unistd": [5, 53, 64, 100], "unit": [13, 14, 15, 18, 40, 49, 59, 61, 74, 78, 84, 97, 108], "uniti": 110, "univers": [9, 13, 14, 44, 89, 90, 93, 103, 106, 110], "unix": [9, 13, 14, 15, 44, 49, 61, 96], "unknown": [13, 18, 52, 53, 89, 90, 93], "unless": [8, 12, 13, 14, 18, 49, 54, 57, 78, 89, 105, 108], "unlik": [18, 22, 23, 31, 70, 105, 108], "unlist": [13, 44], "unlock": [26, 90], "unmount": [44, 52, 93, 94, 96], "uno": 78, "unoffici": 20, "unpack": [44, 53, 89], "unplug": [18, 52, 63, 77, 90, 96], "unprocess": 66, "unrel": 31, "unrespons": 61, "unsaf": [13, 14, 49], "unselect": 89, "unsign": [5, 39, 61], "unstabl": [60, 94], "unsur": [26, 52, 100, 103], "unt": [13, 14, 49], "until": [13, 14, 18, 27, 32, 49, 61, 63, 66, 74, 77, 79, 90, 100, 108, 110], "unus": [9, 13, 14, 39, 44, 49, 61, 97], "unwrap": 88, "unzip": [52, 57, 68, 70, 88, 90], "uohm": [9, 14, 44], "up": [2, 4, 5, 9, 12, 14, 17, 18, 22, 27, 31, 36, 40, 43, 44, 47, 49, 52, 53, 57, 60, 61, 63, 64, 70, 74, 75, 76, 77, 79, 87, 89, 90, 96, 97, 98, 99, 100, 102, 103, 105, 106, 108, 110, 111], "upconvers": 27, "upd": 43, "upd78f0730": [13, 14, 49], "updat": [0, 6, 7, 9, 10, 11, 13, 14, 15, 17, 18, 23, 26, 27, 42, 44, 45, 47, 48, 54, 57, 59, 60, 65, 70, 71, 76, 77, 79, 81, 82, 86, 88, 89, 91, 103, 110], "update_frm": 90, "update_tool": 53, "upgrad": [2, 13, 14, 49, 53, 57, 60, 87, 88, 89, 106], "upload": [61, 65, 90], "upon": [15, 27, 56, 74, 77, 78, 79, 94], "upper": [26, 52, 57, 59, 75], "upper0": 26, "upper1": 26, "upstart": 60, "upstream": [2, 18, 83, 101, 112], "urandom": 49, "uri": [15, 18, 49, 59, 63, 66, 67, 70, 85, 89, 90, 100], "url": [2, 53], "us": [1, 2, 3, 4, 5, 7, 9, 11, 13, 14, 17, 18, 22, 23, 26, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39, 42, 44, 45, 46, 47, 48, 49, 53, 54, 56, 59, 61, 62, 64, 65, 66, 67, 70, 74, 75, 76, 77, 79, 83, 84, 87, 88, 89, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 110, 111, 112], "usabl": [18, 27, 61, 63, 97], "usag": [0, 13, 49, 59, 61, 66, 70, 93, 102], "usb": [7, 9, 11, 13, 14, 15, 17, 18, 22, 23, 25, 44, 49, 52, 53, 59, 65, 70, 74, 75, 77, 78, 81, 82, 84, 88, 90, 91, 93, 95, 97, 99, 100, 102, 103, 104, 106, 107], "usb0": [9, 89], "usb1": [9, 13, 14, 44, 49, 89], "usb2": [9, 14, 44], "usb3": 13, "usb3320": 97, "usb_functionfs_descs_head_v2": [53, 60], "usb_on": 96, "usb_phy_gener": 49, "usb_to_spi_firmwar": 77, "usbcor": [9, 13, 14, 44, 49], "usbd": [60, 89], "usbf": [9, 13, 14, 44, 49], "usbg": 53, "usbg_vers": 53, "usbhid": [9, 13, 14, 44, 49], "usbmodem1414": 89, "usbnet": 89, "usbphi": 49, "usbser": 89, "usbseri": [13, 14, 49], "usbserial_gener": [13, 14, 49], "user": [0, 1, 2, 4, 9, 13, 14, 17, 18, 22, 23, 26, 27, 30, 31, 32, 33, 34, 36, 39, 40, 42, 44, 45, 46, 47, 52, 54, 56, 61, 65, 66, 67, 70, 71, 74, 75, 78, 83, 84, 89, 95, 97, 98, 101, 102, 104, 112], "usernam": [89, 90], "userspac": [18, 36, 53, 59, 61, 83, 95, 100, 101, 112], "usleep": 64, "usr": [9, 14, 18, 49, 53, 57, 60, 65, 68, 70, 86, 93, 96], "usual": [2, 18, 52, 86, 108, 111], "utc": [9, 13, 14, 44, 49, 79], "utf": 61, "utf8": 89, "util": [6, 10, 27, 33, 43, 47, 48, 49, 52, 60, 65, 70, 74, 77, 79, 82, 83, 88, 89, 90, 92, 93, 101, 112], "utilitiesg": 18, "utils_0": 89, "utmp": [13, 14, 49], "utsreleas": 43, "uv": 74, "uvcvideo": [9, 13, 14, 44, 49], "v": [18, 20, 22, 27, 60, 63, 64, 66, 70, 74, 77, 78, 79, 84, 87, 88, 97, 100, 104, 108, 110, 111], "v0": [9, 13, 14, 44, 49, 57, 59, 60, 61, 63, 65, 71, 85, 88, 90, 93, 96], "v1": [9, 13, 14, 44, 49, 61, 110], "v2": [9, 13, 14, 44, 49, 61, 94], "v2018": 44, "v2023": 14, "v2_raw": 61, "v3": 110, "v4": [9, 44], "v7l": [49, 66], "vadj_fmc": 13, "val": 26, "val_str": 100, "valid": [5, 6, 10, 13, 26, 27, 48, 52, 54, 56, 61, 63, 70, 79, 86, 90], "valid_lft": 89, "valu": [5, 9, 13, 14, 15, 18, 26, 27, 30, 32, 36, 39, 40, 44, 49, 54, 56, 57, 59, 60, 61, 63, 64, 65, 66, 67, 76, 77, 86, 90, 99, 100, 108, 110], "valuabl": [30, 107], "values0": 26, "values1": 26, "values10": 26, "values11": 26, "values2": 26, "values3": 26, "values4": 26, "values5": 26, "values6": 26, "values7": 26, "values8": 26, "values9": 26, "var": [14, 49, 82], "vari": [40, 74, 75, 108], "variabl": [2, 13, 14, 18, 27, 31, 42, 49, 53, 57, 59, 60, 61, 74, 88, 110], "variant": [13, 14, 18, 36, 49, 61, 70], "variat": [27, 63, 79, 111], "varieti": [53, 64, 65, 97, 102, 103], "variou": [8, 12, 15, 18, 32, 47, 48, 61, 62, 70, 79, 94, 100, 106, 108, 110], "vbat": [74, 75], "vbattp": 74, "vblank": [9, 44], "vbu": 97, "vc707": [8, 12], "vcc": [9, 13, 14, 15, 44, 49], "vccaux": 59, "vccbram": 59, "vccint": 59, "vccoddr": 59, "vccpaux": 59, "vccpint": 59, "vcd": 110, "vck190": 47, "vco": [26, 59], "vcu118": [12, 47], "vcxo": [6, 10], "vdd": [15, 74], "vdd_sel": 14, "vdda_3p3": 27, "vdso": [9, 44], "ve": 18, "vector": [0, 5], "vehicl": [74, 75, 76, 78], "vendor": [18, 59, 89, 90, 112], "venv": 2, "ver": [9, 13, 14, 44, 49, 90, 93, 103], "verbos": [86, 93], "veri": [7, 11, 15, 18, 20, 22, 27, 31, 61, 70, 86, 88, 90, 106, 108, 110, 112], "verif": [17, 42, 79], "verifi": [44, 48, 49, 53, 61, 77, 89, 100, 103], "verilog": [70, 88], "versal": [13, 47, 49], "versatil": 27, "version": [0, 5, 9, 13, 14, 15, 18, 22, 23, 32, 43, 44, 49, 52, 53, 54, 56, 57, 59, 60, 61, 63, 65, 68, 70, 71, 74, 76, 77, 78, 79, 85, 86, 88, 89, 97, 103, 105, 108], "vertic": [18, 57], "vf": [9, 13, 14, 44, 49], "vfat": 89, "vfp": 49, "vga": 31, "vgaarb": [13, 49], "vger": [31, 37], "vhdl": 70, "vi": [0, 85], "via": [5, 9, 13, 14, 15, 18, 26, 31, 36, 42, 43, 44, 46, 47, 49, 53, 59, 61, 62, 65, 74, 77, 78, 84, 89, 96, 97, 100, 102, 103, 104], "vice": 111, "vid": [84, 90, 102], "video": [4, 9, 13, 14, 15, 17, 18, 20, 44, 49, 57, 97, 104, 110], "videodev": [13, 14, 49], "view": [15, 35, 45, 56, 57, 65, 70, 77, 79, 97, 104, 105, 107, 108], "viewer": [18, 97, 107], "vin": [74, 78], "vip": [65, 85], "vipt": [9, 14, 44, 49], "virginia": 111, "virtual": [2, 9, 44, 60, 61, 83, 84, 85, 86, 88, 89, 101, 111], "vishai": 108, "visibl": [18, 57], "vision": 78, "visit": [49, 65, 74, 78], "visual": [18, 31, 37, 60, 61, 65, 77, 79, 90, 103], "vita": 112, "viti": [43, 88], "vitis_vers": 43, "vivado": [43, 68, 70, 88], "vivado_ip_prj": 70, "vivado_set": 88, "vivao": 88, "vkick": 110, "vlan": 49, "vlogic": 64, "vmalloc": [9, 44], "vmemmap": [9, 13, 14, 44], "vmk180": 47, "vmlinux": 43, "vmsplice": 61, "vnc": [13, 14, 49], "voic": 99, "void": [29, 61, 64, 100, 104], "volatil": [13, 14, 49, 100, 106], "volden": [90, 93], "volt": [66, 108], "voltag": [4, 17, 22, 26, 27, 36, 61, 64, 65, 66, 74, 75, 76, 77, 78, 79, 86, 97, 100, 107, 108, 110], "voltage0": [49, 59, 61, 67, 96, 104], "voltage0_i": 55, "voltage0_q": 55, "voltage1": [49, 59, 61, 67, 104], "voltage1_i": 55, "voltage1_q": 55, "voltage2": 59, "voltage3": 59, "voltage4": 59, "voltage5": 59, "voltage6": 59, "voltage7": 59, "voltage8": 59, "voltage_filter_fir_en": 59, "voltagey_en": 39, "voltagey_index": 39, "voltagey_typ": 39, "voltmet": [65, 66, 84, 87, 108], "volum": [0, 13, 14, 43, 44, 49, 52, 89], "vout": 108, "vpk": 13, "vpk120": 47, "vpk180": 47, "vqlwy": 44, "vre": 74, "vref0": 26, "vref1": [26, 74, 78], "vref2": [26, 74, 78], "vref3": 26, "vref4": 26, "vref5": 26, "vref6": 26, "vref7": 26, "vref8": 26, "vref9": 26, "vrefn": 59, "vrefp": 59, "vreg": [74, 78], "vsa": 57, "vusb_a": 49, "vusb_d": 49, "vx": 88, "w": [5, 6, 8, 9, 13, 15, 18, 27, 49, 61, 66, 74, 77, 88, 108], "wa": [0, 15, 18, 27, 40, 43, 44, 47, 48, 53, 55, 57, 60, 61, 63, 65, 66, 71, 77, 85, 88, 93, 94, 97, 100, 105, 108, 110, 111], "wai": [5, 7, 11, 15, 18, 22, 23, 26, 27, 36, 48, 49, 53, 57, 60, 62, 63, 65, 66, 67, 79, 83, 84, 89, 90, 97, 100, 101, 102, 105, 108, 110, 111, 112], "wait": [13, 14, 26, 32, 44, 49, 52, 59, 61, 63, 79, 90, 100, 108], "walk": 2, "wall": [13, 14, 22, 23, 49, 61, 77, 105], "want": [2, 18, 22, 23, 27, 33, 40, 43, 46, 52, 53, 56, 57, 60, 61, 65, 66, 67, 79, 82, 84, 86, 88, 89, 90, 94, 95, 96, 97, 99, 100, 101, 102, 103, 104, 105, 107], "warehous": 97, "warm": [18, 108], "warn": [4, 13, 14, 44, 49, 53, 89, 90, 108], "warranti": [14, 49, 90, 93], "wasn": [18, 52], "watch": [13, 14, 18, 20, 22, 49, 87, 89, 90, 97, 104, 110, 111], "watchdog": [9, 14, 44, 49], "watchpoint": [9, 13, 14, 44, 49], "water": [32, 108], "waterfal": 79, "watermark": [32, 59], "watt": [105, 108], "wave": [5, 23, 56, 110, 111], "waveform": [5, 18, 23, 61, 102, 108, 110], "wdt": [9, 14, 44, 49], "we": [0, 7, 8, 11, 12, 17, 18, 20, 43, 47, 52, 53, 57, 59, 61, 64, 66, 67, 75, 82, 83, 87, 89, 90, 95, 97, 98, 99, 100, 101, 102, 103, 105, 106, 107, 108, 110, 111, 112], "weak": 61, "wear": 108, "web": [6, 13, 18, 83, 88, 101, 112], "webinar": 4, "webpag": 13, "websit": 2, "wed": [13, 14, 49, 89], "week": [13, 14, 49], "weight": 57, "wein": 110, "weird": 89, "welcom": [9, 13, 14, 49, 89, 90, 93], "well": [9, 13, 14, 15, 18, 22, 27, 31, 43, 45, 49, 52, 57, 60, 61, 65, 66, 67, 70, 71, 78, 79, 89, 90, 94, 97, 107, 108], "welt": [90, 93], "went": [18, 93, 97], "were": [0, 15, 31, 46, 61, 65, 70, 97, 108, 110, 111], "weren": 61, "weston": [90, 93], "wget": [43, 52, 53, 57, 60, 68, 70, 88, 89, 90], "what": [5, 6, 7, 10, 11, 15, 17, 18, 19, 20, 23, 27, 36, 39, 40, 43, 47, 49, 59, 60, 61, 84, 87, 88, 89, 93, 94, 97, 98, 99, 100, 102, 103, 106, 108, 110, 111, 112], "whatev": [18, 40, 100], "wheatstone_bridg": 110, "wheel": [65, 89], "wheeler": [74, 75, 78], "when": [1, 2, 13, 15, 18, 26, 27, 30, 33, 40, 45, 47, 48, 49, 52, 56, 57, 59, 61, 63, 64, 65, 66, 67, 70, 74, 75, 76, 77, 79, 84, 86, 88, 89, 94, 96, 97, 99, 100, 102, 104, 108, 110, 112], "where": [15, 18, 22, 23, 26, 27, 30, 32, 34, 40, 43, 52, 56, 57, 60, 61, 65, 66, 70, 74, 75, 83, 86, 90, 94, 97, 99, 100, 101, 102, 103, 107, 108, 110, 111, 112], "wherea": 110, "wherein": 15, "whether": [40, 53, 61, 97, 108], "which": [2, 5, 6, 7, 10, 11, 15, 18, 22, 23, 27, 30, 31, 34, 36, 39, 40, 43, 45, 47, 49, 52, 54, 56, 57, 59, 61, 64, 67, 68, 70, 74, 76, 77, 78, 83, 86, 87, 88, 89, 90, 94, 96, 99, 100, 101, 102, 103, 107, 108, 110, 112], "while": [0, 5, 6, 18, 22, 27, 44, 46, 55, 57, 61, 63, 64, 66, 77, 79, 82, 88, 90, 94, 95, 96, 97, 100, 104, 105, 108, 110, 112], "whitespac": 79, "whl": 65, "who": [6, 10, 61, 82, 83, 84, 88, 95, 96, 101, 102, 103], "whole": [0, 18, 61, 87], "whose": [18, 61], "why": [0, 18, 22, 63, 79, 90, 93, 101, 108, 112], "wide": [5, 9, 13, 14, 18, 27, 61, 65, 89, 94, 102, 108], "wideband": [17, 27], "wider": [63, 66, 105], "widget": 57, "width": [9, 13, 14, 15, 44, 49, 70, 78], "width_khz": 26, "wien_bridg": 110, "wien_bridge_osc_complet": 110, "wien_bridge_oscil": 110, "wien_bridge_vcvs_gain": 110, "wifi": [18, 82, 84, 95, 102, 103], "wiggl": [22, 23], "wiki": [0, 9, 17, 24, 43, 53, 66, 89, 90, 93, 96], "wild": [2, 97], "wildcard": 59, "william": 110, "win": [61, 89], "win_amd64": 65, "wind": 108, "windisk32": 49, "window": [4, 7, 9, 11, 13, 14, 18, 22, 23, 26, 49, 53, 61, 68, 70, 74, 76, 77, 79, 86, 87, 96, 102, 103, 106], "winmd5": 52, "winscp": 18, "winusb": 89, "wip": [8, 25], "wire": [9, 13, 14, 18, 22, 44, 74, 76, 77, 78, 97, 105, 108, 110], "wireless": [18, 103], "wish": 2, "with_gflag": 65, "with_gpio": 22, "with_iiod_usbd": 60, "with_network_eventfd": 53, "within": [15, 26, 27, 29, 30, 39, 47, 57, 60, 61, 68, 69, 70, 74, 79, 86, 88], "without": [6, 7, 9, 10, 11, 13, 14, 15, 18, 22, 27, 45, 53, 61, 65, 70, 71, 74, 84, 88, 89, 90, 94, 99, 102, 104, 108, 110], "wizard": 6, "wl1271": [13, 14], "wl1271_spi": [13, 14], "wl1273": [13, 14], "wl1281": [13, 14], "wl1283": [13, 14], "wl1285": [13, 14], "wl1801": [13, 14], "wl1805": [13, 14], "wl1807": [13, 14], "wl1831": [13, 14], "wl1835": [13, 14], "wl1837": [13, 14], "wlan": 94, "wlu": 89, "wn725n": 94, "won": [18, 49], "worcest": 111, "word": [0, 5, 61], "work": [0, 3, 6, 7, 11, 13, 17, 18, 23, 43, 45, 47, 49, 52, 53, 54, 56, 57, 60, 61, 76, 77, 78, 83, 84, 85, 86, 89, 90, 94, 97, 101, 102, 103, 105, 111, 112], "workaround": [9, 44, 49, 97], "workdir": [46, 47], "workflow": [2, 6, 10], "workingset": [9, 13, 14, 44, 49], "workshop": [17, 22, 23], "workstat": 61, "world": [18, 84, 102, 110], "worst": [18, 57], "worth": [18, 61, 108], "worthi": 61, "would": [0, 5, 18, 31, 57, 60, 61, 89, 90, 97, 99, 100, 108, 110, 112], "wpa": [13, 14, 49, 94], "wpi": 111, "wpofeclqnxwagibwqrelbn": 44, "wrap": [9, 13, 14, 22, 44, 49, 65, 90], "wrapper": [61, 70, 85], "wrapup": 17, "writ": 30, "writabl": [9, 14, 44, 49], "write": [2, 9, 13, 14, 15, 18, 22, 23, 30, 32, 33, 39, 42, 44, 54, 56, 57, 64, 65, 66, 82, 84, 88, 89, 90, 95, 99, 100, 102, 111], "write_onli": 66, "writealloc": 49, "writebuf": 61, "writer": [49, 52], "written": [15, 18, 22, 23, 27, 32, 43, 49, 53, 61, 63, 111], "wrong": [49, 52, 83, 88, 90, 93, 97, 101, 108, 112], "wrote": [59, 99], "wusb600n": 94, "www": [18, 20, 22, 87, 97, 104, 108, 110, 111], "x": [9, 13, 14, 15, 18, 27, 30, 34, 43, 44, 47, 52, 53, 57, 59, 60, 61, 62, 66, 79, 88, 102, 103, 104, 108], "x11": [13, 14, 43, 49], "x2dfsck": [13, 14, 49], "x2dgetti": [13, 14, 49], "x509": [13, 14], "x64": 65, "x86": [57, 88, 102, 106], "x86_64": 60, "x86_64_aarch64": 43, "x86_64_arm": 43, "xadc": [27, 33, 59, 89], "xarg": 88, "xbar": 26, "xc7z007": 97, "xc7z010": [88, 97], "xconfig": [27, 29, 30], "xcvr": 48, "xczu9eg": [9, 44], "xdf": 60, "xdg": 53, "xfce": 112, "xfrm": [9, 13, 14, 44], "xhci": [9, 13, 14, 44], "xilinx": [6, 9, 10, 13, 14, 18, 22, 42, 44, 45, 46, 47, 68, 70, 83, 88, 97, 98, 101, 107, 112], "xilinx_drm": 9, "xlinx": 43, "xlnx": [13, 44, 88], "xlnx_event_manag": 13, "xml": [49, 59, 60, 86, 89], "xml_file": [59, 61], "xmp": 44, "xo": 59, "xo_correct": [59, 90], "xo_correction_avail": 59, "xor": [9, 13, 14, 44], "xorg": 43, "xr": [27, 60], "xsa": [45, 47], "xsdk": 88, "xuartp": [9, 14, 44], "xvf": 43, "xx": [60, 66, 88, 94, 104], "xxx": [66, 104], "xz": [13, 14, 43, 49, 52], "y": [2, 9, 14, 15, 18, 27, 32, 52, 53, 57, 60, 61, 77, 79, 89], "yacc": 61, "ye": [8, 9, 12, 14, 18, 44, 53, 60, 70], "yeah": 52, "year": 111, "yellow": 79, "yet": [0, 7, 11, 17, 18, 23, 52, 60, 61, 70, 74, 75, 85, 97], "yml": 2, "yocto": [44, 45], "york": 89, "yosemit": 103, "you": [0, 1, 2, 5, 6, 7, 9, 10, 11, 13, 14, 15, 17, 18, 23, 26, 27, 30, 33, 36, 40, 43, 44, 46, 47, 49, 52, 53, 54, 56, 57, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 70, 71, 74, 75, 76, 77, 79, 82, 83, 84, 85, 86, 87, 88, 89, 90, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 110, 112], "young": 111, "your": [0, 1, 3, 6, 9, 10, 13, 14, 15, 17, 23, 26, 42, 44, 45, 46, 47, 52, 53, 54, 56, 57, 60, 61, 62, 63, 65, 68, 70, 71, 75, 76, 77, 79, 82, 83, 84, 85, 87, 88, 89, 90, 95, 96, 97, 101, 102, 103, 106, 107, 108, 112], "your_branch": 2, "your_us": 2, "yourself": [7, 11, 22, 23, 52, 93, 98], "youtub": [18, 20, 22, 87, 97, 104, 110, 111], "yup": 18, "yveyxyozazn0hd6ghydo7qvignxsvl": 44, "z": [15, 18, 40, 77], "z7": [18, 43], "z7010": 59, "z7020": [43, 70, 112], "z7035": [43, 70, 112], "zauru": [9, 13, 14, 44, 49], "zc702": [43, 47, 57, 70, 112], "zc706": [8, 12, 43, 47, 70, 112], "zcu100": 47, "zcu102": [6, 7, 10, 11, 18, 27, 43, 44, 46, 47, 48, 70], "zcu104": 47, "zcu106": 47, "zcu111": 47, "zcu1275": 47, "zcu1285": 47, "zcu208": 47, "zcu216": 47, "zcu670": 47, "zed": [43, 53, 57, 70, 112], "zedboard": [18, 43, 47, 53, 61, 70], "zero": [13, 15, 49, 59, 103, 110], "zeroconf": 57, "zimag": [43, 49, 88], "zip": [15, 18, 22, 23, 52, 57, 65, 68, 70, 88, 90], "zone": [9, 13, 14, 49], "zonelist": [9, 13, 14, 44, 49], "zoom": [57, 97], "zstd": [13, 14, 49], "zu11eg": [70, 112], "zu9eg": [14, 44], "zynq": [6, 9, 10, 13, 14, 17, 18, 42, 44, 49, 68, 70, 93, 97, 98, 107], "zynq3": 70, "zynq_pluto_defconfig": 88, "zynq_xcomm_adv7511_defconfig": 43, "zynqmp": [9, 13, 14, 17, 27, 42, 44, 46, 48, 49], "zynqmp_clk_divider_set_r": 44, "zynqmp_dp_snd_card": 44, "zynqmp_dp_snd_codec0": 44, "zynqmp_dp_snd_pcm0": 44, "zynqmp_dp_snd_pcm1": 44, "zynqmp_firmware_prob": [13, 14], "zynqmp_gpio": 14, "zynqmp_ocm": [9, 14], "zynqmp_phi": [9, 44], "zynqmp_plat_init": [9, 44], "zynqmp_pll_dis": 44, "zynqmp_pm": 9, "zynqmp_rsa": 13, "\u00b5f": 110, "\u00bd": 77, "\u00f6nder": 111, "\u03b8": 108, "\u03b8_": 108, "\u03bc": 100, "\u03bcsecond": 100, "\u03c9": [74, 77, 100, 108]}, "titles": ["Creating new pages", "Documentation guidelines", "Forking and publishing", "Contributing and guidelines", "Evaluation Boards & Platforms", "Basic IQ Datafiles", "ADRV9009 & ADRV9008", "Prerequisites", "Quickstart", "ZCU102 Quickstart", "ADRV9026 & ADRV9029", "Prerequisites", "Quickstart", "VCK190 Quickstart", "ZCU102 Quickstart", "EVAL-ADXL355-PMDZ User Guide", "User guides", "System Level Documentation", "Converter Connectivity Tutorial", "Learning! Tutorials, Workshops, Etc", "Key ADI\u2019s Software Infrastructure for designing with ADCs, DACs, and Sensors", "Tools for High-Speed Mixed Signal System Design", "Tools for Low Speed Mixed Signal System Design", "Tools for Precision Wideband Mixed Signal System Design", "Precision ADC Tutorial", "What software do I need for my SDR?", "ADRV9009/ADRV9008 Device Driver Customization", "ADRV9009, ADRV9008-1, ADRV9008-2", "IIO Transceivers", "iio-trig-bfin-timer driver", "iio-trig-sysfs driver", "Linux Industrial I/O Subsystem", "<no title>", "<no title>", "<no title>", "<no title>", "<no title>", "<no title>", "<no title>", "<no title>", "Threshold Events", "Linux drivers", "Linux Kernel", "Kernel and devicetrees", "Building with Petalinux", "Petalinux Device Trees", "Custom Device Trees with meta-adi", "Custom Device Trees with DTG (meta-adi Bypass)", "Device Tree Modifications with system-user.dtsi", "Kuiper Linux", "Project list", "Release notes", "SD Card flashing", "Updating", "Advanced plugin", "ADRV9009", "Standard Plugin", "IIO Oscilloscope", "Software", "Libiio command line utility", "Libiio", "About libiio", "IIO System Considerations Tips & Tricks", "Calibration", "Digital communication", "Libm2k", "Command line utility", "Extending Device Interfaces", "High Speed Converter Toolbox", "MATLAB & Simulink Toolboxes", "Transceiver Toolbox", "PyADI-IIO", "Application Software", "Applications and Solutions", "AD-BMSE2E3W-SL", "Sample Application", "Software User Guide", "Hardware User Guide", "AD-CELLPACKBM-SL", "Software User Guide", "Reference Designs", "Tools", "For Developers", "Support", "ADALM2000", "Using With LabVIEW", "Using with MATLAB", "For End Users", "Building the Firmware Image", "Installing Drivers", "Firmware Updates", "Common PLUTO&M2K", "Obtaining the Build Sources", "Rebooting", "USB OTG \u2013 HOST function Support", "For Developers", "USB OTG", "ADALM-PLUTO Hardware", "For Hackers", "Self Reception", "Controlling External Devices", "Support", "ADALM-PLUTO", "Prerequisites", "Controlling the transceiver and transferring data", "Antennas", "For End Users", "ADALM-UARTJTAG", "Activity: Efficiency, Power Loss, and Thermal Management", "Active Learning: Student-oriented Lab Exercises", "Activity: The Wien Bridge Oscillator", "Engineering University Program", "Help and Support for ADI FMC Cards & RF SoMs"], "titleterms": {"": [19, 20, 22, 47, 74, 78], "1": [27, 47], "101": 19, "2": [27, 47], "20": 57, "24": 23, "3": [43, 47], "3v3": [26, 27], "4": [43, 47, 101, 112], "5": 43, "72v": 75, "96v": 75, "A": [26, 97], "And": [22, 23], "For": [15, 49, 65, 67, 82, 87, 95, 98, 106], "In": [27, 31, 90], "No": [15, 22, 112], "On": [22, 43, 90, 99], "One": 56, "The": [61, 110], "With": 85, "aarch64": 43, "about": [57, 61], "ac": 110, "acap": 13, "acceleromet": 16, "access": [15, 27, 76], "accessori": 111, "activ": [16, 57, 108, 109, 110], "ad": [0, 2, 27, 29, 30, 47, 67, 74, 77, 78], "ad4630": 23, "ad5592r": 22, "ad9361": [60, 101, 112], "adalm": [97, 100, 102, 107], "adalm2000": [65, 83, 84, 109], "adapt": 66, "adc": [19, 20, 24, 27], "add": 43, "addit": [15, 22, 23], "address": [67, 89], "adi": [6, 10, 18, 19, 20, 44, 46, 47, 90, 112], "adicup": 16, "adicup3029": 15, "adicup360": 15, "adpaq": 16, "adrv9008": [6, 26, 27], "adrv9009": [6, 8, 26, 27, 55], "adrv9026": [10, 12], "adrv9029": [10, 12], "advanc": [27, 49, 54, 61, 96], "advisor": 70, "adxl345": 18, "adxl355": [15, 18], "agc": [26, 54], "all": 15, "alloc": 62, "altera": [27, 49], "amd": [27, 49], "amplifi": 16, "an": [22, 23], "analog": [16, 22, 66], "anoth": 109, "antenna": 105, "apart": 97, "api": [27, 65, 70, 86], "app": 17, "appli": [22, 23], "applic": [5, 15, 57, 72, 73, 74, 75, 78, 83, 96, 101, 112], "architectur": [74, 78], "arm": [26, 27, 54], "articl": [6, 10, 68], "artifact": 88, "ascii": 5, "attenu": [26, 27], "attribut": [59, 67, 70], "auto": 94, "automat": [16, 90], "aux": 54, "auxadc": 27, "auxdac": 27, "auxillari": 26, "avail": 76, "axi": 27, "b": [26, 97], "backend": [60, 61], "background": [22, 23, 100, 108], "bandwidth": 27, "base": [22, 57, 60], "basic": [5, 19, 71, 75, 96], "batteri": 77, "befor": 97, "being": 60, "bet": 22, "bfin": 29, "bia": 16, "bill": [15, 107], "bin": 70, "binari": 5, "bind": [61, 65], "bison": 61, "bist": [27, 54], "block": [6, 10, 62], "blockset": 101, "bm": [77, 79], "bmse2e3w": 74, "board": [4, 16, 17, 27, 70, 111], "boot": [13, 22, 23, 49, 53, 70, 88], "bootload": 88, "box": [74, 78], "branch": [2, 43], "bridg": [109, 110], "browser": 77, "buffer": [31, 56, 61, 62], "bug": [83, 101, 112], "build": [27, 43, 44, 60, 64, 65, 66, 68, 70, 86, 88, 92, 98], "buildroot": 88, "burn": 18, "button": 96, "bypass": 47, "c": [5, 22, 23, 61, 65, 90, 97], "calibr": [27, 54, 63, 65], "can": 90, "captur": [55, 57, 62], "card": [15, 18, 43, 49, 52, 112], "carrier": [8, 12], "case": [0, 22, 97], "cell": 77, "cellpackbm": [77, 78], "chain": [56, 77, 79], "challeng": 61, "chang": [27, 40, 88], "channel": [27, 57, 59, 61, 99], "check": [89, 90], "checkout": 43, "chipset": 94, "ci": 2, "circuit": 16, "class": 61, "cli": 66, "client": 61, "clock": [16, 26, 54], "clone": 92, "cma": 62, "code": [5, 27, 57, 60, 61], "coder": 70, "cog": 16, "colorimet": 23, "command": [15, 22, 23, 52, 59, 61, 62, 66, 90], "comment": 111, "common": [43, 70, 91], "commun": [64, 65], "compat": 16, "compil": [5, 43, 60], "complet": [22, 77, 110], "complex": 103, "compon": [22, 74, 78, 88], "comput": 52, "concept": 61, "conclus": [18, 99], "condit": 40, "config": 89, "configur": [15, 22, 23, 27, 43, 49, 61, 77, 79, 88], "conform": 61, "connect": [15, 18, 19, 22, 52, 74, 79], "connector": [15, 97], "consider": [15, 62], "consol": [9, 13, 14, 76], "content": [0, 2, 4, 6, 10, 17, 82, 87, 95, 106], "context": [59, 61, 62], "contigu": 62, "contribut": [3, 17], "control": [16, 26, 27, 56, 70, 100, 104], "convers": 61, "convert": [16, 18, 19, 68, 108], "copi": [2, 43], "count": 62, "creat": [0, 61, 70], "creation": [30, 61], "cross": [43, 60], "current": [16, 27], "custom": [26, 27, 46, 47, 88], "cw": 56, "cyclic": 61, "d": [90, 97], "dac": [19, 20, 26, 27, 54, 56], "daemon": 61, "daisi": [77, 79], "data": [57, 61, 70, 79, 104, 108], "datafil": 5, "datasheet": 97, "dc": 108, "dd": [16, 27, 56], "de": 61, "debian": 60, "debug": [15, 27, 57, 90], "debugf": 27, "deck": [22, 23, 108], "default": [88, 90], "defin": [6, 10], "definit": 61, "defram": [26, 54], "demo": 15, "depend": [65, 70], "deprec": 15, "descript": [27, 54, 63, 66, 88], "design": [19, 20, 21, 22, 23, 73, 74, 77, 78, 80], "detail": 76, "determin": [89, 90], "develop": [16, 22, 43, 82, 95], "devic": [15, 18, 22, 26, 27, 29, 44, 45, 46, 47, 48, 56, 59, 60, 61, 67, 70, 71, 89, 90, 100, 103, 107], "devicetre": [43, 88], "dfu": [88, 89, 90, 93], "diagnost": [76, 79], "diagram": [6, 10], "digit": [16, 64, 65, 66], "direct": [15, 16, 110], "direct_reg_access": 27, "directli": [15, 67], "disabl": [47, 56], "diskpart": 52, "displayport": 43, "distanc": 61, "distribut": [16, 60], "dma": 62, "dmesg": 89, "dmm": [15, 57], "do": [25, 97], "document": [0, 1, 17, 30, 60, 61, 65, 70, 71], "doe": [22, 88, 90], "dokuwiki": 0, "domain": 55, "down": 49, "downlaod": 107, "download": [15, 22, 52, 60, 65, 68, 70, 74, 76, 77, 78, 79, 89, 90, 97, 107, 108], "dp": 16, "draw": 22, "drive": [94, 96], "driver": [15, 26, 27, 29, 30, 31, 41, 49, 64, 65, 79, 83, 89, 101, 107, 112], "dsp": 16, "dtg": 47, "dtsi": 48, "e": 97, "ebook": 111, "educ": 111, "effici": [108, 109], "embed": [22, 79], "enabl": [27, 60, 61, 64, 66], "end": [87, 106], "engin": 111, "enough": 22, "enter": 90, "environ": [2, 8, 12, 43, 88], "equip": [16, 74, 77, 111], "establish": 79, "etc": [19, 22, 23], "etcher": 52, "ethernet": [16, 89, 94], "ev": 75, "eval": [12, 15], "evalu": [4, 17, 27, 74], "event": 40, "exampl": [5, 15, 22, 23, 27, 29, 59, 60, 63, 65, 70, 71, 85, 89, 96], "excit": [22, 23], "exercis": [109, 111], "extend": [67, 70], "extern": [27, 100], "extract": 52, "facil": 27, "far": 61, "fcmomms2": 43, "featur": [61, 65, 74, 78, 83, 97, 101, 112], "few": [22, 23], "file": [5, 13, 27, 43, 49, 52, 53, 57, 63, 74, 77, 78, 88], "filter": [27, 101, 112], "find": 59, "fir": [101, 112], "firmwar": [88, 90], "first": 88, "fit": 88, "flash": [52, 93], "flatten": 88, "flex": 61, "flow": [22, 70], "flyback": 108, "fmc": [16, 112], "fork": 2, "format": [5, 52, 61], "formatt": 52, "fpga": [49, 53, 56, 88], "framer": [26, 54], "framework": [6, 10], "freebsd": 60, "frequenc": [26, 27, 54, 55], "frm": 88, "from": [0, 16, 27, 43, 52, 61, 70, 89, 96], "fsbl": 88, "ftc2023": 25, "ftc2024": 25, "fulli": 22, "function": [31, 70, 74, 94], "further": [68, 70, 108, 110], "futur": 61, "fw": 92, "gain": [26, 27, 54], "gcc": 43, "gener": [16, 43, 47, 63, 101, 112], "gigabit": 27, "git": 2, "global": 56, "glossari": 111, "gnu": [43, 101, 103, 112], "go": 18, "gpio": [26, 27, 54], "graph": 76, "graphic": 79, "gt": 27, "gtk2": 57, "gui": [52, 76, 77, 79, 90], "guid": [8, 12, 15, 16, 57, 74, 76, 77, 78, 79], "guidelin": [1, 3, 17], "hacker": 98, "hand": 22, "handl": 62, "hardwar": [8, 9, 12, 13, 14, 15, 18, 22, 23, 27, 49, 57, 70, 74, 77, 83, 88, 97, 101, 107, 112], "have": 97, "hdl": [27, 70, 83, 101, 112], "headless": 18, "hello": [18, 22, 23], "help": [68, 70, 74, 78, 111, 112], "high": [19, 21, 61, 68], "hop": [26, 27, 54], "host": [22, 43, 52, 60, 90, 94, 103], "housekeep": [22, 23], "how": [64, 65, 66, 88, 90], "html": 97, "i": [25, 31, 56, 60, 90, 97], "i2c": 66, "iio": [6, 9, 10, 13, 14, 15, 18, 19, 22, 23, 28, 29, 30, 31, 57, 60, 61, 62, 71, 89, 100, 103], "iio_attr": 59, "iio_buff": 61, "iio_info": 59, "iio_readdev": 59, "iio_reg": 59, "iio_writedev": 59, "iiod": 60, "imag": [15, 16, 49, 52, 88, 90], "implement": 100, "import": 0, "improv": 61, "independ": 56, "indic": 27, "industri": [16, 31], "inerti": 16, "info": [97, 112], "inform": [15, 49, 57], "infrastructur": [19, 20], "ini": 63, "initi": [27, 29], "input": 15, "insid": [74, 78], "inspect": 86, "instal": [57, 61, 64, 65, 66, 68, 70, 71, 76, 77, 79, 85, 89], "instrument": 111, "integr": [70, 74, 77, 78], "intel": [27, 49], "interfac": [16, 31, 61, 67, 70, 76, 79], "intermedi": 88, "intern": [27, 57], "interpret": 61, "interrel": 27, "interrupt": 15, "introduc": [22, 23], "introduct": [18, 22, 23, 25, 84, 102], "ip": [16, 89], "iq": 5, "isol": [16, 108], "issu": [43, 49, 61, 70], "i\u00b2c": 64, "jesd204b": [26, 27, 54], "jupit": 25, "just": 22, "kei": [19, 20, 78], "kernel": [17, 31, 42, 43, 60, 62, 88], "kfifo": 31, "kit": 111, "kuiper": [17, 18, 49], "lab": [16, 109, 111], "labview": [65, 85], "land": 76, "languag": [22, 23], "larg": 62, "later": 2, "latest": 90, "launch": [57, 77, 79], "launcher": 79, "layer": 61, "layout": [15, 107], "learn": [17, 19, 22, 23, 109], "level": [17, 27], "lf": 2, "libiio": [59, 60, 61, 62, 68, 70, 83, 101], "libm2k": [64, 65], "licens": 61, "light": 75, "like": 22, "linaro": 43, "line": [22, 23, 52, 59, 62, 66, 90], "linear": 108, "link": [15, 71], "linux": [6, 10, 17, 18, 22, 27, 29, 30, 31, 41, 42, 43, 49, 52, 57, 60, 62, 64, 65, 66, 71, 83, 88, 89, 90, 101, 112], "list": [50, 59], "ll": [22, 23], "lm75": 18, "lo": 27, "load": [15, 27], "local": [15, 27, 57, 61], "log": [65, 90], "look": [22, 59, 97], "loopback": 27, "loss": [108, 109], "low": [19, 22, 27, 61], "lt3080": 108, "ltm8067": 108, "m2k": [65, 91, 92], "m2kcli": [65, 66], "mac": [65, 71, 89, 90], "machin": [15, 27], "maco": 57, "magnitud": 40, "main": [43, 57, 88], "make": 88, "manag": [61, 108], "manual": [68, 70, 86, 90], "map": 79, "marker": 57, "mass": [89, 90, 94], "materi": [15, 22, 23, 107, 108, 110, 111], "mathwork": [6, 10], "matlab": [5, 22, 23, 65, 67, 69, 86, 101, 103, 112], "max": 62, "max32650fthr": 15, "max32655fthr": 15, "mcu": [74, 77], "measur": 79, "mem": 16, "memori": [62, 79], "messag": [13, 44, 49], "meta": [44, 46, 47], "mgc": 27, "mission": 111, "mix": [19, 21, 22, 23], "mmap": 61, "mmwave": 16, "mode": [26, 27, 54, 60, 89, 90], "model": 70, "modif": [45, 48], "monitor": 77, "more": [15, 22, 57, 99, 112], "mpsoc": 43, "multi": 88, "multiplex": [16, 61], "my": 25, "name": 27, "nco": 54, "need": [25, 74, 77], "network": [60, 61, 90], "new": [0, 22, 23, 97], "next": [22, 23, 27], "node": 47, "note": [49, 51], "notif": 90, "now": 61, "o": [15, 22, 31, 64, 65, 71, 89, 112], "object": [61, 108, 110], "observ": [27, 54, 56], "obtain": 92, "off": 99, "offset": 99, "old": 61, "older": 57, "open": 61, "option": 52, "orient": 109, "origin": 2, "orx": [26, 27], "oscil": [16, 27, 109, 110], "oscilloscop": [9, 13, 14, 15, 22, 23, 57, 100, 103], "osx": [64, 65, 66, 90], "otg": [94, 96], "other": [22, 23, 65, 71, 88, 111], "our": [22, 23], "out": 66, "output": [9, 13, 14, 15, 16, 56], "overlai": 18, "overview": [15, 31, 74, 76, 78], "own": 98, "pa": [26, 27, 54], "pack": 77, "page": [0, 76, 97], "palett": 85, "panel": 15, "parallel": 22, "pars": 61, "part": [71, 74], "password": 49, "path": [27, 43], "pcb": [15, 107], "pcbz": 8, "perform": 22, "petalinux": [43, 44, 45, 47], "physic": 49, "pi": [15, 49], "pictur": 43, "pin": [15, 26, 27], "pinout": 100, "pl": 47, "placehold": 109, "platform": [4, 15, 29, 43], "plot": 79, "plugin": [54, 55, 56, 57], "pluto": [25, 90, 91, 97, 100, 102], "plutosdr": [92, 97, 103], "pmdz": 15, "pmod": 15, "pmu": 16, "point": 74, "pointer": 31, "port": [22, 89], "post": [22, 23], "power": [15, 49, 66, 108, 109], "powerdown": 27, "prb": [27, 54], "precis": [19, 23, 24], "preload": 49, "prepar": [2, 22, 23, 74], "prerequisit": [7, 11, 79, 88, 103], "primari": 27, "primer": 108, "procedur": [46, 48, 108], "process": 53, "processor": [15, 27], "product": [17, 22, 23], "profil": [26, 27], "program": [17, 111], "project": [49, 50], "prompt": 52, "properti": 67, "protect": [26, 27, 54], "protocol": [61, 64], "provid": 57, "publish": 2, "pure": 22, "purpos": 96, "push": 2, "pyadi": [15, 18, 22, 23, 61, 71], "python": [18, 22, 23, 61, 65, 101], "q": 56, "queri": 27, "question": [71, 83, 101, 108, 111, 112], "quick": [68, 70, 74, 79, 86], "quickstart": [8, 9, 12, 13, 14], "radio": [6, 10, 16, 101, 103, 112], "ram": 93, "rapidnet": 16, "raspberri": [15, 49], "rate": [27, 40], "rather": 22, "re": 96, "read": [27, 59, 61, 68, 70, 108, 110], "reboot": [22, 23, 93], "rebuild": 60, "recal": 79, "receiv": [27, 56, 61, 70, 104], "recept": 99, "redhat": 60, "refer": [22, 23, 65, 73, 80], "refil": 61, "regist": 27, "registr": 15, "regul": 108, "releas": [43, 49, 51, 60, 85, 90], "remain": 60, "remot": [9, 13, 14, 22, 57, 59], "remov": [30, 97], "repositori": 92, "repres": 18, "request": [76, 79, 83, 101, 112], "requir": [9, 13, 14, 15, 49, 76], "resist": 108, "resourc": [22, 23, 74, 77, 78, 98, 108, 111], "result": 100, "resum": 2, "rev": [90, 97], "review": 23, "revis": 97, "rf": [101, 112], "ring": 31, "rpi": 15, "rssi": 27, "run": [15, 57, 59, 70, 94, 96], "runtim": 27, "rx": [26, 27, 54, 70], "rx1": 26, "rx2": 26, "safeti": 108, "sampl": [5, 27, 61, 74, 75, 78], "save": 57, "schedul": 79, "schemat": [15, 107], "scopi": 83, "scp": 18, "screenshot": [54, 55], "script": [43, 66], "sd": [15, 18, 43, 49, 52], "sdcard": 13, "sdr": [25, 98], "select": [22, 47], "self": [27, 99], "send": [61, 96, 99], "sensor": [16, 19, 20], "sequenc": 79, "serial": [66, 89], "server": 61, "set": [13, 15, 26, 27, 54, 56, 57], "setup": [8, 12, 15, 22, 23, 43, 49, 54, 74, 76, 77], "show": 27, "side": 61, "signal": [19, 21, 22, 23, 27, 99], "sigrok": 66, "simpl": [22, 103], "simplif": 61, "simrf": 112, "simul": [70, 110], "simulink": [69, 101, 103, 112], "size": 62, "skill": [22, 23], "sl": [74, 77, 78], "slide": [22, 23, 108], "softwar": [6, 9, 10, 13, 14, 15, 17, 19, 20, 22, 23, 25, 31, 52, 58, 72, 73, 74, 76, 77, 78, 79, 100, 111], "solut": [17, 73], "som": 112, "sourc": [27, 43, 57, 60, 92], "space": [53, 88], "specif": [57, 74, 78], "speed": [19, 21, 22, 61, 68], "spi": [64, 66], "ssh": [18, 89, 90], "stack": [22, 23], "stage": 88, "standalon": 31, "standard": [56, 61, 63], "start": [60, 68, 70, 86], "state": 27, "statu": 27, "step": [22, 23, 60], "sticker": 97, "storag": [89, 90, 94], "stream": [27, 60, 70], "strength": 27, "structur": 0, "student": 109, "studi": 22, "submit": 61, "subsystem": 31, "success": 49, "suggest": 111, "suppli": [15, 66, 74], "support": [8, 12, 15, 22, 27, 29, 30, 31, 49, 60, 65, 68, 70, 71, 74, 78, 83, 85, 86, 94, 101, 112], "switch": 16, "synopsi": [63, 66], "synthesi": 16, "sysf": [30, 61, 62], "system": [15, 17, 18, 19, 21, 22, 23, 48, 49, 53, 62, 74, 75, 77, 78], "tab": [57, 76, 79], "tabl": [6, 10, 27, 108], "take": 97, "target": [43, 60, 70, 88], "teach": 111, "tell": 22, "temperatur": [16, 63], "templat": [1, 47], "tempor": 40, "termin": 66, "terminologi": 111, "test": [9, 13, 14, 16, 27, 29, 30, 60, 70, 74, 88, 100], "testimoni": 111, "than": [22, 99], "thermal": 108, "thread": 61, "threshold": 40, "through": 22, "time": [2, 55], "timeout": 62, "timer": 29, "tip": 62, "todo": [18, 22, 23], "tone": [27, 54, 56, 96], "tool": [16, 17, 18, 19, 21, 22, 23, 53, 64, 65, 66, 81], "toolbox": [18, 68, 69, 70], "toolchain": 43, "track": 27, "tranceiv": 27, "transceiv": [16, 28, 70, 104], "transfer": [61, 104], "transmit": [27, 56, 70], "tree": [18, 22, 27, 44, 45, 46, 47, 48, 88], "trick": 62, "trig": [29, 30], "trigger": [2, 30, 31, 57], "tutori": [18, 19, 24, 111], "two": 56, "tx": [26, 27, 54, 70, 99], "tx1": 26, "tx2": 26, "type": 61, "u": 88, "uart": [13, 64, 66], "uartjtag": 107, "ubuntu": 57, "unbox": [8, 12], "understand": [2, 60], "uninstal": 89, "univers": [17, 111], "up": [13, 15], "updat": [49, 53, 90, 92], "upgrad": 90, "us": [0, 6, 10, 15, 27, 43, 52, 57, 60, 63, 68, 71, 85, 86, 90], "usag": 5, "usb": [60, 66, 89, 94, 96], "user": [15, 16, 48, 49, 53, 57, 76, 77, 79, 87, 88, 106], "util": [59, 66], "variabl": 43, "vck190": [12, 13], "vdd_gpo": 100, "verif": 49, "verifi": 52, "version": [90, 109], "via": [27, 52, 90], "video": [6, 10, 22, 23, 87, 111], "view": [55, 61], "visibl": 61, "vivado": [83, 101], "vnc": 18, "voltag": 16, "wai": 61, "warn": [6, 10, 110], "waveform": 57, "we": [22, 23], "webinar": [6, 10], "webpack": [83, 101], "what": [22, 25, 74, 78], "wheatston": 110, "when": 90, "which": [60, 97], "why": [61, 97], "wideband": [19, 23], "wien": [109, 110], "wifi": 94, "win32diskimag": 52, "window": [15, 52, 55, 57, 60, 64, 65, 66, 71, 85, 89, 90], "wire": 94, "wizard": [101, 112], "work": [2, 22, 88], "workflow": 70, "workshop": [19, 25, 108], "wrapup": [22, 23], "write": [27, 49, 52, 59, 61], "x": [65, 89], "xilinx": [27, 43, 49], "xml": 61, "you": 22, "your": [2, 18, 43, 49, 92, 98, 99], "zcu102": [8, 9, 12, 14], "zero": 61, "zerocopi": 61, "zynq": [43, 53, 60, 88], "zynqmp": 43}}) \ No newline at end of file +Search.setIndex({"alltitles": {"1. Bypass meta-adi\u2019s Device trees": [[47, "bypass-meta-adi-s-device-trees"]], "2. Select Petalinux Template": [[47, "select-petalinux-template"]], "3. Disabling PL Node Generation": [[47, "disabling-pl-node-generation"]], "4. Adding Custom Device Trees": [[47, "adding-custom-device-trees"]], "72V to 96V Light EV Basic System Application": [[75, "v-to-96v-light-ev-basic-system-application"]], "AC Wien Bridge Simulation": [[110, "ac-wien-bridge-simulation"]], "ACAP SDcard boot files": [[13, "acap-sdcard-boot-files"]], "AD-BMSE2E3W-SL": [[74, null]], "AD-CELLPACKBM-SL": [[77, "ad-cellpackbm-sl"], [78, null]], "AD9361/4 FIR Filter Wizard": [[101, "ad9361-4-fir-filter-wizard"], [112, "ad9361-4-fir-filter-wizard"]], "ADALM-PLUTO": [[102, null]], "ADALM-PLUTO Hardware": [[97, null]], "ADALM-PLUTO implementation": [[100, "adalm-pluto-implementation"]], "ADALM-UARTJTAG": [[107, null]], "ADALM2000": [[84, null]], "ADALM2000 drivers": [[65, "adalm2000-drivers"]], "ADALM2000 or Scopy Questions": [[83, "adalm2000-or-scopy-questions"]], "ADI Articles": [[6, "adi-articles"], [10, "adi-articles"]], "ADI Kuiper Linux": [[18, "adi-kuiper-linux"]], "ADICUP Development Boards": [[16, "adicup-development-boards"]], "ADPAQ": [[16, "adpaq"]], "ADRV9009": [[55, null]], "ADRV9009 & ADRV9008": [[6, null]], "ADRV9009, ADRV9008-1, ADRV9008-2": [[27, null]], "ADRV9009/ADRV9008 Device Driver Customization": [[26, null]], "ADRV9026 & ADRV9029": [[10, null]], "ADXL355 Interrupt Pins": [[15, "adxl355-interrupt-pins"]], "AGC Settings": [[26, "agc-settings"], [54, "agc-settings"]], "AMD/Xilinx": [[49, "amd-xilinx"]], "API Documentation": [[70, "api-documentation"]], "API reference": [[65, "api-reference"]], "ARM Calibrations": [[27, "arm-calibrations"]], "ARM GPIO Settings": [[26, "arm-gpio-settings"], [54, "arm-gpio-settings"]], "ASCII Format": [[5, "ascii-format"]], "AUX DAC Settings": [[54, "aux-dac-settings"]], "AXI JESD204B GT (Gigabit Tranceiver) HDL driver (AMD XILINX/ALTERA-INTEL)": [[27, "axi-jesd204b-gt-gigabit-tranceiver-hdl-driver-amd-xilinx-altera-intel"]], "AXI JESD204B HDL driver": [[27, "axi-jesd204b-hdl-driver"]], "About": [[57, "about"]], "About libiio": [[61, null]], "Activating Markers": [[57, "activating-markers"]], "Active Bias Controllers": [[16, "active-bias-controllers"]], "Active Learning: Student-oriented Lab Exercises": [[109, null]], "Activity: Efficiency, Power Loss, and Thermal Management": [[108, null]], "Activity: The Wien Bridge Oscillator": [[110, null]], "Add aarch64-linux-gnu-gcc to PATH": [[43, "add-aarch64-linux-gnu-gcc-to-path"]], "Adding Linux driver support": [[27, "adding-linux-driver-support"], [29, "adding-linux-driver-support"], [30, "adding-linux-driver-support"]], "Adding MATLAB Properties For Attributes": [[67, "adding-matlab-properties-for-attributes"]], "Adding content": [[0, "adding-content"], [2, "adding-content"]], "Additional Information": [[15, "additional-information"]], "Additional References": [[22, "additional-references"], [23, "additional-references"]], "Advanced Debug Facilities": [[27, "advanced-debug-facilities"]], "Advanced Information For Power Users": [[49, "advanced-information-for-power-users"]], "Advanced examples": [[96, "advanced-examples"]], "Advanced features": [[61, "advanced-features"]], "Advanced plugin": [[54, null]], "Amplifiers": [[16, "amplifiers"]], "Analog Switches and Multiplexers": [[16, "analog-switches-and-multiplexers"]], "Another Exercise: Placeholder": [[109, "another-exercise-placeholder"]], "Antennas": [[105, null]], "Application Software": [[72, null], [73, "application-software"]], "Application Software (All Platforms)": [[15, "application-software-all-platforms"]], "Applications": [[74, "applications"], [78, "applications"]], "Applications and Solutions": [[73, null]], "Apps & Solutions": [[17, null]], "Auto Run Support": [[94, "auto-run-support"]], "Automatic Test Equipment - PMU & DPS": [[16, "automatic-test-equipment-pmu-dps"]], "AuxADC Reading": [[27, "auxadc-reading"]], "AuxDAC Writing": [[27, "auxdac-writing"]], "Auxillary DAC Settings": [[26, "auxillary-dac-settings"]], "BIST": [[54, "bist"]], "BIST PRBS": [[54, "bist-prbs"]], "BIST TX NCO Tone": [[54, "bist-tx-nco-tone"]], "BIST Tone": [[27, "bist-tone"]], "BMS Browser GUI Installation": [[77, "bms-browser-gui-installation"]], "Backends": [[61, "backends"]], "Background": [[22, "background"], [23, "background"], [100, "background"]], "Background:": [[108, "background"]], "Basic Example": [[96, "basic-example"]], "Basic IQ Datafiles": [[5, null]], "Basic Installation": [[71, "basic-installation"]], "Battery Cell Monitoring": [[77, "battery-cell-monitoring"]], "Battery Pack Monitoring": [[77, "battery-pack-monitoring"]], "Before PlutoSDR": [[97, "before-plutosdr"]], "Binary Format": [[5, "binary-format"]], "Bindings": [[61, "bindings"]], "Block diagram": [[6, "block-diagram"], [10, "block-diagram"]], "Boot messages": [[13, "boot-messages"]], "Booting the system": [[22, "booting-the-system"], [23, "booting-the-system"]], "Branch": [[2, "branch"]], "Buffer handling, sizes and counts": [[62, "buffer-handling-sizes-and-counts"]], "Bugs / Feature Requests": [[83, "bugs-feature-requests"], [101, "bugs-feature-requests"], [112, "bugs-feature-requests"]], "Build Artifacts": [[88, "build-artifacts"]], "Build Boot DFU Image": [[88, "build-boot-dfu-image"]], "Build Boot FRM image": [[88, "build-boot-frm-image"]], "Build Buildroot User Space": [[88, "build-buildroot-user-space"]], "Build Devicetrees": [[88, "build-devicetrees"]], "Build FPGA First Stage Bootloader (FSBL)": [[88, "build-fpga-first-stage-bootloader-fsbl"]], "Build FPGA Hardware Description File": [[88, "build-fpga-hardware-description-file"]], "Build Firmware DFU image": [[88, "build-firmware-dfu-image"]], "Build Firmware FRM image": [[88, "build-firmware-frm-image"]], "Build Linux kernel": [[88, "build-linux-kernel"]], "Build Zynq Boot Image": [[88, "build-zynq-boot-image"]], "Build m2k tools - m2kcli": [[65, "build-m2k-tools-m2kcli"]], "Build multi component FIT image (Flattened Image Tree)": [[88, "build-multi-component-fit-image-flattened-image-tree"]], "Build the devicetree FCMOMMS2/3": [[43, "build-the-devicetree-fcmomms2-3"]], "Build the devicetree FCMOMMS2/3/4/5": [[43, "build-the-devicetree-fcmomms2-3-4-5"]], "Build the kernel": [[43, "build-the-kernel"]], "Build u-boot": [[88, "build-u-boot"]], "Build u-boot default environment DFU Image": [[88, "build-u-boot-default-environment-dfu-image"]], "Build u-boot default environment Image": [[88, "build-u-boot-default-environment-image"]], "Build-In Self-Test (BIST)": [[27, "build-in-self-test-bist"]], "Building": [[88, "building"]], "Building and installing bindings": [[65, "building-and-installing-bindings"]], "Building libiio": [[60, "building-libiio"]], "Building on Linux": [[65, "building-on-linux"]], "Building on OSX": [[65, "building-on-osx"]], "Building on Windows": [[60, "building-on-windows"], [65, "building-on-windows"]], "Building on the Linux Host Target": [[60, "building-on-the-linux-host-target"]], "Building on the Linux/Zynq Target": [[60, "building-on-the-linux-zynq-target"]], "Building the Firmware Image": [[88, null]], "Building the Toolbox Manually": [[68, "building-the-toolbox-manually"], [70, "building-the-toolbox-manually"]], "Building the Zynq Linux kernel and devicetrees from source": [[43, "building-the-zynq-linux-kernel-and-devicetrees-from-source"]], "Building the ZynqMP / MPSoC Linux kernel and devicetrees from source": [[43, "building-the-zynqmp-mpsoc-linux-kernel-and-devicetrees-from-source"]], "Building the examples": [[65, "building-the-examples"]], "Building with Petalinux": [[43, "building-with-petalinux"], [43, "id2"], [44, null]], "Building with logging support": [[65, "building-with-logging-support"]], "Burning SD cards": [[18, "burning-sd-cards"]], "C# bindings": [[61, "c-bindings"], [65, "c-bindings"]], "COG Development Boards": [[16, "cog-development-boards"]], "Calibrating using the ini file": [[63, "calibrating-using-the-ini-file"]], "Calibration": [[63, null]], "Calibration Tracking Controls": [[27, "calibration-tracking-controls"]], "Calibrations": [[54, "calibrations"]], "Capture Window": [[55, "capture-window"], [57, "capture-window"]], "Capturing large contiguous buffers": [[62, "capturing-large-contiguous-buffers"]], "Challenges": [[61, "challenges"]], "Channel Enable/Powerdown Controls": [[27, "channel-enable-powerdown-controls"]], "Channel Settings": [[57, "channel-settings"]], "Check the mass storage device": [[90, "check-the-mass-storage-device"]], "Checking from serial port": [[89, "checking-from-serial-port"]], "Checkout the Release branch": [[43, "checkout-the-release-branch"]], "Checkout the main development": [[43, "checkout-the-main-development"]], "Circuits from the Lab": [[16, "circuits-from-the-lab"]], "Clock Generation and Distribution": [[16, "clock-generation-and-distribution"]], "Clock Settings": [[54, "clock-settings"]], "Clocks": [[26, "clocks"]], "Cloning the repository": [[92, "cloning-the-repository"]], "Code conformance": [[61, "code-conformance"]], "Code visibility": [[61, "code-visibility"]], "Command Line": [[90, "command-line"]], "Command Line Tools (Hello, AD5592r!)": [[22, "command-line-tools-hello-ad5592r"]], "Command Line Tools (Hello, Colorimeter and AD4630-24!)": [[23, "command-line-tools-hello-colorimeter-and-ad4630-24"]], "Command line utility": [[66, null]], "Commands": [[66, "commands"]], "Common Attributes": [[70, "common-attributes"]], "Common Issues": [[43, "common-issues"], [70, "common-issues"]], "Common PLUTO&M2K": [[91, null]], "Compiling the Sample Application": [[5, "compiling-the-sample-application"]], "Complete Daisy Chain": [[77, "complete-daisy-chain"]], "Complete Wien Bridge Oscillator": [[110, "complete-wien-bridge-oscillator"]], "Complex hosts": [[103, "complex-hosts"]], "Component selection based on software support (rather than pure analog performance)": [[22, "component-selection-based-on-software-support-rather-than-pure-analog-performance"]], "Components and Connections": [[74, "components-and-connections"]], "Conception of the IIO Daemon": [[61, "conception-of-the-iio-daemon"]], "Conclusion": [[18, "conclusion"], [99, "conclusion"]], "Configure the kernel": [[43, "configure-the-kernel"], [43, "id6"]], "Configuring Buildroot": [[88, "configuring-buildroot"]], "Configuring the SD Card": [[15, "configuring-the-sd-card"]], "Configuring the SD Card for FPGA Projects": [[49, "configuring-the-sd-card-for-fpga-projects"]], "Configuring the SD Card for Raspberry Pi Projects": [[49, "configuring-the-sd-card-for-raspberry-pi-projects"]], "Configuring the System (and rebooting!)": [[22, "configuring-the-system-and-rebooting"], [23, "configuring-the-system-and-rebooting"]], "Connect the SD Card to the Computer": [[52, "connect-the-sd-card-to-the-computer"]], "Connecting the Hardware": [[18, "connecting-the-hardware"]], "Connectors": [[97, "connectors"]], "Console": [[76, "console"]], "Console Output": [[9, "console-output"], [13, "console-output"], [14, "console-output"]], "Content": [[82, "content"], [95, "content"]], "Contents": [[4, "contents"], [17, "contents"], [87, "contents"], [106, "contents"]], "Context creation": [[61, "context-creation"]], "Contributing and Guidelines": [[17, null]], "Contributing and guidelines": [[3, null]], "Controlling External Devices": [[100, null]], "Controlling the transceiver": [[104, "controlling-the-transceiver"]], "Controlling the transceiver and transferring data": [[104, null]], "Converter Connectivity Tutorial": [[18, null]], "Converter Connectivity Tutorial (IIO 101)": [[19, null]], "Copy": [[2, "copy"]], "Copy the generated files to your SD Card": [[43, "copy-the-generated-files-to-your-sd-card"], [43, "id7"]], "Creating a BOOT.BIN from HDL Workflow Advisor": [[70, "creating-a-boot-bin-from-hdl-workflow-advisor"]], "Creating a buffer": [[61, "creating-a-buffer"]], "Creating new pages": [[0, null]], "Creation of the context from sysfs": [[61, "creation-of-the-context-from-sysfs"]], "Cross-compilation": [[60, "cross-compilation"]], "Custom Device Trees with DTG (meta-adi Bypass)": [[47, null]], "Custom Device Trees with meta-adi": [[46, null]], "Cyclic buffers": [[61, "cyclic-buffers"]], "DAC Buffer Output": [[56, "dac-buffer-output"]], "DEFRAMER A": [[26, "deframer-a"]], "DEFRAMER B": [[26, "deframer-b"]], "DFU Mode": [[89, "dfu-mode"]], "DFU Update": [[90, "dfu-update"]], "DMM Panel": [[15, "dmm-panel"]], "DMM Tab/Plugin": [[57, "dmm-tab-plugin"]], "DSP Development Tools": [[16, "dsp-development-tools"]], "Daisy Chain Connection": [[79, "daisy-chain-connection"]], "Data Recall": [[79, "data-recall"]], "Data transfer": [[61, "data-transfer"]], "Datasheets": [[97, "datasheets"]], "Debian based distributions": [[60, "debian-based-distributions"]], "Debug Panel": [[15, "debug-panel"]], "Debug Tab/Plugin": [[57, "debug-tab-plugin"]], "Debugging DFU": [[90, "debugging-dfu"]], "Demo Requirements": [[15, "demo-requirements"], [15, "demo-requirements-1"], [15, "id2"]], "Dependencies": [[65, "dependencies"], [65, "id2"], [65, "id4"]], "Description": [[27, "description"]], "Design & Integration Files": [[74, "design-integration-files"], [77, "design-integration-files"], [78, "design-integration-files"]], "Details Available on the Landing Page": [[76, "id1"]], "Determine the IP address": [[89, "determine-the-ip-address"]], "Determining the firmware version": [[90, "determining-the-firmware-version"]], "Device Control and Data Streaming": [[70, "device-control-and-data-streaming"]], "Device Driver": [[107, "device-driver"]], "Device Driver Customization": [[27, "device-driver-customization"]], "Device Driver and Software Support": [[15, "device-driver-and-software-support"]], "Device Global Settings": [[56, "device-global-settings"]], "Device Tree Modifications": [[45, "device-tree-modifications"]], "Device Tree Modifications with system-user.dtsi": [[48, null]], "Device Tree Overlays": [[18, "device-tree-overlays"]], "Device Trees: Telling Linux what\u2019s connected": [[22, "device-trees-telling-linux-what-s-connected"]], "Diagnostic": [[76, "diagnostic"]], "Diagnostics": [[79, "diagnostics"]], "Digital communication": [[64, null]], "Digital to Analog Converters": [[16, "digital-to-analog-converters"]], "Digital to Analog Converters (Current Output)": [[16, "digital-to-analog-converters-current-output"]], "Direct Digital Synthesis (DDS)": [[16, "direct-digital-synthesis-dds"]], "Directions": [[110, "directions"]], "Directly Addressing Attributes": [[67, "directly-addressing-attributes"]], "Disable": [[56, "disable"]], "DisplayPort - no picture?": [[43, "displayport-no-picture"]], "Document Type Definition": [[61, "document-type-definition"]], "Documentation": [[30, "documentation"], [60, "documentation"], [65, "documentation"], [71, "documentation"]], "Documentation guidelines": [[1, null]], "Documentation structure": [[0, "documentation-structure"]], "Downlaod": [[107, null]], "Download": [[15, null], [15, null], [15, null], [22, null], [22, null], [60, null], [65, "download"], [65, null], [68, null], [68, null], [68, null], [70, null], [70, null], [70, null], [74, null], [74, null], [77, null], [78, null], [78, null], [79, null], [89, null], [97, null], [97, null], [97, null], [107, null], [108, null]], "Download ADI default firmware images": [[90, null]], "Download Resources:": [[108, null]], "Download the SD Card File": [[52, "download-the-sd-card-file"]], "Download the file": [[52, "download-the-file"]], "Downloading the BMS Embedded Drivers Installer": [[79, "downloading-the-bms-embedded-drivers-installer"]], "Downloading the GUI Installer": [[79, "downloading-the-gui-installer"]], "Drawing parallels to other software flows": [[22, "drawing-parallels-to-other-software-flows"]], "Driver testing": [[29, "driver-testing"], [30, "driver-testing"]], "Driver testing / API": [[27, "driver-testing-api"]], "Drivers uninstall": [[89, "drivers-uninstall"]], "EVAL-ADXL355-PMDZ User Guide": [[15, null]], "Efficiency and Power Loss": [[109, "efficiency-and-power-loss"]], "Enable State Machine Controls": [[27, "enable-state-machine-controls"]], "Enable tools on Linux or OSX": [[64, "enable-tools-on-linux-or-osx"], [66, "enable-tools-on-linux-or-osx"]], "Enable tools on Windows": [[64, "enable-tools-on-windows"], [66, "enable-tools-on-windows"]], "Enabling IIOD USB Backend": [[60, "enabling-iiod-usb-backend"]], "Enabling Linux driver support": [[27, "enabling-linux-driver-support"]], "Enabling channels": [[61, "enabling-channels"]], "Engineering Education Video Testimonial": [[111, "engineering-education-video-testimonial"]], "Engineering University Program": [[111, null]], "Entering DFU mode": [[90, "entering-dfu-mode"]], "Equipment Needed": [[74, "equipment-needed"], [77, "equipment-needed"]], "Establishing Interface Connection": [[79, "establishing-interface-connection"]], "Etcher": [[52, "etcher"]], "Ethernet": [[89, "ethernet"], [89, "id7"], [89, "id11"]], "Evaluation Boards": [[17, null], [27, "evaluation-boards"]], "Evaluation Boards & Platforms": [[4, null]], "Example": [[59, "example"], [59, "id1"], [59, "id2"], [59, "id3"]], "Example Linux Device-Tree Initialization": [[27, "example-linux-device-tree-initialization"]], "Example dmesg": [[89, "example-dmesg"]], "Example files": [[5, "example-files"]], "Example platform device initialization": [[29, "example-platform-device-initialization"]], "Example to change from internal to external TX LO": [[27, "example-to-change-from-internal-to-external-tx-lo"]], "Examples": [[59, "examples"], [70, "examples"], [71, "examples"]], "Examples and LabVIEW palette": [[85, "examples-and-labview-palette"]], "Extending Device Interfaces": [[67, null]], "Extending Interfaces": [[70, "extending-interfaces"]], "Extract the Software Image File": [[52, "extract-the-software-image-file"]], "FMC Compatible Boards": [[16, "fmc-compatible-boards"]], "FPGA Settings": [[56, "fpga-settings"]], "FRAMER A": [[26, "framer-a"]], "FRAMER B": [[26, "framer-b"]], "FTC2023 Pluto Workshop": [[25, "ftc2023-pluto-workshop"]], "FTC2024 Jupiter Workshop": [[25, "ftc2024-jupiter-workshop"]], "Far-distance view": [[61, "far-distance-view"]], "Features": [[74, "features"], [78, "features"]], "Files": [[27, "files"], [57, "files"]], "Filter and Signal Path Configuration": [[27, "filter-and-signal-path-configuration"]], "Finding": [[59, "finding"]], "Firmware Updates": [[90, null]], "Flash the SD Card": [[52, "flash-the-sd-card"]], "Flex, Bison": [[61, "flex-bison"]], "For Developers": [[82, null], [95, null]], "For End Users": [[87, null], [106, null]], "For Hackers": [[98, null]], "For Linux": [[65, "for-linux"]], "For No-OS": [[15, "for-no-os"]], "For OSX": [[65, "for-osx"]], "For RPI Direct Local Access:": [[15, "for-rpi-direct-local-access"]], "For Windows": [[65, "for-windows"]], "For Windows machine connected to ADICUP3029:": [[15, "for-windows-machine-connected-to-adicup3029"]], "For Windows machine connected to Raspberry Pi:": [[15, "for-windows-machine-connected-to-raspberry-pi"]], "Fork": [[2, "fork"]], "Forking and publishing": [[2, null]], "Format conversion": [[61, "format-conversion"]], "Format the SD Card (Optional)": [[52, "format-the-sd-card-optional"]], "FreeBSD based distributions": [[60, "freebsd-based-distributions"]], "Frequency Domain View": [[55, "frequency-domain-view"]], "Frequency Hopping Mode": [[27, "frequency-hopping-mode"]], "Frequency Hopping Mode Settings": [[26, "frequency-hopping-mode-settings"]], "Frequency Hopping Mode Setup": [[54, "frequency-hopping-mode-setup"]], "From Linux hosts": [[52, "from-linux-hosts"]], "From Windows hosts": [[52, "from-windows-hosts"]], "Functionality": [[70, "functionality"]], "Functionality of IIO": [[31, "functionality-of-iio"]], "Further Reading": [[68, "further-reading"], [70, "further-reading"], [108, "further-reading"], [110, "further-reading"]], "Future improvements": [[61, "future-improvements"]], "GNU Radio": [[103, "gnu-radio"], [112, "gnu-radio"]], "GNU Radio and Python": [[101, "gnu-radio-and-python"]], "GPIO 3v3 Controls": [[27, "gpio-3v3-controls"]], "GPIO 3v3 Settings": [[26, "gpio-3v3-settings"]], "GTK2 Based IIO-Oscilloscope": [[57, "gtk2-based-iio-oscilloscope"]], "GUI": [[90, "gui"]], "GUI Installation": [[76, "gui-installation"]], "GUI Tabs": [[79, "gui-tabs"]], "Gain Control Settings": [[26, "gain-control-settings"]], "Gain Settings": [[54, "gain-settings"]], "Gain and Attenuation Control Pin Settings": [[26, "gain-and-attenuation-control-pin-settings"]], "Gain control modes": [[27, "gain-control-modes"]], "General AD9361 Questions": [[101, "general-ad9361-questions"], [112, "general-ad9361-questions"]], "Generating the file": [[63, "generating-the-file"]], "GitHub Codespace": [[2, "github-codespace"]], "Going \u201cHeadless\u201d": [[18, "going-headless"]], "Graph": [[76, "graph"]], "Graphical User Interface": [[79, "graphical-user-interface"]], "Guides&Sample Software": [[74, "guides-sample-software"], [78, "guides-sample-software"]], "HDL / Hardware Questions": [[112, "hdl-hardware-questions"]], "HDL / Vivado WebPack Questions": [[83, "hdl-vivado-webpack-questions"], [101, "hdl-vivado-webpack-questions"]], "HDL Targeting with HDL-Coder": [[70, "hdl-targeting-with-hdl-coder"]], "Hands-On! Working through a simple, but complete case study": [[22, "hands-on-working-through-a-simple-but-complete-case-study"]], "Hardware": [[107, "hardware"]], "Hardware & Driver Verification": [[49, "hardware-driver-verification"]], "Hardware Part Functions": [[74, "id2"]], "Hardware Questions": [[83, "hardware-questions"], [101, "hardware-questions"]], "Hardware Registration": [[15, "hardware-registration"]], "Hardware Setup": [[8, "hardware-setup"], [12, "hardware-setup"], [22, "hardware-setup"], [23, "hardware-setup"], [74, "hardware-setup"]], "Hardware Specific Tab/Plugins": [[57, "hardware-specific-tab-plugins"]], "Hardware Supply Quick Test Point": [[74, "id3"]], "Hardware User Guide": [[77, null]], "Hardware configuration": [[27, "hardware-configuration"]], "Hello, ADXL345, ADXL355, or LM75!": [[18, "hello-adxl345-adxl355-or-lm75"]], "Help & Support": [[68, "help-support"], [70, "help-support"]], "Help and Support": [[74, "help-and-support"], [78, "help-and-support"]], "Help and Support for ADI FMC Cards & RF SoMs": [[112, null]], "High Speed Converter Toolbox": [[68, null]], "High-speed mmap interface": [[61, "high-speed-mmap-interface"]], "Host Command Line": [[90, "host-command-line"]], "How can I check if the device is in DFU mode?": [[90, "how-can-i-check-if-the-device-is-in-dfu-mode"]], "How does it work": [[88, "how-does-it-work"]], "How to build it?": [[64, "how-to-build-it"], [66, "how-to-build-it"]], "How to install it?": [[64, "how-to-install-it"], [65, "how-to-install-it"], [66, "how-to-install-it"]], "How to manually enter DFU mode?": [[90, "how-to-manually-enter-dfu-mode"]], "IIO Commands": [[15, "iio-commands"]], "IIO Oscilloscope": [[15, "iio-oscilloscope"], [22, "iio-oscilloscope"], [23, "iio-oscilloscope"], [57, null], [103, "iio-oscilloscope"]], "IIO Oscilloscope Remote": [[9, "iio-oscilloscope-remote"], [13, "iio-oscilloscope-remote"], [14, "iio-oscilloscope-remote"]], "IIO Ring Buffer / kfifo": [[31, "iio-ring-buffer-kfifo"]], "IIO Subsystem Overview": [[31, "iio-subsystem-overview"]], "IIO System Considerations Tips & Tricks": [[62, null]], "IIO Transceivers": [[28, null]], "IIO buffer DMA max block size": [[62, "iio-buffer-dma-max-block-size"]], "IIO context timeout (libiio)": [[62, "iio-context-timeout-libiio"]], "IIO devices": [[89, "iio-devices"], [89, "id12"]], "Imaging your SD Card": [[49, "imaging-your-sd-card"]], "Importing from DokuWiki": [[0, "importing-from-dokuwiki"]], "Independent I/Q Control": [[56, "independent-i-q-control"]], "Industrial Ethernet": [[16, "industrial-ethernet"]], "Industrial I/O Subsystem In-Kernel Interfaces": [[31, "industrial-i-o-subsystem-in-kernel-interfaces"]], "Inertial MEMS Sensors": [[16, "inertial-mems-sensors"]], "Input and Output Connections and Configurations": [[15, "input-and-output-connections-and-configurations"]], "Inspecting the API": [[86, "inspecting-the-api"]], "Install libm2k": [[65, "install-libm2k"], [65, "id3"], [65, "id5"]], "Install libm2k Python bindings": [[65, "install-libm2k-python-bindings"]], "Installation": [[57, "installation"], [61, "installation"], [65, "installation"]], "Installing": [[85, "installing"]], "Installing Drivers": [[89, null]], "Installing the BMS Embedded Drivers": [[79, "installing-the-bms-embedded-drivers"]], "Intel/Altera": [[49, "intel-altera"]], "Interface Setup": [[76, "interface-setup"]], "Interface and Isolation": [[16, "interface-and-isolation"]], "Internals": [[57, "internals"]], "Interrelated Device Drivers": [[27, "interrelated-device-drivers"]], "Introducing an exciting new product that we\u2019ll apply our skills": [[22, "introducing-an-exciting-new-product-that-we-ll-apply-our-skills"]], "Introducing an exciting new product that we\u2019ll apply our skills to": [[23, "introducing-an-exciting-new-product-that-we-ll-apply-our-skills-to"]], "Introduction": [[18, "introduction"], [22, "introduction"], [23, "introduction"], [25, "introduction"], [84, "introduction"], [102, "introduction"]], "I\u00b2C": [[64, "i2c"]], "JESD204B Deframer Settings": [[54, "jesd204b-deframer-settings"]], "JESD204B Framer Settings": [[54, "jesd204b-framer-settings"]], "JESD204B Settings": [[26, "jesd204b-settings"], [54, "jesd204b-settings"]], "Kernel and devicetrees": [[43, null]], "Kernel command line": [[62, "kernel-command-line"]], "Key ADI\u2019s Software Infrastructure for designing with ADCs, DACs, and Sensors": [[19, null], [20, null]], "Key Components": [[78, "key-components"]], "Kits, Boards, & Other Accessories": [[111, "kits-boards-other-accessories"]], "Kuiper & Linux Kernel": [[17, null]], "Kuiper Linux": [[49, null]], "LT3080 Data Table": [[108, "id18"]], "LTM8067 Data Table": [[108, "id27"]], "Lab Equipment": [[111, "lab-equipment"]], "Lab Instruments and Software": [[111, "lab-instruments-and-software"]], "LabVIEW bindings": [[65, "labview-bindings"]], "Latest Release": [[90, "latest-release"]], "Launcher Configuration": [[79, "launcher-configuration"]], "Launching the BMS Browser GUI": [[77, "launching-the-bms-browser-gui"]], "Launching the GUI": [[79, "launching-the-gui"]], "Launching the application": [[57, "launching-the-application"]], "Layering": [[61, "layering"]], "Learning": [[17, null]], "Learning! Tutorials, Workshops, Etc": [[19, null]], "Libiio": [[60, null]], "Libiio Installer": [[68, "libiio-installer"]], "Libiio Installers": [[70, "libiio-installers"]], "Libiio command line utility": [[59, null]], "Libiio, now and in the future": [[61, "libiio-now-and-in-the-future"]], "Libm2k": [[65, null]], "Libm2k and no-OS drivers": [[64, "libm2k-and-no-os-drivers"]], "License and code management": [[61, "license-and-code-management"]], "Linux": [[57, "linux"], [65, "linux"], [90, "linux"], [90, "id2"]], "Linux Contiguous Memory Allocator (or CMA)": [[62, "linux-contiguous-memory-allocator-or-cma"]], "Linux Driver or Application Questions": [[112, "linux-driver-or-application-questions"]], "Linux Driver or libiio or Application Questions": [[83, "linux-driver-or-libiio-or-application-questions"], [101, "linux-driver-or-libiio-or-application-questions"]], "Linux Drivers": [[89, "linux-drivers"]], "Linux Industrial I/O Subsystem": [[31, null]], "Linux Installation": [[71, "linux-installation"]], "Linux Kernel": [[42, null]], "Linux drivers": [[41, null]], "List Channel attributes": [[59, "list-channel-attributes"]], "List Devices in a Context": [[59, "list-devices-in-a-context"]], "Loading Image on SD Card": [[15, "loading-image-on-sd-card"]], "Loading a Profile": [[27, "loading-a-profile"]], "Loading a gain table": [[27, "loading-a-gain-table"]], "Local Oscillator Control (LO)": [[27, "local-oscillator-control-lo"]], "Log In via ssh": [[90, "log-in-via-ssh"]], "Look at Context Attributes": [[59, "look-at-context-attributes"]], "Look at the sticker": [[97, "look-at-the-sticker"]], "Loopback": [[27, "loopback"]], "Low level register access via debugfs (direct_reg_access)": [[27, "low-level-register-access-via-debugfs-direct-reg-access"]], "Low-speed interface": [[61, "low-speed-interface"]], "M2k-fw": [[92, "m2k-fw"]], "MATLAB & Simulink Toolboxes": [[69, null]], "MATLAB / Simulink": [[103, "matlab-simulink"]], "MATLAB bindings": [[65, "matlab-bindings"]], "MATLAB format": [[5, "matlab-format"]], "MATLAB/Simulink/RF Blockset Questions": [[101, "matlab-simulink-rf-blockset-questions"]], "MATLAB/Simulink/SimRF Questions": [[112, "matlab-simulink-simrf-questions"]], "MAX32650FTHR": [[15, "max32650fthr"]], "MAX32655FTHR": [[15, "max32655fthr"]], "MCU Configuration & Setup": [[77, "mcu-configuration-setup"]], "MEMS Accelerometers": [[16, null]], "MGC controlling the gain using pin control": [[27, "mgc-controlling-the-gain-using-pin-control"]], "MGC setting the current Gain": [[27, "mgc-setting-the-current-gain"]], "Mac OS Installation": [[71, "mac-os-installation"]], "Mac OS X": [[65, "mac-os-x"]], "Mac OS X Drivers": [[89, "mac-os-x-drivers"]], "Magnitude Events": [[40, "magnitude-events"]], "Main Window": [[57, "main-window"]], "Main targets": [[88, "main-targets"]], "Making custom kernel changes": [[88, "making-custom-kernel-changes"]], "Manual Build": [[86, "manual-build"]], "Mass Storage": [[89, "mass-storage"], [89, "id6"], [89, "id10"]], "Mass Storage Drive Support": [[94, "mass-storage-drive-support"]], "Mass Storage Update": [[90, "mass-storage-update"]], "Materials": [[22, "materials"], [23, "materials"], [108, "materials"], [110, "materials"]], "MathWorks Webinars": [[6, "mathworks-webinars"], [10, "mathworks-webinars"]], "Memory Map": [[79, "memory-map"]], "Messages": [[44, "messages"]], "Mission": [[111, "mission"]], "Mixed Signal Basics": [[19, "mixed-signal-basics"]], "More info": [[112, "more-info"]], "More information": [[57, "more-information"]], "More information and useful links": [[15, "more-information-and-useful-links"]], "More \u201cJust Enough Software\u201d examples": [[22, "more-just-enough-software-examples"]], "Network Backends": [[60, "network-backends"]], "Network Update": [[90, "network-update"]], "New Rev D features": [[97, "new-rev-d-features"]], "Next Hop Frequency": [[27, "next-hop-frequency"]], "Next Steps: Developing on a remote host": [[22, "next-steps-developing-on-a-remote-host"]], "Next Steps: No-OS development on Linux? You bet!": [[22, "next-steps-no-os-development-on-linux-you-bet"]], "Next Steps: Other languages (C++, C#, MATLAB, etc.)": [[22, "next-steps-other-languages-c-c-matlab-etc"], [23, "next-steps-other-languages-c-c-matlab-etc"]], "Next Steps: Porting to a fully embedded system": [[22, "next-steps-porting-to-a-fully-embedded-system"]], "No-OS Questions": [[112, "no-os-questions"]], "ORX": [[26, "orx"], [26, "orx-1"]], "OSX": [[90, "osx"]], "Objective": [[108, "objective"], [110, "objective"]], "Objectives": [[61, "objectives"]], "Observation Chain": [[56, "observation-chain"]], "Observation RX Settings": [[54, "observation-rx-settings"]], "Observation RX Signal Path": [[27, "observation-rx-signal-path"]], "Obtaining the Build Sources": [[92, null]], "On MAC": [[90, "on-mac"]], "On the development host": [[43, "on-the-development-host"], [43, "id3"]], "On the target platform (devicetrees)": [[43, "on-the-target-platform-devicetrees"]], "One CW Tone": [[56, "one-cw-tone"]], "Opening a device": [[61, "opening-a-device"]], "Other Useful Links": [[71, "other-useful-links"]], "Other features": [[65, "other-features"]], "Other intermediate targets": [[88, "other-intermediate-targets"]], "Overview": [[15, "overview"], [74, "overview"], [76, "overview"], [78, "overview"]], "PA Protection": [[27, "pa-protection"]], "PA Protection Settings": [[26, "pa-protection-settings"], [54, "pa-protection-settings"]], "PRBS": [[27, "prbs"]], "Parsing issues": [[61, "parsing-issues"]], "Petalinux Device Trees": [[45, null]], "Petalinux, meta-adi and Device Trees": [[44, "petalinux-meta-adi-and-device-trees"]], "Physical System Setup": [[49, "physical-system-setup"]], "Pinout": [[100, "pinout"]], "Plots": [[79, "plots"]], "Plugin": [[55, "plugin"]], "Pluto rev C/D": [[90, "pluto-rev-c-d"]], "PlutoSDR as a Device": [[103, "plutosdr-as-a-device"]], "PlutoSDR as a host": [[103, "plutosdr-as-a-host"]], "PlutoSDR-fw": [[92, "plutosdr-fw"]], "Pmod Processor Connector": [[15, "pmod-processor-connector"]], "Pointers": [[31, "pointers"]], "Post-boot housekeeping": [[22, "post-boot-housekeeping"], [23, "post-boot-housekeeping"]], "Power Supply Considerations and Configuration": [[15, "power-supply-considerations-and-configuration"]], "Powering Down": [[49, "powering-down"]], "Precision ADC Tutorial": [[19, null], [24, null]], "Preparation - a few resources for learning Python": [[22, "preparation-a-few-resources-for-learning-python"], [23, "preparation-a-few-resources-for-learning-python"]], "Preparing the MCU": [[74, "preparing-the-mcu"]], "Preparing your environment": [[2, "preparing-your-environment"]], "Preparing your origin": [[2, "preparing-your-origin"]], "Prerequisite": [[79, "prerequisite"]], "Prerequisites": [[7, null], [11, null], [88, "prerequisites"], [103, null]], "Procedure": [[46, "procedure"], [48, "procedure"]], "Procedure: LT3080 Linear Regulator": [[108, "procedure-lt3080-linear-regulator"]], "Procedure: LTM8067 Isolated Flyback DC/DC Converter": [[108, "procedure-ltm8067-isolated-flyback-dc-dc-converter"]], "Products & Tools": [[17, null]], "Profile Settings": [[26, "profile-settings"]], "Profiles": [[27, "profiles"]], "Project list": [[50, null]], "Protocol": [[61, "protocol"]], "Protocols": [[64, "protocols"]], "Provided Waveforms": [[57, "provided-waveforms"]], "Pushing and triggering the CI": [[2, "pushing-and-triggering-the-ci"]], "PyADI-IIO": [[15, "pyadi-iio"], [18, "pyadi-iio"], [61, "pyadi-iio"], [71, null]], "Pyadi-iio And examples": [[22, "pyadi-iio-and-examples"], [23, "pyadi-iio-and-examples"]], "Python": [[18, "python"]], "Python bindings": [[61, "python-bindings"], [65, "python-bindings"]], "Querying or Setting a Gain Control Mode": [[27, "querying-or-setting-a-gain-control-mode"]], "Querying the ORx Sample Rate": [[27, "querying-the-orx-sample-rate"]], "Querying the RX Sample Rate and Primary Signal Bandwidth": [[27, "querying-the-rx-sample-rate-and-primary-signal-bandwidth"]], "Querying the TX Sample Rate and Primary Signal Bandwidth": [[27, "querying-the-tx-sample-rate-and-primary-signal-bandwidth"]], "Questions": [[108, "questions"]], "Questions, Comments, & Suggestions": [[111, "questions-comments-suggestions"]], "Quick Measure": [[79, "quick-measure"]], "Quick Start": [[86, "quick-start"]], "Quick Start with Toolbox": [[68, "quick-start-with-toolbox"], [70, "quick-start-with-toolbox"]], "Quickstart": [[8, null], [12, null]], "RX": [[26, "rx"], [26, "rx-1"]], "RX Gain Control": [[27, "rx-gain-control"]], "RX Settings": [[54, "rx-settings"]], "RX Signal Path": [[27, "rx-signal-path"]], "RX1": [[26, "rx1"]], "RX2": [[26, "rx2"]], "RapidNet IP": [[16, "rapidnet-ip"]], "Rate of Change Events": [[40, "rate-of-change-events"]], "Re purposing the button": [[96, "re-purposing-the-button"]], "Read a channel attributes": [[59, "read-a-channel-attributes"]], "Reading and writing": [[61, "reading-and-writing"]], "Reading and writing with the iio_buffer class": [[61, "reading-and-writing-with-the-iio-buffer-class"]], "Reading and writing, the old way": [[61, "reading-and-writing-the-old-way"]], "Reading the current Gain": [[27, "reading-the-current-gain"]], "Reboot": [[93, "reboot"]], "Reboot to DFU-Flash": [[93, "reboot-to-dfu-flash"]], "Reboot to DFU-RAM": [[93, "reboot-to-dfu-ram"]], "Rebooting": [[93, null]], "Rebuild LibIIO": [[60, "rebuild-libiio"]], "Receive AXI-ADC driver": [[27, "receive-axi-adc-driver"]], "Receive Chain": [[56, "receive-chain"]], "Receive flow (Rx)": [[70, "receive-flow-rx"]], "Received Strength Signal Indicator (RSSI)": [[27, "received-strength-signal-indicator-rssi"]], "Receiving data": [[104, "receiving-data"]], "RedHAT based distributions": [[60, "redhat-based-distributions"]], "Reference Designs": [[73, "reference-designs"], [80, null]], "Refilling and submitting a buffer": [[61, "refilling-and-submitting-a-buffer"]], "Release Notes": [[49, "release-notes"]], "Release Notification": [[90, "release-notification"]], "Release notes": [[51, null]], "Releases": [[85, "releases"]], "Remaining steps": [[60, "remaining-steps"]], "Removing the case": [[97, "removing-the-case"]], "Representative systems": [[18, "representative-systems"]], "Request for BMS Embedded Drivers": [[79, "request-for-bms-embedded-drivers"]], "Request for Software Access": [[76, "request-for-software-access"]], "Required Hardware": [[9, "required-hardware"], [13, "required-hardware"], [14, "required-hardware"]], "Required Software": [[9, "required-software"], [13, "required-software"], [14, "required-software"]], "Requirements": [[49, "requirements"], [76, "requirements"]], "Resources": [[74, "resources"], [77, "resources"], [78, "resources"]], "Resources For Building Your Own SDR": [[98, "resources-for-building-your-own-sdr"]], "Resuming work at a later time": [[2, "resuming-work-at-a-later-time"]], "Revision A": [[97, "revision-a"]], "Revision B": [[97, "revision-b"]], "Revision D": [[97, "revision-d"]], "Revisions": [[97, "revisions"]], "Running Integrated HDL Tests": [[70, "running-integrated-hdl-tests"]], "Running Local": [[57, "running-local"]], "Running Remote": [[57, "running-remote"], [59, "running-remote"]], "Running applications from USB drives": [[96, "running-applications-from-usb-drives"]], "Running directly on the RPi": [[15, "running-directly-on-the-rpi"]], "Running the example": [[15, "running-the-example"]], "Runtime Device Driver Customization": [[27, "runtime-device-driver-customization"]], "SD Card Write Issues": [[49, null]], "SD Card flashing": [[52, null]], "SPI": [[64, "spi"]], "Safety": [[108, "safety"]], "Sample Application": [[75, null]], "Sample C code Application": [[5, "sample-c-code-application"]], "Saving Captured Data": [[57, "saving-captured-data"]], "Scheduler": [[79, "scheduler"]], "Schematic, PCB Layout, Bill of Materials": [[15, "schematic-pcb-layout-bill-of-materials"], [107, "schematic-pcb-layout-bill-of-materials"]], "Screenshots": [[55, "screenshots"]], "Screenshots / Descriptions": [[54, "screenshots-descriptions"]], "Self Reception": [[99, null]], "Send a tone": [[96, "send-a-tone"]], "Sending and receiving commands": [[61, "sending-and-receiving-commands"]], "Sending and receiving samples": [[61, "sending-and-receiving-samples"]], "Sequences": [[79, "sequences"]], "Serial": [[89, "serial"], [89, "id5"], [89, "id9"]], "Server-side and client-side de-multiplexing": [[61, "server-side-and-client-side-de-multiplexing"]], "Setting the Observation Path LO Source": [[27, "setting-the-observation-path-lo-source"]], "Setting up UART": [[13, "setting-up-uart"]], "Setting up the Hardware": [[15, "setting-up-the-hardware"], [15, "id3"]], "Setup cross compile environment variables": [[43, "setup-cross-compile-environment-variables"]], "Show device name": [[27, "show-device-name"]], "Simple Host": [[103, "simple-host"]], "Simplification and standardization": [[61, "simplification-and-standardization"]], "Simulated Wien Bridge Oscillator": [[110, "simulated-wien-bridge-oscillator"]], "Simulation Models of Hardware": [[70, "simulation-models-of-hardware"]], "Slide Deck and Video": [[22, "slide-deck-and-video"], [23, "slide-deck-and-video"]], "Software": [[17, null], [58, null], [77, "software"], [100, "software"]], "Software Defined Radio using the Linux IIO Framework": [[6, "software-defined-radio-using-the-linux-iio-framework"], [10, "software-defined-radio-using-the-linux-iio-framework"]], "Software Download": [[76, "software-download"]], "Software Stack Background": [[22, "software-stack-background"]], "Software Stack Review": [[23, "software-stack-review"]], "Software User Guide": [[76, null], [79, null]], "Source Code": [[27, "source-code"]], "Source code": [[57, "source-code"]], "Source code and releases": [[60, "source-code-and-releases"]], "Specifications": [[74, "id1"], [78, "specifications"]], "Standalone trigger drivers": [[31, "standalone-trigger-drivers"]], "Standard Plugin": [[56, null]], "Standard calibration": [[63, "standard-calibration"]], "Starting IIOD with USB Support": [[60, "starting-iiod-with-usb-support"]], "Status": [[27, "status"]], "Stream Processor Configuration": [[27, "stream-processor-configuration"]], "Successful Boot Message": [[49, "successful-boot-message"]], "Support": [[71, "support"], [83, null], [85, "support"], [86, "support"], [101, null]], "Support Questions": [[71, "support-questions"]], "Supported Boards": [[70, "supported-boards"]], "Supported Devices": [[27, "supported-devices"]], "Supported Devices/Parts": [[71, "supported-devices-parts"]], "Supported Environments": [[8, "supported-environments"], [12, "supported-environments"]], "Supported Projects": [[49, "supported-projects"]], "Supported WIFI chipsets": [[94, "supported-wifi-chipsets"]], "Supported carriers": [[8, "supported-carriers"], [12, "supported-carriers"]], "System Architecture": [[74, "system-architecture"], [78, "system-architecture"]], "System Design": [[19, "system-design"]], "System Evaluation": [[74, "system-evaluation"]], "System Level Documentation": [[17, null]], "System Setup": [[77, "system-setup"]], "System Setup Using ADICUP3029": [[15, "system-setup-using-adicup3029"]], "System Setup Using EVAL-ADICUP360 (DEPRECATED)": [[15, "system-setup-using-eval-adicup360-deprecated"]], "System Setup Using MAX32655FTHR or MAX32650FTHR": [[15, "system-setup-using-max32655fthr-or-max32650fthr"]], "System Setup Using Raspberry Pi": [[15, "system-setup-using-raspberry-pi"]], "System Verification": [[49, "system-verification"]], "TX": [[26, "tx"]], "TX Settings": [[54, "tx-settings"]], "TX Signal Path": [[27, "tx-signal-path"]], "TX1": [[26, "tx1"]], "TX2": [[26, "tx2"]], "Table of Contents": [[6, "table-of-contents"], [10, "table-of-contents"]], "Tabs": [[76, "tabs"]], "Take it apart and look": [[97, "take-it-apart-and-look"]], "Teaching Materials & Lab Exercises": [[111, "teaching-materials-lab-exercises"]], "Temperature Sensors": [[16, "temperature-sensors"]], "Temperature calibration": [[63, "temperature-calibration"]], "Templates": [[1, "templates"]], "Temporal Conditions": [[40, "temporal-conditions"]], "Test Results": [[100, "test-results"]], "Testing": [[9, "testing"], [13, "testing"], [14, "testing"], [60, "testing"]], "Testing in IIO Oscilloscope": [[100, "testing-in-iio-oscilloscope"]], "Testing on the target": [[88, "testing-on-the-target"]], "The XML and local backends": [[61, "the-xml-and-local-backends"]], "The XML backend": [[61, "the-xml-backend"]], "The command interpreter": [[61, "the-command-interpreter"]], "The local backend": [[61, "the-local-backend"]], "The network backend": [[61, "the-network-backend"]], "The network backend and IIO Daemon": [[61, "the-network-backend-and-iio-daemon"]], "The read/write thread": [[61, "the-read-write-thread"]], "Thermal Resistance Primer": [[108, "thermal-resistance-primer"]], "Threshold Events": [[40, null]], "Time Domain View": [[55, "time-domain-view"]], "Todo": [[18, "id1"], [18, "id3"], [22, "id1"], [22, "id2"], [23, "id1"]], "Toolbox Dependencies": [[70, "toolbox-dependencies"]], "Tools": [[81, null], [81, null]], "Tools for High Speed Mixed Signal System Design": [[19, null]], "Tools for High-Speed Mixed Signal System Design": [[21, null]], "Tools for Low Speed Mixed Signal System Design": [[19, null], [22, null]], "Tools for Precision Wideband Mixed Signal System Design": [[19, null], [23, null]], "Tools for your Toolbox: SSH, SCP, VNC": [[18, "tools-for-your-toolbox-ssh-scp-vnc"]], "Transceiver Toolbox": [[70, null]], "Transceiver/Radio Boards": [[16, null]], "Transmit AXI-DAC / DDS driver": [[27, "transmit-axi-dac-dds-driver"]], "Transmit Chain": [[56, "transmit-chain"]], "Transmit flow (Tx)": [[70, "transmit-flow-tx"]], "Transmit/DDS": [[56, "transmit-dds"]], "Trigger and software ring buffer support": [[31, "trigger-and-software-ring-buffer-support"]], "Trigger settings": [[57, "trigger-settings"]], "Tutorials, Glossary, Terminology, eBooks and Other Helpful Resources": [[111, "tutorials-glossary-terminology-ebooks-and-other-helpful-resources"]], "Two CW Tone": [[56, "two-cw-tone"]], "Tx Attenuation Control": [[27, "tx-attenuation-control"]], "Tx Attenuation Pin Control": [[27, "tx-attenuation-pin-control"]], "Tx Off": [[99, "tx-off"]], "Tx On, and not sending a signal": [[99, "tx-on-and-not-sending-a-signal"]], "Tx On, and sending a signal": [[99, "tx-on-and-sending-a-signal"]], "Tx On, but offset more than your channel": [[99, "tx-on-but-offset-more-than-your-channel"]], "UART": [[64, "uart"]], "USB Device Mode Kernel Support": [[60, "usb-device-mode-kernel-support"]], "USB Devices": [[89, "usb-devices"]], "USB OTG": [[96, null]], "USB OTG \u2013 HOST function Support": [[94, null]], "USB Wifi Support": [[94, "usb-wifi-support"]], "USB Wired Ethernet Support": [[94, "usb-wired-ethernet-support"]], "USB to Serial UART adapter script": [[66, "usb-to-serial-uart-adapter-script"]], "Ubuntu 20 and Older": [[57, "ubuntu-20-and-older"]], "Unboxing guide": [[8, "unboxing-guide"], [12, "unboxing-guide"]], "Understanding git lfs": [[2, "understanding-git-lfs"]], "Understanding which libiio is being used": [[60, "understanding-which-libiio-is-being-used"]], "University Program": [[17, null]], "Update using DFU mode": [[90, "update-using-dfu-mode"]], "Updating": [[49, "updating"], [53, null]], "Updating your repository": [[92, "updating-your-repository"]], "Upgrading": [[90, "upgrading"]], "Usage Examples": [[5, "usage-examples"]], "Use case for the structure": [[0, "use-case-for-the-structure"]], "Useful Articles": [[68, "useful-articles"]], "User Space Tools": [[53, "user-space-tools"]], "User guide": [[57, "user-guide"]], "User guides": [[16, null]], "Users and Passwords": [[49, "users-and-passwords"]], "Using DISKPART via Windows command prompt": [[52, "using-diskpart-via-windows-command-prompt"]], "Using SD Card Formatter": [[52, "using-sd-card-formatter"]], "Using With LabVIEW": [[85, null]], "Using a script": [[43, "using-a-script"], [43, "id1"]], "Using the Linaro toolchain": [[43, "using-the-linaro-toolchain"], [43, "id5"]], "Using the Xilinx toolchain": [[43, "using-the-xilinx-toolchain"], [43, "id4"]], "Using the application": [[57, "using-the-application"]], "Using with MATLAB": [[86, null]], "Using your local host": [[2, "using-your-local-host"]], "VCK190 + EVAL-ADRV9026/ADRV9029": [[12, "vck190-eval-adrv9026-adrv9029"]], "VCK190 Quickstart": [[13, null]], "VDD_GPO": [[100, "vdd-gpo"]], "Verify": [[52, "verify"]], "Verify the Download (Optional)": [[52, "verify-the-download-optional"]], "Verify the download": [[52, "verify-the-download"]], "Videos": [[6, "videos"], [10, "videos"], [87, "videos"]], "Voltage Controlled Oscillators": [[16, "voltage-controlled-oscillators"]], "Warning": [[6, "warning"], [10, "warning"], [110, "warning"]], "What does \u201cJust Enough Software\u201d look like?": [[22, "what-does-just-enough-software-look-like"]], "What software do I need for my SDR?": [[25, null]], "What\u2019s Inside the Box?": [[74, "what-s-inside-the-box"], [78, "what-s-inside-the-box"]], "Wheatstone Bridge Simulation": [[110, "wheatstone-bridge-simulation"]], "When does the device automatically enter DFU mode?": [[90, "when-does-the-device-automatically-enter-dfu-mode"]], "Which revision do I have?": [[97, "which-revision-do-i-have"]], "Why Do a rev E?": [[97, "why-do-a-rev-e"]], "Why a network backend?": [[61, "why-a-network-backend"]], "Why do a Rev B?": [[97, "why-do-a-rev-b"]], "Why do a Rev C?": [[97, "why-do-a-rev-c"]], "Wien Bridge Oscillator: ADALM2000 version": [[109, "wien-bridge-oscillator-adalm2000-version"]], "Win32DiskImager": [[52, "win32diskimager"]], "Windows": [[57, "windows"], [64, "windows"], [65, "windows"], [66, "windows"], [90, "windows"], [90, "id1"]], "Windows Drivers": [[89, "windows-drivers"]], "Windows Installation": [[71, "windows-installation"]], "Windows Support": [[85, "windows-support"]], "Windows/OSX": [[90, "windows-osx"]], "Workshop Slide Deck": [[108, "workshop-slide-deck"]], "Workshops": [[19, "workshops"]], "Wrapup": [[22, "wrapup"], [23, "wrapup"]], "Write to a channel attribute": [[59, "write-to-a-channel-attribute"]], "Writing SD Card Command Line": [[52, "writing-sd-card-command-line"]], "Writing SD Card GUI": [[52, "writing-sd-card-gui"]], "Writing the preloader file": [[49, "writing-the-preloader-file"]], "ZCU102 + ADRV9009/PCBZ": [[8, "zcu102-adrv9009-pcbz"]], "ZCU102 + EVAL-ADRV9026/ADRV9029": [[12, "zcu102-eval-adrv9026-adrv9029"]], "ZCU102 Quickstart": [[9, null], [14, null]], "ZYNQ Processing System / FPGA Boot Files": [[53, "zynq-processing-system-fpga-boot-files"]], "Zero-configuration": [[61, "zero-configuration"]], "Zerocopy": [[61, "zerocopy"]], "analog-in": [[66, "analog-in"]], "analog-out": [[66, "analog-out"]], "calibration": [[65, "calibration"]], "description": [[63, "description"], [66, "description"], [66, "id2"], [66, "description-2"], [66, "id6"], [66, "id8"], [66, "id10"], [66, "id12"], [66, "id14"]], "digital": [[66, "digital"]], "digital communication": [[65, "digital-communication"]], "examples": [[63, "examples"]], "i2c": [[66, "i2c"]], "iio-trig-bfin-timer driver": [[29, null]], "iio-trig-sysfs driver": [[30, null]], "iio_attr": [[59, "iio-attr"]], "iio_info": [[59, "iio-info"]], "iio_readdev": [[59, "iio-readdev"]], "iio_reg": [[59, "iio-reg"]], "iio_writedev": [[59, "iio-writedev"]], "info.html page": [[97, "info-html-page"]], "libiio - AD9361 IIO streaming example": [[60, "libiio-ad9361-iio-streaming-example"]], "libiio Examples": [[60, "libiio-examples"]], "m2kcli": [[65, "m2kcli"]], "m2kcli and sigrok-cli": [[66, "m2kcli-and-sigrok-cli"]], "macOS": [[57, "macos"]], "mmWave Imaging": [[16, "mmwave-imaging"]], "on Linux": [[90, "on-linux"]], "power-supply": [[66, "power-supply"]], "spi": [[66, "spi"]], "ssh config": [[89, "ssh-config"], [89, "id8"]], "synopsis": [[63, "synopsis"], [66, "synopsis"], [66, "id1"], [66, "id3"], [66, "id5"], [66, "id7"], [66, "id9"], [66, "id11"], [66, "id13"]], "sysfs": [[62, "sysfs"]], "sysfs trigger creation and removal": [[30, "sysfs-trigger-creation-and-removal"]], "uart": [[66, "uart"]], "uart-terminal": [[66, "uart-terminal"]]}, "docnames": ["contributing/creating_new_pages", "contributing/docs_guidelines", "contributing/forking_publishing", "contributing/index", "eval/index", "eval/user-guide/adrv9009/basic-iq-datafiles", "eval/user-guide/adrv9009/index", "eval/user-guide/adrv9009/prerequisites", "eval/user-guide/adrv9009/quickstart/index", "eval/user-guide/adrv9009/quickstart/zynqmp", "eval/user-guide/adrv9026/index", "eval/user-guide/adrv9026/prerequisites", "eval/user-guide/adrv9026/quickstart/index", "eval/user-guide/adrv9026/quickstart/versal", "eval/user-guide/adrv9026/quickstart/zynqmp", "eval/user-guide/eval-adxl355-pmdz/index", "eval/user-guide/index", "index", "learning/converter_connectivity_tutorial/index", "learning/index", "learning/sw_infrastructure/index", "learning/tools_for_hs/index", "learning/tools_for_ls/index", "learning/tools_for_prec_wb/index", "learning/tutorial_prec_adc/index", "learning/workshop_what_sw_for_sdr/index", "linux/drivers/iio-transceiver/adrv9009/customization", "linux/drivers/iio-transceiver/adrv9009/index", "linux/drivers/iio-transceiver/index", "linux/drivers/iio/iio-trig-bfin-timer", "linux/drivers/iio/iio-trig-sysfs", "linux/drivers/iio/index", "linux/drivers/iio/snippets/buffer-management", "linux/drivers/iio/snippets/debugfs-direct-reg-access", "linux/drivers/iio/snippets/device", "linux/drivers/iio/snippets/devices-with-consumer-interface", "linux/drivers/iio/snippets/event-management", "linux/drivers/iio/snippets/pointers", "linux/drivers/iio/snippets/standalone-trigger-drivers", "linux/drivers/iio/snippets/typical-adc-scan-elements", "linux/drivers/iio/snippets/typical-event-attributes", "linux/drivers/index", "linux/index", "linux/kernel/index", "linux/kernel/petalinux", "linux/kernel/petalinux-dts/index", "linux/kernel/petalinux-dts/petalinux-custom-dts", "linux/kernel/petalinux-dts/petalinux-meta-adi-bypass", "linux/kernel/petalinux-dts/petalinux-system-user", "linux/kuiper/index", "linux/kuiper/project-list", "linux/kuiper/release-notes", "linux/kuiper/sdcard/index", "linux/kuiper/update", "software/iio-oscilloscope/adrv9009/advanced-plugin", "software/iio-oscilloscope/adrv9009/index", "software/iio-oscilloscope/adrv9009/plugin", "software/iio-oscilloscope/index", "software/index", "software/libiio/cli", "software/libiio/index", "software/libiio/internals", "software/libiio/tips-tricks", "software/libm2k/calibration", "software/libm2k/digital_communication", "software/libm2k/index", "software/libm2k/m2kcli", "software/matlab/bsp-extend", "software/matlab/hsx-toolbox/index", "software/matlab/index", "software/matlab/transceiver-toolbox/index", "software/pyadi-iio/index", "solutions/application-software/index", "solutions/index", "solutions/reference-designs/ad-bmse2e3w-sl/index", "solutions/reference-designs/ad-bmse2e3w-sl/sample_application/index", "solutions/reference-designs/ad-bmse2e3w-sl/software_guide/index", "solutions/reference-designs/ad-cellpackbm-sl/hardware_guide/index", "solutions/reference-designs/ad-cellpackbm-sl/index", "solutions/reference-designs/ad-cellpackbm-sl/software_guide/index", "solutions/reference-designs/index", "tools/index", "tools/m2k/devs/index", "tools/m2k/help_support", "tools/m2k/index", "tools/m2k/labview", "tools/m2k/matlab", "tools/m2k/users/index", "tools/pluto-m2k/building_the_image", "tools/pluto-m2k/drivers", "tools/pluto-m2k/firmware", "tools/pluto-m2k/index", "tools/pluto-m2k/obtaining_the_sources", "tools/pluto-m2k/reboot", "tools/pluto-m2k/usb_otg_host", "tools/pluto/devs/index", "tools/pluto/devs/usb_otg", "tools/pluto/hacking/hardware", "tools/pluto/hacking/index", "tools/pluto/hacking/listening_to_yourself", "tools/pluto/hacking/power_amp", "tools/pluto/help_support", "tools/pluto/index", "tools/pluto/prerequisites", "tools/pluto/transceiver_transferring_data", "tools/pluto/users/antennas", "tools/pluto/users/index", "tools/uartjtag/index", "university/active_learning/efficiency_power_loss/index", "university/active_learning/index", "university/active_learning/wien_bridge_oscillator/index", "university/index", "user-guide/ad-fmcomms2-ebz/help-and-support"], "envversion": {"sphinx": 64, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.todo": 2}, "filenames": ["contributing/creating_new_pages.rst", "contributing/docs_guidelines.rst", "contributing/forking_publishing.rst", "contributing/index.rst", "eval/index.rst", "eval/user-guide/adrv9009/basic-iq-datafiles.rst", "eval/user-guide/adrv9009/index.rst", "eval/user-guide/adrv9009/prerequisites.rst", "eval/user-guide/adrv9009/quickstart/index.rst", "eval/user-guide/adrv9009/quickstart/zynqmp.rst", "eval/user-guide/adrv9026/index.rst", "eval/user-guide/adrv9026/prerequisites.rst", "eval/user-guide/adrv9026/quickstart/index.rst", "eval/user-guide/adrv9026/quickstart/versal.rst", "eval/user-guide/adrv9026/quickstart/zynqmp.rst", "eval/user-guide/eval-adxl355-pmdz/index.rst", "eval/user-guide/index.rst", "index.rst", "learning/converter_connectivity_tutorial/index.rst", "learning/index.rst", "learning/sw_infrastructure/index.rst", "learning/tools_for_hs/index.rst", "learning/tools_for_ls/index.rst", "learning/tools_for_prec_wb/index.rst", "learning/tutorial_prec_adc/index.rst", "learning/workshop_what_sw_for_sdr/index.rst", "linux/drivers/iio-transceiver/adrv9009/customization.rst", "linux/drivers/iio-transceiver/adrv9009/index.rst", "linux/drivers/iio-transceiver/index.rst", "linux/drivers/iio/iio-trig-bfin-timer.rst", "linux/drivers/iio/iio-trig-sysfs.rst", "linux/drivers/iio/index.rst", "linux/drivers/iio/snippets/buffer-management.rst", "linux/drivers/iio/snippets/debugfs-direct-reg-access.rst", "linux/drivers/iio/snippets/device.rst", "linux/drivers/iio/snippets/devices-with-consumer-interface.rst", "linux/drivers/iio/snippets/event-management.rst", "linux/drivers/iio/snippets/pointers.rst", "linux/drivers/iio/snippets/standalone-trigger-drivers.rst", "linux/drivers/iio/snippets/typical-adc-scan-elements.rst", "linux/drivers/iio/snippets/typical-event-attributes.rst", "linux/drivers/index.rst", "linux/index.rst", "linux/kernel/index.rst", "linux/kernel/petalinux.rst", "linux/kernel/petalinux-dts/index.rst", "linux/kernel/petalinux-dts/petalinux-custom-dts.rst", "linux/kernel/petalinux-dts/petalinux-meta-adi-bypass.rst", "linux/kernel/petalinux-dts/petalinux-system-user.rst", "linux/kuiper/index.rst", "linux/kuiper/project-list.rst", "linux/kuiper/release-notes.rst", "linux/kuiper/sdcard/index.rst", "linux/kuiper/update.rst", "software/iio-oscilloscope/adrv9009/advanced-plugin.rst", "software/iio-oscilloscope/adrv9009/index.rst", "software/iio-oscilloscope/adrv9009/plugin.rst", "software/iio-oscilloscope/index.rst", "software/index.rst", "software/libiio/cli.rst", "software/libiio/index.rst", "software/libiio/internals.rst", "software/libiio/tips-tricks.rst", "software/libm2k/calibration.rst", "software/libm2k/digital_communication.rst", "software/libm2k/index.rst", "software/libm2k/m2kcli.rst", "software/matlab/bsp-extend.rst", "software/matlab/hsx-toolbox/index.rst", "software/matlab/index.rst", "software/matlab/transceiver-toolbox/index.rst", "software/pyadi-iio/index.rst", "solutions/application-software/index.rst", "solutions/index.rst", "solutions/reference-designs/ad-bmse2e3w-sl/index.rst", "solutions/reference-designs/ad-bmse2e3w-sl/sample_application/index.rst", "solutions/reference-designs/ad-bmse2e3w-sl/software_guide/index.rst", "solutions/reference-designs/ad-cellpackbm-sl/hardware_guide/index.rst", "solutions/reference-designs/ad-cellpackbm-sl/index.rst", "solutions/reference-designs/ad-cellpackbm-sl/software_guide/index.rst", "solutions/reference-designs/index.rst", "tools/index.rst", "tools/m2k/devs/index.rst", "tools/m2k/help_support.rst", "tools/m2k/index.rst", "tools/m2k/labview.rst", "tools/m2k/matlab.rst", "tools/m2k/users/index.rst", "tools/pluto-m2k/building_the_image.rst", "tools/pluto-m2k/drivers.rst", "tools/pluto-m2k/firmware.rst", "tools/pluto-m2k/index.rst", "tools/pluto-m2k/obtaining_the_sources.rst", "tools/pluto-m2k/reboot.rst", "tools/pluto-m2k/usb_otg_host.rst", "tools/pluto/devs/index.rst", "tools/pluto/devs/usb_otg.rst", "tools/pluto/hacking/hardware.rst", "tools/pluto/hacking/index.rst", "tools/pluto/hacking/listening_to_yourself.rst", "tools/pluto/hacking/power_amp.rst", "tools/pluto/help_support.rst", "tools/pluto/index.rst", "tools/pluto/prerequisites.rst", "tools/pluto/transceiver_transferring_data.rst", "tools/pluto/users/antennas.rst", "tools/pluto/users/index.rst", "tools/uartjtag/index.rst", "university/active_learning/efficiency_power_loss/index.rst", "university/active_learning/index.rst", "university/active_learning/wien_bridge_oscillator/index.rst", "university/index.rst", "user-guide/ad-fmcomms2-ebz/help-and-support.rst"], "indexentries": {}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [0, 2, 5, 6, 9, 10, 13, 14, 15, 17, 18, 27, 35, 39, 43, 44, 45, 46, 49, 52, 53, 54, 56, 57, 59, 60, 61, 62, 63, 65, 66, 68, 70, 77, 79, 83, 84, 86, 87, 88, 89, 90, 94, 95, 96, 97, 99, 100, 101, 102, 103, 105, 106, 108, 110, 111, 112], "0": [2, 5, 9, 13, 14, 15, 18, 26, 27, 29, 30, 32, 39, 43, 44, 47, 48, 49, 52, 53, 54, 56, 57, 59, 60, 61, 62, 63, 64, 65, 66, 70, 74, 76, 77, 78, 79, 84, 85, 86, 88, 89, 90, 93, 94, 96, 97, 99, 100, 103, 104, 106, 108, 110], "00": [9, 13, 14, 44, 49, 53, 59, 89, 90, 99], "000": [9, 44, 105], "0000": [9, 13, 14, 44, 89], "000000": [9, 13, 14, 27, 44, 49, 59], "0000000": [59, 89], "00000000": [60, 90], "000000000": 5, "00000000077d5000": 44, "00000000077e4838": 44, "000000000ffee000": 9, "000000000fff1000": 14, "000000000ffff2e0": 14, "000000000ffff7f1": 9, "000000007deb5000": 13, "000000007debe0a0": 13, "00000001": 89, "0000010": [59, 89], "0000020": [59, 89], "000003": [9, 44], "0000030": [59, 89], "0000040": [59, 89], "000005": 49, "0000050": [59, 89], "0000060": [59, 89], "0000070": [59, 89], "0000080": [59, 89], "0000090": 89, "00000a0": 89, "00000b0": 89, "00000c0": 89, "00000d0": 89, "00000e0": 89, "00000f0": 89, "00001000": [13, 90], "00008000": 43, "0001": [9, 14, 44, 89], "0002": [9, 13, 14, 44, 49, 89], "0002274": 5, "0003": [9, 14, 44], "000322": 9, "000338": 9, "000346": 9, "000347": 44, "000366": 44, "000373": 44, "00041": 93, "000441": 9, "000447": 9, "000471": 44, "000485": 44, "0005": 89, "00079": 59, "000935": 9, "001036": 44, "001081": 44, "0011": 89, "0012": 89, "001223": 13, "0013": 89, "00131": 59, "001351": 5, "001426": 44, "001448": 9, "001449": 44, "001454": 44, "001520": 9, "001546": 44, "0016": 89, "001768": 5, "001787": 44, "001815": 44, "001824": 9, "001850": 9, "001b": 89, "001c": 89, "0020": [9, 14, 44], "002081": 44, "002085": 5, "002097": 9, "002098": 44, "0021": [9, 14, 44], "002115": 9, "0022": 89, "00225": 59, "002351": 44, "002357": 9, "002369": 44, "002374": 9, "0024": 89, "002409": 9, "002410": 44, "002422": 9, "002424": 44, "002428": 9, "002429": 44, "002434": 9, "002436": 44, "002446": 9, "002449": 44, "0025": 89, "0027": 89, "00277": 59, "002a": 89, "002c": [13, 89], "002f": 14, "003": 90, "0030": 89, "003099": 9, "0031": 89, "003172": 44, "0034": 89, "0036": [14, 89], "0037": 89, "00370": 59, "003730": 44, "003753": 49, "0038": 89, "003848": 14, "0039": 89, "003b": 89, "0040": [9, 14, 44, 89], "0041": [9, 14, 44, 89], "0042": [9, 14, 44, 89], "004209": 13, "00421": 59, "004291": 13, "0043": [9, 14, 44], "0044": [9, 14, 44, 89], "0045": [9, 14, 44, 89], "0046": [9, 14, 44], "0047": [9, 14, 44, 89], "0049": [13, 14], "004a": [9, 14, 44], "004b": [9, 14, 44, 89], "004d": 89, "0050": [9, 14, 44], "0051": 49, "00512": 59, "005162": 14, "00535": 88, "0054": [9, 14, 44], "00561": 59, "0058": 89, "005998": 14, "005c": [49, 89], "005d": [9, 14, 44, 89], "005e": 89, "005f": 89, "00648": 59, "0068": [49, 89], "0069": 14, "00695": 59, "006a": 89, "006c": 89, "006e": 89, "0071": 89, "0073": 89, "0074": [9, 14, 44], "007454": 14, "0075": [9, 14, 44], "0076": 89, "007614": 14, "007886": 49, "0079": 89, "007b": 89, "007e": 89, "008": 90, "00822": 59, "008280": 13, "008416": 14, "008421": 13, "0086": 89, "008616": 13, "0087": 89, "008711": 44, "008727": 44, "008a": 89, "008e": 89, "008f": 89, "009": 90, "009064": 13, "00940": 59, "0095": 89, "009637": 14, "0097": 89, "009958": 14, "00b28ddf47aef9cea7": [13, 14], "00d6": 89, "00e022d6d804": 89, "00mhz": [13, 14], "01": [9, 13, 14, 44, 47, 49, 53, 88, 89], "010": 9, "0100": 14, "010388": 9, "01048": 59, "010600": 9, "0110": 90, "01145": 59, "012053": 14, "01230": 59, "012485": 14, "012773": 13, "012874": 13, "01296": 59, "01302": 59, "0133": 89, "01356": 59, "01360": 59, "013773": 14, "01401": 59, "01404": 59, "014117": 44, "014166": 13, "014168": 49, "014199": 9, "01431": 59, "01433": 59, "014357": 44, "01447": 59, "01448": 59, "015101": 13, "015314": 49, "015539": 49, "015760": 9, "017796": 13, "018108": 14, "018321": 44, "018342": 44, "018614": 49, "018644": 49, "018855": 13, "019168": 13, "019651": 14, "019959": 13, "01c": 14, "02": [9, 13, 14, 44], "0200": [9, 93], "02000000": 49, "020348": 9, "020863": 14, "02100000": 49, "021782": 44, "022090": 49, "0221": [90, 93], "022272": 14, "022282": 89, "022839": 14, "022988": 13, "023298": 13, "024170": 14, "024763": 9, "024775": 44, "026304": 49, "026590": 44, "026762": 13, "027571": 14, "027812": 13, "027998": 14, "028015": 13, "028380": 13, "029004": 9, "029098": 49, "029710": 14, "03": [9, 13, 14, 88, 110], "0300": 49, "0301": [9, 14, 44], "030220": 14, "030452": 14, "031154": 14, "031621035": 14, "032119": 13, "032261": 13, "032342": 13, "033295": 14, "033798": 49, "034084": 49, "034536": 14, "034649": 9, "034787": 14, "035667": 13, "035822": 13, "036234": 14, "036278": 14, "036663": 9, "037389": 13, "04": [9, 44, 89, 100, 103], "04000000": [9, 14], "040165": 9, "040222": 13, "040511": 49, "0406": 89, "040771484": 59, "041076": 49, "042394": 13, "042591": 9, "042794": 14, "043098": 14, "043515": 14, "044071": 13, "044184": 9, "044544": 13, "044681": 9, "044891": 14, "044984": 9, "0456": [59, 60, 89, 90, 93], "046799": 14, "046963": 44, "047154": 13, "047321": 14, "047986": 49, "048359": 13, "0485d9426f14433eb6a669e00fa52940": 14, "048732": 14, "049285": 14, "049358": 49, "049444": 13, "049485": 49, "04msp": 5, "05": [9, 14, 27, 43, 53, 60, 89], "050105": 9, "050323": 14, "050652": 13, "050798": 13, "051096": 44, "051980": 9, "052007": 44, "052215": 9, "052567": 49, "052752": 14, "052777": 14, "053500": 13, "053834": 9, "054259": 49, "055481": 13, "055776": 14, "056206": 49, "056441": 14, "056629": 49, "056906": 13, "057162": 14, "057477": 44, "057815": 13, "058476": 13, "059126": 9, "059153": 14, "059451": 49, "059652": 14, "05db": 26, "06": [13, 14, 49, 53], "060928": 13, "061188": 14, "061895": 14, "061969": 14, "062371": 14, "062425": 14, "062465": 14, "062580": 9, "062808": 14, "062852": 44, "062863": 14, "062909": 14, "063047": 14, "063246": 49, "063274": 13, "064339": 9, "065541": 49, "065551": 49, "065577": 9, "065583": 13, "067432": 14, "067508": 14, "068965": 14, "069267": 13, "069284": 9, "069526": 49, "069615": 44, "06m": 108, "07": [9, 13, 14, 49, 52, 89], "070849": 13, "070852": 14, "070990": 14, "071450": 13, "071502": 14, "071799": 49, "072116": 13, "073547": 63, "073816": 14, "07428": 63, "075188": 9, "076198": 49, "076253": 13, "076375": 44, "076836": 49, "077340": 14, "077923": 14, "077e5000": 44, "078009": 44, "079784": 14, "07fffdbf": 44, "08": [9, 14, 44, 59, 90], "080285": 9, "080467": 14, "080566": 14, "081633": 13, "081933": 49, "081940": 49, "082517": 13, "082581": 49, "083136": 44, "083530": 14, "083850": 14, "084482": 9, "08511": 89, "085735": 14, "086149": 13, "086338": 14, "087308": 14, "089428": 9, "089769": 49, "089908": 44, "09": [14, 44, 49, 67], "090217": 14, "090892": 14, "091384": 13, "091890": 14, "092008": 9, "092036": 44, "092051": 14, "092713": 49, "092839": 44, "093194": 13, "093225": 13, "093243": 13, "093293": 13, "093860": 14, "093977": 9, "094055": 14, "094632": 13, "094776": 14, "096011": 49, "096673": 44, "096792": 49, "096894": 14, "096969": 14, "097544": 14, "098046": 13, "099683": 14, "09ff5000": 49, "09fff779": 49, "0a": [9, 44], "0b25bea5": 49, "0c": [9, 14, 44], "0dbf": [26, 96], "0e": 13, "0f": 89, "0k": 88, "0khz": 110, "0m0": 52, "0m32": 52, "0m5": 100, "0v": 77, "0x": [5, 13, 14], "0x0": [9, 27, 44, 49, 59], "0x00": 48, "0x000000": 49, "0x00000000": 13, "0x0000000000": [13, 14], "0x000000000000": [9, 14, 44], "0x0000000000000000": [13, 14, 49], "0x0000000000000810": 13, "0x0000000001": [13, 14], "0x0000000002": 14, "0x0000000002010810": 14, "0x0000000003": 14, "0x000000002fffffff": 49, "0x0000000030000000": 49, "0x000000003fffffff": 49, "0x0000000069e00000": 13, "0x000000006c000000": 14, "0x000000006de00000": 13, "0x0000000070000000": [9, 14, 44], "0x000000007fffffff": [13, 14], "0x00000000f902f000": [9, 14, 44], "0x00000000f9080000": 13, "0x00000000f90a0000": 13, "0x00000000ff000000": [13, 14], "0x00000000ffffffff": [13, 14], "0x0000000100000000": [13, 14], "0x0000000800000000": [13, 14], "0x000000087fffffff": 14, "0x000000097fffffff": 13, "0x000000100000": [9, 14, 44], "0x000000600000": [9, 14, 44], "0x000000620000": [9, 14, 44], "0x000000c00000": [9, 14, 44], "0x00003fff": 5, "0x00007fff": 5, "0x00008001": 5, "0x0000c001": 5, "0x00080000": 44, "0x001000": 13, "0x00e0000000": 14, "0x00efffffff": 14, "0x01": 48, "0x0107010b": 13, "0x02": [15, 48], "0x02010810": 9, "0x0238f625": [9, 14, 44], "0x0238fe65": 13, "0x03": 26, "0x0456": 88, "0x0600000000": 14, "0x060400": 14, "0x07ffffffff": 14, "0x09": 66, "0x0b": [64, 66], "0x0c": [26, 48], "0x0f": [26, 64], "0x10": 49, "0x100": [9, 14, 44], "0x100000": 49, "0x1000000": 49, "0x100000e0": 44, "0x100060": 49, "0x1073a6ac": 44, "0x10746fac": 44, "0x110": 13, "0x123": 27, "0x13c63cdd": 5, "0x13c6c323": 5, "0x170f8dc196": 9, "0x170f8de2d3": 44, "0x171024e7e0": [13, 14], "0x17d78400": 48, "0x180": [9, 14, 44], "0x1ffffffffffffff": [13, 14], "0x20": 89, "0x20000": 88, "0x2000000": 49, "0x22010810": 44, "0x24738093": 14, "0x259d33c6": 5, "0x259dcc3a": 5, "0x278d79bb": 5, "0x278d8645": 5, "0x28": 48, "0x3": [9, 14, 44, 59], "0x333": [26, 27], "0x33c6259d": 5, "0x33c6da63": 5, "0x37": 49, "0x38000000": 49, "0x39c": 49, "0x3cdd13c6": 5, "0x3cddec3a": 5, "0x3fff0000": 5, "0x40": [27, 33], "0x4000": 61, "0x4000000": [9, 14], "0x410030c9": 49, "0x410fd034": 14, "0x410fd083": 13, "0x48": [18, 64, 66], "0x4b3b678d": 5, "0x4b3b9873": 5, "0x50": [27, 33], "0x50070106": [9, 14, 44], "0x558": 49, "0x5c": 59, "0x600000000": [9, 14, 44], "0x678d4b3b": 5, "0x678db4c5": 5, "0x6bfff000": [9, 44], "0x6ffff000": [9, 44], "0x7": [27, 33], "0x718c7e00": 48, "0x76560001": 49, "0x79bb278d": 5, "0x79bbd873": 5, "0x7e7be8": 49, "0x7fff0000": 5, "0x7ffffffff": [9, 14, 44], "0x8000": [43, 61, 88], "0x8000000": [9, 14, 44], "0x80000000": [27, 33], "0x80010000": 5, "0x80062": [27, 33], "0x84a00000": [9, 14], "0x84a04000": [9, 14], "0x84a50000": 9, "0x84a60000": [9, 14], "0x84a80000": [9, 14], "0x84a90000": 14, "0x84aa0000": 14, "0x8645278d": 5, "0x8645d873": 5, "0x90062": 59, "0x90162": 59, "0x98734b3b": 5, "0x9873b4c5": 5, "0x99020000": 44, "0x99024000": 44, "0x99040000": 44, "0x99044000": 44, "0xa": 89, "0xa4a04000": 13, "0xa5": 48, "0xab": 64, "0xb1": 26, "0xb4c5678d": 5, "0xb4c59873": 5, "0xb673": 88, "0xb674": 90, "0xb8": 48, "0xc0": 26, "0xc0010000": 5, "0xc32313c6": 5, "0xc323ec3a": 5, "0xc4": 66, "0xcc3a259d": 5, "0xcc3ada63": 5, "0xd87379bb": 5, "0xd8738645": 5, "0xda6333c6": 5, "0xda63cc3a": 5, "0xe0000000": [9, 14, 44], "0xe4": 26, "0xec3a3cdd": 5, "0xec3ac323": 5, "0xefffffff": [9, 14, 44], "0xfd0c0000": [9, 14, 44], "0xfd0c1fff": [9, 14, 44], "0xfe200000": [9, 13, 14, 44], "0xff": [64, 90], "0xff000000": [9, 13, 14, 44], "0xff010000": [9, 14, 44], "0xff0c0000": 13, "0xff0d0000": 13, "0xff0e0000": [9, 14, 44], "0xffb00000": 49, "0xffc02100": 49, "0xfff": [27, 64], "0xfffea000": [9, 44], "0xffff": 5, "0xffffff00": 89, "0xffffff8000000000": [9, 44], "0xffffff8008000000": [9, 44], "0xffffff8008080000": [9, 44], "0xffffff80089c0000": 9, "0xffffff8008ab0000": 44, "0xffffff8008b63130": 44, "0xffffff8008db0000": 9, "0xffffff8008e30000": 9, "0xffffff8008ed0200": 9, "0xffffff8008f20000": 44, "0xffffff8008f31534": 9, "0xffffff8008fa0000": 44, "0xffffff8009056200": 44, "0xffffff80090ac000": 9, "0xffffff80090ae000": 9, "0xffffff8009129000": 9, "0xffffff80092735b0": 44, "0xffffff800930c000": 9, "0xffffff80094b5000": 44, "0xffffff80094bd000": 44, "0xffffff8009620000": 9, "0xffffff800ce20000": 44, "0xffffff800ce38000": 44, "0xffffffbebfff0000": [9, 44], "0xffffffbefe7fd000": [9, 44], "0xffffffbefec00000": [9, 44], "0xffffffbefee00000": [9, 44], "0xffffffbeffe00000": [9, 44], "0xffffffbf00000000": [9, 44], "0xffffffbf1dc00000": [9, 44], "0xffffffc000000000": [9, 44], "0xffffffc880000000": [9, 44], "0xffffffff": [9, 13, 14, 44, 49], "0xffffffffffffff": [9, 44], "1": [2, 5, 6, 9, 10, 13, 14, 15, 18, 26, 28, 30, 39, 41, 42, 43, 44, 48, 49, 52, 53, 56, 57, 59, 60, 61, 62, 63, 64, 65, 66, 67, 70, 74, 76, 77, 79, 84, 86, 87, 88, 89, 90, 93, 96, 97, 99, 100, 103, 104, 105, 107, 108, 110], "10": [2, 5, 8, 9, 12, 13, 14, 15, 18, 21, 22, 23, 26, 27, 43, 44, 49, 52, 53, 59, 60, 61, 64, 65, 66, 74, 76, 77, 89, 94, 99, 100, 103, 105, 107, 108, 110], "100": [13, 14, 15, 26, 44, 52, 53, 59, 61, 66, 67, 74, 77, 89, 90, 94, 108], "1000": [13, 14, 27, 29, 59, 61, 64, 66, 78, 89, 94, 112], "10000": [26, 59, 66], "100000": [59, 64, 66], "1000000": [49, 64, 66], "10000000": [44, 48, 66], "100000000": [26, 27, 66], "10000023536359160025001817101588af": 9, "1000f02": 9, "100802": 14, "100a": [74, 75], "100hz": 110, "100khz": 29, "100m": 84, "100mhz": [13, 14, 49], "100msp": 84, "100ohm": 26, "101": [59, 89], "10125": 5, "101641": 14, "101918": 14, "102": 59, "102086": 49, "1024": [9, 13, 14, 44, 49, 59, 66, 86], "1024k": 49, "102840": 49, "103": [53, 59], "1030": 89, "103043": 49, "1033": 14, "1034": 9, "1034240": [9, 14, 44], "103442": 44, "104": [53, 59, 90], "1042": 44, "10428k": 44, "10432": 44, "1044002c39910013f8ff0800169b713d29": 44, "104400b83991001807001100968f65adac": 59, "104459": 13, "104473222a87000618000600473ed57ae0": [59, 89], "104473222a87000c0a000e009b8ed5102": 59, "104671": 14, "10475": 59, "1048576": [13, 14], "1048576k": 49, "1049": 59, "105": [59, 99], "10580851": 90, "10580868": 90, "106": 59, "10604": 89, "106168": 14, "10623523": 90, "1064eace00dd4e3daeb15d4eed400196": 49, "106744": 14, "107": 59, "1071": 44, "107247": 14, "107549": 14, "108": 59, "1080": 76, "108123": 9, "108126": 49, "108850": 49, "109": [59, 90], "109601": 14, "109659": 14, "10a": 74, "10bit": 26, "10c5387d": 49, "10ee": 14, "10k": 110, "10khz": 110, "10mhz": 84, "10n": [9, 13, 14, 44, 49], "10nf": 110, "10t20": 13, "10v": 108, "10w": 108, "11": [5, 9, 13, 14, 15, 18, 27, 44, 49, 52, 59, 61, 65, 74, 78, 89, 93, 94, 103, 108, 110], "110": 59, "110210": 44, "110741": 9, "111": [59, 70], "111352": 13, "111901": 14, "112": [53, 59, 99], "112746": 9, "112952": 14, "113": [59, 99], "113000": 26, "11312": [59, 89], "113722": 49, "114": [59, 90], "114289": 13, "114295": 14, "1146": 9, "114821": 14, "114956": 13, "115": [59, 89], "115200": [8, 9, 12, 13, 14, 15, 44, 49, 66, 89], "115200n8": [13, 14, 49, 66], "115824": 49, "115914": 14, "116": [59, 89, 99], "116128": 9, "1165522": 13, "116592": 44, "1166": 9, "116737": 14, "116743": 9, "117": [59, 99], "1170": 44, "118": 59, "1182": 9, "119": 59, "119395": 13, "119696": 13, "1199880": 44, "1199999": [13, 44], "12": [5, 9, 13, 14, 15, 18, 26, 27, 39, 43, 44, 48, 52, 59, 61, 74, 77, 78, 84, 89, 103, 105, 108, 110], "120": [14, 53, 59, 78], "1207": 44, "120841": 49, "121": [49, 59], "121044": 14, "121497": 14, "122": [5, 59], "1220": 9, "122489": 14, "122789": 9, "122880000": [27, 59], "122910": 13, "123": 59, "123762": 49, "124": [59, 70], "124706": 9, "124873": 13, "125": [59, 74, 108], "125ebz": 43, "126": 59, "126697": 43, "127": [26, 59], "127059": 14, "127790": 14, "127943": 49, "128": [9, 26, 27, 44, 49, 53, 59], "128414": 14, "1284k": 49, "128609": 14, "128k": 88, "128x48": 9, "129": 59, "129372": 13, "1295": [26, 27], "129k": 88, "12v": 108, "12x": 22, "13": [5, 9, 13, 14, 18, 44, 49, 52, 53, 59, 60, 61, 74, 88, 89, 90, 108, 110], "130": [26, 59], "1300000000": 59, "130093": 13, "130195": 14, "130247": 14, "130808": 9, "130812": 52, "130916": 13, "131": 59, "13104k": 13, "131072": [9, 13, 14, 44, 49, 90], "131072k": 49, "131088": 90, "131214": 13, "131807": 9, "1319367": 13, "132": 59, "132038": 9, "132067": 44, "13254": 5, "132807": 49, "132984": 13, "133": [9, 14, 44, 53, 59, 89, 90], "13312k": 49, "133573": 49, "133683": 14, "134": [13, 59], "134067": 14, "134223": 13, "134358": 14, "134537": 14, "135": 59, "136": [13, 59], "1367": 59, "137": 59, "1371": 59, "1374": 59, "137436": 49, "137748": 9, "138": 59, "138336": 13, "138456": 14, "139": 59, "1394": 14, "139484": 49, "1399999": 13, "14": [5, 9, 13, 14, 26, 27, 44, 49, 52, 53, 59, 61, 66, 74, 89, 90, 103, 108], "140": [59, 90], "140096": 49, "140716": 13, "140719": 13, "141": 59, "141063": 14, "141284": 14, "142": 59, "143": 59, "1438": 14, "143951": 14, "144": 59, "1441": 44, "144239": 14, "144486": 49, "144742": 13, "145": 59, "145272k": 9, "146": 59, "146068": 49, "146139": 13, "147": 59, "147101": 13, "147246": 14, "148": 59, "148031": 14, "148059": 14, "148500000": [9, 14, 44], "1486": 89, "149": 59, "149653": 13, "14t08": 14, "15": [5, 9, 13, 14, 18, 26, 27, 44, 49, 52, 53, 59, 60, 61, 63, 66, 74, 88, 89, 100, 103, 108, 110], "150": [49, 59], "1500": 89, "15008256": 9, "15038392": 49, "1505": 44, "1506": 9, "150612": 49, "150msp": 84, "151": [59, 89], "151242": 13, "151913": 14, "152": 59, "152490": 49, "1526474203": 9, "152664": 14, "152667": 13, "153": [52, 59], "1530923": 13, "1532": 44, "154": [5, 59], "15436k": 14, "154745": 13, "154778": 14, "155": [5, 59], "155052": 14, "1555416156": 44, "155604": 9, "155786": 49, "15581": 5, "156": 59, "1565771091": 14, "1567": 14, "156773": 14, "156884k": 44, "156939": 13, "157": 59, "1572864": 53, "157678": 14, "157918": 52, "157950": 49, "158": [52, 53, 59], "158188": 14, "158377": 49, "1585": 9, "158686": 13, "159": 59, "15931539": 52, "159910": 13, "159983": 14, "15cm": 22, "15mg": 15, "15v": 108, "16": [5, 9, 13, 14, 18, 26, 27, 39, 44, 49, 53, 59, 61, 66, 70, 74, 77, 78, 84, 88, 89, 103, 108], "160": [13, 53, 59], "1600": 14, "160873": 44, "161": [59, 90], "16130812": 44, "161356": 14, "162": [49, 59], "162056": 14, "162178": 44, "162775": 13, "163": 59, "163102": 14, "16360": 49, "16383": 5, "16384": [13, 49, 89], "164": 59, "164483": 9, "165": 59, "1651": 44, "165403": 13, "16550": [9, 13, 14, 44, 49], "16550a": 49, "165748": 13, "166": 59, "166360": 49, "167": 59, "167090": 44, "167314": 14, "16777216": 62, "167980": 14, "168": [15, 18, 59, 63, 64, 66, 67, 70, 88, 89, 90, 104], "168099": 14, "1680x1050": 18, "169": 59, "169021": 13, "169055": 14, "1692": 13, "169350": 14, "1695": 59, "169531": 14, "1697": 49, "169955": 13, "16gb": [13, 14, 15, 18, 22, 23], "16k": 88, "16m": [62, 88], "17": [9, 13, 14, 18, 26, 43, 44, 49, 52, 59, 61, 66, 74, 88, 89, 93, 108], "170": 59, "171": [53, 59], "1710": 105, "171587": 13, "171880": 44, "172": 59, "172068": 9, "172072": 9, "172098": 44, "1720k": 14, "172103": 44, "172139": 9, "172166": 44, "172643": 44, "172656": 9, "172989": 13, "173": 59, "173358": 44, "173670": 49, "173687": 14, "173925": 44, "173949": 44, "174": 59, "17408k": 14, "1742098": 13, "174401": 44, "174790": 9, "174846": 14, "175": 59, "175176": 13, "176": [13, 14, 59], "176053": 14, "176328": 13, "176672k": 14, "177": [52, 59], "177073": 49, "177099": 14, "177430": 13, "1776": 89, "1777": 89, "1778": 89, "177dd7d": 53, "178": 59, "178087": 14, "178222": 9, "178562": 49, "1787": 14, "178a": 94, "179": [9, 13, 14, 49, 59], "179208": 44, "179948": 14, "17dbf": 26, "18": [9, 13, 14, 44, 49, 53, 59, 74, 77, 88, 89, 108], "18000000": 59, "180349": 14, "180764": 9, "1808128": 52, "1808k": 13, "181": [14, 26], "18112k": 13, "181567": 9, "181593": 14, "183057": 14, "1832": 59, "183503": 13, "183646": 13, "184130": 13, "184867": 14, "185": 90, "186748": 44, "187": 59, "187512": 14, "187737": 13, "188342": 14, "188618": 13, "1891": 110, "189402": 9, "19": [9, 13, 14, 18, 26, 44, 49, 52, 53, 59, 61, 71, 88, 89, 90, 93, 108, 110], "190054": 14, "190248": 9, "190272": 14, "1906": 110, "190605": 9, "190624": 14, "190760": 49, "190872": 9, "190882": 9, "191": 89, "19112604462750000": 49, "19112604467": 49, "191334": 9, "191475": 14, "191504": 49, "191712": 13, "192": [9, 15, 18, 59, 63, 64, 66, 67, 70, 88, 89, 90, 104], "1920": 76, "1920x1080": 18, "19259": 5, "192594": 49, "193296": 14, "193480": 44, "1939": 110, "195": [26, 59], "195087": 14, "195296": 14, "195403": 44, "196": 52, "196008": 44, "196178": 49, "196470": 14, "196669": 13, "1979": 89, "198": 59, "198460": 44, "1985": 89, "198881": 14, "198925": 9, "199": [9, 44, 90], "1990": 44, "1991": 44, "1996": 49, "199786": 13, "199807": 13, "1999": 9, "199910": 14, "19g": 18, "1_amd64": 89, "1a": [14, 103, 108], "1amp": 108, "1b": 14, "1c0781b": 49, "1clg225c": 97, "1clg225c4334": 97, "1d": [44, 89], "1d6b": [9, 13, 14, 44, 49], "1f": 14, "1hz": 84, "1k": [97, 110], "1m": 108, "1m17": 52, "1m_10m_nyq": 5, "1mhz": [18, 66], "1n4148": 110, "1q": 49, "1rx": 59, "1st": [40, 78], "1tx": 59, "1u": 26, "1v": [103, 108], "1w": [6, 8, 27, 108], "1x": [74, 77, 97], "2": [0, 2, 5, 6, 9, 10, 13, 14, 15, 18, 22, 23, 26, 28, 39, 41, 42, 43, 44, 49, 52, 53, 56, 57, 59, 61, 62, 63, 64, 65, 66, 67, 70, 74, 75, 76, 77, 78, 79, 88, 89, 90, 94, 96, 97, 99, 100, 103, 104, 105, 108, 110], "20": [5, 9, 13, 14, 22, 23, 27, 43, 44, 52, 59, 74, 88, 89, 90, 93, 97, 99, 102, 105, 108], "200": [13, 14, 49, 52, 53, 77, 89, 97], "2000": [9, 13, 14, 44, 61, 64, 66], "200000": [26, 59], "20000000": 13, "200000000": [26, 27], "2001": [9, 13, 14, 44, 49, 110], "2004": 9, "2005": [9, 13, 14, 44, 49, 90, 93], "2006": [9, 13, 14, 44, 49], "2007": [9, 13, 14, 44, 49], "200822": 44, "2009": [90, 93], "200ma": 108, "200mhz": 27, "200\u00b5a": 15, "2010": [90, 93], "2011": 89, "2012": [9, 52], "20120528": 9, "2013": [9, 44], "20130117": 9, "20130509": [9, 44], "2014": [43, 61], "2014_r2": 43, "2014b": 70, "2015": [6, 10, 43, 85], "201575": 9, "2015_r2": 43, "2015b": 70, "2016": [9, 43, 89, 90, 93], "20161114": 9, "20161123": 9, "2016_r1": 43, "2016_r2": 43, "2017": [9, 14, 43, 89, 93], "20170425": 44, "2017857987": 13, "2017_r1": 43, "2017a": 70, "2018": [9, 14, 43, 44, 59, 90], "20180306": 53, "2018_r1": 43, "2018_r2": [43, 44], "2018b": 70, "2019": [14, 43, 44], "2019_r1": [43, 44], "2019_r2": [43, 44, 53], "202": 13, "2020": [18, 49, 85], "20201028": 49, "20201103": 49, "20201114": 53, "202044": 14, "2020a": 70, "2021": [14, 43, 44, 49, 52, 53, 88, 90, 97], "20210621": 14, "2021_07_27": 53, "2021_r1": [43, 44, 53], "2021_r2": 57, "2021a": 70, "2022": [14, 49, 53, 66, 88], "20220819": 13, "2022_04_14": 53, "2022_r2": 18, "2022r2": 23, "2023": [13, 14, 47], "202304": 49, "202306": 9, "2024": [13, 14, 18, 63], "2026": 63, "202938": 14, "2033": 13, "203549": 14, "204686": 14, "2048": [9, 14, 44, 49, 59, 66, 88], "204834": 9, "2052": [9, 44], "205294": 44, "205321": 13, "2056": 63, "2057": 63, "206": [59, 89], "2064384": 13, "207043": 13, "207917": 14, "208": 13, "208130": 49, "208218": 14, "2083333": 59, "208426": 13, "2085": 14, "209041": 14, "209180": 44, "209207": 13, "2097152": [9, 13, 14, 44], "209800": 14, "20v": 108, "21": [9, 13, 14, 18, 27, 44, 49, 59, 60, 61, 66, 78, 89, 105, 108], "211": 14, "211677": 44, "212418": 49, "21262": 49, "212630": 49, "213138": 13, "213804": 49, "21441": 14, "2145": 14, "214570": 13, "21474836475n": 49, "215": 110, "215225": 14, "215392": 49, "216046": 14, "216239": 13, "2164k": 44, "2165": 44, "2170mhz": 105, "217142": 13, "218": 59, "219281": 14, "219290": 49, "2196": 14, "219725": 49, "22": [9, 13, 14, 27, 44, 49, 53, 59, 61, 89, 96, 108], "220": [59, 108], "2215": 13, "221744": 13, "2219": 59, "223046": 14, "22363984": 90, "223915": 14, "223961": 13, "224006": 13, "224513": 13, "224797": 49, "225": 9, "225000": 26, "225000000": 26, "225310": 49, "226": 70, "227190": 14, "228": 59, "228127": 9, "228196": 14, "2284": 13, "228916": 44, "229473": 14, "229533": 13, "22ff": 89, "23": [5, 9, 13, 14, 18, 26, 49, 59, 108], "230054": 14, "230122": 49, "2302": [9, 44], "230432": 44, "230479": 9, "230625": 14, "230756": 14, "231429": 49, "232": 18, "233061": 13, "233537": 9, "2340": 13, "234277": 13, "234503": 14, "23456": 13, "2351": 14, "235284": 49, "235458": 13, "236850": 14, "236899": 44, "237057": 14, "237592": 14, "2379": [9, 44], "238653": 49, "239709": 13, "2399999998": 59, "24": [13, 14, 17, 18, 26, 53, 59, 62, 66, 77, 78, 89, 97], "240": 61, "2400": [99, 105], "2400000000": [27, 59, 96, 104], "2400000100": 59, "2402": 99, "2405": 99, "241": 59, "241369": 9, "241972": 44, "242": 59, "2420": 89, "242011": 14, "242060": 14, "243484": 13, "243594": 14, "2440": [13, 59], "244059": 14, "244140625": 59, "2446": 59, "245": [13, 61], "2450000000": [26, 27, 59], "245476": 49, "245760": 26, "245760000": 27, "245760001": 59, "246": [14, 26], "2460000000": 27, "246013": 49, "246192": 14, "246674": 13, "246961": 44, "247": [9, 13, 14, 44, 49, 89], "247148": 13, "247152": 13, "24737": 13, "248126": 14, "248198": 14, "248818": 9, "249753": 49, "249823": 14, "24c02": [9, 14, 44], "24c08": [9, 14, 44], "24c32": 49, "24v": 108, "25": [9, 13, 14, 27, 49, 59, 88, 89, 90, 99, 108], "250": [9, 26, 44, 59], "250000": 27, "2500000": 64, "250011": 9, "2500mm": 108, "250184": 14, "250ebz": 43, "250m": 110, "250ma": 108, "250mv": 97, "251054": 14, "251955": 44, "251984": 14, "252": 27, "2521": 14, "2522": 14, "252680": 13, "2528": 14, "253": 27, "253111": 13, "253648": 49, "254": 27, "254143": 13, "254201": 49, "255": [18, 26, 27, 59, 89], "255312": 49, "256": [9, 13, 14, 44, 49, 59, 61, 66, 93, 100], "256082": 9, "256569": 14, "256832": 14, "256942": 44, "256m": 62, "257337": 89, "257356": 14, "257459": 14, "258354": 49, "25c": 108, "25v": 84, "25\u00b5": 15, "26": [9, 52, 53, 59, 60, 63, 89], "260": 59, "260121": 13, "260254": 49, "260513": 14, "260608": 49, "261822": 44, "262144": [9, 13, 14, 44, 49], "262144k": [9, 13, 14, 44], "262784": 9, "262798": 14, "263": 59, "263632k": 13, "263665": 49, "2637": 59, "263bd08": 59, "264201": 14, "264421": 14, "26509": 5, "265305": 13, "265430": 49, "266094": 13, "267179": 13, "268": 110, "2688k": 14, "2693": 100, "269376": 49, "269544": 14, "269985": 9, "27": [9, 13, 14, 44, 49, 59], "270": 0, "270609": 14, "270789": 44, "270838": 13, "270874": 49, "270a": 49, "271228": 14, "271359": 14, "271622": 13, "272522": 14, "2726": 27, "273547": 49, "274846": 9, "275282": 14, "275575": 13, "276012": 49, "276332": 44, "276626": 13, "277515": 44, "278464": 13, "278599": 49, "279097240dec7156ff5e15b7ce0b8a25": 52, "279113": 49, "279782": 89, "28": [14, 43, 44, 49, 52, 59, 89, 108], "280118": 14, "2804": 49, "281": 70, "281098": 13, "281443": 9, "282059": 49, "282514": 44, "283": 100, "2830": [9, 44], "284382": 14, "284776": 13, "286304": 49, "286589": 9, "287508": 44, "287728": 13, "288035": 13, "289059": 49, "289114": 14, "28v": 110, "29": [9, 13, 14, 44, 49, 52, 59, 90], "290274": 9, "2906e2018b0136613000500062aae9a5a87345dc": 44, "290994": 49, "291616": 13, "292060": 14, "292506": 44, "292568": 13, "294": 5, "294309": 9, "296212": 14, "296218": 9, "296390": 14, "296804": 49, "296971": 44, "296975": 44, "296978": 44, "296982": 44, "297132": 13, "297500": 44, "297928": 13, "298416": 44, "298560": 44, "298589": 44, "298620": 44, "298679": 44, "298703": 44, "298740": 44, "298744": 44, "298759": 44, "298787": 49, "298956": 44, "299103": 44, "299202": 44, "299299": 44, "299539": 44, "299562": 44, "299565": 44, "299573": 44, "299578": 44, "299600": 44, "299716": 9, "2a": [14, 44, 103, 108], "2d": 13, "2e0": 89, "2f2c19999c6cd778aac11517d67b011692990ac": 44, "2g": [15, 22, 23], "2ghz": 48, "2k": 110, "2khz": 110, "2m": [88, 90], "2n3904": 22, "2nd": [26, 78, 90, 97], "2rx": 59, "2tx": [5, 59], "2v": 108, "2w": [6, 8, 27], "2x": [44, 74, 77], "2\u03c0": 110, "2\u03c9": 108, "3": [5, 6, 9, 10, 13, 14, 15, 18, 22, 26, 27, 42, 44, 49, 52, 53, 56, 57, 59, 60, 61, 63, 64, 65, 66, 70, 71, 74, 75, 76, 77, 78, 84, 88, 89, 90, 94, 97, 99, 100, 103, 106, 107, 108, 110, 112], "30": [5, 9, 26, 27, 44, 49, 52, 53, 59, 61, 63, 66, 77, 89, 99, 100], "3000000": [59, 67], "300000000": [9, 14, 44], "300138": 44, "300202": 44, "300243": 44, "300604": 14, "301": [9, 13, 14, 44, 49, 53], "3010": 13, "301a": 9, "302": 89, "302506": 44, "302738": 14, "3038": 63, "303852": 49, "303951": 13, "304119": 44, "304428": 44, "304633": 44, "304773": 13, "305011": 44, "305076": 44, "305148": 44, "305250": 59, "305292": 44, "305382": 14, "305477": 13, "305547": 44, "305552": 44, "305555": 44, "305559": 44, "305650": 44, "30586": 49, "306": 59, "3060mm": 108, "30720000": 59, "307422": 13, "307465": 9, "307499": 44, "307616": 49, "309077": 13, "30db": 99, "31": [9, 14, 26, 44, 49, 59, 89, 90], "310": 49, "310473": 14, "310490": 14, "310521": 14, "311": 65, "31163": 5, "311968": 13, "3120": 43, "312338": 49, "312495": 44, "313299": 13, "313599": 13, "314175": 9, "314207": 14, "316853": 9, "316857": 9, "316860": 9, "316863": 9, "317348": 13, "317371": 44, "317769": 13, "318": 14, "318205": 9, "318286": 14, "318372": 9, "318407": 9, "318441": 9, "318499": 9, "318522": 9, "318546": 9, "318550": 9, "318562": 9, "318583": 9, "318839": [9, 49], "318953": 9, "319": 14, "319050": 9, "319326": 9, "319347": 9, "319351": 9, "319359": 9, "319364": 9, "319383": 9, "319475": 14, "3195872": 43, "319972": 9, "32": [5, 9, 13, 14, 26, 44, 49, 53, 59, 61, 74, 88, 89, 93, 94, 96, 99, 100, 108], "320": 14, "32000000": 96, "320044": 9, "320080": 9, "321": 14, "321376": 9, "322": 9, "322601": 14, "323": 9, "323776": 49, "323921": 14, "324": 9, "324104": 13, "324666": 14, "324963": 44, "325": [9, 97, 102], "325923": 9, "326237": 9, "326441": 9, "326870": 9, "326910": 9, "326985": 9, "327": 110, "327145": 9, "327212": 14, "327235": 13, "327353": 14, "327363": 9, "327367": 9, "327371": 9, "327374": 9, "327467": 13, "32767": 5, "32768": [9, 13, 14, 27, 44, 49, 67], "327781": 9, "328428": 9, "328480": 9, "328500": 9, "329024": 9, "329160": 49, "329595": 14, "329623": 9, "329638": 9, "329642": 9, "329650": 9, "329666": 9, "32dbm": 97, "32reg": [9, 13, 14, 44], "32regs_prefetch": [9, 44], "33": [44, 52, 53, 59, 74, 88, 90], "330": [9, 14, 44], "330084": 14, "331573": 13, "331576": 44, "332372": 14, "332834": 9, "3328k": 13, "33333": 59, "333890": 9, "333897": 9, "333901": 9, "333911": 9, "33428k": 49, "334393": 9, "334430": 9, "334446": 9, "334454": 9, "334553": 9, "334561": 9, "334567": 9, "334573": 9, "334858": 9, "335041": 14, "335214": 49, "335479": 14, "336212": 13, "336437": 14, "336881": 9, "337174": 9, "337258": 9, "337390": 9, "337518": 9, "337648": 9, "337785": 9, "337915": 9, "337948": 9, "338045": 9, "338175": 9, "338351": 9, "338727": 13, "3389": 13, "339689": 9, "339833": 14, "34": [44, 53, 59, 90], "340527": 14, "341310": 14, "341330": 49, "341628": 9, "341746": 49, "342": 52, "342287": 49, "343749": 9, "343843": 14, "344": 86, "344306": 44, "344655": 14, "344948": 13, "346199": 9, "347205": 14, "347745": 49, "348": 14, "34816": [9, 44], "348641": 14, "348k": 49, "35": [9, 13, 44, 49, 53, 59, 74], "350": [14, 103], "350029": 14, "352263": 9, "352915": 9, "353132": 14, "353494": 49, "354169": 14, "354495": 13, "354533": 14, "355927": 13, "356121": 9, "358315": 14, "358723": 9, "35m": 100, "36": [9, 13, 14, 26, 44, 49, 59, 60], "360": 61, "360094": 14, "360844": 49, "362015": 9, "362417": 13, "362437": 13, "362k": 88, "363446": 14, "363892": 9, "364275": 9, "365036": 9, "366": 89, "366520": 9, "366749": 49, "367252": 13, "3673": 59, "369049": 14, "369150": 9, "369707": 14, "369925": 9, "36msp": 5, "37": [13, 14, 59], "37000": 59, "370437": 44, "373538": 13, "37372416": 13, "374403": 9, "374997": 13, "375024": 14, "375379": 13, "375424b00034g": 74, "3755488k": 14, "376546": 49, "3775276k": 44, "378487": 49, "3786888k": 9, "379124": 13, "379280": 13, "379561": 9, "38": [59, 89], "380": 9, "3800": 102, "380056": 9, "381": 44, "381768": 14, "381919": 14, "38265344": 14, "382711": 49, "383259": 44, "3840000": 59, "384754": 49, "385299": 9, "385313": 13, "385649": 9, "387531": 49, "388681": 14, "388k": 9, "389": 9, "389402": 13, "389445": 9, "389543": 49, "389619": 14, "389701": 13, "39": [9, 13, 26, 59, 88], "390137": 44, "390589": 14, "391654": 9, "392732": 13, "393645": 49, "394047": 14, "394498": 49, "394789": 13, "396189": 9, "396825hz": 49, "3968k": 9, "397118": 14, "398119": 9, "398917": 13, "399204": 44, "399381": 49, "39991854": 59, "399960": [9, 44], "39999853": 59, "3_2ch": 5, "3b": [15, 18, 22], "3c": 14, "3c47d971": 14, "3d": 97, "3db": 26, "3e": 14, "3g": [10, 27], "3l": 44, "3m": 88, "3mhz": 27, "3msp": 61, "3rd": [26, 43, 74, 77], "3v": [15, 26, 84, 97, 107, 108], "3v3": 42, "3x": 77, "4": [5, 6, 9, 10, 13, 14, 15, 18, 22, 23, 26, 27, 42, 44, 49, 53, 56, 59, 61, 62, 63, 64, 65, 66, 68, 70, 74, 76, 78, 85, 88, 89, 90, 93, 100, 103, 105, 108, 110], "40": [9, 13, 14, 18, 27, 43, 44, 52, 59, 74, 99, 108], "400": [9, 14, 23, 44, 49, 61], "400000": [13, 14], "4000000": 71, "40000000": 59, "400000000": 48, "4000000000": 59, "400000hz": 49, "400024": 59, "40007852": 59, "4000e": 67, "4000v": [6, 9, 10, 13, 14, 74, 84, 102, 110], "400436": 14, "400791": 14, "400mhz": 48, "401251": 13, "401355": 14, "401820": 44, "402456": 14, "402938": 14, "403": 44, "4032": 9, "403857": 13, "403902": 9, "404790": 9, "405": 5, "406": 9, "406868": 49, "407": 14, "407413": 13, "4076": 13, "407645": 49, "408": 49, "408432": 60, "408542": 14, "408661": 14, "4096": [9, 13, 14, 26, 27, 44, 49, 53, 88, 90, 104], "409839": 44, "409k": 88, "40db": 26, "40ma": 110, "40mhz": 97, "41": [27, 49, 53, 56, 59], "4108": [9, 44], "410fd034": [9, 44], "411045": 13, "411047": 9, "411136": 14, "411312": 13, "411464": 9, "411897": 14, "411948": 14, "412333": 44, "412796": 44, "413438": 14, "413442": 14, "413942": 49, "413c": 9, "414fc091": 49, "415877": 13, "415968": 14, "4163": 89, "416537": 49, "416552": 9, "416852": 44, "4174": 13, "417946": 14, "418142": 9, "4194304": [9, 13, 14, 44, 52], "4194304k": [9, 14, 44], "4197": 49, "419927": 13, "42": [52, 59, 74], "420180": 49, "420200": 13, "42085": 49, "421067": 14, "421387": 9, "421883": 44, "421984": 14, "423272": 14, "423467": 14, "424813": 9, "425362": 14, "42540": 59, "425510e": 53, "425977": 44, "426047": 49, "426842": 9, "426844": 49, "429780": 14, "43": [9, 13, 49, 59, 99, 110], "430578": 14, "431486": 9, "431620": 9, "432070b5": 13, "432358": 9, "433036": 49, "433105468": 59, "433142": 13, "433699": 14, "435744": 14, "436093": 14, "436194": 13, "436499": 44, "437": 89, "437656": 14, "437823": 9, "437878": 14, "438159": 9, "438197": 49, "43847": 66, "4398046511099n": 9, "4398046511100n": [13, 14], "4398046511101n": 44, "44": [14, 52, 59, 61, 66, 102], "440795203664": 9, "440795205315": [13, 14], "440795206112": 44, "440ma": 108, "442": 9, "442406": 14, "443": [53, 89, 90], "443468": 9, "444737": 44, "444833": 9, "445181": 14, "446": 44, "446228": 14, "446k": 88, "4472k": 44, "447540": 49, "447650": 13, "447957": 13, "448344": 44, "448721": 14, "449268": 49, "449270": 44, "449643": 9, "449657": 14, "45": [9, 14, 26, 27, 44, 49, 52, 59, 88, 93], "451460": 13, "451514": 9, "452360": 44, "452480": 52, "453462": 49, "453591": 14, "4544": 44, "454882": 13, "455041": 14, "455648": 14, "456147": 9, "456609": 49, "456902": 13, "457812": 44, "45793": 14, "458180": 9, "458753": 14, "459031": 44, "459576": 49, "45dbm": 97, "46": [13, 49, 59, 89], "461107": 9, "461351": 14, "461525": 13, "464345": 49, "464465": 9, "465125": 49, "466078": 9, "466634": 13, "467665": 14, "468465": 44, "46875001": 59, "469388": 90, "469532": 90, "469827": 9, "47": [14, 59, 89], "470199": 13, "4705": 13, "471275": 14, "471k": 88, "4721": 89, "472353": 9, "472608": 49, "473979": 14, "474": 63, "47416bc": 53, "475": 5, "476": [5, 9, 44], "476489": 44, "476498": 9, "477345": 13, "478145": 9, "478864": 13, "479666": 14, "479973": 14, "47af34b": 9, "47k\u03c9": 22, "47\u03c9": 22, "48": [9, 14, 49, 59, 99], "480": 97, "480293": 14, "480360": 44, "480mhz": 97, "483163": 9, "483794": 14, "484053": 13, "484771": 44, "485313": 9, "486492": 13, "486713": 14, "488233": 13, "488602": 49, "489256": 49, "489834": 9, "49": [44, 53, 59, 63, 86, 89], "490960": 9, "490963": 49, "492008": 14, "492204": 14, "492m": 53, "494640": 13, "495419": 13, "495793": 49, "496": 44, "496316": 14, "496509": 9, "496572": 49, "497": 44, "497205": 44, "498": 44, "498046": 14, "498177": 49, "499": 44, "499871": 14, "499988": 13, "4a": 103, "4bf27ce": 53, "4c": 13, "4db": 26, "4fca": 13, "4g": [10, 15, 22, 23, 27], "4gb": 43, "4ghz": [96, 104], "4mb": 49, "4v": [66, 74, 108], "5": [5, 9, 13, 14, 15, 18, 26, 27, 42, 44, 49, 52, 53, 57, 59, 61, 63, 64, 66, 70, 74, 76, 77, 78, 88, 89, 90, 93, 96, 99, 100, 103, 104, 105, 108, 110, 112], "50": [18, 31, 44, 49, 59, 74, 77, 88, 93, 99, 108], "5000": [9, 14, 44], "50000": 59, "5000000": 104, "50000000": [9, 14, 44], "50000000hz": 49, "50034": 59, "500342": 9, "500712": 9, "500ebz": 43, "500ma": [103, 108], "501": 5, "501044": 13, "502": 89, "503268": 9, "503533": 14, "503843": 14, "504210": 13, "5048": 14, "5062": 5, "506251": 49, "506280": 14, "507453": 13, "509": [13, 14], "509465": 14, "509891": 44, "509938": 9, "50a": 75, "51": [14, 59, 89], "510174": 9, "510199": 9, "511": 59, "511420": 49, "512": [9, 13, 14, 44, 49, 89, 93], "512389": 9, "51257": 44, "512697": 13, "512k": [9, 44], "512x8byte": 49, "513855": 13, "514976": 13, "515131": 49, "515349": 14, "515989728": 53, "516601562": 59, "517": [9, 44], "517739": 9, "519083": 13, "52": [14, 52, 59], "520056": 44, "520259": 13, "520488": 49, "520894": 14, "521517": 49, "523569": 14, "523630": 44, "523799": 13, "523801": 9, "524": 49, "524288": [9, 13, 14, 26, 44, 49], "525414": 13, "525961": 49, "526081": 14, "526506": 14, "526662": 13, "526926": 14, "527030": 44, "527374": 9, "529615": 9, "529917": 49, "52m": 88, "53": [9, 14, 53, 59, 65, 89], "530557": 49, "532485": 14, "532605": 44, "533063": 13, "533563": 14, "533639": 44, "533660": 9, "5341": 14, "5344": [9, 44], "534941": 49, "535257": 9, "537521": 14, "537590": 14, "539395": 49, "539469": 13, "539597": 44, "539824": 13, "54": [0, 14, 53, 59, 63], "541163": 9, "542289": 13, "542352": 49, "543592": 14, "543732": 13, "545142": 13, "545872": 13, "546077": 49, "546476": 9, "546521": 49, "546726": 9, "547580": 14, "548032": 14, "548440": 44, "55": 59, "550027": 14, "551013": 49, "551255": 14, "552269": 13, "552310": 49, "553916": 9, "555215": 49, "556005": 14, "558737": 13, "558834": 13, "559053": 14, "559175": 9, "559661": 49, "559971": 14, "56": [9, 44, 59], "56000000": 59, "561703": 14, "564189": 13, "564943": 49, "565395": 9, "567352": 13, "568369": 9, "568977": 14, "569272": 49, "569338": 49, "57": [13, 14, 59, 108], "570344": 13, "571": 52, "571249": 9, "571315": 14, "572292": 9, "5725": 105, "572980": 9, "573": 52, "574851": 14, "575303": 49, "575445": 14, "575k": 88, "57600": 15, "576237": 13, "577141": 9, "578421": 9, "579361": 49, "58": [0, 18, 44, 59, 74], "581850": 9, "581953": 13, "582116": 14, "583028": 13, "583580": 9, "587212": 14, "587928": 13, "587935": 49, "589241": 9, "589562": 49, "589802": 9, "59": [59, 99], "592164": 13, "592234": 14, "592299": 49, "592852": 49, "593351": 14, "593564": 13, "59378": 9, "593786": 9, "594056": 9, "596134": 13, "596529": 9, "596566": 49, "596975": 49, "597656": 63, "5978": 13, "597885": 13, "599": 9, "599279": 13, "599492": 14, "59khz": 110, "5a": [15, 103], "5cdeaaa": 89, "5dbm": 9, "5g": 10, "5k": 78, "5mhz": 27, "5v": [13, 14, 15, 22, 23, 74, 84, 103, 108, 110], "5vdc": 15, "5w": 108, "5x": 108, "6": [5, 9, 13, 14, 15, 26, 27, 44, 48, 49, 53, 59, 61, 63, 64, 65, 66, 71, 74, 76, 78, 88, 89, 90, 92, 100, 108, 110, 111], "60": [5, 13, 14, 44, 59, 66, 74, 78, 89, 99], "6000000000": 59, "600mhz": 105, "600mv": 110, "601": 53, "601645": 90, "602": 44, "602538": 13, "602834": 9, "603164": 9, "603662": 14, "604": 9, "605514": 13, "605607": 13, "606199": 14, "60640": 52, "607195": 9, "607664": 14, "608127": 9, "608593": 14, "608627": 14, "609258": 13, "60db": 26, "60dbf": 26, "61": [59, 61, 102], "610838": 14, "610976": 13, "611072": 49, "612322": 9, "613636": 14, "6144": 49, "61440000": 59, "614874": 9, "616091": 14, "616483": 44, "616553": 9, "617068": 13, "617609": 9, "617892": 13, "618681": 14, "619": 13, "619502": 49, "619711": 14, "62": [9, 13, 14, 44, 59, 99], "6200000000": 48, "621162": 9, "622132": 49, "622695": 13, "622729": 9, "623666": 13, "623722": 14, "624148": 44, "624213": 13, "6249375": 44, "6249999": [9, 14], "625": 105, "6250000": 49, "625792": 14, "626003": 9, "627": 44, "628112": 9, "628600": 14, "628842": 44, "628855": 49, "629523": 49, "629732": 13, "63": [26, 49, 59, 66, 94], "630948": 13, "631102": 44, "631148": 14, "631257": 9, "631491": 14, "631496": 44, "631643": 44, "631946": 49, "632331": 44, "632410": 44, "632713": 44, "633383": 44, "633399": 44, "633403": 44, "633411": 44, "633427": 44, "633806": 9, "634012": 14, "634400": 9, "635532": 13, "636432": 9, "636450": 13, "636497": 9, "636604": 14, "636943": 44, "639110": 14, "639780": 9, "639954": 49, "64": [5, 9, 13, 14, 44, 48, 49, 53, 59, 88, 89], "640108": 14, "64086": 59, "64092": 59, "64095": 59, "64097": 59, "640k": 9, "641": 9, "64113": 59, "64119": 59, "64124": 59, "64148": 59, "64158": 59, "64165": 59, "641728": 9, "641973": 14, "64199": 59, "64211": 59, "64220": 59, "64263": 59, "64278": 59, "64289": 59, "642909": 13, "64341": 59, "64358": 59, "64371": 59, "644167": 13, "64431": 59, "644402": 14, "64451": 59, "64466": 59, "64533": 59, "645346": 49, "645388": 9, "64555": 59, "64572": 59, "645873": 44, "646237": 9, "64646": 59, "64670": 59, "64688": 59, "647387": 13, "647536": 14, "64768": 59, "64794": 59, "64813": 59, "648323": 9, "648885": 13, "64898": 59, "64926": 59, "64946": 59, "649488": 14, "64bit": [9, 13, 14, 44], "64k": 49, "64mb": [9, 13, 14, 44], "65": [59, 74, 108], "650170": 13, "65035": 59, "650625": 9, "65064": 59, "65085": 59, "651046": 49, "65177": 59, "651933": 14, "65206": 59, "65228": 59, "652611": 9, "65322": 59, "65352": 59, "65374": 59, "654333": 14, "654416": 13, "65468": 59, "654864": 14, "65499": 59, "65520": 59, "65536": [9, 13, 14, 44, 49], "655633": 13, "655985": 14, "656266": 9, "657655": 9, "658k": 14, "659334": 49, "659577": 13, "65c": 108, "66": [27, 59, 74, 99, 108], "660988": 49, "661091": 14, "661125": 14, "66132": 89, "6613de3d": 13, "661827": 9, "661873": 13, "661982": 44, "661993": 44, "661997": 44, "662013": 44, "662017": 44, "662021": 44, "662583": 9, "662671": 44, "662712": 44, "662728": 44, "662735": 44, "662859": 44, "662867": 44, "662874": 44, "662880": 44, "663128": 44, "663811": 44, "664475": 44, "664724": 44, "664873": 44, "665024": 44, "665176": 44, "665324": 44, "665473": 44, "665620": 13, "665624": 44, "665775": 44, "665976": 44, "666126": 44, "666148": 14, "666272": 44, "666424": 44, "666455": 14, "666556": 13, "666573": 44, "666724": 44, "666873": 44, "667023": 44, "667290": 9, "667508": 9, "668102": 13, "668475": 13, "67": [59, 99], "67108864": 62, "671202": [14, 49], "671656": 14, "672427": 9, "672732": 9, "672767": 44, "673": 9, "673672": 49, "673885": 13, "674329": 13, "6753": 13, "676257": 14, "676654": 49, "676976": 9, "677227": 9, "677281": 14, "678418": 9, "679059": 13, "679631": 49, "679685": 14, "68": [59, 99], "680649": 13, "681103": 13, "681313": 14, "682518": 13, "682814": 14, "683052": 44, "683233": 49, "68335": 63, "683777": 63, "683958": 9, "684138": 14, "684509": 44, "6847e22": 60, "685076": 9, "685244": 13, "685975": 13, "686369": 14, "686540": 44, "686827": 13, "687601": 9, "688263": 14, "688418": 13, "688915": 14, "689": 44, "689953": 44, "68msp": 5, "69": [59, 88, 99], "690278": 49, "691093": 9, "691426": 14, "691463": 13, "691525": 44, "691681": 13, "692502": 13, "693727": 14, "694301": 44, "696163": 13, "696303": 14, "697708": 13, "697728": 9, "697865": 44, "698261": 44, "699218": 14, "69971287a3eb": 13, "69993": 108, "6_2ch": 5, "6b7ad873f615cce49307f911b92d4c432319b6e1": 14, "6c": 13, "6d": 89, "6db": 27, "6f": 9, "6ghz": [27, 56], "6k": 88, "6m": 52, "6m53": 52, "6v": 77, "6\u03c9": 108, "7": [5, 9, 13, 14, 15, 18, 26, 27, 43, 44, 47, 49, 52, 53, 59, 61, 64, 65, 66, 74, 76, 89, 90, 103, 108, 110], "70": [14, 44, 59, 89, 110], "700": 110, "70000000": 59, "700544": 9, "700656": 14, "7007": 97, "701171": 9, "701340": 13, "701471": 13, "701516": 44, "7021": 108, "702305": 44, "702458": 44, "702725": 9, "702856": 14, "703732": 14, "703920": 14, "704": 59, "704118": 44, "704124": 44, "704336": 44, "704357": 44, "704361": 44, "704370": 44, "704505": 9, "704813": 44, "705178": 44, "705604": 44, "706178": 13, "706640": 9, "706703": 13, "706833": 44, "707503": 44, "707544": 49, "707769": 44, "707976": 9, "708333": 89, "708955": 44, "71": [9, 59, 99], "710979": 9, "711099": 44, "711420": 13, "711471": 44, "711877": 13, "712909": 9, "713505": 14, "714326": 9, "714562": 44, "714572": 44, "715178": 14, "715210": 44, "715257": 44, "715281": 44, "715306": 44, "715331": 44, "715336": 14, "715354": 44, "715386": 44, "715487": 44, "715693": 44, "717226": 44, "717258": 44, "717336": 13, "717741": 44, "717760": 52, "717791": 44, "717842": 9, "717983": 9, "718669": 14, "718762": 44, "718766": 44, "718770": 44, "718774": 44, "718777": 44, "718781": 44, "718784": 44, "718788": 44, "718791": 44, "719525": 44, "719528": 44, "719816": 49, "719950": 44, "72": [59, 74], "720095": 44, "720304": 44, "720311": 44, "720315": 44, "720319": 44, "720322": 44, "720369": 44, "720373": 44, "720406": 44, "720434": 44, "720462": 44, "720492": 44, "720496": 44, "720540": 44, "720735": 13, "720938": 14, "720989": 44, "721": 9, "721040": 44, "721423": 44, "721426": 44, "721430": 44, "722422": 44, "722768": 9, "723248": 13, "723676": 13, "724": 59, "724079": 9, "725": 105, "725263": 14, "726": 44, "726932": 14, "727035": 13, "727701": 9, "728814": 14, "728k": 44, "729": 44, "729129": 13, "729565": 9, "729k": 13, "72mhz": 9, "72msp": 5, "72v": 74, "73": [14, 59], "730": 49, "7304": 13, "731368": 14, "732": 9, "732421875": 59, "732497": 9, "734412": 13, "736599": 9, "736909": 14, "739": 9, "739981": 9, "74": [52, 53, 59, 89], "740": 52, "740129": 13, "740813": 13, "741": 44, "741509": 14, "742544": 14, "743409": 14, "7440k": 49, "745": 44, "745758": 13, "746": 9, "747680": 14, "749182": 14, "749507": 49, "75": [9, 13, 14, 27, 44, 59, 63, 99, 108], "750": 66, "7500": 66, "75000": 66, "750000": 66, "7500000": 66, "75000000": [27, 66], "751305": 13, "752201": 14, "752552": 44, "754211": 14, "755136": 14, "756852": 13, "7578821": 44, "759120": 13, "75mhz": [27, 56], "76": [59, 61], "762453": 13, "762596": 13, "76420": 52, "7645041785100000": [9, 13, 14, 44], "765819": 9, "766": 52, "766135": 14, "766479": 9, "766498": 44, "766682": 44, "767200": 14, "768310": 44, "768834": 13, "769419": 49, "769531": 63, "77": 59, "770795": 13, "771": 59, "772175": 44, "772524": 9, "773227": 13, "773905": 44, "774351": 44, "774485": 44, "774489": 44, "774764": 14, "775194": 27, "775341": 44, "776": 59, "776161": 44, "776227": 14, "777132": 14, "779125": 13, "779347": 13, "779671": 9, "78": 59, "780041": 44, "780225": 44, "782016": 44, "782096": 44, "782226": 14, "782954": 27, "783439": 14, "783705": 9, "784331": 44, "784442": 44, "784443": 14, "784567": 44, "784623": 44, "785037": 44, "785078": 44, "785184": 44, "785228": 13, "785485": 44, "785496": 44, "785510": 44, "785515": 44, "785601": 44, "785630": 44, "785641": 44, "785646": 44, "785652": 44, "785853": 44, "785861": 44, "785877": 44, "785884": 44, "785888": 44, "785894": 44, "785898": 44, "785904": 44, "786012": 44, "786027": 44, "786164": 14, "7862832k": 13, "786408": 44, "786478": 9, "786666": 14, "786735": 44, "786876": 9, "787897": 13, "788752": 44, "79": 59, "790103": 14, "790107": 14, "790322": 9, "790460": 14, "791029": 44, "791888": 13, "791917": 14, "792722": 14, "794780": 44, "7948206080": 52, "795871": 14, "796457": 9, "797436": 9, "797594": 14, "797822": 13, "798937": 9, "799060": 14, "799331": 9, "7deb5000": 13, "7k": 110, "7m54": 52, "7th": 66, "7x": 74, "7zip": 18, "8": [5, 9, 13, 14, 15, 18, 26, 27, 44, 49, 52, 53, 59, 60, 61, 64, 65, 66, 70, 74, 88, 89, 94, 97, 100, 103, 108, 110], "80": [9, 52, 53, 59, 90], "800": 59, "80000000": 49, "80000001": 49, "800068": 14, "80008000": 59, "800ft": 108, "800mb": 43, "801237": 14, "801560": 44, "802": [49, 94], "802106": 49, "8021q": 49, "802904": 9, "803222": 13, "803293": 14, "803596": 13, "804915": 14, "8064": 49, "806993": 9, "808772": 44, "809363": 13, "809536": 14, "809732": 14, "809837": 14, "80m": 100, "80x25": [9, 13, 14, 44], "80x30": 49, "81": [52, 59], "810892": 13, "810944": 49, "811972": 9, "813127": 14, "813150": 13, "813209": 14, "813640": 44, "814051": 49, "815053": 13, "815388": 9, "816196": 14, "816549": 14, "816910": 14, "818906": 49, "8191": 26, "8192": [9, 14, 27, 44, 49, 59], "819485": 14, "81xx": 94, "82": [59, 90], "820265": 14, "820304": 14, "820334": 44, "820617": 44, "821123": 14, "823916": 14, "824": 105, "824465": 14, "8250": [9, 13, 14, 44, 49], "825053": 14, "825472": 44, "826238": 9, "826314": 13, "826707": 14, "827": 108, "827312": 49, "828230": 14, "8289256": 49, "829236": 44, "8296k": 44, "83": [13, 49, 52, 59], "830922": 14, "833269": 9, "833325": 44, "833990": 14, "834": 108, "835085": 49, "835126": 14, "837559": 13, "837882": 14, "837929": 14, "838823": 44, "8388608": 13, "8388608k": 13, "839975": 49, "84": [59, 89], "840568": 9, "840900": 14, "841396": 14, "842298": 49, "842829": 9, "843139": 14, "843799": 89, "843811": 89, "843818": 89, "843824": 89, "843830": 89, "844936": 14, "845585": 9, "845719": [9, 14, 44], "846588": 44, "847345": 13, "848723": 49, "848806": 13, "849": 49, "849218": 14, "8498623": 44, "84a00000": [9, 14], "84a04000": [9, 14], "84a50000": 9, "84a60000": [9, 14], "84a80000": [9, 14], "84a90000": 14, "84aa0000": 14, "85": [59, 74, 78, 108], "85000000": 14, "851245": 14, "851731": 14, "851942": 14, "852": 44, "852893": 89, "853": 59, "853016": 89, "853329": 89, "853370": 44, "853957": 89, "854080": 89, "854618": 89, "855011": 9, "855371": 89, "855377": 49, "855559": 89, "856060": 14, "856248": 89, "856252": 89, "856863": 89, "858870": 9, "858948": 14, "859800": 14, "859892": 89, "86": [49, 59, 99], "860050": 13, "860588": 44, "862241": 14, "862577": 49, "862868": 89, "862960": 14, "862988sec": 89, "865457": 44, "865955": 14, "866396": 9, "866876": 13, "867321": 49, "867723": 14, "868565": 14, "868996": 49, "869": 49, "869249": 9, "8694467": 90, "87": 59, "871294": 13, "872": 110, "872150": 44, "872965": 14, "873246": 49, "874048": 9, "874181": 14, "874599": 14, "874642": 13, "875": 105, "877242": 44, "877928": 49, "877c85c9": 13, "879147": 49, "879969": 14, "87mhz": 105, "87xx": 94, "88": [13, 44, 59, 74], "881012": 44, "881702001817000e00d0b1acb3a6": 14, "881736": 13, "882073": 14, "882101": 14, "882533": 13, "882620": 49, "884076k": 49, "884889": 9, "885404": 14, "885472": 13, "885493": 13, "886074": 44, "8863": 89, "886974": 14, "887355": 13, "887574": 14, "888164": 14, "888173": 9, "888322": 14, "888368": 14, "888653": 44, "889045": 49, "889792": 13, "88mhz": 5, "88msp": 5, "88xx": 94, "89": 59, "891305": 13, "892643": 14, "893164": 13, "893981": 14, "894": 105, "894135": 49, "895050": 9, "895317": 14, "8960e8fe9cc7cb479853c666": 13, "896382": 14, "896411": 44, "896623": 14, "897078": 14, "89750": 59, "8b10b": [13, 14], "8c": 13, "8g": [15, 22, 23], "8gb": 9, "8m": 18, "8n1": [9, 13, 14, 44, 89], "8reg": [9, 13, 14, 44], "8regs_prefetch": [9, 44], "8v": [49, 84, 97, 107], "8x": 5, "9": [5, 9, 13, 14, 15, 18, 26, 44, 49, 52, 53, 57, 59, 60, 61, 65, 66, 74, 89, 90, 93, 96, 108, 110], "90": [5, 26, 44, 56, 59, 99, 108], "900": 105, "90000": 59, "900987": 14, "901804": 44, "901850": 13, "901959": 13, "902": 105, "902218": 9, "9029ce01c": 14, "903509": 14, "903799": 13, "904748": 14, "904790": 14, "905441": 49, "907166": 14, "907283": 44, "907687": 14, "907845": 14, "907997": 14, "908460000": 96, "908592": 9, "909763": 49, "90\u03c9": 97, "91": 59, "910533": 49, "910745": 9, "910763": 14, "912502": 14, "912759": 44, "914213": 13, "914697": 49, "914868": 13, "915000": 14, "915789": 9, "916254": 14, "916905": 13, "917149": 13, "917770": 14, "917991": 44, "918454": 14, "918694": 49, "919": 44, "92": [44, 59, 74], "922007": 14, "922928": 14, "923753": 9, "923821": 44, "923910": 14, "925534": 49, "925933": 13, "927031": 14, "9279985": 59, "928": 105, "929013": 14, "929064": 14, "93": [44, 59], "930026": 49, "930560": 14, "932503": 14, "933001": 14, "933412": 9, "933865": 44, "935695": 13, "936020": 14, "936524": 49, "937386": 14, "937426": 13, "938826": 14, "939873": 49, "94": [52, 59], "940110": 14, "940392": 44, "940868": 49, "940k": 88, "942459": 13, "942481": 49, "943026": 14, "943285": 9, "944693": 49, "946045": 14, "946480": 14, "9468k": 9, "947009": 44, "947156": 44, "9472": 9, "947456": 13, "948189": 49, "948438": 49, "948925": 13, "949230": 49, "949436": 14, "949712": 13, "94m": 52, "95": [27, 56, 59], "950033": 14, "950379": 14, "950685": 9, "950913": 14, "951159": 14, "953434": 14, "953798": 14, "953909": 44, "954657": 44, "956309": 49, "956750": 44, "956835": 14, "957170": 14, "957511": 49, "958039": 14, "958288": 13, "958334": 9, "96": [59, 74], "9600": [64, 66], "960413": 49, "960672": 44, "960684": 13, "961538": 59, "962249": 44, "962358": 14, "962627": 13, "962635": 14, "9629": 5, "963059": 9, "963231": 14, "963268": 13, "963269": 14, "963626": 14, "964223": 49, "965770": 49, "967004": 14, "967434": 44, "968023": 13, "968265": 13, "968321": 9, "969510": 14, "969622": 14, "96board": [102, 106], "96v": 74, "97": [43, 49, 59, 110], "971220": 14, "971587": 49, "971741": 13, "972574": 9, "9728": 90, "973039": 14, "973148": 13, "974119": 14, "974195": 44, "974868": 14, "974943": 49, "975330": 13, "975553": 14, "975752": 13, "976279": 14, "976516": 49, "976680": 9, "977354": 9, "977981": 13, "979": 44, "979033": 13, "979486": 14, "97ipiycfantyaxgcpgsrogvnz3vzilmctmpf75hexvjfp": 44, "98": [9, 44, 49, 59, 108], "980876346": 100, "980952": 44, "981221": 14, "981606": 14, "98183": 49, "981969": 13, "982120": 49, "982704": 9, "983": 9, "9830400": 26, "983040007": 59, "984100": 14, "984318": 13, "985862": 14, "986006": 14, "986427": 49, "986702": 14, "987069": 13, "987721": 44, "988191": 13, "988526": 14, "988881": 9, "99": [9, 44, 59, 94, 108], "990001": 14, "99020000": 44, "99024000": 44, "99040000": 44, "99044000": 44, "991263": 13, "991573": 14, "991983": 13, "992209": 49, "992582": 14, "993248": 9, "993718": 14, "993738": 13, "994491": 44, "995": 78, "995416": 49, "995777": 14, "996145": 44, "996158": 44, "996394": 13, "996524": 44, "996534": 44, "996544": 44, "996932": 44, "996943": 44, "997": 110, "997675": 9, "997777": 14, "998626": 14, "998706": 14, "999106": 13, "999770": 14, "99mhz": [9, 44], "9_2ch": 5, "9e": 89, "9k": 97, "9p2000": [9, 13, 14, 44], "9pnet": [9, 13, 14, 44], "A": [2, 5, 7, 8, 9, 11, 12, 13, 14, 15, 18, 22, 23, 27, 31, 32, 37, 39, 44, 45, 48, 49, 52, 56, 59, 60, 61, 63, 64, 65, 66, 67, 68, 70, 74, 77, 78, 79, 85, 87, 88, 89, 90, 100, 102, 104, 105, 108, 110], "AND": 18, "AS": 43, "And": [0, 2, 17, 18, 60, 61, 66, 85, 88, 90, 100, 108, 111], "As": [0, 7, 11, 18, 43, 57, 61, 85, 97, 101, 106, 108, 110], "At": [0, 18, 47, 49, 52, 60, 61, 65, 89, 105, 110], "Be": 2, "But": [18, 22, 26, 31, 61, 108, 110], "By": [18, 47, 61, 65, 67, 70, 74, 77, 90, 99, 112], "FOR": 27, "For": [0, 1, 2, 4, 11, 17, 18, 22, 26, 27, 30, 39, 42, 43, 45, 47, 54, 60, 61, 63, 64, 66, 70, 74, 75, 77, 78, 79, 83, 85, 86, 89, 90, 96, 101, 102, 105, 108, 112], "IF": [18, 21, 27, 100], "IN": [22, 23, 70], "IT": [49, 52], "ITS": 13, "If": [2, 6, 10, 15, 18, 22, 23, 26, 27, 35, 40, 44, 47, 49, 52, 53, 56, 57, 59, 60, 61, 63, 65, 67, 70, 74, 77, 79, 83, 85, 86, 88, 89, 90, 94, 97, 99, 100, 101, 102, 103, 104, 107, 108, 110, 112], "In": [1, 5, 8, 9, 12, 13, 14, 15, 18, 20, 22, 23, 32, 33, 34, 35, 36, 42, 44, 46, 47, 49, 53, 54, 56, 57, 59, 60, 61, 63, 64, 65, 66, 70, 71, 74, 77, 78, 79, 85, 89, 93, 97, 98, 100, 105, 107, 108, 110], "It": [0, 2, 5, 15, 17, 18, 22, 27, 29, 46, 49, 52, 53, 54, 56, 57, 60, 61, 65, 66, 70, 71, 74, 77, 78, 79, 84, 88, 89, 90, 94, 96, 97, 99, 100, 102, 103, 104, 105, 108, 110, 111], "Its": [6, 10, 61], "NO": [14, 18, 49, 53, 79, 90, 93], "NOT": [15, 18, 22, 52, 108], "No": [4, 6, 8, 9, 12, 13, 14, 17, 44, 49, 53, 54, 57, 59, 60, 63, 64, 70, 74, 76, 78, 90, 103], "Not": [9, 13, 14, 15, 22, 26, 44, 85], "OF": [9, 13, 14, 44, 49], "ON": [9, 13, 14, 15, 64, 65, 66, 90, 94], "ONE": 64, "OR": [23, 108, 110], "Of": 61, "On": [2, 9, 13, 15, 17, 18, 26, 31, 42, 49, 57, 60, 61, 74, 76, 79, 86, 89, 97, 103], "One": [18, 29, 32, 45, 48, 61, 77, 97, 108, 112], "Ons": [68, 70], "Or": [2, 18, 27, 56, 57, 89, 108], "Such": [31, 56], "TO": 108, "That": [2, 60, 61, 71, 83, 97, 101, 108], "The": [0, 2, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 18, 22, 23, 26, 27, 28, 30, 31, 32, 33, 35, 36, 39, 40, 43, 44, 45, 46, 47, 48, 49, 52, 53, 54, 56, 57, 59, 60, 62, 63, 64, 65, 66, 67, 68, 70, 71, 74, 75, 76, 77, 78, 79, 82, 83, 84, 85, 86, 88, 89, 90, 92, 93, 94, 95, 96, 97, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112], "Then": [0, 13, 43, 49, 61, 63, 74, 90, 99, 100], "There": [2, 5, 7, 11, 15, 18, 26, 27, 43, 44, 47, 49, 52, 53, 54, 55, 56, 57, 61, 62, 63, 64, 65, 70, 71, 75, 84, 88, 89, 90, 93, 94, 97, 100, 103, 105, 110, 111], "These": [15, 18, 27, 31, 34, 46, 48, 61, 64, 65, 68, 70, 71, 88, 91, 97, 100, 108, 111], "To": [0, 1, 2, 13, 14, 15, 18, 26, 27, 30, 33, 43, 47, 48, 49, 53, 56, 57, 59, 60, 61, 66, 67, 68, 70, 71, 79, 86, 87, 88, 89, 90, 93, 96, 100, 103, 110], "WILL": 108, "Will": [57, 85], "With": [15, 18, 45, 52, 65, 74, 84, 97, 100, 102, 108, 110, 111], "_": [22, 23, 40, 89, 90, 93], "__": [89, 90, 93], "___": [89, 90, 93], "____": [89, 90, 93], "______": [89, 90, 93], "_________________": [89, 90, 93], "____ptrval____": [13, 14], "__api": 61, "__init": 29, "__init__": 61, "__initdata": 29, "_build": [0, 2], "_d_get_id": 61, "_devic": 61, "_en": [39, 40], "_fall": 40, "_has_conditional_explicit": 86, "_in": 74, "_init": 61, "_input": 40, "_ireesq": 87, "_libm2k": 65, "_mag": 40, "_name": 40, "_offset": 27, "_out": 74, "_period": 40, "_raw": [27, 40], "_rise": 40, "_roc": 40, "_roc_falling_valu": 40, "_roc_rising_valu": 40, "_roc_valu": 40, "_scale": 27, "_thresh": 40, "_thresh_falling_valu": 40, "_thresh_rising_valu": 40, "_thresh_valu": 40, "_type": 39, "_valu": 40, "a1": [14, 56], "a2": 56, "a4a00000": 13, "a4a04000": 13, "a4a90000": 13, "a4aa0000": 13, "a5000000": 13, "a9": 49, "a_balanc": [59, 67], "a_n": 59, "a_p": 59, "aaaa": [9, 13, 49], "aaaab3nzac1yc2eaaaadaqabaaabaqcuf37dxkzr0sjskha2": 44, "aarch32": [43, 88], "aarch64": [9, 13, 14, 42, 44, 57], "aavid": 108, "abi": [9, 27, 34, 44, 53, 61], "abil": [18, 27, 48, 84, 89, 97, 108], "abl": [5, 15, 18, 31, 46, 52, 61, 70, 89, 103, 105], "abms6830bmsw": 77, "about": [0, 6, 10, 13, 14, 18, 49, 52, 54, 60, 65, 66, 67, 77, 83, 89, 90, 100, 101, 102, 104, 108, 110, 111, 112], "abov": [18, 26, 31, 43, 46, 47, 49, 52, 59, 61, 63, 70, 77, 88, 89, 90, 97, 103, 107, 108], "absent": 66, "absolut": [14, 18, 27, 49, 78, 90, 93, 110], "absorb": 23, "abstract": [15, 18, 31, 49, 60, 67, 104], "ac": [22, 23, 84, 90, 97, 103], "ac701": 47, "academ": [103, 111], "acap": 12, "acceler": [15, 18], "acceleromet": [15, 18, 31, 49], "accept": [53, 61, 76, 77, 79, 90, 104], "access": [2, 4, 13, 18, 30, 31, 33, 42, 45, 47, 56, 57, 59, 61, 65, 66, 67, 70, 74, 77, 78, 79, 82, 86, 89, 90, 95, 103, 106, 111], "access0": 29, "accessori": [17, 74, 77, 78, 106], "accid": 98, "accident": [52, 90], "accommod": [70, 74, 79], "accompani": [15, 18, 74, 77, 111], "accomplish": 90, "accord": [15, 49, 61, 77, 108], "accordingli": [18, 61], "account": [2, 49, 76, 77, 79, 90], "accumul": [6, 9, 10, 13, 14, 74, 84, 102, 110], "accur": [22, 26, 57, 78, 108], "accuraci": [26, 106, 108], "acg": 99, "achiev": [15, 27, 56, 100, 108, 110], "ack": 66, "acknowledg": 66, "acl": [13, 14, 18, 49], "acm": [89, 90, 93], "acpi": 14, "acquir": 61, "acquisit": [18, 32, 84], "across": [36, 61, 108, 110, 111], "act": [26, 31, 47, 52, 89, 98], "act_led_trigg": 18, "action": [2, 27, 31, 45, 48, 57, 77, 96], "activ": [2, 4, 9, 13, 14, 15, 17, 44, 49, 53, 56, 59, 66, 77, 79, 84, 87, 89, 100, 102, 106, 111], "active_high": 64, "active_low": [18, 64], "actual": [9, 22, 23, 26, 36, 44, 49, 61, 67, 70, 76, 89, 90, 97, 99, 105, 108, 112], "ad": [3, 9, 14, 17, 18, 22, 36, 42, 43, 44, 45, 57, 59, 60, 61, 68, 70, 73, 75, 76, 79, 80, 85, 86, 88, 89, 90, 97, 98, 112], "ad4630": 17, "ad5592r": [17, 64], "ad5592r_dev": 64, "ad5592r_init": 64, "ad5592r_init_param": 64, "ad5592r_rw_op": 64, "ad5592r_write_dac": 64, "ad592": 108, "ad6676": [27, 43], "ad7124": 14, "ad7127": 49, "ad7190": 14, "ad7192": 14, "ad7193": 14, "ad7195": 14, "ad7291": [6, 9, 14, 18, 27, 33], "ad7682": 14, "ad7685": 14, "ad7686": 14, "ad7687": 14, "ad7688": 14, "ad7689": 14, "ad7690": 14, "ad7691": 14, "ad7693": 14, "ad7699": 14, "ad7942": 14, "ad7944": 14, "ad7946": 14, "ad7949": 14, "ad7980": 14, "ad7982": 14, "ad7983": 14, "ad7984": 14, "ad7985": 14, "ad7986": 14, "ad7988": 14, "ad9": 27, "ad9026": 13, "ad9081": [46, 47, 48], "ad9081_dac0": 48, "ad9081_fmc_support": 47, "ad9144": 70, "ad9250": 14, "ad9250_2": 14, "ad9265": [14, 43], "ad9361": [5, 27, 33, 43, 44, 53, 59, 67, 70, 89, 95, 96, 98, 99, 100, 104], "ad9361_prob": 44, "ad9363": [18, 59, 95, 97, 98, 100, 102], "ad9364": [27, 43, 59, 98, 101, 112], "ad936x": [44, 70, 83, 97, 101, 104, 112], "ad9371": [9, 27, 70], "ad9434": [14, 43], "ad9467": [14, 27, 43], "ad9508": 27, "ad9517": 27, "ad9523": 27, "ad9528": [6, 9, 10, 13, 14, 27], "ad9548": 27, "ad9625": [14, 43], "ad9643": 14, "ad9649": 14, "ad9652": 14, "ad9680": [27, 70], "ad9683": 14, "ad9739a": 43, "ad9780": 14, "ad9781": 14, "ad9783": 14, "ad9963": 82, "adac": 26, "adafruit": [97, 103], "adalm": [17, 18, 49, 59, 64, 66, 68, 70, 81, 82, 89, 90, 91, 95, 96, 98, 99, 101, 103, 105, 106, 111], "adalm100": 111, "adalm1000": [84, 111], "adalm2000": [17, 18, 22, 23, 49, 63, 66, 81, 85, 86, 87, 89, 90, 91, 107, 108, 110, 111], "adalp2000": [87, 110, 111], "adapt": [15, 18, 22, 23, 61, 74, 77, 78, 82, 90, 94, 95, 97, 103, 107, 110, 111], "adaptor": 22, "adar1000": 18, "adar3000": 14, "adar3001": 14, "adar3002": 14, "adbm": 79, "adbms2950": [74, 77, 78, 79], "adbms2950b": 78, "adbms6822": [74, 77, 78], "adbms6830": [74, 77], "adbms6830b": 78, "adbms6830bmsw": [77, 78, 79], "adbms6830msw": 77, "adbms68xx": 78, "adbmse2e3w": 74, "adbmsgen6": 77, "adc": [6, 9, 10, 13, 14, 17, 18, 21, 22, 23, 26, 31, 42, 44, 57, 59, 63, 64, 66, 70, 74, 82, 84, 85, 95], "adc0": 27, "adc1": 27, "adc2": 27, "adc3": 27, "adc_data": 27, "adc_gain1": 63, "adc_gain2": 63, "adc_offset1": 63, "adc_offset2": 63, "adctiagain": 27, "add": [0, 2, 15, 18, 22, 26, 27, 30, 42, 45, 46, 47, 48, 49, 53, 57, 60, 61, 65, 67, 68, 70, 77, 79, 86, 88, 97], "add_2021_r1_releas": 53, "add_libad9361": 70, "add_rpath": 65, "add_trigg": 30, "addit": [1, 4, 6, 10, 13, 14, 17, 18, 27, 32, 35, 39, 45, 47, 49, 57, 61, 64, 66, 67, 77, 79, 86, 89, 90, 97, 111], "addition": [27, 56, 61], "addmethod": 86, "addr": [18, 49, 89], "addr_point": 61, "addr_ptr": 61, "addrconf": 44, "address": [9, 13, 14, 15, 18, 43, 44, 48, 49, 57, 59, 61, 64, 66, 70, 76, 77, 79], "adequ": [18, 31, 77], "adf4159": 18, "adf4351": [27, 33], "adf4378": 48, "adf4378_refclk": 48, "adf5355": 43, "adhes": 74, "adi": [4, 5, 7, 9, 11, 13, 14, 15, 17, 22, 24, 26, 27, 33, 43, 45, 48, 49, 52, 53, 54, 57, 58, 59, 60, 65, 66, 67, 68, 69, 70, 71, 79, 83, 85, 88, 89, 92, 95, 97, 100, 101, 102, 111], "adi_build": 70, "adi_update_boot": 53, "adi_update_tool": [53, 57], "adi_zynqmp_defconfig": 43, "adicup": [4, 17], "adicup3029": 4, "adicup360": 4, "adihal_resethw": 9, "adis16465": 14, "adis16467": 14, "adis16470": 14, "adis16475": 14, "adis16477": 14, "adis16500": 14, "adis16505": 14, "adis16507": 14, "adjac": [18, 99], "adjust": [9, 13, 14, 23, 26, 27, 44, 45, 48, 57, 62, 65, 74, 77, 79, 88, 108, 110], "adlam2000": 96, "adm1177": [59, 89, 95, 97], "adm7160acpzn1": 97, "adma": [9, 13, 14, 44], "admin": 79, "administr": [18, 52, 76, 79], "adopt": 15, "adpaq": [4, 17], "adquat": 15, "adragom2": 13, "adrv": 43, "adrv1crr": 43, "adrv9002": [49, 53, 70], "adrv9002_init": 49, "adrv9002_setup": 49, "adrv9008": [1, 4, 8, 16, 28, 41, 42, 54], "adrv9009": [1, 4, 5, 7, 9, 16, 28, 41, 42, 54, 56, 57, 70, 112], "adrv9009_conv": 27, "adrv9009_prob": 9, "adrv9009_std_gaint": 27, "adrv9025": [13, 14], "adrv9026": [4, 11, 13, 14, 16], "adrv9029": [4, 13, 14, 16], "adrv9361": [43, 70, 112], "adrv9364": [43, 70, 112], "adrv9371": [9, 43, 70], "adrv9375": 43, "ads7843": [13, 14], "ads7845": [13, 14], "ads7846": [13, 14], "ads7873": [13, 14], "adt7420": 66, "adt75": 18, "adt75g": 18, "aducm360": 15, "adum225n": 74, "adv7511": [43, 53], "advanc": [6, 9, 13, 14, 17, 26, 34, 42, 44, 55, 56, 57, 60, 88, 100, 102, 111], "advantag": [61, 110], "adventur": 18, "advertis": 97, "advic": 18, "advis": [2, 74], "adxcvr": [9, 14, 27], "adxl345": [17, 22, 49], "adxl345_exampl": 18, "adxl355": [4, 16, 17], "adxl355_exampl": [15, 18], "adxl355_no_os_exampl": 15, "adxl3x5": 18, "ae": [13, 14], "aec1": 13, "aerospac": 111, "af": 13, "affect": [26, 27, 54, 99, 108], "affer": 64, "affin": 44, "afford": 84, "after": [13, 15, 18, 32, 39, 40, 43, 49, 52, 54, 59, 61, 63, 64, 65, 66, 70, 74, 75, 77, 79, 85, 86, 87, 89, 90, 94, 108, 110], "afterward": 89, "ag": 18, "again": [9, 18, 52, 61, 65, 90, 100, 110], "against": [40, 88, 108], "agc": [27, 59, 70, 99], "agcfast": 27, "agcrx1attackdelai": 26, "agcrx2attackdelai": 26, "agcunderrangehighinterv": 26, "agcunderrangelowinterval_n": 26, "agcunderrangemidinterv": 26, "agent": 44, "aggreg": [0, 36], "aghl": 88, "agil": [10, 18, 27, 57, 95], "agnost": 64, "agreement": [76, 79], "ah": 103, "ahci": [9, 14, 44], "ahead": 2, "ahr": 15, "ai": 14, "aid": 18, "aim": [9, 13, 14, 31, 44], "ain": 86, "air": [99, 108], "airflow": 108, "airplan": [60, 102], "aka": [89, 90], "al": 27, "alert": [52, 59, 100], "alg": 14, "algo": 44, "algorithm": [6, 9, 10, 13, 14, 44, 61, 70, 106], "alia": [13, 59], "alias": [27, 49], "alic": [84, 87, 111], "align": [5, 32, 39, 61, 75], "all": [1, 2, 4, 6, 7, 9, 10, 11, 13, 14, 17, 18, 22, 26, 27, 36, 39, 40, 43, 44, 47, 49, 52, 53, 54, 56, 57, 59, 60, 61, 63, 64, 65, 66, 68, 70, 71, 74, 77, 78, 79, 83, 84, 86, 88, 89, 90, 92, 93, 94, 96, 97, 100, 101, 102, 103, 104, 105, 108, 110, 111], "allegro": [15, 74, 77, 78, 97, 107], "allig": [74, 77], "alloc": [9, 13, 14, 44, 49, 61, 64], "allow": [0, 5, 18, 26, 27, 29, 30, 32, 33, 35, 45, 46, 47, 48, 54, 56, 57, 59, 61, 67, 74, 76, 77, 78, 79, 86, 89, 92, 94, 96, 97, 99, 100, 102, 104, 107, 108, 110], "almost": [18, 23, 61, 103, 108], "along": [18, 57, 61], "alot": 98, "alphanumer": 94, "alreadi": [18, 43, 44, 47, 52, 53, 61, 63, 77, 83, 86, 89, 97, 101, 103, 112], "alreadyg": 18, "alsa": [9, 13, 14, 44, 49], "also": [0, 1, 2, 9, 13, 14, 17, 18, 22, 23, 27, 31, 39, 43, 44, 45, 47, 49, 52, 54, 57, 59, 60, 61, 65, 70, 74, 75, 76, 77, 78, 83, 88, 89, 90, 94, 97, 100, 101, 103, 104, 107, 108, 110, 111, 112], "alt": [90, 93], "altera": [22, 42, 70, 112], "altern": [9, 13, 14, 18, 22, 27, 29, 30, 43, 44, 49, 61, 77, 90], "although": [6, 9, 10, 13, 14, 18, 60, 61, 74, 84, 90, 97, 102, 103, 110], "altitud": 15, "altogeth": 27, "altr_a10sr_gpio": 49, "altset": 90, "altvoltage0": [59, 104], "altvoltage1": [59, 99], "altvoltage2": 59, "altvoltage3": 59, "aluminum": [74, 108], "alwai": [0, 23, 27, 33, 43, 47, 54, 56, 61, 63, 66, 70, 83, 85, 90, 97, 100, 101, 112], "am": [9, 14, 27], "amazon": 94, "amba": [9, 13, 27, 44], "ambient": 108, "amd": [7, 9, 11, 13, 14, 42, 47, 70, 88, 112], "amd64": 89, "amount": [0, 18, 32, 61, 108, 111], "amp": [98, 110], "ampl": 5, "amplifi": [4, 17, 31, 100, 110, 111], "amplitud": [5, 26, 56, 57, 59, 110], "an": [0, 2, 5, 8, 12, 13, 14, 15, 17, 18, 27, 29, 31, 32, 33, 35, 40, 43, 45, 47, 48, 49, 52, 53, 57, 59, 60, 61, 64, 65, 66, 67, 68, 70, 71, 76, 77, 78, 79, 83, 84, 86, 88, 89, 90, 96, 97, 98, 99, 100, 101, 102, 103, 105, 106, 108, 110, 111, 112], "an834": 108, "anaconda": 18, "analog": [0, 4, 6, 9, 10, 13, 14, 15, 17, 18, 23, 27, 31, 37, 43, 44, 49, 52, 53, 54, 59, 60, 61, 63, 64, 68, 69, 70, 76, 77, 79, 84, 85, 86, 88, 89, 90, 93, 96, 97, 101, 102, 104, 107, 111, 112], "analogdevic": 89, "analogdevicesinc": [2, 18, 22, 23, 43, 53, 57, 60, 65, 68, 70, 89, 90, 92], "analogi": [0, 108], "analogin": [64, 65, 85], "analogout": [65, 85], "analysi": [18, 31, 66, 79], "analyz": [5, 18, 22, 23, 65, 66, 82, 84, 87, 105, 106, 110], "ani": [0, 1, 5, 6, 9, 10, 13, 14, 18, 22, 26, 27, 29, 31, 35, 40, 43, 44, 45, 46, 47, 49, 53, 54, 56, 57, 60, 61, 64, 65, 66, 70, 76, 79, 83, 84, 85, 86, 89, 90, 93, 94, 96, 97, 100, 101, 102, 103, 108, 110, 112], "annoi": 108, "annot": 49, "announc": 61, "annoy": 108, "anomali": 76, "anoth": [9, 13, 14, 18, 27, 48, 52, 53, 57, 61, 66, 92], "ansi": [53, 61, 89], "answer": [18, 61, 83, 97, 101, 112], "antenna": [6, 9, 10, 13, 14, 74, 84, 99, 102, 103, 106, 110], "anti": 27, "any_edg": 66, "anymor": 61, "anyon": [61, 89, 97, 107], "anyth": [18, 52, 61, 82, 90, 95, 103, 107, 108, 110], "anytim": [26, 27], "anywher": [61, 107], "apard32690": [77, 79], "apart": 32, "apb": 49, "apd": 26, "apdhighthresh": 26, "apdlowthresh": 26, "api": [9, 13, 14, 15, 23, 26, 42, 44, 49, 53, 54, 60, 61, 63, 67, 71, 85, 90], "apm": [14, 44], "app": [70, 95], "appar": 111, "apparmor": [13, 14, 49], "appear": [2, 13, 15, 18, 43, 49, 52, 53, 61, 68, 70, 77, 79, 85, 90, 96, 97, 99, 108, 110, 111], "append": [0, 46, 47, 48, 49, 61, 62, 63, 79], "appendix": 110, "appimag": 66, "appli": [0, 13, 14, 15, 17, 18, 26, 40, 48, 49, 53, 57, 61, 79, 90, 111], "applic": [4, 6, 9, 10, 13, 14, 17, 18, 22, 23, 26, 27, 30, 31, 32, 37, 45, 47, 48, 49, 52, 53, 54, 59, 60, 61, 65, 70, 77, 79, 84, 87, 89, 90, 95, 100, 102, 104, 108, 110, 111], "approach": [30, 44, 45, 47, 61, 63, 92, 110, 111], "appropri": [18, 29, 39, 47, 49, 57, 77, 79, 103, 108], "approx": 92, "approxim": [15, 52, 90, 108], "appveyor": 65, "apr": [44, 88, 93], "apst": [9, 14, 44], "apt": [0, 2, 13, 14, 49, 53, 57, 60, 65, 88, 89], "ar": [0, 1, 2, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 18, 22, 23, 26, 27, 28, 30, 31, 32, 34, 35, 36, 39, 40, 43, 44, 45, 46, 47, 49, 52, 53, 54, 55, 56, 57, 60, 61, 62, 63, 64, 65, 66, 67, 68, 70, 71, 74, 75, 76, 77, 78, 79, 82, 83, 84, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 110, 111, 112], "arbitrari": [13, 14, 18, 49, 84], "arch": [27, 43, 88], "arch_initcal": 29, "arch_sys_count": [9, 13, 14, 44], "arch_tim": [13, 14, 44], "architect": 9, "architectur": [9, 13, 14, 17, 44, 49, 61, 88], "archiv": [53, 57, 65, 88, 89, 90], "archtyp": 61, "arduino": [77, 78], "ardz": 111, "area": [9, 13, 14, 44, 49, 57, 61, 79, 94, 108], "aren": [18, 89, 90, 99], "argc": [5, 100, 104], "argument": [18, 53, 59, 61, 66, 93], "argv": [5, 100, 104], "aris": [18, 31, 85], "arm": [7, 9, 11, 13, 14, 18, 42, 43, 44, 49, 53, 61, 78, 83, 88, 101, 110, 112], "arm64": [13, 14, 27, 43], "arm64_neon": [13, 14], "arm_arch_tim": 9, "armv7": 49, "armv7l": [49, 53, 59, 66, 88, 89], "armv8_pmuv3": [9, 14, 44], "around": [18, 22, 43, 45, 61, 83, 99, 101, 102, 110, 111, 112], "arp": [9, 44], "arradio": [70, 112], "arrai": [18, 23, 26, 27, 61, 86, 108], "arrang": [5, 79], "array_s": 29, "arria": [8, 12, 18, 49], "arria10": [27, 49], "arrow": [18, 61, 70, 77, 107, 112], "art": 27, "articl": [4, 18], "artifact": [2, 27, 65], "asc": 110, "ascend": 64, "ascii": [49, 61, 89, 94], "asic": 70, "asid": [9, 13, 14, 44, 61], "asil": 74, "asix": [9, 13, 14, 44, 49, 94], "ask": [6, 10, 57, 61, 68, 70, 83, 84, 90, 93, 94, 97, 100, 101, 102, 103, 112], "aspect": [18, 23, 70, 89, 98, 108], "assembl": [82, 95], "assembli": [15, 108, 111], "assert": [22, 100, 110], "assess": 79, "assign": [9, 13, 14, 18, 44, 49, 52], "assimil": 61, "associ": [15, 18, 31, 32, 53, 57, 76, 77, 79, 84, 111], "assort": 18, "assum": [5, 40, 47, 48, 61, 70, 90, 97, 108], "assumpt": 27, "assur": 22, "astonish": 108, "asymmetr": [13, 14], "asynchron": 100, "at24": [9, 14, 44, 49], "ata": [13, 14, 49], "ata1": [9, 14, 44], "ata2": [9, 14, 44], "atf": [9, 44], "ath3k": [9, 13, 14, 44], "atof": 5, "atoi": 5, "atom": [9, 13, 14, 44, 49, 61], "attach": [9, 15, 18, 44, 49, 57, 60, 61, 74, 77, 88, 89, 90, 94, 97, 108], "attack": [26, 27, 59, 89], "attempt": [18, 47, 61, 102], "atten": [26, 27], "atten_md": [26, 27], "attent": 49, "attenu": [42, 56, 59, 96, 110], "attlist": 61, "attr": [49, 59, 99, 100], "attract": 18, "attribut": [13, 14, 15, 26, 27, 33, 39, 40, 49, 57, 61, 63, 64, 66, 89, 99, 100], "audio": [13, 14, 49], "audion": 110, "audit": [9, 13, 14, 44, 49], "audit_en": [13, 14, 44], "aug": [14, 59, 88, 89], "augment": 102, "author": [0, 13, 14, 18, 49, 97, 111], "auto": [9, 13, 14, 44, 45, 49, 57, 59, 61, 63, 66, 89, 90], "autoboot": [9, 13, 14, 44, 49, 93], "autoexec": 18, "autofs4": 13, "autom": [30, 43, 63, 68, 70], "automat": [0, 2, 4, 5, 13, 14, 17, 26, 27, 35, 45, 47, 48, 49, 52, 56, 57, 60, 65, 68, 70, 88, 89, 99, 100], "automot": 74, "automount": [13, 14, 49, 60, 94, 96], "autonom": 27, "autoread": 57, "autoselect": 89, "autozoom": 57, "aux": [18, 26, 27, 56, 59], "aux_adc": 100, "aux_ctrl": 49, "aux_dac": 100, "aux_pll": 26, "auxadc": 42, "auxadc_x": 27, "auxdac": [26, 42], "auxdac_0": 27, "auxdac_9": 27, "auxilari": 27, "auxiliari": [27, 94], "auxlo": [26, 27], "avahi": [13, 14, 49, 53, 60, 61], "avahi_daemon_en": 60, "avahi_dnsconfd_en": 60, "avail": [0, 1, 8, 9, 12, 13, 14, 15, 17, 18, 25, 27, 32, 35, 43, 44, 45, 47, 49, 52, 53, 55, 56, 57, 59, 60, 61, 63, 64, 65, 66, 67, 68, 70, 71, 74, 77, 78, 79, 85, 86, 89, 90, 94, 102], "averag": [26, 36, 57, 66, 74, 77], "avg": 26, "avgdur": 26, "avion": 108, "avoid": [0, 6, 9, 10, 13, 14, 15, 47, 49, 61, 74, 84, 102, 110], "awai": [18, 97, 99, 108], "await": [52, 53, 89], "awaken": 61, "awk": [54, 90], "ax88179": 94, "ax88179_178a": [9, 13, 14, 44, 49], "ax88772": 94, "ax88xxx": 94, "axi": [6, 9, 10, 13, 14, 15, 18, 33, 42, 49, 55, 57, 62, 79, 82, 95], "axi_ad9081_adxcvr_rx": 48, "axi_ad9361": 95, "axi_adxcvr": [6, 9, 10, 14, 27], "axi_dmac": 62, "axi_jesd204_rx": 27, "axi_jesd204_tx": 27, "axi_sysid": [13, 14], "axipmon": [14, 44], "b": [2, 9, 13, 14, 27, 43, 44, 49, 52, 53, 56, 57, 59, 60, 66, 67, 74, 77, 88, 89], "b0": 44, "b1": 26, "b160453396e482234094a92134769ec6": 52, "b2": 89, "b2d8": 89, "b671": 60, "b673": [59, 89, 90, 93], "b674": [90, 93], "b_balanc": [59, 67], "b_n": 59, "b_p": 59, "back": [18, 27, 31, 33, 43, 49, 53, 54, 56, 57, 60, 61, 66, 89, 90, 94, 97, 108, 110], "backchannel": [9, 13, 14, 44, 49], "backend": [15, 49, 59, 89], "background": [13, 14, 17, 44, 49, 76, 77, 98, 102, 110, 111], "backpack": 102, "backup": [49, 52], "bad": [13, 14, 44, 52, 61, 89, 90, 97, 108], "balanc": [67, 74, 78, 110], "balena": 52, "balun": 97, "banana": [0, 74], "band": [26, 27, 36, 105, 108], "banda": 26, "bandb": 26, "bandwidth": [18, 26, 42, 56, 59, 97, 102], "bandwidth_hz": 26, "bank": 26, "bar": [52, 75, 79], "bare": [2, 15, 22, 97], "barebon": 47, "barkhausen": 110, "barkhausen_stability_criterion": 110, "barrier": 49, "base": [6, 7, 9, 10, 11, 13, 14, 15, 17, 18, 26, 27, 31, 32, 44, 45, 46, 47, 49, 52, 61, 64, 65, 66, 68, 70, 74, 76, 77, 78, 79, 83, 85, 87, 88, 89, 90, 94, 97, 98, 100, 101, 102, 111, 112], "base_baud": [9, 13, 14, 44, 49], "baseband": [6, 10, 27, 55, 70, 104], "baselin": 45, "bash": [0, 79, 100], "basi": 110, "basic": [2, 6, 13, 14, 15, 17, 18, 22, 23, 31, 43, 47, 49, 56, 61, 70, 74, 77, 78, 79, 90, 108, 111], "basic_wein_bridg": 110, "bat": [18, 79, 90], "batch": [88, 90], "batt": 77, "batteri": [74, 75, 76, 78, 79, 103], "baud": [9, 13, 14, 15, 49, 66, 89], "baud_rat": [64, 66], "baudrat": 66, "bb": [47, 89, 100], "bb_dc_offset_tracking_en": 59, "bbappend": [46, 47], "bbdc2": 26, "bbf": 26, "bbf3d": 26, "bbfile": 47, "bbfile_collect": 47, "bbfile_pattern_meta": 47, "bbfile_priority_meta": 47, "bbfiles_dynam": 47, "bbmask": 47, "bbp": 27, "bbpath": 47, "bbpll": 59, "bc": 88, "bcast": 89, "bcddevic": [13, 14, 49], "bcm203x": [9, 13, 14, 44], "bcorner_khz": 26, "bcsp": [9, 13, 14, 44], "bd214ecff2ac522d2d26afed2b79009a67ee721b": 44, "be7eb02": 53, "beac": 0, "beacon": 60, "beagl": 103, "beaglebon": [18, 102, 106], "beam": 13, "beamform": 18, "beamwidth": 105, "bear": 43, "becam": 61, "becaus": [13, 18, 61, 63, 77, 100, 105, 108, 110], "becom": [18, 61, 79, 90, 110, 111], "been": [2, 17, 18, 27, 43, 48, 53, 54, 56, 60, 61, 70, 79, 88, 94, 97, 103, 105, 107, 110], "befor": [6, 9, 10, 13, 14, 18, 22, 23, 26, 40, 43, 49, 52, 61, 63, 65, 66, 68, 70, 74, 77, 83, 84, 86, 88, 89, 90, 93, 96, 101, 102, 108, 110, 112], "begin": [18, 22, 49, 52, 61, 76, 77, 103], "behav": 61, "behavior": [62, 68, 74], "behaviour": [2, 61], "behind": [6, 10, 18, 56, 61, 89], "being": [5, 13, 14, 15, 18, 26, 36, 46, 49, 56, 61, 76, 77, 88, 99, 108], "belong": [57, 61], "below": [1, 2, 8, 9, 12, 13, 14, 15, 18, 26, 27, 29, 43, 47, 48, 49, 52, 53, 57, 59, 60, 67, 70, 74, 75, 76, 77, 78, 79, 86, 89, 90, 94, 96, 97, 104, 108], "belt": 18, "benchtop": 18, "benefici": [94, 100], "benefit": [6, 10, 15, 61], "best": [0, 5, 18, 36, 59, 74, 83, 90, 100, 101, 103, 111, 112], "bet": 17, "better": [0, 6, 10, 18, 61, 63, 90, 97, 100, 102, 108, 112], "between": [18, 22, 26, 27, 31, 32, 45, 52, 59, 61, 66, 70, 77, 78, 79, 83, 89, 94, 97, 100, 101, 102, 105, 107, 108, 110, 112], "bevelacqua": 105, "bewar": 18, "beyond": [18, 22, 61], "bfin": [31, 38], "bfintmr3": 29, "bfq": 13, "bfusb": [9, 13, 14, 44], "bhb": 13, "bi": 56, "bia": [4, 17, 27], "bidirect": 78, "bif": 88, "big": [61, 62, 83, 101, 108, 112], "bigger": [62, 90], "bike": 78, "bill": [2, 4, 17, 74, 77, 78, 81, 97, 110], "bin": [5, 9, 13, 14, 18, 27, 43, 49, 53, 65, 66, 77, 88, 96, 100], "bin2c": 43, "binari": [2, 7, 11, 13, 14, 27, 43, 48, 49, 53, 54, 59, 61, 66, 88, 96], "bind": [9, 13, 14, 15, 18, 44, 47, 49, 53, 60, 68, 70, 71, 85, 86, 104, 106], "binput": 26, "binutil": 13, "biomed": 111, "bison": [53, 57, 60], "bist": 42, "bist_framer_a_loopback": 27, "bist_framer_a_prb": 27, "bist_framer_b_loopback": 27, "bist_framer_b_prb": 27, "bist_prb": 59, "bist_serializer_a_prb": 27, "bist_serializer_b_prb": 27, "bist_timing_analysi": 59, "bist_ton": [27, 59, 96], "bistream": 70, "bit": [5, 9, 13, 14, 18, 22, 26, 27, 39, 44, 48, 49, 57, 61, 64, 66, 82, 84, 88, 89, 90, 95, 99, 108, 110], "bit31": [27, 33], "bit_numb": [64, 66], "bitbang": [26, 64], "bitfield": 79, "bitmask": 61, "bitrepeat": 26, "bits_numb": [64, 66], "bitstream": [8, 12, 49, 70, 88], "bl31": [9, 14, 44], "black": [74, 77, 97, 108], "blackfin": [29, 30, 31, 38], "blade": 108, "blame": 52, "blank": [43, 57, 82, 90, 95], "blink": [15, 77, 90, 96], "blkid": [13, 14, 49], "bloat": 61, "blob": [9, 13, 14, 44, 49, 88], "block": [4, 9, 13, 14, 18, 26, 27, 32, 44, 45, 47, 49, 52, 68, 70, 74, 75, 77, 89, 108], "blockset": 70, "blue": [0, 61, 77, 97, 108], "bluetooth": [9, 13, 14, 44, 89], "bm": [74, 75, 76, 78], "bm_bmssoftwaresupport": 79, "bms1_vreg": 74, "bms2_vreg": 74, "bms_browser_gui_broadmarket": 77, "bms_browser_gui_broadmarket_v2": 79, "bmse2e3w": [17, 73, 75, 76, 80], "bnc": 111, "bnco1": 26, "bnco2": 26, "bnep": [9, 13, 14, 44], "board": [0, 1, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 18, 22, 42, 43, 44, 47, 49, 53, 57, 61, 63, 65, 66, 68, 74, 76, 77, 78, 79, 83, 84, 88, 93, 97, 101, 102, 103, 107, 108, 110, 112], "board_devic": 29, "board_init": 29, "bob": [43, 108], "bode": 84, "bodi": [6, 9, 10, 13, 14, 74, 84, 102, 110], "bogomip": [9, 13, 14, 44, 49], "boil": 108, "bom": [9, 14, 15], "bonu": 97, "book": [18, 31, 37], "bool": 61, "boost": 26, "booster": 111, "boot": [8, 9, 12, 14, 15, 17, 18, 27, 42, 43, 44, 52, 62, 63, 89, 90, 92, 93, 95, 96, 97, 107], "boot_partition_fil": 53, "bootabl": 52, "bootconsol": [13, 14, 49], "bootgen": 88, "bootload": [92, 107], "bootmod": [13, 14, 44], "bootstrap": 88, "born": 61, "borrow": [97, 108], "both": [1, 2, 13, 18, 26, 27, 33, 40, 47, 53, 56, 61, 66, 75, 89, 90, 100, 103, 105], "bother": 18, "bottom": [56, 61, 74, 79, 97, 108], "bounc": 49, "bound": [44, 61], "boundari": [26, 39], "box": [17, 47, 57, 64, 66, 70, 76, 77, 79, 85, 97, 103, 107, 108], "bpa10x": [9, 13, 14, 44], "bpf": [13, 14, 49], "bpiall": 49, "br_netfilt": [9, 44], "bradlei": 111, "brain": [49, 103], "branch": [3, 13, 14, 17, 18, 42, 44, 53, 57, 60, 68, 70], "brd": [9, 13, 14, 44, 49, 89], "breadboard": [22, 108, 110], "breadth": 45, "break": [5, 45, 61, 93, 97], "breakout": [18, 97, 107, 108, 112], "breakpoint": [9, 13, 14, 18, 44, 49, 57], "breakthrough": 111, "bresp": 49, "brew": [57, 65, 90], "brick": [18, 90, 105], "bridg": [9, 14, 44, 89, 107], "brief": [27, 86], "brigg": 18, "bring": [2, 13, 14, 18, 22, 44, 47, 49, 61, 84, 89, 111], "broad": [18, 77, 78, 79], "broadcast": [9, 13, 14, 44, 49, 89, 105], "broadcom": 9, "broaden": 61, "broadmarket": [77, 79], "brought": [9, 13, 14, 44, 49], "brows": [52, 65], "browsabl": 61, "browser": [18, 76, 79, 90], "browser_download_url": 90, "bsd": 53, "bsg": [9, 13, 14, 44], "bsp": [46, 47, 48, 68, 70], "bss": [9, 13, 14, 44, 49], "bst": [49, 66], "bswapsdi2": 43, "btrf": [9, 13, 14, 44], "btusb": [9, 13, 14, 44], "bu": [9, 13, 14, 27, 29, 30, 31, 32, 33, 34, 35, 37, 40, 44, 49, 54, 56, 61, 74, 79, 84, 90, 93, 100, 104], "buck": 111, "bucket_ord": [9, 13, 14, 44, 49], "buf": [5, 61, 100], "buffer": [5, 9, 13, 14, 27, 29, 30, 32, 35, 36, 39, 40, 42, 49, 52, 59, 64, 66, 78, 89, 100, 104], "buffer0": 29, "buffer_s": 66, "bufferi": 32, "buffers_count": 61, "bug": [61, 85, 86, 90, 93, 97], "buggi": [60, 97], "bui": 102, "build": [0, 2, 9, 13, 14, 17, 18, 22, 23, 42, 45, 46, 48, 49, 53, 54, 57, 61, 71, 81, 82, 85, 87, 89, 90, 91, 93, 95, 102, 108, 110], "build_library_linux64": 86, "build_library_win64": 86, "build_shared_lib": 65, "build_uboot": 14, "build_zynq_kernel_imag": 43, "build_zynqmp_kernel_imag": 43, "builder": 86, "buildroom": 101, "buildroot": [83, 92], "built": [1, 9, 13, 14, 15, 43, 44, 47, 48, 49, 56, 57, 60, 61, 65, 68, 70, 71, 74, 86, 90, 108, 110], "bulb": 110, "bulk": 84, "bullsey": [13, 14, 49], "bump": [83, 101, 112], "bumper": 97, "bunch": 18, "bundl": [90, 111], "burden": [61, 67], "burn": [15, 17, 108], "busi": 93, "buss": [9, 14, 44], "busybox": 88, "busybox_config_fil": 88, "button": [2, 18, 27, 49, 52, 54, 56, 57, 65, 74, 76, 77, 79, 89, 90, 94, 97], "bw": 26, "bypass": [27, 45, 59], "byte": [9, 13, 14, 26, 32, 43, 44, 49, 52, 53, 59, 61, 62, 64, 66, 89, 90, 93, 99], "bytes_count": 61, "bytes_numb": [64, 66], "bytes_us": 61, "c": [6, 9, 10, 13, 14, 15, 17, 18, 27, 44, 48, 49, 53, 56, 59, 60, 63, 64, 66, 68, 70, 74, 76, 77, 79, 84, 85, 86, 88, 89, 95, 96, 99, 100, 102, 104, 106, 108, 110], "c0": 26, "c6": 89, "c89": [53, 61], "c95ff6a": 60, "c989e52": 53, "c99": 61, "c9e9fcdff39b1940": 13, "c_balanc": 59, "c_char_p": 61, "c_n": 59, "c_p": 59, "ca": 108, "cabl": [6, 7, 9, 10, 11, 13, 14, 15, 18, 44, 49, 74, 77, 84, 89, 90, 94, 96, 97, 102, 103, 107, 110, 111], "cach": [9, 13, 14, 44, 49, 53, 61, 89, 96], "cache_id": 49, "cacheinfo": [13, 44], "cadenc": [9, 13, 14, 44, 97], "cal": [26, 54, 59, 63], "calcul": [9, 13, 14, 23, 26, 27, 44, 49, 74, 76, 79, 108], "calib": 63, "calib_mod": 59, "calib_mode_avail": 59, "calibbia": 59, "calibphas": 59, "calibr": [9, 13, 14, 15, 42, 44, 49, 56, 62, 64, 66, 90, 105, 106], "calibrate_frm_en": 27, "calibrate_rx_phase_correction_en": 27, "calibrate_rx_qec_en": 27, "calibrate_tx_lol_en": 27, "calibrate_tx_lol_ext_en": 27, "calibrate_tx_qec_en": 27, "calibrateadc": [63, 64], "calibratedac": 63, "calibratefromcontext": 63, "calibration_switch_control": 59, "calibscal": 59, "call": [0, 2, 9, 13, 14, 18, 31, 32, 35, 40, 49, 53, 61, 62, 63, 64, 65, 67, 83, 84, 86, 89, 90, 96, 101, 104, 105, 111, 112], "callabl": 61, "callback": 61, "callingconvent": 61, "came": [7, 11], "camera": 18, "can": [0, 1, 2, 5, 6, 9, 10, 13, 14, 15, 18, 22, 23, 26, 27, 29, 30, 31, 32, 33, 34, 35, 40, 43, 44, 45, 46, 47, 48, 49, 52, 53, 54, 56, 57, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 70, 71, 74, 75, 76, 77, 78, 79, 82, 83, 84, 85, 86, 87, 88, 89, 92, 93, 94, 95, 96, 97, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 110, 111, 112], "can_h": 74, "can_l": 74, "cancel": 100, "cannot": [27, 44, 53, 57, 61, 66, 89], "capabl": [6, 9, 10, 13, 14, 27, 31, 38, 45, 49, 52, 59, 61, 62, 74, 78, 82, 84, 90, 95, 102, 105, 108], "capac": [9, 14, 44, 52, 61, 74, 75, 108], "capacit": [31, 97, 110], "capacitor": 110, "capitan": 103, "caption": [0, 2], "captur": [9, 13, 14, 18, 22, 23, 31, 32, 35, 39, 44, 45, 49, 59, 61, 66, 79, 84, 100, 102, 104], "car": [18, 108], "card": [4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 17, 22, 23, 25, 42, 44, 47, 53, 68, 70, 89, 97], "cardg": 18, "care": [9, 13, 14, 18, 27, 33, 36, 49, 52, 67, 99], "carefulli": [0, 108, 110], "carri": 108, "carrier": [7, 9, 11, 13, 14, 43, 53, 68, 70, 89, 112], "carrig": 53, "case": [3, 5, 15, 17, 18, 23, 27, 31, 32, 33, 34, 43, 45, 47, 49, 53, 57, 59, 60, 61, 62, 66, 74, 89, 90, 93, 96, 98, 99, 100, 102, 108, 110, 111], "cat": [27, 29, 30, 33, 35, 61, 62, 88, 89], "catastroph": 110, "categori": [22, 31, 84, 85], "caus": [18, 26, 27, 36, 47, 53, 56, 61, 83, 88, 90, 96, 97, 101, 108, 110, 112], "cbc12780": 93, "cbc13600": 93, "cbc4e9c0": 93, "cbc4e9e4": 93, "cbcaa480": 93, "cc": [43, 53], "cc35e000": 93, "cc35e9e4": 93, "ccach": 88, "ccc": [9, 14, 44], "cci_400_r1": [9, 44], "cci_500": 13, "cd": [0, 2, 18, 23, 27, 29, 30, 33, 43, 49, 54, 57, 60, 65, 68, 70, 88, 90, 96], "cdata": 61, "cdc": [31, 89, 90], "cdc_acm": 89, "cdc_ether": [9, 13, 14, 44, 49, 89], "cdc_ncm": [9, 13, 14, 44, 49], "cdc_subset": [9, 13, 14, 44, 49], "cdecl": 61, "cdk_cstring2": 53, "cdll": 61, "cdn": [9, 13, 14, 44], "cdns0": 14, "ce": [13, 14, 97], "cell": [10, 27, 48, 49, 74, 75, 76, 78, 79], "cellpack": 78, "cellpackbm": [17, 73, 79, 80], "cellular": 10, "center": [26, 79, 108, 111], "centerfrequ": 67, "central": [61, 79], "centric": 111, "cert": [13, 14], "certain": [27, 47, 53, 56, 60, 61, 70, 97, 108, 111], "certainli": [61, 108], "certif": [13, 14, 90], "certifi": 97, "cest": [9, 59, 88, 89], "cet": 89, "ceva": [9, 14, 44], "cf": [27, 33, 44, 59, 89, 104], "cf_axi_adc": [9, 13, 14, 27, 44, 49], "cf_axi_adc_cor": 27, "cf_axi_adc_ring_stream": 27, "cf_axi_dd": [9, 13, 14, 27, 44], "cf_axi_dds_dd": [9, 13, 14, 44], "cfg": [26, 53, 90, 93], "cfg80211": [13, 14], "cfq": [9, 44], "cgroup": [13, 14, 49], "ch": [99, 100], "ch0": 59, "ch1": 59, "ch_mode_dac": 64, "chain": [6, 10, 26, 27, 61, 74, 78, 100], "chair": [83, 101, 112], "chairman": 111, "challeng": 22, "chanc": 112, "chang": [0, 1, 2, 6, 10, 13, 18, 26, 33, 36, 42, 44, 45, 46, 48, 49, 54, 56, 57, 59, 61, 62, 63, 76, 79, 82, 84, 89, 90, 95, 96, 97, 100, 102], "changing_the_root_password_on_the_target": 87, "changing_the_usb_ethernet_compatibility_mod": 87, "channel": [5, 10, 14, 18, 26, 31, 39, 40, 42, 48, 49, 55, 56, 64, 66, 70, 74, 77, 78, 84, 86, 96, 97, 102, 104, 110, 111], "channel_1": 66, "channel_1_and_channel_2": 66, "channel_1_or_channel_2": 66, "channel_1_xor_channel_2": 66, "channel_2": 66, "channel_mod": 64, "channelcount": 67, "char": [5, 61, 100, 104], "charact": [36, 49, 61, 79, 89, 94, 104], "character": [18, 57, 105], "characterist": [27, 34, 53, 57, 61, 70], "charg": [6, 9, 10, 13, 14, 61, 74, 75, 76, 78, 84, 102, 110], "charger": [18, 74, 108], "charset": 89, "chart": 79, "cheap": 94, "check": [5, 13, 14, 15, 18, 26, 27, 33, 40, 49, 52, 53, 56, 57, 59, 60, 61, 64, 65, 66, 67, 74, 76, 77, 79, 83, 84, 85, 87, 88, 97, 100, 101, 102, 103, 104, 105, 112], "checkbox": [76, 79], "checkerboard": 27, "checkout": [2, 42, 57], "checksum": [9, 13, 14, 44, 49, 90], "chevron": 79, "chibio": 22, "chief": 111, "chip": [6, 9, 10, 13, 14, 15, 18, 27, 31, 34, 43, 44, 64, 65, 74, 79, 97, 107], "chip_select": 64, "chk": 43, "chmod": 43, "chn": 61, "choic": [18, 61], "choke": 97, "choos": [15, 22, 23, 43, 47, 56, 57, 65, 70, 77, 79, 111], "chose": 32, "chrdev": [31, 36], "chronolog": 79, "chunk": [61, 62, 108], "ci": [3, 17, 53, 68, 70], "circuit": [4, 15, 17, 18, 84, 87, 97, 108, 110, 111], "circuitri": [6, 9, 10, 13, 14, 27, 74, 84, 102, 108, 110], "circular": 31, "circumst": [31, 108], "cisco": 94, "citi": 89, "citter": 100, "ck1z": [77, 78], "cklqzvnjykxi9t7tj1g": 44, "cl": [13, 14, 49], "clad": 108, "claim": 90, "clariti": 97, "clarkson": 111, "class": [9, 14, 15, 18, 22, 23, 44, 47, 49, 67, 74, 86, 90, 96, 111], "classroom": [83, 85, 86, 101, 102, 108, 111], "clean": [0, 13, 14, 39, 49, 52, 53, 60], "cleanup": [13, 14, 49, 86], "clear": [18, 26, 27, 49, 61, 79, 86, 90], "clearli": 108, "cleverli": 61, "cli": [15, 74], "clib": 86, "clibgen": 86, "click": [0, 2, 13, 18, 43, 52, 56, 57, 65, 74, 76, 77, 78, 79, 89, 90, 105, 108], "client": [13, 14, 18, 49, 53, 57, 60], "clip": [27, 74, 77, 90, 97, 110], "clk": [13, 14, 26, 59, 66, 97], "clk_ignore_unus": [13, 14], "clk_sync_stage1": [13, 14], "clk_sync_stage2": [13, 14], "clk_sync_stage3": [13, 14], "clkmgr": 49, "clkpll": 26, "clo": [9, 14, 44], "clock": [4, 6, 9, 10, 13, 14, 15, 17, 18, 22, 27, 31, 38, 44, 48, 49, 64, 70, 79, 97, 100], "clock_khz": 26, "clocks_en": [13, 14], "clocksourc": [9, 13, 14, 44, 49], "clockwis": 74, "clone": [2, 18, 22, 23, 43, 57, 60, 65, 68, 70], "close": [7, 11, 18, 57, 61, 66, 79, 85, 89, 97, 102, 105, 108, 112], "cloud": 2, "cluster": 52, "cm": [15, 59], "cma": [9, 13, 14, 44, 49], "cmake": [53, 57, 60, 64, 65, 66, 71], "cmake_configuration_typ": 65, "cmakelist": 65, "cmdline": 18, "cmo": [26, 43, 84], "cn0363": 43, "cnt": [26, 59], "cntrl": 89, "co": 5, "code": [0, 1, 2, 6, 9, 10, 13, 14, 15, 17, 18, 22, 23, 26, 31, 42, 43, 44, 49, 53, 65, 67, 70, 79, 86, 88, 89, 92, 96, 100, 104, 106], "codec": [9, 44], "codepag": 89, "codespac": [3, 17], "coe": 49, "coeffici": [15, 27, 74, 110], "coffe": 52, "cofound": 111, "cog": [4, 17], "coher": 49, "cold": 110, "coldplug": [13, 14, 49], "collect": [18, 22, 23, 70, 79], "colleg": 103, "collis": 89, "color": [13, 31, 57, 76], "colorimet": 17, "colour": [9, 13, 14, 44, 49], "columbia": 89, "column": [27, 77, 108], "com": [0, 2, 9, 13, 14, 15, 18, 20, 22, 23, 43, 47, 52, 53, 57, 60, 65, 68, 70, 76, 77, 79, 87, 89, 90, 92, 93, 96, 97, 104, 105, 108, 110, 111], "com15": 89, "com4": 15, "com8": 15, "combin": [27, 39, 53, 56, 66, 68, 70, 79, 84, 98, 102], "combo": 61, "come": [5, 14, 15, 49, 56, 61, 65, 74, 77, 78, 79, 82, 89, 90, 97, 108], "comma": [5, 66], "command": [4, 9, 13, 14, 17, 18, 26, 27, 33, 43, 44, 48, 49, 53, 57, 60, 65, 71, 77, 79, 84, 86, 88, 93, 96, 103, 108], "comment": [1, 17, 18, 86, 88, 108], "commerci": 61, "commit": 2, "committ": 2, "committe": 111, "common": [2, 9, 13, 17, 18, 27, 42, 47, 49, 52, 53, 57, 64, 65, 67, 81, 86, 87, 90, 103, 108], "commonli": 79, "commun": [13, 14, 15, 18, 49, 66, 68, 70, 74, 75, 76, 78, 83, 89, 101, 102, 103, 104, 107, 111, 112], "compact": [15, 108], "compani": [49, 61, 76, 79, 111], "companion": [22, 23, 108], "compar": [2, 15, 40, 97, 105, 108], "comparison": [18, 61], "compat": [4, 9, 13, 14, 15, 17, 18, 27, 48, 49, 53, 57, 61, 63, 70, 78, 79, 86, 89, 97, 103], "compenst": 5, "compil": [9, 13, 14, 18, 22, 27, 42, 44, 49, 52, 53, 57, 59, 61, 64, 65, 70, 82, 83, 84, 86, 88, 89, 95, 101, 102, 103], "complement": 39, "complet": [2, 5, 6, 9, 10, 13, 14, 15, 17, 23, 27, 31, 44, 49, 52, 53, 54, 60, 61, 70, 74, 78, 79, 82, 88, 90, 95, 102, 108], "complex": [5, 15, 18, 31, 61, 71, 108, 112], "compli": 61, "compliant": [61, 74], "complic": 18, "compon": [17, 18, 43, 47, 53, 61, 65, 66, 68, 70, 75, 77, 86, 90, 92, 97, 108, 110, 111], "compos": [60, 61, 66], "composit": 89, "compound": 108, "compress": [0, 18, 43, 44, 52, 53, 88, 97], "comput": [15, 18, 22, 23, 49, 53, 63, 76, 78, 84, 89, 90, 102, 103, 108, 111], "con": [13, 14], "concaten": 0, "concentr": 61, "concept": [22, 23, 90, 108, 111], "conceptu": 18, "concern": [100, 110], "concis": [43, 61, 71, 74, 78], "conclus": 17, "concret": [48, 61], "conda": 65, "condit": [13, 14, 15, 27, 49, 60, 66, 90], "condition": 108, "conductor": 108, "conduit": [9, 13, 14, 44], "conf": [43, 44, 46, 47, 48, 49, 60], "config": [2, 15, 18, 22, 26, 27, 43, 47, 49, 53, 54, 88, 94, 97, 102], "config_extra_firmwar": 27, "config_firmware_in_kernel": 27, "config_spi": 27, "config_usb_chipidea": 60, "config_usb_chipidea_udc": 60, "config_usb_configf": 60, "config_usb_configfs_f_f": 60, "config_usb_gadget": 60, "config_usb_gadget_xilinx": 60, "configf": [13, 14, 49, 93], "configur": [2, 4, 5, 6, 9, 10, 13, 14, 17, 18, 26, 29, 30, 40, 42, 44, 46, 47, 48, 53, 56, 57, 60, 62, 64, 65, 66, 70, 71, 74, 75, 76, 87, 90, 96, 99, 100, 102, 103, 106, 110], "configurechanbuff": 70, "confirm": [48, 79], "conflict": [0, 45, 47], "conform": 15, "confugur": 15, "confus": [0, 22], "conjunct": [39, 76, 77], "connect": [4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 17, 23, 31, 35, 44, 49, 53, 57, 59, 60, 61, 63, 66, 70, 75, 76, 77, 78, 84, 88, 89, 90, 94, 95, 97, 99, 100, 102, 103, 104, 105, 107, 108, 110], "connectedg": 18, "connectedtodevic": 67, "connector": [4, 8, 9, 12, 49, 74, 75, 77, 78, 90, 103, 105, 107], "conner": 111, "consecut": 26, "consequ": [61, 110], "consid": [14, 15, 22, 23, 49, 61, 63, 100, 108, 110], "consider": [4, 18, 27, 31], "consist": [5, 18, 27, 34, 40, 52, 61, 70, 78, 110], "consol": [8, 12, 18, 44, 49, 77, 82, 89, 90, 93, 107], "const": [61, 100, 104], "constant": [26, 27, 34, 61, 65, 84, 102], "constantli": [89, 90, 94], "constel": 57, "constrain": 94, "construct": [86, 108, 110], "consult": [15, 54, 61], "consum": [31, 35, 62, 77, 97], "consumpt": [15, 27], "conta": 88, "contact": 108, "contain": [2, 15, 17, 18, 27, 30, 32, 49, 61, 63, 64, 65, 68, 70, 76, 79, 85, 86, 102], "content": [3, 13, 14, 22, 23, 40, 45, 46, 48, 61, 78, 84, 86, 102, 108, 111], "context": [0, 13, 14, 15, 18, 22, 49, 60, 63, 64, 65, 66, 70, 79, 85, 86, 89, 90, 99, 100, 104], "contextbuild": [64, 86], "contextbuilderdefinit": 86, "contextclos": [63, 64], "contextcloseal": 86, "contextu": 0, "contigu": 39, "continu": [2, 13, 27, 44, 53, 56, 57, 60, 61, 66, 77, 79, 89, 90, 110], "contrast": [22, 54], "contribut": [1, 2], "control": [0, 4, 6, 9, 10, 13, 14, 15, 17, 18, 31, 33, 35, 36, 39, 42, 44, 46, 47, 49, 54, 59, 62, 65, 66, 67, 68, 74, 75, 77, 78, 79, 85, 86, 89, 95, 98, 99, 102, 103, 106, 108, 110], "conveni": [18, 68, 70, 79, 110], "convenientg": 18, "convent": [13, 14, 27, 33, 70], "convers": [27, 108], "convert": [2, 4, 13, 17, 22, 23, 26, 27, 31, 35, 43, 53, 61, 69, 104, 111], "cool": [18, 108, 110], "cope": 61, "copi": [0, 3, 9, 13, 14, 17, 18, 42, 44, 46, 47, 49, 52, 53, 60, 61, 63, 65, 88, 89, 90, 93, 97, 107], "copper": 108, "copyright": [9, 13, 14, 44, 49, 89, 90, 93], "cora": [18, 43], "coraz7": 43, "core": [2, 9, 13, 14, 27, 33, 44, 47, 49, 57, 59, 70, 89, 97, 111], "corefpga": 27, "corner": [26, 27, 52, 108], "correct": [15, 18, 27, 46, 47, 49, 52, 61, 65, 74, 77, 88, 94], "correctli": [52, 61, 65, 77], "correl": [22, 23, 57, 65], "correspond": [18, 26, 27, 34, 36, 49, 54, 56, 57, 60, 61, 65, 66, 79], "corrupt": [9, 13, 14, 18, 44, 49, 52, 90], "cortex": [49, 78], "cosin": 5, "cost": [15, 18, 84, 97, 103, 108], "costli": 18, "couch": 108, "could": [9, 13, 14, 18, 22, 49, 52, 61, 67, 70, 79, 89, 102, 104, 105, 108, 110], "couldn": [9, 44], "coulomb": 74, "count": [18, 26, 53, 57, 59, 61, 74, 78], "counter": [9, 14, 26, 27, 44, 49, 59, 61], "counter_u": 26, "counterclockwis": 74, "counterpart": 61, "countri": [76, 79], "coupl": [18, 61, 84], "cours": [18, 61, 88, 111], "cout": 64, "cover": [18, 20, 22, 23, 27, 47, 52, 61, 70, 79, 100, 111], "cp": [0, 43, 49, 88, 90], "cp15": [9, 13, 14, 44], "cp15_barrier": 14, "cp2103": 107, "cp310": 65, "cpin": [74, 78], "cpio": 88, "cpll": [9, 14], "cpp": 64, "cpu": [9, 13, 14, 31, 44, 49, 61], "cpu0": [9, 13, 14, 44, 49], "cpu1": [9, 13, 14, 44, 49], "cpu2": [9, 14, 44], "cpu3": [9, 14, 44], "cpufreq": [13, 44], "cpufreq_onlin": [13, 44], "cpuidl": [9, 13, 14, 44], "cpython": 65, "cr": 49, "craig": 18, "crash": [27, 61], "crc": [14, 44], "crc32": [13, 14, 90], "crc32c": [9, 14, 44], "creat": [1, 2, 3, 5, 9, 13, 14, 15, 17, 27, 30, 35, 43, 44, 46, 48, 49, 52, 53, 56, 57, 59, 60, 62, 63, 64, 65, 66, 68, 71, 76, 78, 79, 82, 85, 86, 87, 88, 95, 96, 99, 100, 104, 111], "create_fsbl_project": 88, "creation": [15, 57, 70, 77, 79], "credenti": [76, 79], "criterion": 110, "critic": [22, 23, 52, 110], "crng": [9, 13, 14], "crng_init": 49, "cross": [15, 18, 36, 42, 53, 57, 61, 66, 104, 112], "cross_compil": [43, 88], "crossbar": [26, 48], "crtc": 44, "crucial": 79, "crunch": 18, "crw": 89, "crystal": [97, 110], "cs0": 18, "cs1": 48, "cs_polar": 64, "cse": [52, 53], "csv": [57, 66, 79], "ctrl": [26, 27, 49, 59, 63, 89], "ctx": [61, 63, 99, 100, 104], "ctype": 61, "cup": [13, 14, 49], "curios": 18, "curl": 53, "current": [4, 7, 9, 11, 13, 14, 15, 17, 18, 22, 24, 26, 31, 35, 42, 44, 49, 52, 53, 56, 61, 63, 68, 70, 71, 74, 75, 76, 77, 78, 79, 85, 89, 90, 94, 97, 99, 100, 108, 110, 112], "current0": 59, "current_trigg": 35, "curriculum": 111, "cursor": 57, "curv": [18, 22, 102, 108], "custom": [6, 10, 14, 18, 22, 42, 43, 44, 45, 48, 54, 56, 61, 68, 70, 78, 79, 82, 84, 87, 89, 90, 95, 102, 106, 111], "customiz": 27, "cut": [88, 90], "cw": 27, "cw_fullscale_f20": 5, "cw_halfscale_f20": 5, "cx": 78, "cxx": 65, "cycl": [13, 26, 70, 79, 88, 90], "cyclic": [59, 66], "cyclone5": 49, "cygwin": [68, 70], "cylindr": 97, "d": [5, 13, 14, 15, 44, 46, 47, 49, 53, 56, 57, 59, 64, 65, 74, 88, 89, 93, 96, 100, 108, 110], "d0": 14, "d021": 14, "d06": 9, "d1": [14, 110], "d2": [14, 110], "d24308": 49, "d28696": 13, "d3": 86, "d30440": 9, "d31": 77, "d31000": 14, "d31336": 44, "d3hot": 14, "d6": 89, "d8": 89, "d804": 89, "d90": 18, "dac": [5, 6, 10, 17, 18, 21, 31, 42, 48, 59, 63, 64, 66, 70, 82, 84, 85, 95, 99], "dac0": 27, "dac1": [27, 59], "dac10": 27, "dac11": 27, "dac2": [27, 59], "dac3": 27, "dac3d": 26, "dac4": 27, "dac5": 27, "dac6": 27, "dac7": 27, "dac8": 27, "dac9": 27, "dac_frequ": 48, "dac_gain1": 63, "dac_gain2": 63, "dac_offset1": 63, "dac_offset2": 63, "daemon": [2, 9, 13, 14, 15, 44, 49, 60, 93, 96], "dai": [9, 18, 44, 83, 101, 112], "daili": [13, 14, 49], "daisi": [74, 78], "daisychain": 79, "damag": [6, 9, 10, 13, 14, 74, 77, 84, 102, 110], "dan": [31, 37, 104], "danger": 108, "daplink": [15, 74, 76, 77], "daq2": 70, "darwin": 65, "dash": [57, 79], "dat": 59, "data": [2, 5, 6, 9, 13, 14, 15, 18, 22, 23, 26, 27, 29, 31, 32, 35, 36, 39, 43, 44, 49, 52, 54, 56, 59, 60, 62, 64, 66, 68, 71, 74, 76, 77, 82, 84, 86, 90, 95, 103], "data_avail": [32, 59], "data_rdi": 15, "data_read": 64, "data_writ": 64, "databas": [13, 14, 61, 79, 89], "databit": 66, "datasheet": [6, 10, 105, 108], "datawrit": 64, "date": [2, 9, 13, 14, 43, 47, 53, 60, 61, 90], "daughter": 78, "daunt": 18, "db": [13, 14, 27, 49, 56, 59, 79, 99, 105], "dbu": 44, "dbuff": 49, "dbus_en": 60, "dc": [23, 26, 27, 59, 74, 84, 97, 110], "dc2472a": [74, 77, 79], "dcmake_toolchain_fil": 60, "dcxo_tune_coars": 59, "dcxo_tune_coarse_avail": 59, "dcxo_tune_fin": 59, "dcxo_tune_fine_avail": 59, "dd": [4, 5, 9, 13, 14, 17, 31, 33, 42, 44, 49, 52, 53, 59, 89, 96, 99, 108], "ddc": 26, "ddpak": 108, "ddr3l": 97, "ddr50": 9, "ddrcal": 49, "de": [6, 10, 26, 44, 49, 100], "de10": 18, "deactiv": [9, 13, 14, 44, 79], "dead": 97, "deadlin": [9, 13, 14, 44, 49], "deal": [18, 22, 23, 106, 108], "deassert": 49, "deb": [65, 89], "deb11u1": 53, "deb11u2": 14, "deb11u5": 13, "debian": [13, 14, 18, 49, 57, 89, 103], "debug": [4, 13, 14, 33, 42, 49, 54, 56, 59, 61, 74, 93, 96, 100, 107], "debugf": [33, 42, 54], "debugg": 77, "dec": [13, 26, 27, 59, 89], "dec4": 26, "dec5": 26, "decai": 110, "decid": [61, 90, 111], "decim": [5, 26, 27, 59, 82, 94], "decis": [61, 94], "deck": 17, "declar": [29, 61], "decod": [6, 10, 65, 66], "decompil": 48, "decompress": 52, "decr": 26, "decreas": [26, 99, 108], "decrement": [26, 27], "decstep": 27, "dedic": [10, 27, 49, 65, 68, 70, 71], "deep": [18, 49, 61], "deeper": [18, 84, 101, 102], "def": 61, "default": [2, 5, 6, 9, 10, 13, 14, 18, 26, 27, 32, 43, 44, 47, 49, 53, 57, 59, 60, 62, 63, 64, 65, 66, 67, 68, 70, 74, 76, 77, 79, 82, 89, 95, 96, 99, 100, 102, 103, 108], "defconfig": 88, "defer": 9, "defgroup": 86, "defin": [2, 4, 9, 14, 27, 31, 37, 44, 47, 56, 61, 68, 70, 77, 89, 94, 97, 102, 106, 108, 111], "definedmacro": 86, "definelibm2k": 86, "definelibm2k_linux64": 86, "definelibm2k_win64": 86, "defineoutput": 86, "definit": [8, 12, 70, 76, 86, 108], "defram": 27, "degrad": [6, 9, 10, 13, 14, 74, 84, 102, 110], "degre": [56, 102, 108], "delai": [9, 13, 14, 22, 26, 32, 44, 49, 59, 64, 70, 100], "delet": [13, 14, 45, 46, 47, 48, 49, 79, 86], "delimit": 5, "deliv": [22, 23, 27, 74, 75, 108], "dell": 9, "delta": [27, 53], "demand": [10, 27], "demo": [4, 70], "demodul": 57, "demonstr": [23, 57, 100, 106], "demultiplex": 61, "denable_csharp": 65, "denable_exampl": 65, "denable_log": 65, "denable_python": 65, "denable_tool": [64, 65, 66], "deni": 59, "densiti": 15, "dentri": [9, 13, 14, 44, 49], "depart": [49, 52, 111], "depend": [7, 9, 11, 13, 14, 15, 18, 27, 29, 31, 34, 39, 40, 49, 52, 53, 57, 60, 61, 62, 63, 74, 84, 86, 88, 89, 102, 103, 110, 111], "depfil": 53, "depict": 75, "deploi": [2, 47, 90, 111], "depopul": 75, "deprec": [0, 4, 13, 14, 49, 60], "depth": [2, 43], "dequeu": 61, "deregist": 44, "deriv": [36, 70, 100], "desc": 64, "describ": [6, 9, 10, 13, 14, 26, 27, 31, 36, 43, 46, 48, 49, 52, 60, 66, 70, 74, 77, 84, 88, 89, 90, 102, 105, 108, 110, 111], "descript": [26, 31, 35, 38, 39, 42, 44, 45, 49, 59, 60, 70, 74, 86, 87, 108, 111, 112], "descriptor": [49, 61, 64], "deseri": 26, "deserializerlanecrossbar": 26, "deserv": [0, 61], "design": [5, 6, 10, 15, 17, 18, 27, 45, 48, 49, 53, 56, 57, 61, 62, 68, 70, 75, 76, 79, 82, 83, 88, 93, 95, 97, 100, 101, 107, 108, 111, 112], "designwar": 49, "desir": [26, 27, 31, 46, 48, 56, 57, 61, 62, 70, 77, 79, 99, 110], "desktop": [18, 43, 49, 57, 77, 89, 112], "dest": [27, 59], "destroi": [61, 85], "detach": 57, "detail": [8, 12, 13, 14, 15, 18, 27, 47, 49, 54, 57, 60, 65, 66, 68, 70, 71, 77, 79, 82, 84, 87, 95, 101, 108, 112], "detaileddescript": 86, "detect": [6, 9, 10, 13, 14, 15, 26, 27, 31, 44, 49, 53, 57, 59, 61, 65, 66, 74, 76, 84, 89, 90, 93, 96, 102, 110], "detector": [26, 31, 36], "determin": [5, 26, 27, 34, 78, 79], "determinist": 26, "dev": [9, 13, 14, 15, 18, 27, 43, 44, 49, 52, 53, 57, 59, 60, 61, 65, 66, 88, 89, 90, 95, 96, 99, 100, 104], "dev_clk": 9, "devcontain": 2, "devel": [60, 88, 92], "develop": [4, 7, 8, 11, 12, 14, 15, 17, 18, 23, 42, 47, 49, 57, 59, 60, 61, 70, 71, 83, 84, 85, 87, 88, 93, 98, 101, 103, 110, 111, 112], "devic": [4, 6, 7, 9, 10, 11, 13, 14, 17, 23, 30, 31, 32, 33, 34, 35, 36, 37, 39, 40, 42, 43, 49, 52, 54, 55, 57, 62, 63, 64, 66, 68, 69, 74, 76, 77, 78, 79, 81, 82, 83, 84, 85, 86, 87, 88, 94, 95, 96, 97, 98, 99, 101, 102, 104, 106, 108, 110, 111, 112], "device0": [9, 13, 14, 27, 29, 30, 33, 49, 59, 61, 89], "device1": [9, 13, 14, 27, 29, 30, 33, 59, 89], "device2": [9, 13, 14, 27, 33, 59, 89], "device3": [9, 13, 14, 27, 33, 54, 59, 89], "device4": [9, 13, 14, 27, 33, 59, 89], "device5": [9, 27, 33], "device6": [9, 27, 33], "device_id": 64, "device_init": [13, 14], "device_reboot": [90, 93], "device_tree_nam": 43, "deviceptr": 61, "devicesno": 79, "devicetre": [6, 9, 10, 13, 14, 17, 26, 27, 42, 47, 49, 53, 54, 70], "devicetree_fil": 43, "devicex": [27, 32, 33, 34, 35, 40, 61], "devnum": [90, 93], "devroom": [6, 10], "devtmpf": [9, 13, 14, 44, 49, 93], "df": 13, "df624600": 93, "dfsg": 53, "dfu": [82, 95], "dfu_sf": 90, "dfu_upd": 89, "dfuidl": 90, "dfumanifest": 90, "dgnd": 15, "dhcp": [13, 14, 18, 49], "dhcpd": 93, "di": 26, "diagnosi": 75, "diagnost": 78, "diagram": [4, 18, 22, 74, 75, 77, 78, 84, 108], "dial": 110, "dialog": [57, 61], "dialout": 89, "dictat": 27, "did": [52, 57, 61, 88, 101], "didn": [18, 57, 61, 90], "die": [108, 110], "diff": 88, "differ": [15, 18, 22, 26, 27, 32, 40, 43, 47, 53, 54, 55, 56, 57, 59, 60, 61, 63, 70, 71, 76, 82, 84, 89, 93, 95, 96, 97, 100, 102, 103, 104, 108, 110, 111, 112], "differenti": [0, 40, 61, 79, 84], "difficult": [45, 61, 99, 103, 108, 111], "dig": [18, 26, 27, 59, 101, 102], "diggain": 27, "digikei": 107, "digil": [15, 18], "digit": [4, 9, 10, 13, 14, 15, 17, 18, 23, 26, 27, 31, 44, 54, 56, 57, 59, 61, 70, 77, 84, 85, 87, 95, 97, 104, 111], "digital_and_analog": 66, "digital_or_analog": 66, "digital_tun": 59, "digital_xor_analog": 66, "digkei": 97, "dimens": 15, "dio_0": [64, 66], "dio_1": [64, 66], "dio_2": 64, "dio_3": 64, "diod": [108, 110], "dir": [0, 43], "direct": [4, 13, 14, 17, 18, 26, 27, 31, 33, 40, 48, 52, 53, 56, 61, 67, 71, 76, 79, 89, 108], "direct_reg_access": [33, 42, 59], "directli": [0, 4, 18, 22, 23, 27, 33, 45, 47, 54, 61, 70, 74, 82, 83, 84, 86, 90, 94, 95, 97, 101, 102, 103, 108, 112], "director": 111, "directori": [0, 2, 5, 9, 13, 14, 15, 18, 23, 27, 32, 33, 34, 43, 47, 49, 53, 57, 60, 61, 76, 77, 79, 89, 90, 96], "dirti": [9, 14, 49, 89], "disabl": [9, 13, 14, 26, 27, 32, 39, 44, 49, 57, 59, 61, 62, 65, 66, 93, 99, 100, 108], "disappear": [18, 74, 97], "disc": 52, "discard": [13, 14, 49], "discharg": [6, 9, 10, 13, 14, 74, 75, 76, 84, 102, 110], "disconnect": [44, 61, 63, 79, 90], "discontinu": 59, "discov": [44, 61], "discoveri": 57, "discret": [18, 62], "discuss": [8, 12, 83, 100, 101, 103, 108, 112], "disk": [9, 13, 14, 18, 44, 49, 52, 89, 92], "disk1s1": 89, "disp": 86, "displai": [9, 13, 14, 15, 18, 44, 49, 52, 56, 57, 61, 66, 75, 77, 79, 108], "displayg": 18, "displayport": [7, 9, 11, 42, 44], "disrupt": 27, "dissip": [77, 108, 110], "distanc": 105, "distcc": 9, "distccd": 9, "distinct": [59, 61], "distort": [22, 23, 110], "distribut": [4, 8, 12, 14, 17, 18, 27, 47, 49, 52, 57, 66, 83, 88, 89, 101, 111, 112], "distributor": 18, "distro": 43, "div": [26, 49], "dive": [18, 52], "diver": 56, "divers": 63, "divid": [9, 26, 27, 44, 48, 56, 79, 108, 111], "divis": [15, 59, 100], "dlfcn": 53, "dll": [61, 65, 85], "dllimport": 61, "dlltool": 53, "dlw21hn900sq2l": 97, "dlw5bsm801tq2l": 97, "dma": [6, 9, 10, 13, 14, 31, 32, 44, 49, 56, 61, 70, 95], "dma32": [13, 14], "dma_length_width": 62, "dmac": [6, 10, 49, 62, 82, 95], "dmask": 89, "dmi": 13, "dmm": [4, 18, 65], "dn": [13, 14, 49, 53, 57], "dnf": 60, "dns_resolv": [9, 13, 14, 44, 49], "do": [2, 7, 8, 9, 11, 12, 13, 14, 15, 17, 18, 19, 22, 36, 40, 43, 44, 49, 52, 53, 57, 59, 60, 61, 63, 67, 74, 77, 78, 82, 83, 84, 86, 88, 89, 90, 93, 95, 96, 98, 99, 100, 101, 102, 103, 104, 105, 107, 108, 110, 112], "do_configur": 45, "do_iq": 5, "doc": [0, 1, 2, 14, 17, 47, 49, 53, 60, 68, 70, 71, 86, 96, 108], "docdir": 53, "doctyp": 61, "document": [2, 3, 6, 9, 10, 15, 22, 25, 27, 31, 33, 34, 37, 44, 53, 56, 57, 64, 66, 67, 74, 78, 79, 83, 85, 86, 89, 98, 100, 101, 102, 104, 111, 112], "doe": [7, 11, 13, 14, 17, 18, 23, 27, 43, 47, 49, 53, 56, 57, 60, 61, 63, 64, 65, 66, 67, 79, 85, 86, 89, 97, 105, 107, 108, 110], "doesn": [18, 22, 36, 49, 61, 89, 90, 97, 99, 108], "dokuwiki": [3, 17], "dollar": 97, "domain": [13, 14, 23, 57, 59, 110, 112], "domin": 22, "don": [0, 2, 9, 13, 14, 18, 26, 27, 46, 49, 52, 54, 57, 59, 61, 70, 83, 84, 86, 89, 90, 97, 100, 101, 102, 103, 107, 108, 111, 112], "done": [9, 13, 14, 15, 18, 22, 27, 43, 44, 45, 49, 52, 53, 60, 61, 66, 67, 75, 86, 89, 90, 93, 97, 100, 105, 107], "dongl": [90, 103, 111], "dont": 89, "donut": 70, "dosfsck": 52, "dot": [53, 57], "dot_path": 53, "doubl": [5, 18, 26, 52, 66, 76, 77, 79, 86, 89, 90, 108], "doublecheck": 97, "doubt": 18, "down": [2, 9, 13, 14, 17, 18, 27, 42, 44, 45, 52, 70, 74, 76, 84, 90, 93, 96, 97, 99, 100, 102, 107, 108, 110], "download": [0, 2, 13, 14, 18, 23, 43, 49, 53, 57, 66, 71, 85, 86, 88, 111], "download_libad9361": 70, "doxygen": [53, 60], "dp": [4, 9, 13, 17, 44], "dp83867": [9, 44], "dp_snd_card": 9, "dp_snd_codec0": 9, "dp_snd_pcm0": 9, "dp_snd_pcm1": 9, "dp_sub": 9, "dpd": 27, "dpdma": [9, 44], "dphy": [13, 14, 49], "dpic": 53, "dpkg": [88, 89], "dpll_int": 44, "dpo": 89, "dquot": [9, 13, 14, 44], "dquot_6": [9, 13, 14, 44], "dr": 111, "drag": [15, 49, 74, 76, 77, 79], "drago": 14, "drain": 14, "dram": [9, 13, 14, 44, 49, 93], "draw": [17, 108], "drawback": 61, "drawn": 108, "drdy": 15, "drift": [15, 22, 23], "drive": [9, 15, 18, 25, 26, 31, 52, 60, 63, 74, 76, 77, 89, 90, 95, 97, 100], "driven": 108, "driver": [0, 4, 6, 9, 10, 13, 14, 17, 18, 22, 28, 33, 34, 40, 42, 43, 44, 45, 47, 48, 54, 56, 59, 60, 61, 62, 67, 70, 71, 74, 81, 82, 84, 86, 87, 90, 91, 94, 95, 96, 102, 104, 106], "drm": [9, 13, 14, 44, 49], "drop": [15, 49, 61, 62, 70, 74, 76, 77, 79, 89, 108, 110], "dropbear": [44, 93], "dropdown": [76, 77], "drown": 99, "drwxr": 27, "drwxrwxr": 88, "drwxrwxrwx": 27, "ds1307": 49, "ds2": 15, "dsdt": 14, "dsp": [4, 17, 70, 103], "dss": 99, "dst": 61, "dt": [9, 13, 14, 18, 27, 43, 44, 45, 46, 47, 48, 88], "dtb": [9, 13, 14, 43, 44, 48, 49, 53, 88], "dtc": [43, 48], "dtd": 61, "dtg": 45, "dtoverlai": [15, 18, 22, 49], "dtparam": 18, "dtsfile": 46, "dtsi": [27, 45, 46, 47], "dual": [27, 59, 61, 74, 75, 77, 78, 97], "due": [0, 56, 61, 86, 90, 97, 108], "dummi": [9, 13, 14, 15, 18, 44, 49, 93], "dump": [9, 14, 49, 57, 59, 61, 108], "duplex": [59, 100, 102], "duplic": [5, 45, 61], "duraclik": [77, 78], "durat": [26, 59, 70], "dure": [2, 15, 18, 26, 27, 30, 44, 45, 48, 52, 60, 61, 71, 77, 79, 90, 97, 100, 105], "dvip": 53, "dw": 49, "dw_mmc": 49, "dwc": 49, "dwc2": 49, "dwc2_hsotg": 49, "dwc3": [9, 44], "dwmac": 49, "dwmac1000": 49, "dwmmc0": 49, "dx_env": 53, "dx_flag_chi": 53, "dx_flag_chm": 53, "dx_flag_doc": 53, "dx_flag_dot": 53, "dx_flag_html": 53, "dx_flag_man": 53, "dx_flag_p": 53, "dx_flag_pdf": 53, "dx_flag_rtf": 53, "dx_flag_xml": 53, "dynam": [26, 27, 47, 49, 53, 88, 89, 108], "e": [27, 30, 31, 40, 53, 56, 57, 60, 61, 62, 78, 93], "e0": 89, "e0001000": 93, "e2": 110, "e2fsck": 52, "e2w": [74, 78], "e3631a": 77, "e3w": 74, "e5071c": 105, "e6": 44, "e624": 44, "each": [0, 5, 10, 13, 14, 18, 22, 23, 26, 27, 31, 33, 34, 43, 45, 49, 54, 57, 61, 64, 66, 70, 74, 75, 77, 79, 84, 97, 102, 103, 108, 111], "earli": [13, 14, 18, 49, 60, 61, 62, 90, 97, 102], "earlier": [77, 111], "earlycon": [13, 14], "earlycon0": 49, "earlyprintk": [9, 44, 49], "earth": [18, 108], "eas": [49, 59, 60, 61, 78, 90], "easi": [18, 45, 53, 60, 61, 66, 74, 77, 79, 88, 89, 90, 99, 100, 102, 103, 108, 110], "easier": [7, 11, 15, 18, 59, 61, 65, 78, 87, 89, 97, 107, 108], "easiest": [15, 18, 49, 65, 88, 90], "easili": [0, 2, 46, 70, 97, 106], "eb": 43, "ebm": 47, "ebook": 17, "ebtabl": [9, 44], "ebz": [43, 57, 61, 98, 111, 112], "ec": 111, "ecc": [9, 14, 93], "ecdsa": [89, 90], "echo": [27, 29, 30, 33, 35, 62, 88, 96], "ed": [26, 96, 97, 105], "edac": [9, 13, 14], "edg": [22, 27, 57, 66], "edit": [0, 2, 18, 22, 43, 45, 47, 49, 57, 83, 86, 88, 89, 96, 101, 103], "editor": [18, 49, 79], "edn": 110, "educ": 17, "ee": 111, "eeprom": [6, 9, 14, 44, 49], "eest": [49, 66], "eet": [13, 14], "effect": [13, 15, 26, 27, 45, 49, 54, 61, 79, 97, 108, 110], "effici": 27, "effort": 15, "efi": [9, 13, 14, 44], "egrep": 53, "ehci": [49, 89], "ehci_hcd": 49, "ei": 79, "einval": 61, "either": [2, 5, 7, 11, 15, 18, 22, 23, 26, 27, 36, 40, 47, 52, 56, 61, 65, 68, 70, 74, 77, 78, 83, 89, 90, 101, 103, 107, 108, 110, 111, 112], "eject": [49, 52, 63, 90], "el": [9, 13, 14, 44, 103], "el0": [9, 13, 14, 44], "el2": [9, 13, 14, 44], "electr": [22, 74, 75, 78, 84, 102, 105, 108, 111], "electromagnet": [78, 111], "electron": [66, 87, 105, 108, 110, 111], "electrostat": [6, 9, 10, 13, 14, 74, 84, 102, 110], "element": [26, 31, 32, 39, 40, 61, 110], "elf": 88, "elfutil": [13, 14, 49], "elimin": 27, "elna": 59, "els": [5, 46, 47, 52, 53, 57, 61, 63, 83, 99, 101, 102, 112], "email": [76, 77, 79, 83, 90, 97, 101, 112], "emb": 106, "embed": [9, 13, 14, 15, 17, 18, 44, 49, 57, 61, 74, 78, 102, 106], "emc": 74, "emi": [74, 78], "emiss": 78, "emit": 61, "emphasi": 26, "emplac": 61, "emploi": 110, "empti": [9, 13, 14, 32, 46, 61], "emr": 111, "emul": [9, 13, 14, 15, 44, 49, 66, 74, 77, 79, 102], "en": [26, 54, 59, 61], "en4": 89, "ena": 105, "enabl": [0, 2, 9, 13, 14, 15, 18, 26, 29, 30, 32, 39, 40, 42, 44, 47, 48, 49, 54, 56, 57, 59, 65, 70, 71, 76, 78, 79, 84, 88, 89, 96, 97, 100, 102, 103, 104, 108, 112], "enable_csharp": 65, "enable_tool": [64, 66], "enablebasebanddctrack": 67, "enablechannel": [64, 86], "enablecustomfilt": 67, "enablelog": 65, "enablequadraturetrack": 67, "enablerfdctrack": 67, "enabling_persistent_ssh_kei": 87, "encap": 89, "encapsul": 61, "encas": 108, "encod": [13, 14, 26, 61, 65], "encount": 2, "encourag": [98, 101, 107], "encrypt": [13, 14, 18, 49], "encyclopedia": 0, "end": [9, 13, 14, 15, 18, 23, 27, 29, 31, 44, 47, 48, 49, 53, 59, 61, 63, 66, 67, 74, 75, 77, 83, 89, 94, 96, 97, 101, 110], "endian": 61, "endl": 64, "endsect": 43, "energi": [6, 9, 10, 13, 14, 59, 74, 78, 84, 102, 108, 110], "enforc": 14, "engergi": 59, "engin": [9, 17, 18, 44, 49, 84, 101, 102, 108], "engineerzon": [57, 71, 74, 78, 83, 84, 85, 86, 101, 102, 112], "english": 97, "enhanc": [49, 71, 74, 79, 97], "enjoy": 87, "enlist": [13, 14, 49], "enoent": 60, "enorm": 61, "enosi": 61, "enough": [13, 17, 18, 60, 62, 88, 99, 107, 108], "enqueu": 61, "enrich": 111, "ensm": [27, 56, 59, 100], "ensm_mod": [27, 59, 100], "ensm_mode_avail": [27, 59, 100], "ensur": [0, 2, 15, 27, 49, 52, 57, 61, 74, 77, 79, 89, 100, 102], "enter": [9, 13, 14, 15, 18, 26, 44, 47, 49, 53, 57, 66, 79, 93], "enterpris": 89, "enthusiast": 103, "entir": [22, 27, 52, 57, 68, 70, 77, 90, 97, 102, 110, 112], "entri": [0, 2, 9, 13, 14, 31, 38, 43, 44, 49, 76, 111], "enu": 89, "enum": 26, "enumer": [18, 53, 66, 89], "env": [2, 9, 13, 88, 90], "environ": [3, 9, 13, 14, 17, 42, 44, 49, 53, 61, 70, 90, 102, 103, 106, 108], "environment": [53, 57, 59, 88], "enx00e022d6d804": 89, "eoi": [9, 13, 14, 44], "ep": 49, "epi": 31, "eq": 26, "equal": [5, 26, 61, 94, 108, 110], "equilibrium": 108, "equip": [4, 6, 7, 9, 10, 11, 13, 14, 17, 18, 22, 23, 61, 78, 84, 102, 110], "equival": [74, 77, 99, 107], "eras": [9, 14, 44, 93], "erlang": [13, 14, 49], "err": [9, 13, 14, 44, 49, 93], "errata": 13, "erratum": [9, 13, 14, 44, 49], "errno": 5, "error": [2, 13, 14, 22, 23, 26, 27, 49, 52, 57, 59, 60, 61, 63, 64, 65, 70, 74, 77, 79, 86, 89, 90, 100, 104, 108, 110], "escap": [49, 89, 108], "esd": [6, 9, 10, 13, 14, 74, 84, 97, 102, 110], "especi": [45, 61], "essenti": [18, 60, 75, 79, 88, 108, 110], "essid": 94, "est": 88, "establish": [9, 13, 14, 18, 39, 44, 49, 61, 66, 77], "estim": [36, 70, 110], "eta": 90, "etc": [5, 9, 13, 14, 17, 18, 21, 26, 27, 30, 35, 43, 44, 47, 49, 53, 56, 60, 61, 62, 65, 70, 82, 84, 89, 90, 95, 103, 106, 108, 112], "etch": 97, "etcher": 49, "eth0": [9, 13, 14, 18, 44, 49], "eth1": 13, "eth_lpi": 49, "eth_wake_irq": 49, "ether": 89, "ethern": 9, "ethernet": [4, 7, 8, 9, 11, 12, 13, 14, 17, 18, 44, 49, 90, 103], "eudev": 44, "ev": 76, "eval": [0, 2, 4, 9, 10, 13, 14, 16, 18, 22, 43, 66, 77, 78, 79], "evalu": [0, 1, 7, 11, 13, 15, 18, 42, 45, 46, 48, 49, 57, 70, 77, 78, 79], "evan": 111, "even": [0, 9, 13, 14, 18, 23, 32, 46, 49, 61, 64, 66, 71, 86, 90, 94, 97, 100, 105, 108, 110, 111], "event": [13, 14, 27, 31, 36, 44, 49, 59, 93, 96], "event0": 29, "eventu": [13, 14, 18, 49, 63, 77, 97, 110], "ever": [40, 108], "everi": [0, 2, 9, 13, 14, 27, 32, 34, 44, 49, 60, 63, 64, 65, 70, 76, 85, 86, 89, 103, 111], "everybodi": 61, "everyon": [84, 97, 99, 102, 106, 112], "everyth": [40, 52, 53, 57, 60, 87, 90, 104], "evkit": 47, "evm": 97, "evolv": 61, "evtest": 53, "ex": [18, 65, 76, 77, 79, 90], "exact": [14, 40, 49, 56, 61, 89, 110], "exactli": [22, 23, 61, 90, 110], "examin": [26, 27], "exampl": [0, 2, 4, 17, 18, 26, 30, 33, 36, 42, 46, 47, 48, 49, 53, 54, 61, 64, 66, 67, 74, 77, 78, 79, 82, 86, 90, 95, 102, 103, 104, 106, 108, 111], "exce": [26, 59], "exceed": [18, 26, 59, 108], "excel": 105, "except": [53, 61, 105], "exception": 61, "excit": 17, "exclud": [0, 47], "execut": [13, 14, 49, 53, 57, 61, 65, 79, 88, 89, 90, 94, 112], "exercis": [17, 22, 23, 25, 70, 108, 110], "exfat": 18, "exist": [2, 6, 10, 18, 22, 27, 33, 40, 43, 44, 45, 46, 48, 49, 52, 61, 63, 70, 79, 86, 90, 110], "exit": [5, 26, 52, 59, 61, 63, 66, 89], "exit_failur": 5, "exit_success": [5, 100], "expand": 67, "expans": 18, "expect": [5, 9, 14, 15, 18, 44, 59, 61, 84, 97, 99, 100, 102, 108, 110, 112], "expens": 15, "experi": [2, 6, 7, 10, 11, 18, 22, 83, 87, 90, 101, 108, 110, 111, 112], "experienc": [83, 101, 112], "experienti": 111, "experiment": 18, "expert": 112, "expir": 32, "expiri": 27, "explain": [52, 61, 77, 88, 95], "explan": [5, 61], "explicit": 61, "explicitli": 53, "explor": [15, 18, 68, 70, 84, 86, 98, 102, 108], "exponenti": 110, "export": [43, 47, 57, 59, 79, 88], "expos": [27, 49, 54, 61, 63, 70, 85, 89, 97], "express": [27, 108], "ext": [43, 59], "ext4": [9, 13, 14, 18, 44, 49], "extcontrol": 27, "extend": [13, 15, 39, 48, 49, 68, 69, 82, 84, 95, 97, 98, 102, 108], "extens": [2, 26, 43, 49, 86, 94, 110], "extent": [14, 49, 111], "extern": [2, 6, 9, 10, 13, 14, 15, 18, 23, 26, 31, 42, 49, 52, 59, 61, 64, 74, 75, 77, 82, 84, 86, 89, 95, 98, 102, 108, 110], "extlinux": 49, "extra": [18, 26, 59, 64, 71, 90, 108], "extract": [18, 22, 23, 47, 61, 63, 65, 82, 108], "extraordinarili": 18, "extrem": [18, 61, 110], "exxbblzahha23ummnu1vn": 44, "ey": [6, 10, 108], "ez": 9, "f": [5, 9, 13, 14, 22, 23, 26, 44, 49, 52, 53, 56, 60, 63, 65, 88, 89, 90, 93], "f1": [56, 88], "f1050000": 13, "f12a0000": 13, "f2": 56, "f7": 89, "f9000000": 13, "f_": [22, 23], "fa": 89, "fabric": [7, 11, 56, 70], "face": 57, "facil": [33, 42, 54, 56], "facilit": [15, 18, 61, 79], "fact": [61, 108], "factor": [27, 111], "factori": [15, 90], "faculti": [103, 111], "fagc": 59, "fail": [9, 13, 14, 18, 44, 49, 52, 60, 76, 79, 89, 90, 93, 108], "failsaf": 52, "failur": [61, 79, 90, 110], "fairli": [18, 110], "fakeroot": 88, "fall": [26, 31, 40], "falling_edg": 66, "fallow": 63, "fals": [2, 9, 67, 77, 104], "famili": [9, 13, 14, 44, 49], "familiar": [18, 61, 70, 71, 77, 83, 86, 98, 101, 104, 110, 112], "fan": [13, 31], "fanout": [9, 27], "fantast": 18, "far": [18, 90, 99, 106, 108], "farnel": 103, "farrel": 111, "farthest": 79, "fashion": [31, 107], "fast": [9, 17, 18, 23, 26, 27, 44, 49, 59, 61, 62, 63, 106, 111], "fast_attack": [27, 59], "faster": [15, 18, 22, 23, 61, 63, 65, 100, 101, 102, 110, 112], "fastest": 26, "fastlock": 59, "fastlock_load": 59, "fastlock_recal": 59, "fastlock_sav": 59, "fastlock_stor": 59, "fat": [13, 18, 44, 89, 94], "fat32": [49, 52, 53, 94, 96], "fau": [6, 10], "fault": [74, 76], "favor": [15, 61], "favorit": [18, 83, 89, 101, 102, 112], "favourit": [52, 90], "fb": [9, 14, 44], "fb0": [9, 43], "fb9ec84": 53, "fb_div": 9, "fb_div_n1": 9, "fb_div_n2": 9, "fb_seps525": [13, 14], "fbdev": 43, "fcc": 97, "fclose": 5, "fcmomms2": 42, "fd0b0000": 14, "fd0c0000": [9, 14, 44], "fd0e0000": [9, 14, 44], "fd1a007c": 9, "fd400000": [9, 44], "fd44358": 53, "fd490000": 14, "fd4a0000": [9, 44], "fd4aa000": 9, "fd4c0000": [9, 44], "fd4d0000": [9, 14, 44], "fd500000": [9, 44], "fd510000": [9, 44], "fd520000": [9, 44], "fd530000": [9, 44], "fd540000": [9, 44], "fd550000": [9, 44], "fd560000": [9, 44], "fd570000": [9, 44], "fd800000": 9, "fdd": [59, 100], "fdisk": 18, "fdt": [9, 13, 14, 44, 49], "fdti": 79, "fe": 44, "fe200000": [9, 44], "fe6d": 89, "fe80": 89, "feather": 15, "featur": [5, 6, 9, 10, 13, 14, 17, 18, 23, 26, 27, 32, 33, 34, 44, 47, 49, 53, 57, 76, 79, 84, 89, 90, 102, 110], "feb": [18, 88, 110], "fed": 27, "fed6": 89, "feedback": [97, 110], "feel": [6, 10, 18, 83, 101, 111, 112], "feet": 97, "felt": 18, "ferrit": 97, "fet": 74, "fetch": [2, 43, 60, 61, 76, 89], "few": [7, 8, 11, 12, 17, 18, 43, 45, 57, 74, 79, 82, 83, 84, 85, 88, 89, 90, 93, 94, 95, 96, 97, 101, 102, 107, 108, 110, 112], "ff": [9, 14, 44, 89, 90], "ff000000": [9, 13, 14, 44], "ff010000": [9, 14, 44], "ff020000": [9, 13, 14, 44], "ff030000": [9, 14, 44], "ff040000": [13, 14, 27], "ff0c0000": 13, "ff0c0000get": 13, "ff0d0000": 13, "ff0e0000": [9, 14, 44], "ff150000": 44, "ff170000": [9, 14, 44], "ff180000": [9, 44], "ff200040": 49, "ff220000": 49, "ff6b": 89, "ff72": 89, "ff800000": 49, "ff808000": 49, "ff88": 89, "ff89": 89, "ff8d": 89, "ff90": 89, "ff96": 89, "ff960000": [9, 14], "ff97": 89, "ff9905c0": [14, 44], "ff9d": 89, "ff9d0000": 9, "ffa0": 89, "ffa00000": [14, 44], "ffa10000": 14, "ffa3": 89, "ffa6": 89, "ffa60000": [9, 14, 44], "ffa80000": 44, "ffa90000": 44, "ffaa0000": 44, "ffab0000": 44, "ffac": 89, "ffac0000": 44, "ffad": 89, "ffad0000": 44, "ffae": 89, "ffae0000": 44, "ffaf0000": 44, "ffb00000": 49, "ffbb": 89, "ffbc": 89, "ffbf": 89, "ffc0": 89, "ffc02100": 49, "ffc02a00": 49, "ffc1": 89, "ffc3": 89, "ffc4": 89, "ffc8": 89, "ffce": 89, "ffd04000": 49, "ffd1": 89, "ffd5": 89, "ffd7": 89, "ffd8": 89, "ffda1000": 49, "ffdb": 89, "ffdc": 89, "ffde": 89, "ffdf": 89, "ffe2": 89, "ffe4": 89, "ffe6": 89, "ffe8": 89, "ffe9": 89, "ffea": 89, "ffec": 89, "ffed": 89, "ffef": 89, "fff5": 89, "fff6": 89, "fff8": 89, "fffa": 89, "fffc": 89, "ffff": 89, "ffffff80089c7000": 9, "ffffff8008ab6000": 44, "ffffff8008e34000": 9, "ffffff8008fa4000": 44, "ffffff800906e000": 9, "ffffff8009315000": 44, "ffffff800931d000": 44, "ffffffc000db0000": 9, "ffffffc000e30000": 9, "ffffffc06bfff000": [9, 44], "ffffffc06fffefff": [9, 44], "ffffffc87ff57000": 9, "ffffffc87ff5c000": 44, "ffffffff": 44, "fft": [23, 57], "fft_size": 62, "fgrep": 53, "fhm": [26, 27], "fhmenabl": 26, "fhmgpiopin": 26, "fiberglass": 108, "fidel": 70, "field": [9, 14, 18, 26, 52, 54, 56, 79, 111, 112], "fifo": [31, 49, 62, 82, 97], "figur": [18, 70, 74, 77, 108, 110], "file": [0, 2, 6, 9, 12, 14, 15, 17, 18, 22, 30, 31, 32, 33, 34, 35, 42, 44, 45, 46, 47, 48, 56, 59, 60, 61, 64, 65, 66, 68, 70, 76, 79, 82, 86, 89, 90, 93, 94, 95, 96, 97, 104, 107, 108, 110], "filemod": 2, "filenam": [5, 48, 61, 90], "filesextrapath": [46, 47], "filesystem": [9, 13, 14, 18, 44, 49, 60, 61, 88, 89, 94], "fill": [18, 31, 35, 57, 61, 104, 108], "film": 74, "filter": [6, 9, 13, 14, 15, 23, 26, 42, 44, 53, 59, 70, 74, 79, 99, 105], "filter_fir_config": 59, "filter_fir_en": 59, "filter_low_pass_3db_frequ": 49, "fin": 74, "final": [0, 15, 18, 45, 48, 52, 56, 57, 59, 61, 70, 77, 88, 110], "find": [13, 18, 43, 44, 49, 57, 60, 70, 76, 83, 85, 86, 88, 89, 90, 97, 99, 100, 101, 102, 103, 106, 112], "fine": [18, 27, 46, 61, 88, 96, 105], "fineg": 18, "finger": [18, 108], "fingerprint": 44, "finish": [13, 14, 18, 22, 49, 52, 53, 79, 90], "finit": [56, 110], "fir": [26, 27, 59], "firefox": 89, "firewal": [7, 11, 13, 14, 18, 49], "firewir": 18, "firmli": 74, "firmwar": [9, 13, 14, 15, 17, 27, 44, 63, 74, 75, 76, 77, 79, 81, 82, 84, 87, 89, 91, 92, 93, 94, 95, 96, 97, 102, 103, 106], "first": [0, 1, 2, 5, 9, 13, 14, 18, 26, 27, 30, 33, 44, 47, 49, 53, 56, 59, 60, 61, 64, 65, 66, 68, 70, 74, 77, 79, 83, 85, 87, 90, 97, 101, 108, 110, 111, 112], "fit": [18, 43, 44, 49, 57, 61, 65, 82, 90, 95, 102, 111], "fit_spl_fpga": 49, "five": [18, 59], "fix": [2, 9, 13, 14, 18, 31, 36, 44, 47, 49, 53, 57, 60, 70, 83, 88, 97, 101, 112], "fixdep": 43, "fl": 97, "flag": [9, 14, 15, 26, 29, 44, 49, 53, 61, 71, 89, 92], "flash": [9, 13, 14, 15, 18, 43, 68, 74, 76, 77, 79, 88, 90, 94, 97, 107], "flat": 44, "flatten": [9, 13, 14, 18, 44, 49, 90], "flavor": 45, "flavour": 60, "flex": [53, 57, 60], "flexfil": [13, 14], "flexibl": [15, 27, 46, 61, 103], "floor": [84, 99], "flow": [2, 6, 10, 17, 26, 61, 89, 108], "flowcontrol": 66, "flush": [13, 14, 49, 52, 89, 96], "fm": 105, "fmask": 89, "fmc": [4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 17, 43, 47, 97], "fmc1": [9, 14], "fmcadc2": 43, "fmcadc4": 43, "fmcdaq2": [43, 61], "fmcdaq3": 43, "fmcdaqx": 18, "fmcjesdadc1": 43, "fmcmotcon": 27, "fmcomm": 5, "fmcomms1": 57, "fmcomms11": 112, "fmcomms2": [43, 53, 70, 98, 112], "fmcomms3": [43, 61, 97, 98, 112], "fmcomms4": [43, 98, 112], "fmcomms5": [43, 44, 53, 70, 97, 112], "fmcomms8": 70, "fmcommsx": [18, 112], "fmcp1": 13, "fno": 53, "focu": 100, "focus": [31, 79], "foil": 108, "fold": 108, "folder": [2, 15, 27, 30, 32, 34, 35, 43, 46, 47, 48, 49, 52, 65, 68, 70, 76, 77, 79, 86, 88, 89], "folk": [83, 101], "follow": [0, 2, 6, 10, 13, 15, 18, 22, 23, 27, 43, 44, 45, 46, 47, 48, 49, 52, 53, 56, 57, 61, 62, 63, 64, 65, 66, 67, 68, 70, 71, 74, 76, 77, 78, 79, 83, 84, 85, 86, 87, 88, 89, 90, 93, 101, 103, 108, 110, 111, 112], "font": [13, 14, 49], "foo": [60, 100], "foobar": 96, "footprint": [78, 94, 97], "fopen": 5, "forbid": 49, "forc": [27, 53, 66, 88, 107], "forefront": 108, "forev": [83, 89, 101, 110, 112], "forget": 88, "fork": [1, 3, 17, 44, 83, 94, 101, 112], "form": [39, 49, 61, 70, 76, 86, 88, 110, 111], "format": [1, 6, 13, 14, 15, 18, 27, 36, 39, 43, 49, 53, 57, 59, 63, 64, 66, 74, 78, 79, 88, 90], "former": 61, "formula": [57, 108], "forum": [71, 85, 86, 89, 90, 112], "forward": [9, 13, 14, 44, 49, 61, 108, 112], "fosdem": [6, 10, 104], "found": [5, 6, 9, 13, 14, 15, 18, 27, 33, 43, 44, 47, 49, 52, 53, 54, 57, 59, 60, 61, 64, 65, 66, 70, 74, 79, 82, 83, 85, 87, 88, 89, 90, 92, 93, 95, 96, 97, 100, 101, 106, 107, 108, 112], "foundat": [18, 102], "four": [6, 10, 27, 56, 57, 61, 68, 70, 77, 100, 108], "fourier": [22, 23], "fpga": [6, 7, 8, 9, 10, 11, 12, 13, 14, 17, 18, 31, 42, 43, 44, 45, 68, 70, 82, 83, 84, 90, 95, 100, 101, 102, 112], "fpga0": [9, 13, 14, 44, 49], "fpga_manag": [9, 13, 14, 44, 49], "fpic": 53, "fraction": [18, 27, 108], "frame": [9, 26, 59, 60, 62, 89], "framer": 27, "framerscrambl": 26, "framework": [4, 9, 13, 14, 15, 18, 22, 23, 27, 31, 37, 44, 49, 56, 65, 103, 104], "fred": 22, "free": [2, 5, 6, 9, 10, 13, 14, 18, 27, 29, 30, 31, 32, 44, 49, 61, 64, 65, 66, 70, 77, 83, 90, 92, 93, 97, 101, 103, 107, 112], "freecodecamp": 18, "freed": [13, 14], "freedom": 2, "freerun": [77, 79], "fref": 59, "freq": [26, 44], "freq_khz": 26, "freq_mhz": 26, "frequenc": [5, 6, 9, 10, 13, 14, 18, 22, 23, 29, 42, 44, 48, 49, 56, 57, 59, 61, 64, 66, 70, 79, 96, 100, 102, 103, 104, 105, 110], "frequency1_hz": 27, "frequency2_hz": 27, "frequency_avail": 59, "frequency_hz": 26, "fresh": [61, 93], "freshli": 61, "freshman": 111, "fri": [43, 49, 66, 88], "friendli": 27, "fritz": [108, 110], "frm": 90, "from": [1, 2, 3, 4, 6, 9, 13, 14, 15, 17, 18, 22, 23, 26, 29, 31, 32, 35, 36, 39, 42, 44, 45, 46, 47, 49, 53, 54, 56, 57, 59, 60, 63, 64, 65, 66, 67, 68, 71, 74, 75, 76, 77, 78, 79, 82, 84, 85, 86, 87, 88, 90, 93, 94, 95, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 110, 111], "front": [27, 59, 66, 108], "frontend": [65, 66, 106], "fru": [6, 9, 14], "fruit": 0, "frustrat": 18, "fsampl": 96, "fsbl": [9, 14, 44], "fsck": [13, 14, 44, 49, 52], "fsckd": [13, 14, 49], "fsm": [6, 10, 13, 14, 27, 56], "fsr": 15, "fsveriti": [13, 14], "ftc2023": 17, "ftc2024": 17, "ftdi": [13, 14, 49], "ftdi_sio": [13, 14, 49], "fthr": 15, "ftp": [6, 10, 89], "ftrace": 49, "fua": 89, "full": [5, 6, 9, 10, 14, 15, 18, 22, 23, 26, 27, 31, 39, 44, 47, 49, 52, 57, 59, 61, 65, 78, 99, 102], "fuller": 111, "fullfil": 86, "fulli": [17, 18, 27, 61, 74], "fullscreen": 57, "fun": 18, "func_convert_file_noop": 53, "function": [6, 9, 10, 13, 14, 15, 17, 18, 22, 26, 27, 42, 44, 47, 49, 52, 54, 57, 61, 63, 64, 65, 66, 67, 76, 78, 79, 81, 82, 84, 86, 88, 89, 91, 93, 96, 97, 98, 100, 102, 104, 108, 110], "functionf": [49, 60], "functionsf": 60, "fundament": [84, 102, 110], "further": [0, 5, 27, 45, 65, 79, 88, 101], "furthermor": [18, 61, 108], "fuse": [13, 14, 49, 97], "futex": [9, 13, 14, 44, 49], "futur": [1, 20, 21, 22, 23, 24, 25, 26, 40, 63, 77, 79, 85], "fw": [88, 90], "fw_version": [59, 90], "fwrite": 5, "fxnjlddgi": 110, "fy0y0fplk": 111, "g": [15, 18, 30, 31, 40, 53, 54, 56, 57, 61, 62, 64, 65, 66, 74, 86, 110], "g08560c36": 44, "g2398d50": 59, "g2fc1c82db9d8": 14, "g303c8fd315f6": 13, "g387d584": 59, "g4bdff59": 93, "g611e217": 43, "g651ed13": 89, "g6834429": 9, "g6847e22": 60, "g88f1b2c": 89, "g9c04de11ae53": 88, "ga6ab387": 14, "gadget": [49, 53, 60, 89, 93], "gain": [22, 23, 31, 42, 56, 59, 70, 99, 105, 110], "gain_control_mod": 59, "gain_control_mode_avail": 59, "gain_in_mdb": 27, "gain_step_calib_reg_v": 59, "gain_table_config": [27, 59], "gaincontrolmodechannel0": 67, "gaininfo_rx1": 59, "gaininfo_rx2": 59, "gaintabl": [27, 59], "game": 18, "gap": [18, 31, 59, 104], "gate": [9, 49, 110], "gatewai": [9, 13, 14, 44, 49], "gawk": 53, "gb": [9, 44, 49, 52, 61], "gbp": [9, 14, 44], "gbyte": 92, "gc": 59, "gc1315e6": 89, "gc4498c2": 18, "gcc": [5, 9, 13, 14, 42, 44, 49, 53, 60, 64, 88], "gcc3": 53, "gcrypt": [13, 14, 49], "gear": 84, "gee63370553": 49, "gem": [9, 13, 14, 44], "gen": [9, 13, 14, 44], "gen_tlbx": [68, 70], "gener": [0, 1, 4, 5, 6, 9, 10, 13, 14, 15, 17, 18, 23, 26, 27, 31, 34, 36, 40, 42, 44, 45, 49, 53, 56, 57, 60, 61, 62, 64, 65, 66, 70, 71, 77, 79, 83, 84, 86, 87, 88, 89, 90, 100, 102, 105, 108, 110, 111], "generate_chi": 53, "generate_html": 53, "generate_htmlhelp": 53, "generate_latex": 53, "generate_man": 53, "generate_rtf": 53, "generate_temperature_calib_lut": 63, "generate_xml": 53, "generatelibrarydefinit": 86, "gentl": 110, "geometri": [9, 13, 14, 44], "gerber": [15, 23, 97], "get": [2, 6, 7, 9, 10, 11, 15, 17, 18, 22, 32, 39, 44, 46, 47, 49, 52, 53, 56, 57, 60, 61, 64, 65, 66, 67, 70, 71, 74, 76, 79, 83, 84, 86, 88, 89, 90, 97, 99, 100, 101, 102, 104, 107, 108, 110, 112], "get_buff": 61, "get_default_env": 88, "get_random_byt": 49, "getanalogin": [64, 86], "getattributelonglong": 67, "getavailablesampler": 86, "getopt": 5, "getpowersuppli": 64, "getsamplesinterleav": 86, "getti": [13, 14, 49], "gettrig": 61, "getvar": [46, 47], "getvoltag": [64, 86], "gf814ae972859": 49, "gfp_dma": [13, 14], "gfp_dma32": [13, 14], "gfp_kernel": [13, 14], "gh": 2, "ghz": [18, 97, 105], "gib": [9, 13, 14, 44, 49], "gic": [9, 13, 14, 44], "gic_handle_irq": [13, 14], "gicv3": 13, "gid": 89, "gig": 88, "gigabit": [42, 49, 94], "gihub": 2, "giometti": [9, 13, 14, 44, 49], "git": [3, 13, 14, 17, 18, 22, 23, 43, 49, 53, 57, 59, 60, 65, 68, 70, 79, 88, 89, 92], "git_lfs_skip_smudg": 2, "gitattribut": 2, "github": [3, 15, 17, 18, 22, 23, 43, 53, 57, 60, 65, 68, 70, 83, 86, 88, 89, 90, 92, 101, 112], "githubusercont": [43, 60, 89, 90], "give": [9, 14, 22, 61, 68, 70, 71, 97, 110, 112], "given": [5, 27, 31, 40, 57, 60, 61, 66, 70, 90, 94, 108, 111], "gla": 59, "glob": 0, "global": [2, 13, 14, 49, 61, 66, 89], "glog": 65, "glog_build_dir": 65, "glog_include_dir": 65, "glog_librari": 65, "glossari": [17, 18], "glu": 108, "gm": 107, "gmt": 14, "gnd": [15, 64, 66, 74, 78, 97], "gnu": [0, 6, 9, 10, 13, 14, 42, 49, 53, 60, 61, 66, 88, 89, 97, 102, 106, 111], "gnueabi": [43, 88], "gnueabihf": [43, 49, 53, 88], "gnuplot": 59, "gnuradio": [18, 49], "gnutl": [13, 14, 49], "go": [2, 5, 9, 13, 14, 15, 17, 27, 43, 52, 56, 61, 64, 65, 74, 75, 76, 77, 78, 79, 83, 84, 85, 86, 90, 93, 96, 97, 99, 100, 101, 102, 103, 108, 112], "goal": [22, 23, 61, 82, 95, 97, 108], "goe": [18, 43, 49, 88, 108], "gone": 99, "good": [5, 18, 31, 37, 49, 60, 61, 90, 97, 100, 105, 107], "goodi": 18, "googl": [2, 89], "gori": 18, "got": [18, 52, 83, 97, 101, 112], "goto": [59, 89], "governor": [9, 13, 44], "gp": [13, 14, 49], "gpib": 18, "gpio": [9, 14, 15, 18, 22, 29, 30, 31, 35, 38, 42, 44, 49, 74, 95, 102], "gpio0": 26, "gpio21": 18, "gpio3v3": [26, 27], "gpio_pin": 18, "gpiochip1": 14, "gpiopul": 18, "gpl": 90, "gpo": [59, 97, 100], "gpo0": [59, 100], "gpo1": [59, 100], "gpo2": 59, "gpo3": 59, "gpo_": 100, "gpo_0": 100, "gpsd": 53, "gqrx": 106, "gr": 49, "grab": [18, 52, 89], "gracefulli": [90, 110], "grade": [14, 74], "grain": 46, "grant": 79, "granular": [27, 56], "graph": [9, 44, 57, 77, 108], "graphic": [13, 14, 18, 49, 57, 76, 77, 78, 84, 102], "graphviz": 60, "greas": 108, "great": [15, 18, 45, 71, 99, 107], "greater": [22, 23, 27, 74, 76, 77, 108, 110], "greatli": [15, 31, 61], "green": [2, 76, 79, 96, 108], "greg": 111, "grep": [0, 9, 13, 14, 18, 27, 33, 53, 54, 60, 88, 89, 90], "grid": 57, "ground": [15, 108, 110], "group": [9, 13, 14, 44, 49, 57, 79, 89, 111], "grow": [31, 43], "gt": 42, "gth4": [9, 14], "gtk": 57, "gtk2": 88, "gtk3": 57, "gtkdatabox": 57, "gtkterm": 66, "guarante": [15, 32, 61, 97, 108], "guess": 44, "gui": [2, 7, 11, 27, 49, 53, 56, 57, 64, 65, 66, 70, 74, 102], "guid": [0, 1, 2, 4, 6, 9, 10, 13, 14, 17, 22, 23, 27, 43, 47, 49, 54, 71, 75, 80, 83, 87, 95, 98, 101, 102, 112], "gyro": 31, "gz": [18, 53, 57, 88], "gzip": [43, 44, 53], "h": [5, 9, 13, 14, 18, 26, 27, 43, 49, 53, 59, 60, 63, 64, 66, 70, 100, 104], "h4": [9, 13, 14, 44], "h5": [9, 13, 14, 44], "ha": [2, 9, 13, 14, 15, 17, 18, 22, 27, 31, 34, 35, 48, 49, 52, 53, 56, 57, 59, 60, 61, 64, 70, 74, 79, 86, 88, 89, 90, 93, 99, 100, 103, 105, 108, 110, 111, 112], "hack": [18, 98], "hacker": 101, "had": [18, 52, 61, 97], "half": [5, 27, 61, 110, 111], "halfband1": 26, "halfband2": 26, "halfband3": 26, "halt": [93, 107], "hand": [17, 18, 23, 61, 84, 90, 102, 103, 108, 111], "handbook": 111, "handi": [18, 61], "handl": [31, 53, 55, 61, 77, 88, 100, 104], "handler": [13, 14, 36, 44, 49, 85], "hang": [2, 18, 74, 77, 83, 88, 100, 101], "happen": [18, 31, 36, 53, 59, 61, 75, 83, 89, 90, 93, 101, 108, 110, 112], "happi": 18, "harald": [90, 93], "hard": [52, 89, 90, 96, 97], "hardcod": [18, 53], "hardwar": [4, 6, 10, 17, 31, 32, 34, 36, 40, 42, 45, 47, 52, 56, 60, 61, 64, 66, 68, 71, 76, 78, 79, 81, 82, 87, 89, 90, 95, 98, 99, 102, 103, 104, 106, 111], "hardwaregain": [59, 96], "hardwaregain_avail": 59, "harmon": [22, 23], "has_o_tmpfil": 53, "has_pipe2": 53, "has_wpedant": 53, "has_wshadow": 53, "hascontextcalibr": 63, "hash": [9, 13, 14, 44, 49], "hashtag": 18, "hasn": 107, "hat": [9, 13, 14, 18, 22, 44, 49, 89], "have": [0, 1, 2, 6, 10, 13, 15, 18, 23, 26, 27, 31, 32, 33, 36, 39, 40, 43, 45, 47, 49, 52, 53, 54, 56, 57, 59, 60, 61, 63, 65, 66, 67, 70, 71, 74, 75, 76, 79, 82, 83, 84, 86, 88, 89, 90, 93, 94, 95, 96, 98, 99, 100, 101, 102, 103, 105, 106, 107, 108, 110, 111, 112], "have_avahi": 61, "have_dot": 53, "hb1": 26, "hb2": 26, "hb3": 26, "hcc": [9, 13, 14, 44], "hcd": [9, 13, 14, 44], "hci": [9, 13, 14, 44], "hd2": 56, "hdf": [45, 88], "hdl": [5, 6, 8, 10, 12, 17, 33, 42, 47, 49, 57, 68, 82, 84, 88, 92, 95, 102], "hdl_prj": 70, "hdmi": [8, 12, 15, 18, 22, 23, 43, 49, 57], "hdmi_group": 18, "hdmi_mod": 18, "he": 2, "head": [2, 15, 43, 53, 111], "headcount": 103, "header": [15, 18, 36, 53, 60, 64, 65, 74, 77, 78, 86], "headless": 17, "health": [15, 74, 76, 78], "healthi": 53, "heap": [13, 14, 49], "heartbeat": [18, 94], "heat": [74, 108, 110], "heatsink": 74, "heavi": 60, "heavili": 92, "held": [32, 97], "hello": [17, 90], "help": [0, 6, 10, 13, 15, 17, 18, 27, 47, 53, 59, 61, 63, 66, 77, 80, 84, 86, 89, 90, 93, 98, 102, 105, 108, 110], "help2man": 88, "helper": [9, 13, 14, 44, 49], "here": [0, 5, 6, 9, 13, 14, 15, 18, 20, 22, 23, 25, 26, 27, 40, 43, 47, 49, 50, 51, 52, 54, 57, 59, 60, 61, 64, 65, 66, 67, 68, 70, 71, 78, 82, 85, 87, 88, 89, 90, 92, 95, 96, 97, 99, 100, 104, 106, 108, 110], "hermet": 15, "hewlett": 110, "hex": [15, 76], "hexa": 13, "hexdump": [59, 89, 90], "hi": 110, "hid": [9, 13, 14, 44, 49, 94], "hidden": [61, 94], "hide": [1, 9, 13, 14, 49, 57, 61], "hidp": [9, 13, 14, 44], "hierarch": [0, 9, 13, 14, 44, 49], "hierarchi": [9, 13, 14, 32, 44, 45, 47, 49], "high": [6, 9, 10, 13, 14, 17, 18, 22, 26, 27, 31, 32, 37, 44, 45, 49, 59, 60, 66, 69, 74, 78, 84, 89, 94, 95, 102, 104, 108, 110], "high_level": 66, "higher": [15, 26, 61, 70, 74, 97, 99, 108, 110, 112], "highest": 61, "highest_osr": 59, "highli": [0, 6, 10, 27, 78, 95], "highlight": [46, 47, 70, 79], "highmem": 49, "highspe": [6, 10], "highspeedconvertertoolbox": 68, "hint": 18, "histogram": [22, 79], "histor": 18, "histori": 43, "hit": [9, 13, 14, 44, 49, 93, 110], "hl": [83, 101], "hmc7044": 48, "hmc7044_c1": 48, "hmc7044_driver_mode_lvd": 48, "hobbyist": [84, 103], "hog": [9, 14, 44], "hold": [13, 14, 15, 49, 57, 61, 77, 96, 108], "hole": [70, 97], "home": [20, 21, 23, 24, 25, 57, 88, 89, 103, 108], "homebrew": 57, "homepag": 18, "hood": 70, "hookup": 22, "hop": [42, 70], "hopefulli": [18, 90, 98, 108, 110], "horizont": 15, "host": [0, 3, 7, 9, 11, 13, 14, 15, 17, 18, 23, 31, 42, 44, 49, 53, 57, 61, 74, 76, 77, 79, 81, 82, 84, 89, 91, 93, 95, 97, 100, 102, 106, 112], "host0": [9, 14, 44], "host1": [9, 14, 44], "hostcc": 43, "hostnam": [13, 14, 18, 49, 59, 61], "hot": [106, 108, 110], "hotkei": [13, 14, 49], "hotplug": 94, "hour": [18, 52], "housekeep": 17, "hover": 76, "how": [6, 8, 9, 10, 12, 13, 14, 15, 18, 27, 45, 46, 48, 52, 53, 56, 57, 60, 61, 70, 74, 75, 77, 79, 82, 83, 84, 85, 86, 87, 89, 93, 95, 97, 98, 99, 100, 101, 102, 104, 106, 108, 111, 112], "howev": [6, 10, 15, 18, 27, 31, 40, 47, 57, 60, 61, 67, 70, 88, 90, 92, 97, 104, 105, 108, 111], "hpc": [9, 13, 14, 27, 55], "hpc1": [8, 9, 12, 14], "hpp": 64, "hpppath": 86, "html": [0, 2, 70, 89, 90, 102], "http": [2, 6, 9, 10, 13, 14, 15, 18, 20, 22, 23, 43, 49, 52, 53, 57, 60, 61, 65, 68, 70, 87, 89, 90, 92, 93, 96, 97, 104, 105, 108, 110, 111], "httpd": 93, "hub": [9, 13, 14, 44, 49, 89, 103], "huge": [13, 14, 49, 97, 107], "hugetlb": [9, 13, 14, 44], "human": [6, 9, 10, 13, 14, 27, 31, 44, 74, 83, 84, 88, 89, 101, 102, 110, 112], "hump": 110, "hundr": [18, 21, 61], "hw": [9, 13, 14, 44, 49, 53, 54], "hw_0": 88, "hw_model": 59, "hw_model_vari": 59, "hw_serial": 59, "hwaddr": 89, "hwalign": [13, 49], "hwmon": [18, 31, 53], "hybrid": [27, 56, 59, 74], "hypothet": 48, "hz": [9, 14, 15, 22, 23, 27, 29, 44, 48, 59], "i": [0, 1, 2, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 17, 18, 19, 20, 22, 23, 26, 27, 28, 29, 30, 32, 34, 35, 36, 39, 40, 41, 42, 43, 44, 45, 47, 48, 49, 52, 53, 54, 55, 57, 59, 61, 62, 63, 64, 65, 66, 67, 68, 70, 71, 74, 75, 76, 77, 78, 79, 82, 83, 84, 85, 86, 87, 88, 89, 92, 93, 94, 95, 96, 98, 99, 100, 101, 102, 103, 104, 105, 107, 108, 110, 111, 112], "i0": [5, 70], "i1": [5, 70], "i1a": [74, 78], "i1acc": 77, "i1b": [74, 78], "i2a": [74, 78], "i2acc": 77, "i2b": [74, 78], "i2c": [9, 13, 14, 15, 18, 27, 31, 33, 44, 49, 59, 61, 64, 93, 97], "i2c_desc": 64, "i2c_dev": [13, 14], "i2c_extra": 64, "i2c_general_cal": 64, "i2c_init": 64, "i2c_init_param": 64, "i2c_read": 64, "i2c_remov": 64, "i2c_repeated_start": 64, "i2c_writ": 64, "i2cinitparam": 64, "i386": 88, "i3a": [74, 78], "i3b": [74, 78], "ic": [27, 47, 78], "icon": [18, 43, 53, 57], "id": [9, 13, 14, 15, 18, 26, 29, 30, 36, 44, 49, 59, 61, 67, 79, 90, 99, 103], "id_legaci": [9, 13, 14, 44, 49], "id_resolv": [9, 13, 14, 44, 49], "idea": [18, 49, 71, 90, 103, 108, 111], "ideal": [45, 48, 110], "ident": [13, 14, 27, 49, 57, 97], "identif": [26, 53, 77], "identifi": [27, 33, 35, 36, 43, 61, 97], "idl": [13, 14, 77], "idmac": 49, "idn": [13, 14, 49], "idn2": [13, 14, 49], "idproduct": [9, 13, 14, 44, 49, 59, 89], "idvendor": [9, 13, 14, 44, 49, 59, 89], "ie": 100, "ifconfig": 89, "ifupdown": [13, 14, 49], "ignor": [13, 18, 26, 49, 59, 61, 110], "ii": [87, 111], "iio": [4, 5, 8, 12, 17, 27, 32, 33, 34, 35, 36, 37, 38, 40, 41, 42, 44, 45, 47, 49, 53, 54, 55, 56, 58, 59, 67, 70, 90, 96, 99, 104, 106], "iio_attr": [15, 89, 90, 96, 99, 100], "iio_backend_op": 61, "iio_bfin_tmr_trigg": 29, "iio_bfin_trigg": 29, "iio_bfin_trigger_resourc": 29, "iio_buff": [66, 104], "iio_buffer_destroi": [61, 104], "iio_buffer_end": [61, 104], "iio_buffer_first": [61, 104], "iio_buffer_foreach_sampl": 61, "iio_buffer_push": 61, "iio_buffer_refil": [61, 104], "iio_buffer_start": 61, "iio_buffer_step": [61, 104], "iio_channel": [61, 100, 104], "iio_channel_attr_write_longlong": [99, 104], "iio_channel_convert": 61, "iio_channel_convert_invers": 61, "iio_channel_dis": 61, "iio_channel_en": [61, 104], "iio_channel_is_en": 61, "iio_channel_read": 61, "iio_channel_read_raw": 61, "iio_channel_writ": 61, "iio_channel_write_raw": 61, "iio_context": [61, 100, 104], "iio_context_create_xml_mem": 61, "iio_context_destroi": [61, 100, 104], "iio_context_find_devic": [99, 100, 104], "iio_context_get_xml": 61, "iio_context_set_timeout": 62, "iio_create_context_from_uri": [99, 100, 104], "iio_create_local_backend": 61, "iio_create_local_context": 61, "iio_create_network_backend": 61, "iio_create_network_context": 61, "iio_create_xml_context": 61, "iio_create_xml_context_mem": 61, "iio_devic": [59, 61, 100, 104], "iio_device_attr_writ": 100, "iio_device_clos": 61, "iio_device_create_buff": [61, 62, 104], "iio_device_debug_attr_write_bool": 100, "iio_device_find_channel": [99, 104], "iio_device_get_id": 61, "iio_device_open": 61, "iio_device_read": 61, "iio_device_refil": 61, "iio_device_set_kernel_buffers_count": 62, "iio_device_writ": 61, "iio_devicex": 61, "iio_event_data": 36, "iio_include_dir": 65, "iio_info": [9, 13, 14, 15, 18, 49, 60, 89], "iio_librari": 65, "iio_readdev": 89, "iio_reg": 15, "iio_sysfs_trigg": 30, "iiod": [9, 13, 14, 18, 44, 49, 61, 94], "iiod_extra_opt": 13, "iiod_remot": [57, 59], "iioscop": 111, "iiosdr": [6, 10], "iiostream": 60, "iip3": 26, "illumin": 77, "illustr": [48, 77, 108, 110], "im": 59, "ima": [13, 14, 49], "imag": [0, 4, 9, 13, 14, 17, 18, 25, 27, 42, 43, 44, 48, 53, 57, 60, 68, 70, 74, 77, 81, 82, 89, 91, 92, 93, 95, 103, 104, 105], "image_2021": 52, "imageon": 43, "imaginari": 5, "imbal": 5, "img": [18, 49, 52, 88], "imhotep": [60, 89], "immedi": [26, 27, 53, 54, 56, 84, 102], "immut": 14, "impact": 61, "impair": 70, "imped": [78, 105, 110], "impl": [9, 14, 44], "implement": [9, 13, 14, 15, 27, 31, 32, 44, 49, 53, 61, 64, 70, 75, 78, 89, 90, 94], "implementor": 49, "impli": [61, 63], "import": [3, 9, 14, 17, 18, 22, 23, 44, 45, 52, 61, 63, 71, 78, 92, 108], "impos": 49, "imposs": 110, "improperli": 18, "improv": [26, 53, 84, 102], "imu": [15, 31], "in6addr_ani": 53, "in_accel_x_thresh": 40, "in_temp0_input": 27, "in_voltag": 27, "in_voltage0_": 27, "in_voltage0_en": 61, "in_voltage0_gain_control_mod": 27, "in_voltage0_gain_control_mode_avail": 27, "in_voltage0_gain_control_pin_mode_en": 27, "in_voltage0_hardwaregain": 27, "in_voltage0_hd2_tracking_en": 27, "in_voltage0_index": 61, "in_voltage0_powerdown": 27, "in_voltage0_powerdown_en": 27, "in_voltage0_quadrature_tracking_en": 27, "in_voltage0_rf_bandwidth": 27, "in_voltage0_rssi": 27, "in_voltage0_sampling_frequ": 27, "in_voltage0_typ": 61, "in_voltage1_": 27, "in_voltage1_en": 61, "in_voltage1_gain_control_mod": 27, "in_voltage1_gain_control_mode_avail": 27, "in_voltage1_gain_control_pin_mode_en": 27, "in_voltage1_hardwaregain": 27, "in_voltage1_hd2_tracking_en": 27, "in_voltage1_index": 61, "in_voltage1_powerdown": 27, "in_voltage1_quadrature_tracking_en": 27, "in_voltage1_rf_bandwidth": 27, "in_voltage1_sampling_frequ": 27, "in_voltage1_typ": 61, "in_voltage2_": 27, "in_voltage2_hardwaregain": 27, "in_voltage2_powerdown": 27, "in_voltage2_quadrature_tracking_en": 27, "in_voltage2_rf_bandwidth": 27, "in_voltage2_rf_port_select": 27, "in_voltage2_rf_port_select_avail": 27, "in_voltage2_sampling_frequ": 27, "in_voltage3_": 27, "in_voltage3_hardwaregain": 27, "in_voltage3_powerdown": 27, "in_voltage3_quadrature_tracking_en": 27, "in_voltage3_rf_bandwidth": 27, "in_voltage3_rf_port_select": 27, "in_voltage3_rf_port_select_avail": 27, "in_voltage3_sampling_frequ": 27, "in_voltage4_": 27, "in_voltage4_offset": 27, "in_voltage4_raw": 27, "in_voltage4_scal": 27, "in_voltage5_": 27, "in_voltage5_offset": 27, "in_voltage5_raw": 27, "in_voltage5_scal": 27, "in_voltage6_": 27, "in_voltage6_offset": 27, "in_voltage6_raw": 27, "in_voltage6_scal": 27, "in_voltage7_": 27, "in_voltage7_offset": 27, "in_voltage7_raw": 27, "in_voltage7_scal": 27, "in_voltage_blue_sample_r": 61, "in_voltage_gain_control_mode_avail": 27, "in_voltage_quadrature_tracking_en": 27, "in_voltage_rf_port_select_avail": 27, "in_voltagex": 39, "in_voltagex_en": 39, "in_voltagex_index": 39, "in_voltagex_typ": 39, "ina226": [9, 14, 44], "ina2xx": [9, 14, 44], "inaccur": 108, "inact": [26, 59], "inc": [9, 13, 14, 26, 27, 31, 37, 44, 46, 47, 49, 53, 59, 60, 68, 70, 89, 90, 93, 102, 104, 111], "incandesc": 110, "inch": 18, "includ": [2, 5, 6, 7, 9, 10, 11, 13, 14, 15, 17, 18, 22, 23, 27, 31, 36, 43, 45, 46, 47, 48, 49, 52, 53, 60, 61, 64, 65, 70, 74, 75, 77, 82, 83, 84, 86, 88, 90, 92, 94, 95, 97, 100, 101, 102, 103, 104, 105, 107, 108, 110, 111, 112], "includepath": 86, "inclus": [47, 64, 78, 97], "incom": [61, 89, 111], "inconveni": 18, "incorpor": [18, 46, 47, 48, 49, 70], "incorrect": 63, "incr": 26, "increas": [26, 59, 62, 99, 100, 108, 110], "increment": [26, 27, 59], "incstep": 27, "independ": [10, 15, 22, 27, 59, 61, 64, 90, 97, 108], "index": [0, 2, 9, 26, 27, 34, 49, 59, 61, 64, 66], "indic": [9, 13, 14, 15, 23, 32, 40, 42, 44, 49, 74, 76, 77, 79, 97, 99, 100], "indio_ring_trigg": 35, "individu": [14, 15, 18, 23, 27, 49, 56, 57, 77, 78, 92, 110], "induc": 77, "inductor": 110, "indulg": 52, "industri": [4, 15, 17, 18, 22, 23, 27, 28, 29, 30, 32, 36, 41, 42, 59, 60, 78, 104], "industrialio_buffer_dma": 62, "inerti": [4, 15, 17], "inet": 89, "inet6": 89, "inetd": 44, "infanc": 61, "inferior": 61, "infinit": [59, 108, 110], "inflat": 90, "influenc": 96, "info": [44, 49, 53, 57, 89, 90, 102], "inform": [0, 4, 6, 13, 17, 18, 23, 27, 36, 39, 42, 43, 47, 52, 53, 54, 60, 61, 64, 65, 70, 74, 77, 78, 79, 84, 89, 97, 100, 102, 103, 110, 112], "infrar": 108, "infrastructur": [10, 17, 100], "inher": [27, 89], "inherit": 0, "init": [9, 13, 14, 26, 27, 43, 44, 49, 54, 60, 64, 66, 79], "init_param": 64, "initctl": [13, 14, 49], "initi": [2, 8, 9, 12, 13, 14, 18, 26, 31, 35, 42, 44, 49, 54, 59, 61, 64, 65, 66, 70, 74, 76, 77, 79, 88, 100, 110], "initialis": [9, 13, 14, 44], "initmem": [13, 14, 49], "initramf": 44, "initrd": 44, "inittab": 44, "inject": [27, 54, 96], "inner": [59, 61, 84], "innov": [27, 102], "inod": [9, 13, 14, 44, 49], "inp": 59, "input": [4, 9, 10, 14, 18, 22, 23, 26, 27, 31, 32, 40, 44, 49, 52, 55, 59, 61, 63, 64, 66, 67, 70, 74, 76, 77, 78, 79, 84, 86, 93, 96, 97, 104, 105, 106, 108, 110], "input0": [9, 14, 44], "input1": 9, "inputoutput": 86, "insecur": 89, "insert": [9, 13, 14, 15, 18, 49, 52, 67, 70, 74, 96, 102, 107], "insid": [17, 43, 49, 61, 63, 66, 70, 76, 79, 84, 86, 88, 89, 95, 97, 100, 102, 108, 112], "insight": 79, "insignific": 108, "inspect": [48, 70], "instal": [0, 2, 9, 13, 14, 15, 17, 18, 22, 23, 43, 44, 49, 52, 53, 60, 74, 81, 84, 86, 87, 88, 90, 91, 102, 103, 106], "install_gt": 53, "install_lib": 65, "install_name_tool": 65, "instanc": [0, 13, 14, 29, 49, 52, 60, 61, 105], "instant": 22, "instantan": [15, 26, 97, 108], "instanti": [27, 56, 64, 70], "instead": [2, 27, 53, 57, 61, 89, 104], "institut": [103, 111], "instruct": [1, 8, 9, 12, 13, 14, 15, 18, 22, 23, 25, 46, 49, 57, 60, 61, 64, 65, 66, 71, 74, 77, 86, 88, 89, 90], "instructor": [102, 111], "instrument": [15, 17, 23, 49, 84, 85, 90, 96, 105], "int": [5, 27, 29, 61, 64, 100, 104], "int1": 15, "int16_t": 104, "int2": 15, "int5": 26, "int64x1": [9, 13, 14, 44], "int64x2": [9, 13, 14, 44], "int64x4": [9, 13, 14, 44], "int64x8": [9, 13, 14, 44], "int_ref": 64, "intal": 18, "integ": [32, 39, 66, 110], "integr": [2, 6, 10, 15, 17, 27, 44, 49, 60, 64, 86, 94, 95, 97, 107], "intel": [9, 13, 14, 18, 42, 44, 112], "intellig": 105, "intend": [18, 31, 46, 74, 110, 111], "intention": 18, "interact": [7, 11, 18, 22, 23, 27, 31, 61, 65, 70, 84, 87, 102, 104, 106], "interconnect": 65, "interest": [18, 22, 44, 61, 88, 89, 96, 103, 105, 108], "interfac": [4, 6, 9, 10, 13, 14, 15, 17, 18, 22, 23, 27, 32, 33, 35, 36, 37, 42, 44, 49, 53, 54, 57, 59, 60, 64, 65, 66, 68, 69, 71, 75, 77, 78, 84, 86, 87, 89, 90, 102, 104, 106, 108, 112], "interfer": [27, 78], "intermedi": [18, 61], "intern": [0, 26, 31, 37, 42, 49, 52, 61, 64, 70, 74, 86, 87, 97, 99, 100, 103, 104, 106], "internet": [7, 11, 13, 14, 18, 44, 49, 53, 76, 79, 88, 89, 95, 102], "interpol": [26, 27, 82], "interpos": [15, 18], "interpret": [53, 75, 86, 88, 100], "interrel": [42, 92], "interrrupt": 18, "interrupt": [4, 9, 13, 14, 18, 22, 31, 36, 44, 49], "interv": [26, 27, 59], "interview": 111, "intf": [90, 93], "inthand": 100, "intptr": 61, "intro": [87, 106], "introduc": [17, 18, 61, 102], "introduct": [17, 81, 82, 87, 106, 111], "introductori": 111, "intrument": 87, "inttyp": 53, "intuit": [61, 102, 104, 108, 110], "intx1": 9, "intz": [15, 18], "invalid": [13, 14, 59, 93], "invent": [61, 110], "inventori": 97, "invers": [26, 59], "invert": [26, 61, 110], "invok": 30, "involv": [18, 23, 79, 92], "io": [2, 9, 13, 14, 44, 49, 74, 87, 89, 104], "ioam": [13, 14], "iobuff": 61, "iocharset": 89, "iommu": [9, 13, 14], "ion": [13, 14, 49], "ioresource_irq": 29, "iot": 78, "ip": [4, 9, 13, 14, 15, 17, 18, 27, 33, 44, 45, 47, 49, 57, 59, 60, 63, 64, 66, 67, 70, 88, 104], "ip3": 26, "ip6_tabl": [9, 44], "ip6tabl": [9, 44], "ip_tabl": [9, 44], "ipart": 5, "ipi": [14, 44], "ipv4": [9, 13, 14, 18, 44, 49], "ipv6": [9, 13, 14, 44, 49], "iq": [26, 27, 56, 104], "iqrat": 27, "ir": 44, "irq": [9, 13, 14, 35, 44, 49], "irq56": 35, "irq_timer3": 29, "irqtrig56": 35, "is_scan_el": 61, "iscalibr": 63, "isk": [13, 14, 49], "ism": 105, "isn": [18, 23, 56, 61], "iso": 53, "isoa": 77, "isol": [4, 17, 78], "isospi": [74, 77, 78], "issu": [18, 42, 52, 53, 57, 76, 83, 85, 86, 88, 89, 90, 97, 101, 112], "itb": [49, 88], "itch": [13, 14], "item": [15, 110], "iter": [61, 100], "its": [0, 15, 18, 22, 31, 40, 48, 57, 61, 74, 88, 89, 90, 94, 108, 110], "itself": [18, 31, 49, 52, 53, 60, 61, 70, 90, 103], "itx": 43, "i\u00b2c": [65, 66, 84], "j": [5, 22, 23, 57, 88, 108], "j1": [53, 77], "j10": 77, "j206": 13, "j207": 13, "j3": 77, "j302": 13, "j307": 13, "j401": 9, "j5": 43, "j83": [9, 14], "ja": 108, "jack": 74, "jan": 14, "jason": 18, "jatg": 88, "java": [61, 86], "javascript": 84, "jc": 108, "jcg401": 105, "jeffrei": 111, "jenkin": [14, 49], "jep106": [13, 14], "jesd204": [6, 10, 13, 14, 26, 27, 49, 56], "jesd204b": [6, 10, 42], "jffs2": [9, 13, 14, 44, 49], "jiffi": [9, 13, 14, 44, 49], "jim": 110, "jinchang": 105, "jitter": [6, 10, 22, 23, 27], "jmax": 108, "job": [13, 14, 49, 61, 108], "jobserv": 53, "joseph": 105, "journal": [13, 14, 49], "journald": [13, 14, 49], "joystick": 31, "json": [2, 77], "jtag": [8, 12, 82, 88, 95, 107], "jtaguart": [82, 90, 95], "jul": [14, 52], "jump": [26, 43, 89], "jumper": [18, 22, 49, 76, 77, 107, 108, 110], "jumpersg": 18, "jun": [49, 52, 66], "junction": 108, "jupit": [13, 17], "just": [0, 2, 9, 13, 14, 17, 18, 23, 27, 36, 43, 47, 48, 49, 56, 60, 61, 64, 66, 83, 88, 89, 90, 96, 97, 99, 100, 101, 103, 104, 105, 108, 110, 111, 112], "jvc": 44, "k": [26, 108], "k1": [77, 78, 79], "kathleen": 111, "kb": [9, 43, 44, 49, 53, 63, 89], "kbyte": [9, 14, 44], "kc705": [8, 12, 47], "kconfig": [43, 62], "kcu105": [8, 12, 47], "kedit": 18, "keep": [0, 18, 31, 43, 47, 52, 53, 66, 77, 82, 88, 92, 95, 97, 108], "kei": [9, 13, 14, 17, 44, 49, 66, 79, 88, 89, 90, 93, 94, 108, 111], "ken": 111, "kept": [0, 26, 61, 108], "kermit": [49, 89], "kermrc": 89, "kernel": [0, 6, 9, 10, 13, 14, 18, 22, 27, 29, 30, 32, 33, 37, 44, 45, 46, 47, 48, 49, 52, 53, 54, 59, 61, 70, 82, 84, 89, 90, 94, 95, 102, 103, 104], "kernel_buff": 66, "kernel_dtb": 46, "kernel_dtb_path": [46, 47], "kernel_includ": 47, "keyboard": [7, 9, 11, 13, 14, 15, 18, 22, 23, 31, 44, 49, 83, 89, 90, 101, 102, 112], "keymap": [13, 14, 49], "keyr": [13, 14], "keysight": 77, "kfifo": [32, 42], "khz": [9, 13, 14, 15, 26, 27, 44, 54, 79, 97], "kib": [9, 13, 14, 44, 49, 53, 89, 93], "kick": 110, "kid": 18, "kill": [66, 89, 96], "killmod": [13, 14, 49], "kilohm": 66, "kind": 104, "kit": [6, 10, 13, 17, 18, 23, 45, 46, 47, 49, 74, 75, 77, 78, 79, 87, 108, 110], "klogd": 44, "kmod": [13, 14, 49], "knfsd": 49, "knob": 67, "know": [18, 52, 59, 74, 77, 84, 89, 97, 108, 110], "knowledg": 108, "known": [27, 34, 49, 52, 61, 63, 65, 89, 90, 97, 99, 100, 107], "known_host": 89, "krasnyanski": 9, "krb5": 89, "ksym": 43, "ksz9031": 49, "kuiper": [0, 9, 13, 14, 15, 22, 23, 42, 52, 57], "kuiper_belt": 18, "kyber": [13, 14, 44, 49], "k\u03c9": 110, "l": [13, 27, 29, 30, 33, 49, 60, 66, 88, 89, 90, 93, 97, 110], "l10": 0, "l19": 0, "l25": 0, "l2c": 49, "l2cap": [9, 13, 14, 44], "l317": 57, "l320": 57, "l4": [46, 48], "l4_sp_clk": 49, "l6": 0, "lab": [4, 17, 18, 25, 66, 82, 84, 87, 90, 95, 97, 102, 107, 108, 110], "label": [79, 90], "ladac": 49, "laid": [83, 101], "lamp": 110, "lan": [7, 11, 84, 102], "lan75xx": 94, "lan78xx": 94, "lan95xx": 94, "land": 15, "landscap": 111, "lane": [9, 13, 14, 26, 27, 44], "lane0": 26, "lane1": 26, "laner": 26, "langdal": 47, "languag": [15, 17, 18, 60, 61, 70, 86, 104], "laptop": [15, 57, 74, 77, 103, 108], "larg": [2, 18, 27, 31, 52, 59, 61, 94, 108], "larger": [7, 11, 15, 18, 22, 23, 105], "last": [2, 9, 14, 18, 27, 30, 32, 40, 49, 59, 61, 63, 66, 74, 77, 79, 90], "latch": 27, "late": 61, "latenc": [26, 62, 70], "later": [0, 3, 17, 18, 26, 27, 61, 76, 97, 100, 103, 108], "latest": [5, 13, 15, 18, 43, 52, 53, 54, 56, 57, 60, 61, 65, 68, 70, 71, 85, 89, 97], "latest_boot": 53, "latest_boot_partit": 53, "latex": 53, "latter": [2, 31, 61], "launch": [9, 13, 14, 52], "law": [14, 49, 108], "layer": [9, 13, 14, 31, 44, 45, 46, 47, 49, 65, 74], "layerdir": 47, "layerseries_compat_meta": 47, "layout": [4, 9, 13, 14, 17, 39, 44, 49, 74, 77, 78, 81, 83, 101, 102, 108], "lc": 53, "lcf": 87, "ld": [13, 14, 43, 49, 53, 88], "ld_library_path": 57, "ldo": [97, 108], "le": [59, 61], "lead": [15, 61, 77, 102, 108, 111], "leaf": 9, "leak": 61, "leakag": [27, 56, 99], "leap": 89, "learn": [18, 84, 87, 90, 102, 106, 108, 110, 111], "leas": 44, "least": [15, 30, 52, 53, 60, 61, 62, 63, 71, 88, 94, 96, 103, 108], "leav": [15, 57, 61, 105, 108], "led": [15, 18, 77, 90, 96, 108], "led0": 96, "led1": [90, 94], "ledtrig": [9, 13, 14, 44, 49], "left": [18, 43, 49, 57, 70, 74, 77, 79, 107, 108], "legitim": 90, "len": [9, 14, 44, 61], "length": [0, 15, 27, 32, 52, 53, 59, 61, 62, 66, 89, 90], "length_align_byt": 32, "less": [5, 15, 32, 59, 61, 62, 77, 88, 90, 108, 110, 111], "lesser": 61, "let": [18, 27, 52, 61, 89, 108], "letter": [52, 56, 106], "lev": 74, "lev_csesupport": 76, "level": [0, 2, 6, 9, 13, 14, 15, 26, 32, 42, 44, 45, 56, 57, 59, 60, 61, 70, 74, 75, 84, 97, 100, 102, 108, 111], "leverag": [0, 18, 28, 45, 46, 47, 48, 61], "lex": 61, "lexer": 61, "lf": [3, 17, 96], "lfn": 52, "lgpl": 61, "li": 100, "lib": [13, 14, 27, 49, 53, 57, 60, 61, 65, 86, 96], "lib64": 88, "libad9166": 57, "libad9361": [53, 57, 70], "libaio": [53, 57, 60], "libavahi": [53, 57, 60], "libc6": [53, 88], "libcdk5": [53, 57, 60], "libconfig": 53, "libcryptsetup": [13, 14, 49], "libcurl4": [53, 57], "libfftw3": [53, 57], "libglib2": 57, "libgoogl": 65, "libgtk2": [53, 57], "libgtkdatabox": [53, 57], "libiio": [0, 15, 17, 18, 27, 31, 33, 37, 49, 53, 57, 58, 65, 66, 67, 71, 86, 89, 95, 97, 104, 106], "libjansson": [53, 57], "libm2k": [17, 49, 58, 63, 66, 84, 85, 86, 87], "libm2k_lv": 85, "libm2kdata": 86, "libm2kinterfac": 86, "libmatio": [53, 57], "libnam": 70, "libncurs": 53, "libncurses5": 88, "libosc": [53, 57], "libphi": [9, 44, 49], "librari": [5, 15, 18, 22, 23, 31, 37, 47, 49, 53, 57, 59, 60, 61, 65, 68, 70, 71, 83, 85, 86, 88, 89, 101, 104], "libserialport": [53, 57, 60], "libssl1": 88, "libstdc": 88, "libtool": 53, "libusb": [53, 59, 60, 65, 89], "libusb1": 60, "libusb_get_vers": 53, "libusbgx": 53, "libusbgxconfig": 53, "libxml2": [53, 57, 60, 61], "libzstd": 60, "licens": [76, 77, 79, 90, 102, 103], "life": [18, 110], "lifecycl": [13, 14, 49], "light": [13, 14, 31, 49, 74, 76, 78, 108, 110, 111], "light_ev_bms_gui": 76, "light_ev_bms_gui_v1": 76, "light_ev_bmsv1": 76, "like": [0, 2, 6, 10, 17, 18, 27, 35, 45, 47, 48, 57, 60, 61, 62, 66, 67, 70, 86, 88, 89, 90, 96, 97, 100, 107, 108, 110, 111], "limit": [27, 56, 57, 59, 61, 62, 63, 77, 79, 86, 89, 105, 110], "lin": [43, 88], "linaro": [9, 42, 112], "line": [1, 5, 9, 13, 14, 15, 17, 18, 27, 31, 33, 43, 44, 46, 47, 48, 49, 53, 57, 60, 61, 65, 70, 74, 78, 79, 84, 89, 96, 97, 108], "linear": [13, 14, 22, 23, 49, 110], "link": [4, 9, 13, 14, 26, 27, 44, 53, 56, 57, 60, 61, 65, 74, 77, 78, 84, 88, 89, 94], "link_en": [13, 14], "link_init": [13, 14], "link_pre_setup": [13, 14], "link_run": [13, 14], "link_setup": [13, 14], "link_support": [13, 14], "linker": 53, "linux": [0, 4, 7, 8, 9, 11, 12, 13, 14, 15, 23, 26, 28, 32, 37, 44, 45, 47, 48, 53, 54, 59, 61, 68, 70, 82, 86, 87, 92, 93, 94, 95, 96, 97, 102, 103, 104, 106], "linux_image_adi": 53, "linuxg": 18, "linuxpp": [9, 13, 14, 44, 49], "lirc": 49, "list": [9, 13, 14, 15, 18, 27, 28, 31, 37, 43, 44, 47, 49, 52, 53, 56, 57, 60, 61, 64, 65, 66, 68, 70, 74, 76, 77, 79, 85, 86, 87, 88, 89, 90, 94, 97, 101, 103, 108, 111, 112], "listen": [13, 14, 49, 99], "lister": 53, "lite": [9, 13, 14, 44, 49], "liter": 108, "littl": [18, 61, 90, 97, 101, 108, 110, 112], "live": [0, 2, 18, 22, 23], "liviu": 49, "ll": [9, 13, 14, 17, 18, 20, 47, 59, 60, 61, 104, 108], "llt8303": 74, "lm": 5, "lm2k": 64, "lm74": 18, "lm75": 17, "lm75_exampl": 18, "lmfc": 26, "lmt": 59, "ln": [53, 65], "lna": 70, "lna_error": 59, "lnx64": 88, "lo": [26, 42, 43, 56, 59, 61, 96, 99, 104], "load": [4, 5, 9, 13, 14, 18, 26, 31, 34, 42, 43, 44, 49, 56, 57, 60, 61, 62, 63, 70, 74, 75, 76, 77, 78, 79, 82, 85, 88, 90, 95, 99, 103, 107, 108], "loadabl": 49, "loadb": 49, "loader": [9, 14, 44, 90], "loadlibrari": [61, 70], "loadlibraryarg": 70, "loadmk": 49, "loan": [7, 11], "local": [3, 4, 13, 14, 17, 18, 42, 49, 52, 53, 56, 59, 60, 65, 66, 68, 70, 86, 89, 90, 93, 95, 100], "local_kernel_dir": 43, "localhost": 18, "locat": [0, 2, 18, 39, 45, 46, 47, 49, 52, 53, 56, 57, 60, 61, 65, 66, 68, 70, 75, 76, 77, 79, 86, 90, 97, 110], "lock": [26, 27, 29, 30, 31, 32, 59, 61], "log": [9, 13, 14, 18, 22, 23, 26, 44, 49, 53, 60, 76, 79, 93, 108], "logallrefupd": 2, "logic": [59, 64, 65, 66, 82, 84, 87, 89, 100, 110], "login": [9, 13, 14, 18, 44, 49, 66, 89], "logo": 90, "logon": 18, "lol": 27, "long": [15, 43, 53, 61, 62, 66, 70, 78, 99, 112], "longer": [9, 18, 44, 90, 96, 100, 103, 110, 112], "look": [0, 5, 7, 11, 13, 15, 17, 18, 45, 49, 52, 53, 56, 57, 61, 66, 77, 86, 87, 88, 89, 90, 96, 99, 108, 110], "lookup": 63, "loop": [6, 9, 10, 13, 14, 26, 31, 44, 49, 61, 70, 77, 79, 108, 110], "loopback": [18, 42, 59, 70], "loos": [90, 97], "lose": [61, 107, 108], "loss": [6, 9, 10, 13, 14, 59, 74, 84, 102, 105, 110], "lost": [27, 59, 61, 108, 112], "lot": [18, 22, 36, 61, 83, 90, 101, 106, 112], "loud": 99, "low": [6, 9, 10, 14, 15, 17, 18, 21, 23, 26, 31, 32, 36, 42, 44, 56, 57, 59, 60, 62, 66, 70, 74, 75, 77, 78, 97, 103, 108, 110], "low_level": 66, "lower": [26, 27, 57, 75, 77, 79, 108], "lower_up": 89, "lowest": [18, 74], "lp": 59, "lpc": [27, 33, 44, 49, 59, 89, 104], "lpcm": 74, "lpf": 59, "lpi": 13, "lpj": [9, 13, 14, 44, 49], "lpm": 48, "lpt": 15, "lrwxrwxrwx": [27, 60], "lrz7q5ndhnqchdsyccgr5lffa1l2cf2ux2haqlcqtcfefyjvd6wxkxelzorwkchj2zp": 44, "lsb": [13, 14, 49, 61, 64, 66, 88], "lsusb": 90, "lt": [89, 103], "lt8303": 74, "ltc": 18, "ltc2978": 49, "ltc3639": 74, "ltc4413": 97, "ltc7001": 74, "lte": [60, 70, 100], "lte10": [5, 99], "lte15": 5, "lte20": [5, 99], "lte5": 5, "lte_exampl": 5, "ltpowerplai": 22, "ltspice": [108, 110], "luck": 108, "luckili": 108, "lut": 63, "luxuri": [18, 108], "lvd": [9, 14, 26], "lvl_shft_sd_mode1": [13, 14, 44], "lz": 13, "lz4": [14, 49], "m": [1, 2, 9, 13, 14, 15, 22, 26, 44, 49, 53, 59, 61, 65, 70, 74, 86, 97, 100, 105], "m1k": [84, 111], "m25p80": [9, 14, 44], "m2k": [17, 63, 64, 66, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 93, 94, 110, 111], "m2k_i2c_init": 64, "m2k_protocol_init": 64, "m2k_spi_init": 64, "m2k_tty": 66, "m2k_uart_init": 64, "m2kanalogin": [64, 86], "m2ki2cinit": 64, "m2kopen": [63, 64, 86], "m2kopendefinit": 86, "m2kpowersuppli": 64, "m2kspiinit": 64, "m2kuartinit": 64, "m4": 78, "m5dsum": 52, "m8": [46, 48], "m_pi": 5, "ma": [15, 77, 100], "mac": [13, 14, 15, 18, 22, 23, 87, 102, 103, 106, 108], "macb": [9, 13, 14, 44], "macb_mii_bu": [9, 44], "machin": [2, 4, 13, 14, 18, 26, 42, 44, 47, 49, 56, 78, 88, 89, 90, 100], "machine_nam": 47, "maco": [65, 103], "macro": [10, 27], "mad": [83, 101, 112], "made": [18, 27, 54, 56, 65, 90, 94, 110, 111], "magazin": 110, "magic": [5, 95], "magnetomet": 31, "magnitud": 110, "mai": [0, 1, 2, 6, 9, 10, 13, 14, 18, 27, 31, 32, 33, 34, 35, 39, 40, 43, 44, 45, 47, 48, 49, 52, 53, 54, 55, 57, 60, 61, 62, 70, 74, 77, 79, 82, 84, 85, 86, 88, 89, 90, 94, 95, 97, 99, 100, 101, 102, 103, 108, 110, 111], "mail": [31, 37, 101, 112], "mailbox": [14, 44], "main": [0, 2, 5, 13, 27, 42, 44, 54, 55, 59, 60, 61, 64, 66, 74, 77, 78, 84, 86, 89, 92, 100, 104, 107], "mainland": 2, "mainli": 100, "mainlin": [27, 60], "maintain": [26, 45, 47, 57, 58, 70, 83, 89, 90, 96, 101], "mainten": [61, 74, 77], "major": [9, 13, 14, 44, 54, 61, 65, 66, 97], "make": [0, 2, 5, 6, 7, 11, 13, 15, 18, 27, 29, 30, 35, 36, 43, 45, 48, 49, 52, 53, 56, 57, 60, 61, 62, 63, 64, 65, 66, 68, 70, 71, 74, 77, 78, 79, 86, 87, 89, 90, 96, 97, 100, 102, 105, 107, 108, 110, 112], "makefil": [53, 68, 70, 79, 88], "makeindex": 53, "maker": [18, 57, 103], "male": 15, "malici": 89, "malloc": 5, "man": [9, 13, 14, 45, 47, 49, 52, 89], "manag": [2, 9, 13, 14, 15, 18, 30, 43, 44, 49, 53, 56, 57, 78, 79, 85, 89, 90, 92, 96, 97, 109], "managem": 18, "mandat": 26, "mandatori": 66, "mani": [6, 10, 15, 18, 27, 31, 40, 49, 52, 60, 66, 67, 70, 84, 90, 94, 97, 98, 100, 102, 103, 105, 108, 111, 112], "manifest": 53, "manipul": [56, 61, 104], "manner": [83, 101, 102, 112], "manual": [0, 18, 26, 27, 53, 56, 57, 59, 61, 79], "manual_tx_quad": 59, "manufactur": [9, 13, 14, 18, 44, 49, 89, 108], "map": [9, 13, 14, 18, 26, 27, 33, 43, 44, 49, 54, 57, 61, 77, 90], "mapper": [13, 14, 49], "margin": [59, 79, 108], "mark": [32, 52, 61, 64, 66], "marker": 1, "market": [77, 78, 79, 97, 111], "marshal": 61, "mask": [9, 13, 14, 26, 27, 39, 44, 49, 59, 61, 89], "mass": [88, 93, 96, 102, 103, 108], "massiv": 10, "master": [9, 13, 14, 15, 44, 49, 53, 57, 60, 64, 89, 110], "mat": [5, 56, 57], "match": [2, 15, 26, 27, 52, 64, 65, 71, 88, 90, 97, 111], "materi": [4, 17, 74, 77, 78, 81, 87, 97, 102], "math": [5, 6, 10, 22, 57], "mathwork": [4, 5, 60, 68, 70, 101, 103, 112], "mathworks_ip": 14, "matlab": [6, 10, 15, 17, 18, 27, 57, 58, 60, 61, 68, 70, 87, 89, 97, 102, 106, 111], "matlabnam": 86, "matlabshar": 70, "matplotlib": [22, 23], "matter": [18, 22, 61, 88, 89, 102, 103, 108], "matur": 18, "mawk": 53, "max": [5, 9, 13, 14, 15, 26, 27, 44, 48, 57, 59, 74, 76, 99, 110], "max25301a": 74, "max31855pmb1": 15, "max32625pico": [15, 74, 77], "max32650fthr": 4, "max32650fthr_demo_adxl355": 15, "max32655fthr": 4, "max326825pico": 77, "max32690": 74, "max_block_s": 62, "max_cycl": [9, 13, 14, 44, 49], "max_hop": [9, 13, 14, 44, 49], "max_idle_n": [9, 13, 14, 44, 49], "max_ord": [9, 13, 14, 44, 49], "max_speed_hz": 64, "max_temp": 63, "maxdepth": [0, 2], "maxim": [15, 18, 22, 79], "maximintegr": 15, "maximsdk": 79, "maximum": [9, 18, 26, 32, 44, 49, 53, 61, 63, 74, 78, 108], "maxk": 9, "mayb": [61, 88], "mb": [9, 13, 14, 43, 44, 49, 52, 53, 89], "mbed": 22, "mbox": 14, "mbyte": 88, "mc": [9, 13, 14, 26, 49], "mcbsp": 31, "mce": 44, "mcu": [15, 17, 75, 76, 78, 79], "md5": [44, 52, 88], "md5sum": [52, 88], "mdb": [27, 59], "mdelai": 64, "mdev": 96, "mdio": [9, 13, 44, 49], "mdn": [13, 14, 49], "me": [22, 99], "mea": [26, 59, 108], "mean": [0, 2, 8, 12, 15, 18, 22, 23, 27, 31, 52, 56, 57, 61, 78, 89, 90, 97, 98, 99, 105, 108], "meant": [27, 54, 57, 61, 89], "meantim": [18, 20], "measur": [9, 13, 14, 15, 22, 23, 26, 31, 44, 57, 59, 67, 74, 75, 76, 77, 78, 84, 102, 105, 108, 110, 111], "mechan": [27, 61, 94, 97, 108, 110, 111], "media": [9, 13, 14, 43, 44, 49, 89, 90, 94, 96], "meehan": 111, "meet": [18, 26, 48], "mega": 102, "megabyt": 61, "meghan": 111, "mem": [4, 9, 13, 14, 15, 17, 44, 49], "member": [26, 54, 89], "memcpi": 61, "memfd_creat": 13, "memori": [9, 13, 14, 18, 44, 49, 53, 56, 61, 77, 88, 94], "mental": 108, "mention": [63, 108], "menu": [9, 13, 18, 44, 57, 62, 76, 77], "menuconfig": [27, 29, 30, 88], "mere": 31, "merg": [0, 2], "mess": 61, "messag": [9, 12, 14, 42, 57, 61, 66, 79, 89, 93], "met": [26, 27, 40, 60, 100, 108], "meta": [45, 48], "metadata": [13, 14, 49], "metal": [15, 22, 97, 108], "meter": 108, "method": [9, 13, 14, 15, 27, 30, 32, 43, 44, 45, 46, 57, 61, 63, 64, 65, 67, 75, 79, 83, 85, 86, 89, 90, 93, 101, 104, 110, 112], "metric": [22, 23, 79, 89, 108], "mezzanin": [8, 12], "mfd_exec": 13, "mfd_noexec_s": 13, "mfr": [9, 13, 14, 44, 49, 89], "mgc": [42, 56, 59], "mhenneri": 9, "mhz": [21, 56, 61, 84, 97, 99, 102, 103, 105], "mib": [9, 13, 14, 44, 49, 61, 89, 93], "mice": 9, "michael": [9, 43, 88], "micrel": 49, "micro": [9, 14, 15, 18, 22, 23, 26, 74, 77, 103], "microchip": [18, 94, 97], "microcontrol": [15, 22, 74, 78, 79], "microsoft": 89, "microusb": 103, "microwav": 108, "mid": 26, "middl": [45, 47, 89, 90, 97, 108], "might": [13, 18, 31, 53, 61, 71, 85, 90, 105, 108, 110, 111], "migrate_info_typ": [9, 13, 14, 44], "mii": 13, "mii_bu": [9, 44, 49], "million": 61, "millisecond": [59, 110], "mimo": 10, "min": [26, 57, 63, 74, 111], "mind": [0, 43, 49, 108], "minecraft": 18, "mini": [15, 22, 23, 43, 111], "minicom": [9, 13, 14, 66, 90], "minim": [15, 45, 47, 49, 79, 86, 102, 108], "minimalist": 104, "minimum": [7, 9, 11, 13, 14, 26, 32, 44, 49, 63, 70, 78, 103, 108], "minobject": [13, 49], "minor": [9, 44, 48, 89, 97], "minu": 97, "minut": [44, 52, 63, 79, 90, 108], "mirror": 22, "miso": [15, 64, 66], "misplac": 97, "miss": [63, 83, 101, 112], "mission": 17, "mistak": 52, "mitig": 49, "mix": [13, 14, 17, 27, 49, 89, 111], "mixer": [26, 27, 70], "mixer_error": 59, "mkdir": [0, 2, 53, 57, 60, 65], "mkenvimag": 88, "mkimag": [43, 49, 88], "mltbx": [68, 70, 86], "mlx": 86, "mm": 89, "mmc": [9, 13, 14, 44, 49], "mmc0": [9, 13, 14, 44, 49], "mmc1": 49, "mmc_host": 49, "mmcblk0": [9, 13, 14, 44, 49, 52], "mmcblk0p1": [44, 52], "mmcblk0p2": [9, 13, 14, 44, 49, 52], "mmcblk0p3": 49, "mmio": [9, 13, 14, 44, 49], "mmio32": 13, "mmwave": [4, 17], "mnemon": 15, "mnt": 49, "mobil": [9, 13, 14, 44, 49, 78, 102, 111], "mode": [0, 5, 6, 9, 10, 13, 14, 15, 18, 42, 44, 48, 49, 56, 57, 59, 61, 64, 66, 74, 76, 77, 78, 79, 82, 84, 88, 93, 94, 95, 96, 97, 100, 102, 103, 108], "model": [6, 10, 13, 14, 18, 22, 44, 49, 59, 61, 68, 69, 90, 93, 94, 97, 101, 108, 110, 112], "modem": [13, 14, 49, 70, 89], "modern": [18, 89, 108, 110], "modif": [18, 46, 47, 79, 96, 102], "modifi": [0, 18, 26, 27, 33, 43, 44, 45, 46, 48, 57, 61, 64, 67, 77, 79, 84, 86, 88], "modprob": [13, 14, 49], "modul": [5, 9, 13, 14, 15, 18, 44, 49, 61, 62, 71, 76, 78, 84, 87, 89, 94, 102, 106, 108, 110, 111], "modular": 47, "modulo": 26, "moment": [61, 89, 110], "momentarili": 31, "mon": [9, 14, 59, 89], "monad": 49, "monitor": [7, 9, 10, 11, 13, 14, 15, 18, 22, 23, 43, 44, 49, 57, 61, 67, 74, 75, 76, 78, 79, 83, 95, 97, 101, 112], "mono": 61, "monolith": 0, "monoton": 27, "montior": 18, "more": [0, 4, 5, 7, 11, 17, 18, 26, 27, 31, 36, 43, 47, 52, 53, 54, 56, 60, 61, 62, 63, 65, 66, 67, 70, 74, 78, 79, 84, 86, 87, 89, 90, 97, 100, 102, 107, 108, 110, 111], "mosfet": [74, 108], "mosi": [15, 64, 66], "most": [2, 8, 12, 15, 18, 20, 26, 43, 47, 48, 49, 52, 53, 57, 61, 84, 89, 90, 94, 97, 102, 103, 105, 108], "mostli": [0, 89, 103], "motd": 53, "motion": 36, "motiv": 61, "motor": [27, 108], "mount": [9, 13, 14, 18, 43, 44, 49, 52, 74, 89, 90, 94, 108], "mountpoint": [9, 13, 14, 44, 49], "mous": [7, 9, 11, 13, 14, 15, 18, 22, 23, 31, 44, 49, 57], "mousedev": 9, "mousepad": [18, 49], "mouser": 97, "movabl": [13, 14, 49], "move": [0, 2, 22, 36, 53, 57, 61, 68, 70, 79, 83, 86, 101, 108], "mp": [9, 14, 44], "mp4": [6, 10], "mpidr": 49, "mpl": [9, 13, 14, 44, 49], "mpsoc": [9, 13, 14, 17, 42], "mq": [13, 14, 44, 49], "mr": 110, "ms116": 9, "ms64": 65, "msb": [5, 61, 64, 66], "msd": 93, "msdo": 89, "msec": 64, "msk": 5, "msp": [56, 59, 61, 102, 104], "mt": 53, "mt25qu512a": 14, "mtd": [9, 13, 14, 44], "mtddev": [9, 13, 14, 44], "mtdoop": [9, 13, 14, 44], "mtool": 88, "mtu": 89, "much": [6, 7, 10, 11, 15, 18, 31, 36, 61, 66, 71, 83, 97, 101, 105, 108, 110, 111, 112], "multi": [61, 90, 105], "multicast": [9, 13, 14, 44, 57, 89], "multichip": 56, "multichip_sync": 59, "multifram": 26, "multifunct": 49, "multimedia": 49, "multimet": [57, 65, 108], "multipl": [0, 10, 18, 26, 27, 29, 35, 47, 56, 59, 61, 78, 79, 84, 89, 97, 102, 103, 110, 111, 112], "multiple_devic": 87, "multiplex": [4, 9, 14, 17, 27, 44], "multipli": 108, "multitud": 61, "mundan": 18, "must": [6, 9, 10, 13, 14, 15, 18, 26, 27, 31, 39, 40, 44, 47, 49, 54, 57, 60, 61, 63, 64, 65, 66, 70, 74, 77, 84, 89, 90, 97, 100, 102, 103, 108, 110], "mux": [9, 14, 27, 44], "mv": [27, 59, 74, 88], "mw": 13, "my": [0, 2, 15, 17, 19, 89], "my_ad9081": 46, "my_devic": 61, "my_top": [0, 2], "myacc": 18, "myanalog": [76, 77, 79], "myfb": 43, "mypkg": 86, "m\u03c9": 74, "n": [2, 5, 9, 13, 14, 15, 18, 27, 44, 49, 53, 59, 61, 62, 89, 100, 105], "n25q256a": 93, "n25q512a": [9, 44], "n_digital_and_analog": 66, "n_digital_or_analog": 66, "n_digital_xor_analog": 66, "nack": 66, "name": [9, 13, 14, 15, 29, 30, 31, 33, 34, 35, 38, 40, 42, 43, 44, 46, 47, 48, 49, 53, 56, 57, 59, 61, 64, 70, 71, 74, 79, 85, 86, 87, 88, 90, 93, 94, 96, 106, 108, 111], "namespac": [61, 70], "nand": [9, 13, 14, 44, 49], "nano": [18, 94], "narrow": 79, "nation": 15, "nativ": [18, 89], "natur": [97, 108], "navig": [2, 47, 52, 77, 79, 89], "nb_sampl": 66, "nb_valu": 63, "nc": 15, "ncm": 89, "nco": [26, 27, 48], "nco1": 26, "nco2": 26, "ncp339afct2g": 97, "ncq": [9, 14, 44], "ncurs": [53, 57], "nd6": 89, "nearest": 56, "nearli": [61, 82, 95], "neatli": 111, "nec": 44, "necessari": [0, 15, 18, 23, 27, 47, 55, 57, 61, 68, 70, 86, 88, 90, 96, 100, 103, 110], "necessarili": 108, "nechita": [31, 37, 104], "need": [0, 1, 6, 7, 8, 9, 10, 11, 12, 13, 15, 17, 18, 19, 26, 27, 33, 43, 44, 47, 49, 52, 53, 54, 56, 57, 60, 61, 62, 63, 65, 67, 70, 71, 75, 76, 79, 84, 86, 88, 89, 90, 94, 99, 100, 102, 103, 107, 108, 110], "needless": 61, "neg": [27, 61, 74, 75, 108, 110], "negoti": 44, "neighbor": 108, "neither": 40, "nema": 103, "neon": [13, 14, 44], "neonx1": [9, 13, 14, 44], "neonx2": [9, 13, 14, 44], "neonx4": [9, 13, 14, 44], "neonx8": [9, 13, 14, 44], "nest": 53, "net": [9, 13, 14, 44, 49, 57, 61, 89, 90, 93, 100], "net1080": [9, 13, 14, 44, 49], "netdev_up": 44, "netfilt": [9, 44], "netlink": [9, 13, 14, 44, 49], "netmask": 89, "network": [9, 13, 14, 15, 18, 22, 23, 27, 44, 49, 53, 57, 59, 84, 87, 89, 93, 94, 104, 105, 108, 110], "never": [6, 10, 18, 31, 61, 89, 93, 97, 110], "new": [1, 2, 3, 9, 13, 14, 17, 18, 26, 30, 43, 44, 47, 48, 49, 53, 57, 61, 62, 63, 67, 70, 74, 76, 77, 79, 85, 88, 89, 90, 100, 111], "newer": [18, 32, 52, 53, 61, 71], "newest": [49, 53], "newli": [46, 53, 57, 89], "newlin": 86, "newlocal": 53, "next": [13, 17, 18, 26, 42, 47, 65, 70, 76, 77, 79, 84, 86, 88, 97, 100, 108, 110, 111], "nf": [9, 13, 14, 44, 49], "nfs4filelayout_init": [9, 13, 14, 44], "nfs4flexfilelayout_init": [13, 14], "nfsv4": [9, 13, 14, 44, 49], "nibbl": 26, "nice": [18, 102], "nicer": 110, "nichol": 84, "nightli": [65, 85], "nikon": 18, "nless": [13, 14, 49], "nm": [53, 105], "no_par": 64, "no_trigg": 66, "node": [9, 13, 14, 44, 45, 46, 48, 49, 61, 108, 110], "nodev": 89, "nois": [15, 18, 22, 23, 27, 70, 84, 97, 99, 106], "noiseless": 22, "noisi": 97, "nomenclatur": [27, 97], "nomin": 59, "non": [9, 13, 14, 32, 44, 61, 66, 106, 110], "nonalias": 49, "none": [13, 14, 49, 53, 63, 66, 89], "nonzero": 110, "noop": [9, 44], "noowner": 89, "nor": [9, 14, 22, 44, 89], "normal": [5, 7, 11, 13, 14, 26, 27, 36, 46, 47, 48, 49, 52, 57, 60, 61, 66, 84, 88, 89, 90, 96, 97, 100, 102, 108], "nosuid": 89, "notabl": 61, "notat": 79, "notch": 105, "note": [8, 12, 15, 17, 18, 22, 27, 39, 40, 42, 43, 53, 54, 60, 61, 65, 71, 74, 77, 78, 79, 86, 89, 90, 96, 100, 105, 108, 110], "notepad": 18, "noth": 89, "notic": [0, 9, 14, 18, 44, 52, 108, 110], "notif": [15, 76, 77, 79], "notifi": [52, 61, 70, 90], "noupdat": 53, "nov": [9, 43, 60, 89], "now": [9, 13, 14, 15, 18, 47, 49, 52, 53, 60, 67, 74, 75, 90, 93, 99, 108, 111], "np": 26, "npn": 22, "nproc": 57, "nr_cpu": [9, 13, 14, 44], "nr_cpu_id": [9, 13, 14, 44], "nr_irq": [9, 13, 14, 44, 49], "ntc": 74, "ntf": 49, "null": [5, 9, 15, 44, 49, 61, 89, 110], "nullptr": 64, "num": [13, 14, 59], "num_chan": 49, "num_channel": 64, "num_ev": 49, "num_peri": 49, "num_resourc": 29, "number": [9, 13, 14, 15, 18, 26, 27, 30, 31, 32, 33, 34, 35, 39, 40, 44, 49, 52, 53, 56, 57, 59, 61, 62, 63, 64, 66, 67, 70, 76, 77, 79, 86, 89, 94, 97, 100, 108], "numberoflan": 26, "numchannel": 66, "numer": [27, 56, 61, 63, 76, 77, 79], "numpi": [22, 23], "nwl": [9, 14, 44], "nyquist": 84, "o": [4, 5, 6, 8, 9, 12, 17, 18, 23, 27, 28, 29, 30, 32, 36, 41, 42, 43, 44, 48, 49, 52, 53, 54, 57, 59, 60, 61, 79, 84, 88, 96, 102, 103, 107], "o0": 64, "o_cloexec": 60, "o_rdonli": 60, "oam": [13, 14], "ob": [9, 26, 27, 55], "obj": [67, 70, 86], "objcopi": 43, "objdir": 53, "objdump": 53, "object": [53, 57, 60, 68, 70, 71, 86, 90, 92, 101, 112], "obs1": 27, "obs2": 27, "obs_aux_lo": 27, "obs_tx_lo": 27, "obscur": 67, "observ": [9, 10, 13, 14, 42, 55, 77], "obsolet": 97, "obsrx": 26, "obtain": [2, 17, 18, 27, 31, 60, 61, 68, 70, 77, 81, 82, 91, 103, 107], "obviou": 18, "obvious": [18, 61], "occupi": 39, "occur": [6, 9, 10, 13, 14, 52, 57, 61, 63, 64, 70, 74, 84, 102, 110], "occurr": 36, "ocm": [9, 14], "oct": [14, 89], "octet": [18, 26, 52], "odd": [64, 66], "odi": 18, "oe": 44, "oe_termin": 46, "oem": [9, 14, 15, 44], "of_cfs_init": [13, 14, 49], "of_nod": 27, "off": [9, 13, 14, 18, 26, 27, 31, 44, 49, 57, 65, 70, 74, 89, 90, 97, 100, 108], "offer": [7, 10, 11, 15, 18, 27, 61, 63, 64, 65, 66, 79, 102, 111], "offic": [18, 111], "offici": [60, 65, 85, 90, 106], "offload": 49, "offset": [15, 22, 23, 26, 27, 49, 57, 59, 90, 110], "oflag": 49, "ofoo": 60, "ofpart": [9, 44], "often": [18, 36, 49, 61, 108, 110, 111], "ohm": 110, "ok": [7, 9, 11, 13, 14, 44, 49, 52, 53, 57, 83, 89, 93, 100, 101, 112], "okir": 49, "old": [0, 6, 10, 18, 31, 53, 57, 60, 88, 107], "older": [53, 65, 97], "oldest": [61, 97], "onboard": 18, "onc": [9, 13, 14, 15, 18, 27, 48, 49, 52, 57, 61, 63, 65, 70, 74, 76, 77, 79, 86, 87, 89, 90, 94, 106, 110], "ond": [13, 14, 49], "one": [0, 5, 7, 11, 13, 15, 18, 22, 23, 26, 31, 36, 43, 48, 52, 53, 56, 57, 59, 60, 61, 63, 65, 66, 67, 68, 70, 74, 77, 79, 83, 89, 90, 93, 97, 99, 101, 102, 103, 105, 108, 110, 111, 112], "one_and_a_half": 64, "ones": [7, 11, 18, 31, 43, 45, 61, 89, 90], "ongo": 77, "onli": [0, 5, 7, 9, 11, 13, 14, 18, 22, 26, 27, 32, 35, 40, 43, 44, 47, 49, 52, 53, 54, 56, 57, 59, 60, 61, 63, 65, 66, 67, 68, 70, 71, 74, 75, 77, 79, 83, 85, 86, 88, 90, 93, 94, 97, 100, 101, 103, 108, 110, 111, 112], "onlin": [13, 14, 18, 49, 111], "onset": 27, "onto": [49, 52, 53, 63, 77, 90, 97], "op": [44, 61, 64, 110], "opaqu": 61, "open": [1, 2, 14, 15, 18, 47, 49, 52, 57, 58, 60, 65, 66, 68, 70, 74, 76, 77, 79, 82, 85, 86, 89, 90, 95, 102, 106, 110, 111], "open_drain": 66, "openbsd": [13, 14, 49], "opengl": 106, "openmoko": [90, 93], "opensourc": 61, "openssl": [53, 57], "opensus": 89, "oper": [15, 18, 22, 27, 31, 49, 57, 61, 64, 65, 66, 74, 75, 78, 84, 87, 89, 90, 94, 97, 100, 102, 105, 108, 110], "oppos": 61, "oprofil": 49, "opt": [9, 44, 49, 68, 70, 88], "opt_post_running_stag": [13, 14], "opt_setup_stage1": [13, 14], "opt_setup_stage2": [13, 14], "opt_setup_stage3": [13, 14], "opt_setup_stage4": [13, 14], "opt_setup_stage5": [13, 14], "optarg": 5, "optic": [9, 23], "optim": [26, 27, 59, 70, 78, 97, 108], "optimist": 108, "optind": 5, "option": [0, 2, 5, 7, 9, 11, 13, 14, 15, 18, 26, 27, 33, 43, 47, 49, 53, 54, 56, 57, 59, 60, 61, 62, 63, 64, 65, 66, 70, 75, 76, 77, 79, 89, 90, 94, 103, 108], "orang": 79, "order": [9, 13, 14, 15, 18, 27, 33, 34, 44, 47, 49, 53, 54, 56, 57, 60, 61, 63, 64, 65, 88, 89, 90, 97, 98, 107, 108, 110, 111], "org": [18, 31, 37, 43, 61, 65, 89, 102, 106], "organ": [2, 79], "orient": 61, "origin": [0, 3, 15, 17, 18, 43, 48, 49, 53, 57, 61, 74, 76, 77, 79, 110], "orphan": 1, "orx": 42, "orx1": [26, 27, 54], "orx2": [26, 27, 54], "osc": [5, 9, 13, 14, 18, 53, 57, 89], "osc_remot": 57, "oscil": [4, 17, 42, 56, 61, 97], "oscilloscop": [4, 6, 8, 10, 12, 17, 18, 27, 31, 37, 49, 53, 54, 56, 58, 60, 64, 65, 66, 84, 87, 89, 106, 110, 111], "ossman": [9, 13, 14, 44], "osx": 89, "otg": [17, 49, 81, 82, 90, 91, 97, 103], "other": [0, 13, 15, 17, 18, 26, 27, 30, 31, 32, 39, 43, 46, 47, 49, 52, 53, 56, 57, 60, 61, 62, 64, 66, 67, 70, 74, 76, 77, 78, 79, 89, 97, 100, 103, 105, 108, 110, 112], "otherwis": [8, 12, 43, 57, 63, 65, 74, 77, 78, 89, 92], "ought": 108, "our": [7, 11, 15, 17, 18, 66, 75, 83, 89, 96, 97, 99, 101, 108, 111, 112], "ourselv": 105, "out": [5, 6, 7, 9, 10, 11, 13, 14, 15, 18, 26, 36, 43, 44, 47, 49, 52, 53, 56, 57, 59, 60, 65, 70, 78, 83, 87, 88, 89, 90, 93, 96, 97, 99, 100, 101, 102, 103, 105, 108, 110], "out_altvoltage0_": 27, "out_altvoltage0_trx_lo_frequ": 27, "out_altvoltage0_trx_lo_frequency_hopping_mod": 27, "out_altvoltage0_trx_lo_frequency_hopping_mode_en": 27, "out_altvoltage1_": 27, "out_altvoltage1_aux_obs_rx_lo_frequ": 27, "out_altvoltage1_tx_lo_frequ": 27, "out_check": 48, "out_voltag": 27, "out_voltage0_": 27, "out_voltage0_atten_control_pin_mode_en": 27, "out_voltage0_hardwaregain": 27, "out_voltage0_lo_leakage_tracking_en": 27, "out_voltage0_pa_protection_en": 27, "out_voltage0_powerdown": 27, "out_voltage0_quadrature_tracking_en": 27, "out_voltage0_rf_bandwidth": 27, "out_voltage0_v1_powerdown": 61, "out_voltage0_v1_powerdown_mod": 61, "out_voltage0_v1_raw": 61, "out_voltage0_v1_scal": 61, "out_voltage10_": 27, "out_voltage10_offset": 27, "out_voltage10_raw": 27, "out_voltage10_scal": 27, "out_voltage11_": 27, "out_voltage11_offset": 27, "out_voltage11_raw": 27, "out_voltage11_scal": 27, "out_voltage12_": 27, "out_voltage12_raw": 27, "out_voltage12_scal": 27, "out_voltage13_": 27, "out_voltage13_raw": 27, "out_voltage13_scal": 27, "out_voltage1_": 27, "out_voltage1_atten_control_pin_mode_en": 27, "out_voltage1_hardwaregain": 27, "out_voltage1_lo_leakage_tracking_en": 27, "out_voltage1_pa_protection_en": 27, "out_voltage1_powerdown": 27, "out_voltage1_quadrature_tracking_en": 27, "out_voltage1_rf_bandwidth": 27, "out_voltage1_v2_powerdown": 61, "out_voltage1_v2_powerdown_mod": 61, "out_voltage1_v2_raw": 61, "out_voltage1_v2_scal": 61, "out_voltage2": 27, "out_voltage2_": 27, "out_voltage2_offset": 27, "out_voltage2_raw": 27, "out_voltage2_scal": 27, "out_voltage3_": 27, "out_voltage3_offset": 27, "out_voltage3_raw": 27, "out_voltage3_scal": 27, "out_voltage4_": 27, "out_voltage4_offset": 27, "out_voltage4_raw": 27, "out_voltage4_scal": 27, "out_voltage5_": 27, "out_voltage5_offset": 27, "out_voltage5_raw": 27, "out_voltage5_scal": 27, "out_voltage6_": 27, "out_voltage6_offset": 27, "out_voltage6_raw": 27, "out_voltage6_scal": 27, "out_voltage7_": 27, "out_voltage7_offset": 27, "out_voltage7_raw": 27, "out_voltage7_scal": 27, "out_voltage8_": 27, "out_voltage8_offset": 27, "out_voltage8_raw": 27, "out_voltage8_scal": 27, "out_voltage9_": 27, "out_voltage9_offset": 27, "out_voltage9_raw": 27, "out_voltage9_scal": 27, "out_voltage_powerdown_mode_avail": 61, "out_voltage_sampling_frequ": 27, "outdat": 61, "outer": 59, "outlin": [6, 10, 111], "output": [0, 2, 4, 5, 8, 12, 17, 18, 22, 26, 27, 32, 39, 43, 44, 45, 48, 49, 52, 53, 57, 59, 61, 63, 64, 66, 70, 74, 75, 77, 79, 84, 86, 88, 97, 99, 100, 103, 105, 106, 108, 110], "output_mod": 66, "outsid": [2, 46, 56, 61, 70], "ov": 74, "oven": 108, "over": [0, 9, 13, 14, 15, 18, 26, 27, 44, 49, 53, 59, 61, 67, 88, 89, 90, 100, 102, 103, 105, 106, 107, 112], "overal": 31, "overcom": 57, "overflow": 70, "overh": 74, "overhead": [36, 61, 62, 79, 108], "overlai": [17, 22, 49], "overlap": 31, "overleaf": 2, "overload": [26, 27, 59, 99], "overrang": [26, 27, 59], "overrangehighpowerthreshold": 26, "overrangelowpowerthreshold": 26, "overrid": 43, "overrun": 89, "oversampl": [26, 66], "oversampling_ratio": 66, "overthink": [0, 2], "overview": [4, 17, 18, 42, 68, 70, 71, 79, 80], "overvoltag": 76, "overwrit": [13, 31, 43, 45, 52, 57, 59, 60, 71, 90], "overwritten": [0, 61, 63], "ovr": 59, "ovrg": 26, "ow": 18, "own": [0, 6, 10, 18, 22, 43, 49, 56, 57, 61, 87, 88, 89, 99, 101, 111], "p": [9, 13, 14, 18, 40, 45, 49, 53, 56, 66, 88, 90, 93, 108], "p1": [9, 13, 14, 15, 18, 44, 49, 56, 64], "p10": [15, 77], "p1166": 74, "p14": 77, "p2": [9, 13, 14, 15, 44, 49, 56, 64, 77], "p3": [9, 13, 14, 44, 49, 64], "p4": 64, "p5": 64, "p6": 64, "p9": 15, "p_": 108, "p_dat": 104, "p_end": 104, "p_inc": 104, "p_vntewue24": 104, "pa": [42, 56, 100], "pack": [23, 53, 74, 75, 76, 78, 79, 89, 103], "packag": [6, 10, 15, 43, 44, 53, 57, 59, 65, 66, 68, 70, 71, 74, 76, 77, 78, 79, 83, 85, 86, 88, 89, 90, 101, 102, 108, 112], "packagenam": 86, "packet": [9, 13, 14, 44, 61, 64, 89], "packhem": 111, "packrf": 43, "pad": [26, 39, 97], "page": [1, 2, 3, 6, 9, 10, 13, 14, 15, 17, 44, 49, 52, 53, 57, 61, 65, 66, 68, 70, 74, 77, 79, 82, 84, 85, 89, 90, 93, 95, 100, 102, 103, 106, 108, 110, 112], "page0": 0, "page1": 0, "pai": 108, "pain": [7, 11, 104], "pair": [77, 78, 108], "pak": 108, "palm": 84, "pam": [13, 14, 49], "panalog": 89, "pandoc": 0, "panel": [2, 4, 18, 57, 61, 89], "paper": [18, 90, 97], "par": [61, 94], "paragraph": 97, "parallel": [17, 31, 61, 84, 108], "param": [9, 13, 14, 43, 44, 64], "paramet": [9, 18, 22, 23, 26, 27, 40, 43, 44, 47, 53, 61, 62, 63, 64, 65, 74, 76, 77, 78, 79, 105, 108], "parent": [13, 14, 53, 61], "pariti": [64, 66, 89], "park": 76, "pars": [49, 53], "parsabl": 61, "parser": [13, 14, 61], "part": [6, 7, 9, 10, 11, 13, 14, 15, 18, 23, 27, 44, 48, 49, 52, 54, 59, 61, 67, 68, 70, 77, 83, 84, 86, 90, 97, 100, 101, 102, 104, 108, 110, 111, 112], "parti": 60, "partial": [9, 14, 18, 44], "particular": [0, 1, 18, 22, 57, 61, 90], "particularli": 22, "partit": [9, 13, 14, 18, 43, 44, 49, 52, 53, 63, 70, 90, 94], "partuuid": [13, 14, 49], "pass": [18, 27, 31, 36, 40, 60, 61, 76, 79, 90, 97, 108], "pass_al": 53, "passband": 26, "passion": 111, "passiv": [78, 110], "passphras": 94, "password": [13, 14, 17, 18, 42, 44, 52, 89, 90], "past": [89, 97], "patch": [9, 44, 77], "patent": 110, "path": [1, 2, 13, 14, 26, 42, 49, 52, 53, 54, 56, 57, 60, 63, 65, 66, 68, 70, 78, 85, 86, 88, 89, 90, 93, 106], "path_to_other_toolchain": 43, "path_to_xilinx": 43, "patient": 90, "pattern": [27, 54, 65, 66, 84, 87, 105], "pattern_onc": 27, "pattern_repeat": 27, "paus": 100, "pawlick": 111, "pc": [7, 9, 11, 13, 14, 15, 49, 52, 53, 63, 66, 74, 76, 77, 78, 79, 84, 89, 90, 94, 97, 108], "pca953x": [9, 14, 44], "pca9544": [9, 14, 44], "pca9548": [9, 14, 44], "pca954x": [9, 14, 44], "pcan": 75, "pcb": [4, 9, 14, 17, 74, 77, 78, 81, 83, 97, 101, 102, 108], "pcbz": [6, 9, 14, 27], "pci": [9, 13, 14, 18, 44, 49, 89], "pci_bu": [9, 14, 44], "pcie": [9, 14, 44], "pcm": [9, 44], "pcre2": [13, 14, 49], "pdf": [53, 74, 108], "pdflatex": 53, "pdma": 49, "peak": [26, 57, 99, 110], "peakcount": 26, "pec": [77, 79], "peek": 18, "peel": [0, 74], "peeling_blue_banana": 0, "pei": 18, "peopl": [6, 10, 61, 82, 84, 90, 95, 97, 102, 111], "per": [5, 26, 36, 61, 74, 100, 102], "percpu": [9, 13, 14, 44, 49], "perf": [14, 44], "perfect": [108, 110], "perfectli": 18, "perfev": [9, 14, 44], "perform": [6, 9, 10, 13, 14, 15, 17, 18, 23, 27, 44, 45, 47, 48, 49, 52, 53, 57, 61, 63, 64, 74, 77, 78, 82, 84, 89, 95, 97, 100, 102, 105, 108, 110, 111], "performnud": 89, "period": [13, 14, 26, 29, 30, 31, 38, 40, 49, 59, 61, 88, 110], "peripher": [18, 31, 44, 49, 64, 65, 78, 95, 97, 100], "perl": 53, "perl_path": 53, "perman": [6, 9, 10, 13, 14, 53, 74, 84, 89, 90, 102, 110], "permiss": [2, 59], "permit": [13, 14, 49, 61], "perror": 104, "persist": [9, 13, 14, 49, 88, 89], "person": [102, 103, 111, 112], "perturb": [13, 14], "pessimist": 108, "petalinux": [42, 46, 48], "petalinuxbsp": 46, "petazzonig": 18, "peter": 105, "peyot": 18, "pf_alg": [13, 14], "pf_bluetooth": [13, 14], "pf_can": [13, 14], "pf_ieee802154": [13, 14], "pf_inet": [13, 14], "pf_inet6": [13, 14], "pf_kei": [13, 14], "pf_local": [13, 14], "pf_netlink": [13, 14], "pf_packet": [13, 14], "pf_rout": [13, 14], "pf_unix": [13, 14], "pfifo_fast": 89, "pfir": 26, "pga": 31, "pgdn": 97, "pgnd": 97, "ph": 23, "ph0kv4sgsui": 97, "phandl": 48, "phase": [13, 14, 18, 26, 27, 31, 56, 59, 61, 106, 110], "phaseoffset": 27, "phaser": 18, "phenomenon": 99, "phillip": 97, "phone": [18, 83, 101, 108, 112], "photo": 22, "phy": [9, 13, 14, 27, 33, 44, 47, 49, 56, 59, 89, 96, 99, 100, 104], "phy_addr": [9, 44, 49], "phyaddr": [9, 13, 14, 44], "physic": [9, 13, 14, 15, 18, 26, 27, 42, 44, 52, 61, 62, 97, 107, 108, 111], "pi": [4, 17, 18, 22, 23, 42, 66, 102, 103, 106], "pic": 53, "pick": [57, 79, 89, 97, 98, 99, 105], "pico": 22, "picocom": 66, "picoz": 97, "pictur": [9, 13, 14, 15, 18, 42, 89, 90, 97], "pid": [9, 44, 84, 90, 102], "pid_max": [9, 13, 14, 44, 49], "pie": 18, "piec": [18, 45, 61, 108], "pierr": [9, 13, 14, 44], "pig": 18, "piggi": [43, 61], "pillow": 108, "pin": [4, 9, 18, 22, 31, 38, 42, 54, 56, 59, 64, 66, 74, 77, 78, 85, 97, 100, 107, 108], "pincontrol": [27, 59], "pinctrl": [9, 14, 44, 59, 100], "pinctrl_fdd_indep": 59, "ping": 18, "pinout": [66, 107, 108], "pio": [9, 14, 44], "pioneer": 111, "pip": [2, 18, 23, 61, 65, 71], "pip3": 71, "pipe": [13, 14, 49, 53], "pipelin": 60, "pipt": [13, 49], "pixart": 9, "pixel": 111, "pizza": 52, "pkg": [53, 60, 65, 86], "pktgen": [9, 13, 14, 44], "pl": [45, 46], "pl011": 13, "pl11": 13, "pl2_ref_div1": 44, "pl330": 49, "place": [15, 47, 57, 60, 65, 70, 75, 83, 88, 90, 97, 100, 101, 102, 112], "placehold": 14, "plai": [18, 56, 61, 96], "plain": [53, 61, 89, 104], "plan": [49, 61], "plastic": [97, 108], "platform": [2, 6, 7, 9, 10, 11, 13, 14, 18, 22, 26, 27, 31, 42, 44, 49, 52, 57, 59, 60, 65, 66, 68, 70, 78, 97, 100, 102, 104, 106, 107, 111, 112], "platform_add_devic": 29, "platform_devic": 29, "play": 98, "pleas": [0, 9, 13, 14, 15, 26, 27, 43, 44, 49, 52, 53, 56, 57, 61, 62, 63, 65, 71, 74, 78, 79, 83, 84, 85, 86, 89, 90, 93, 97, 101, 102, 104, 112], "plenti": [52, 61], "plete": [13, 14, 49], "plethora": 18, "pll": [9, 26, 27, 31, 44, 56, 70, 100], "pll_lock": [9, 44], "plnx_workspac": 47, "plot": [57, 59, 76, 77, 86, 105, 108], "plt": 13, "pltfm": [9, 13, 14, 44], "plu": [22, 43, 61], "plug": [5, 8, 12, 15, 18, 22, 23, 49, 52, 53, 63, 74, 77, 89, 90, 96, 97, 102, 103, 107], "plugin": [6, 26, 27, 53, 60, 106, 111], "pluto": [17, 18, 49, 59, 68, 70, 71, 81, 88, 89, 93, 95, 96, 98, 99, 101, 103, 105, 106, 107, 111], "pluto2": 90, "pluto_ramboot": [88, 93], "pluto_reboot": 93, "plutosdr": [59, 62, 88, 89, 90, 93, 94, 98, 101, 102, 104, 106], "plutosdr_script": [88, 89, 93], "plymouth": [13, 14, 49], "pm": [9, 14, 44], "pmd": [15, 18], "pmdz": [4, 16, 22, 43, 66], "pmdz_aducm3029_dummy_exampl": 15, "pmdz_aducm3029_iio_exampl": 15, "pmdz_maxim_dummy_example_max32650_adxl355": 15, "pmdz_maxim_dummy_example_max32655_adxl355": 15, "pmdz_maxim_iio_example_max32650_adxl355": 15, "pmdz_maxim_iio_example_max32655_adxl355": 15, "pmdz_maxim_iio_trigger_example_max32655_adxl355": 15, "pme": 14, "pmod": [4, 18, 22, 27, 33], "pmp": [9, 14, 44], "pmu": [4, 9, 13, 14, 17, 44], "pmufw": [9, 14, 44], "pn": [26, 59], "pn9": 59, "png": 57, "pocket": 102, "point": [2, 5, 13, 14, 18, 22, 23, 27, 40, 43, 44, 46, 47, 49, 52, 61, 63, 71, 86, 97, 100, 104, 105, 108], "pointer": [2, 37, 42, 61, 97], "polar": [26, 54, 77, 105], "polici": [2, 13, 14, 49, 89], "poll": [31, 32, 44, 49], "polynomi": 27, "polytechn": 111, "pool": [9, 13, 14, 44, 49], "poor": [97, 108], "pop": [9, 13, 14, 57, 79], "popul": [64, 67, 102], "popular": [18, 22, 23, 61, 94, 105], "popup": [18, 57], "port": [9, 13, 14, 15, 17, 18, 44, 49, 59, 61, 66, 67, 70, 76, 77, 78, 79, 103, 105], "port2": 89, "portabl": [22, 66, 74, 78, 84, 102], "portion": [44, 100], "posit": [9, 13, 14, 32, 39, 53, 57, 61, 74, 77, 89, 108, 110], "posix": [13, 14, 49, 61], "possess": 61, "possibl": [2, 15, 18, 27, 31, 47, 52, 53, 54, 56, 57, 60, 61, 66, 70, 71, 82, 83, 90, 95, 97, 98, 100, 101, 103, 105, 108, 110, 112], "post": [17, 68, 83, 85, 86, 89, 101, 103, 112], "postinst": 44, "postscript": 53, "pot1": 77, "potenti": [61, 110, 111], "potentiomet": [74, 77, 108, 110], "pound": 18, "pow": 59, "power": [4, 8, 9, 12, 13, 14, 17, 18, 26, 27, 42, 44, 47, 59, 61, 64, 74, 77, 78, 84, 85, 87, 88, 90, 94, 95, 96, 97, 98, 99, 100, 102, 103, 105, 106, 110, 111], "powerdown": [42, 56, 59, 61, 99], "powerdown_mod": 61, "powerdown_mode_avail": 61, "powermeasurementdur": 26, "poweroff": 49, "powersuppli": [64, 65], "powerup": 15, "pp": 44, "ppi": [13, 31], "ppm": 90, "pps0": 44, "pps_core": [9, 13, 14, 44, 49], "ppsr": 97, "ppt": 25, "pq": 89, "practic": [22, 23, 47, 100, 102, 108, 110], "prb": 42, "prbs15": 27, "prbs23": 27, "prbs31": 27, "prbs7": 27, "prbs9": 27, "pre": [2, 6, 9, 10, 13, 14, 15, 18, 26, 44, 49, 52, 60, 61, 65, 74, 88, 97], "prealloc": [9, 13, 14, 44, 49], "prebuilt": 15, "precaut": [6, 9, 10, 13, 14, 74, 84, 102, 110], "precis": [15, 17, 18, 22, 56, 79, 112], "preconfigur": 77, "predefin": 76, "predetermin": 27, "predict": [89, 108, 110], "preempt": [59, 88, 89], "pref": [9, 14, 44], "prefer": [0, 18, 43, 61, 89, 90, 108], "preferred_lft": 89, "prefetch": 49, "prefix": [5, 27, 60, 61, 89], "prefixlen": 89, "preformat": 18, "preload": [42, 79], "prepar": [3, 17, 18, 89], "prepend": [46, 47], "preprocess": [13, 14, 49], "preprocessor": [53, 61], "prerecord": 63, "prerequisit": [57, 60, 102], "present": [1, 13, 18, 22, 23, 39, 49, 57, 61, 76, 79, 90, 102, 108], "preserv": 108, "presid": 111, "press": [13, 14, 15, 49, 54, 56, 57, 63, 65, 66, 74, 76, 77, 79, 90, 94, 96], "pressur": 31, "pretti": [18, 36, 60, 100, 102, 105], "prev1": 57, "prevent": [26, 49, 59, 61, 77], "preview": [2, 22], "previou": [15, 18, 22, 23, 53, 57, 61, 66, 77, 79, 90, 97], "previous": [40, 61, 89, 97], "primari": [26, 42, 52, 56], "primarili": [67, 70], "primer": 90, "princip": 61, "principl": [61, 110], "print": [53, 54, 61, 63, 66, 90, 97, 108], "printf": [5, 43, 53, 100], "printk": [13, 14, 49], "prior": [27, 59], "priorit": 0, "prioriti": [13, 14], "privat": [2, 61, 86], "privileg": [18, 27, 33, 65, 89], "probabl": [18, 23, 60, 61, 89], "probe": [9, 13, 14, 27, 44, 49, 97, 110], "problem": [13, 18, 31, 43, 45, 49, 53, 57, 61, 83, 84, 90, 97, 101, 102, 103, 105, 112], "proce": [0, 76, 77], "procedur": [15, 18, 47, 63, 74, 77, 79, 90], "process": [10, 13, 14, 18, 27, 40, 45, 47, 49, 52, 56, 57, 60, 61, 62, 63, 65, 66, 68, 70, 74, 79, 88, 90, 93, 103, 104, 108], "processor": [4, 9, 13, 14, 18, 22, 31, 42, 44, 49, 61], "produc": [27, 30, 31, 53, 61, 110], "product": [6, 9, 10, 13, 14, 15, 18, 44, 49, 59, 68, 70, 74, 75, 77, 79, 84, 87, 89, 90, 97, 100, 102, 106, 110], "professor": 111, "profil": [6, 10, 13, 14, 42, 49, 53, 56, 62], "profile_config": 27, "program": [8, 12, 13, 14, 15, 18, 27, 49, 52, 53, 60, 61, 65, 66, 74, 76, 77, 89, 90, 93, 98, 107], "programm": [27, 31, 56, 70, 74, 77, 84, 90], "programmat": [18, 86], "progress": [17, 22, 23, 49, 52, 76, 79], "project": [15, 17, 42, 43, 44, 45, 46, 47, 48, 52, 53, 57, 60, 61, 64, 65, 68, 70, 74, 76, 77, 78, 79, 82, 84, 88, 95, 97, 102, 107, 111], "prompt": [18, 44, 65, 79, 90, 93, 103], "prone": 90, "pronounc": 18, "proper": [6, 9, 10, 13, 14, 15, 61, 74, 84, 100, 102, 110], "properli": [2, 14, 26, 44, 49, 52, 57, 61, 79, 84, 89, 90, 96, 100, 102, 103, 108], "properti": [18, 26, 27, 32, 44, 48, 54, 71, 86], "proprietari": [61, 89], "protect": [6, 9, 10, 13, 14, 42, 56, 61, 74, 84, 89, 90, 97, 102, 108, 110], "protocol": [9, 13, 14, 15, 44, 49, 65, 66, 89], "protocol_init_param": 64, "prototyp": [6, 10, 18, 22, 47, 49, 61, 78, 111], "proudli": 108, "proven": 57, "provid": [2, 5, 8, 9, 10, 12, 13, 14, 15, 17, 18, 22, 23, 26, 27, 28, 31, 32, 36, 38, 43, 45, 47, 48, 49, 52, 53, 54, 56, 58, 59, 60, 61, 65, 66, 67, 68, 69, 70, 71, 74, 77, 78, 79, 84, 85, 86, 87, 89, 90, 98, 101, 102, 103, 104, 107, 108, 110, 111, 112], "provis": 74, "proxi": [7, 11, 53], "proxim": 31, "psci": [9, 13, 14, 44], "psciv1": [9, 13, 14, 44], "pseudo": 36, "pseudorandom": [27, 54], "pseudorandom_err_check": 59, "pseudotermin": 66, "psgtr": [9, 44], "pshare": 60, "psk": 94, "psm": 18, "pt": 66, "pt8j89oqyd1irqs2gc9ab1hajxtxh13": 44, "pthread_setname_np": 53, "ptp": [9, 13, 14, 44, 49], "ptp0": 44, "ptr": 61, "ptrdiff_t": 104, "ptrtostringansi": 61, "ptt": 100, "pty": 66, "public": [2, 44, 61], "publish": [1, 3, 17, 18], "pull": [1, 2, 23, 43, 59, 83, 92, 101, 107, 112], "puls": [26, 27, 59, 78, 110, 111], "pulsar": 14, "pulsar_adc": 14, "pump": [13, 14], "purchas": [74, 75, 77, 78, 94, 97, 103], "pure": [17, 61, 110], "purg": 44, "purpos": [15, 27, 47, 57, 61, 63, 66, 76, 79, 89, 90, 94, 97, 100, 108, 111], "pursu": 102, "push": [3, 6, 17, 36, 61, 100, 108], "push_pul": 66, "pushchannel": 64, "put": [59, 61, 82, 84, 90, 95, 96, 97, 99, 100, 102, 107, 111], "putti": [9, 13, 14, 15, 18, 89, 90], "puzzl": 60, "pwd": [0, 43, 54], "pwr": [57, 59, 108], "py": [15, 18, 63, 65], "pyadi": [4, 17, 49, 58, 60], "pycharm": 18, "pylibiio": [61, 71], "pypi": [61, 65, 71], "python": [2, 6, 15, 17, 49, 53, 60, 63, 71, 84, 88, 97, 102, 103, 104, 106], "python2": 18, "python3": [18, 53, 63, 65], "python37": 65, "python_execut": [53, 65], "pzsdr2400tdd": 43, "q": [5, 26, 27, 57, 59, 66, 100, 104], "q0": [5, 70], "q1": [5, 70], "q3": 74, "q4": 74, "q5": 74, "q6": 74, "q7": 74, "q8": 74, "q9": 74, "qca": [9, 13, 14, 44], "qconfig": [27, 29, 30], "qdisc": 89, "qec": [27, 59], "qlen": 89, "qpart": 5, "qpll": [9, 14], "qpsk": [5, 60, 70], "qspi": [9, 14, 44, 97], "qt5": 106, "quadratur": [27, 56, 106], "quadrature_tracking_en": 59, "qualcomm": 9, "qualif": 74, "qualifi": [0, 15, 59, 76], "qualiti": [18, 96], "quantiz": 70, "quartus_boot_on_ubuntu_mast": 49, "quartz": 110, "queri": [9, 42, 44, 61, 86], "question": [6, 10, 17, 18, 27, 33, 34, 57, 61, 68, 70, 74, 78, 84, 85, 86, 89, 102, 110], "queu": [13, 14, 49], "queue": [13, 14, 49, 61], "quick": [6, 8, 9, 10, 12, 13, 14, 26, 47, 52, 57, 59, 71, 77, 87, 88, 89, 106, 108], "quickli": [27, 61, 88, 105], "quickstart": [74, 78], "quiet": [59, 66, 97], "quikev": [18, 22], "quirk": [9, 13, 14, 44], "quit": [57, 59, 61, 89, 97, 104, 105, 108, 110], "quota": [2, 9, 13, 14, 44], "r": [2, 13, 14, 18, 49, 53, 60, 61, 66, 88, 89, 90, 110], "r1": [15, 59, 110], "r2": [59, 110], "r2023b": 70, "r2024a": 70, "r3": 110, "r346": 74, "r5": 110, "r8153_ecm": [13, 14], "r8192": [9, 13, 14, 44, 49], "r88": 97, "radiat": [105, 108], "radio": [0, 4, 27, 31, 37, 60, 61, 68, 70, 71, 89, 97, 99, 102, 106, 111], "radio_of": 27, "radio_off": 27, "radio_on": 27, "rai": 111, "raid6": [9, 13, 14, 44], "rail": 97, "rais": [5, 13, 14, 49], "rakon": 97, "ralink": 94, "ram": [9, 14, 44, 88, 90], "ramdisk": 44, "ramf": 90, "ramp": [27, 110], "ran": [18, 61, 66], "random": [9, 13, 14, 18, 44, 49, 90, 100], "randomli": [13, 52], "rang": [5, 9, 13, 14, 15, 21, 26, 27, 44, 49, 56, 59, 61, 66, 67, 74, 75, 78, 84, 105, 108], "ranlib": 53, "rapid": [6, 10, 15, 49, 90, 111], "rapidli": [15, 90], "rapidnet": [4, 17], "rare": [61, 90], "raspberi": 18, "raspberri": [4, 17, 18, 22, 23, 42, 66, 102, 103, 106], "raspbian": [13, 14, 49, 66], "rate": [5, 9, 13, 14, 15, 18, 26, 29, 31, 36, 42, 49, 55, 56, 57, 59, 61, 62, 66, 74, 77, 78, 104], "rate_khz": 26, "rather": [17, 36, 61, 88, 89, 96, 110], "ratio": [22, 23, 26, 27, 66, 97], "raw": [9, 13, 14, 18, 31, 36, 40, 43, 44, 49, 57, 59, 60, 61, 66, 89], "rb": 57, "rbf": 49, "rc": [13, 14, 44, 49, 60], "rc5": 44, "rc6": 44, "rcu": [9, 13, 14, 44, 49], "rcu_fanout_leaf": [9, 13, 14, 44], "rd": [9, 14, 44, 74], "re": [13, 14, 18, 22, 27, 44, 48, 49, 52, 57, 61, 82, 90, 95, 97, 103, 104, 108], "reach": [13, 14, 27, 32, 36, 49, 61], "react": 27, "reactiv": [2, 110], "read": [1, 5, 9, 13, 14, 15, 18, 22, 31, 32, 33, 34, 35, 36, 39, 40, 42, 44, 49, 53, 54, 56, 57, 60, 64, 65, 66, 67, 76, 77, 82, 84, 86, 89, 90, 93, 95, 97, 100, 102, 104, 106], "readabl": [27, 88], "readback": 77, "readbuf": 61, "reader": [22, 23, 49, 52], "readi": [9, 14, 15, 18, 31, 43, 44, 49, 52, 61, 66, 70, 74, 89, 93, 111], "readili": [6, 9, 10, 13, 14, 74, 84, 102, 110], "readm": [44, 48, 71], "real": [5, 13, 22, 27, 31, 38, 52, 61, 79, 83, 84, 100, 101, 102, 104, 108, 110, 112], "realiti": [61, 108, 110], "realli": [18, 36, 61, 89, 90, 97, 99, 105, 108], "realtek": 94, "realtim": [13, 14], "realvnc": 18, "rearrang": 79, "reason": [0, 18, 49, 59, 61, 63, 89, 107, 108, 110], "reboot": [13, 17, 18, 27, 43, 49, 81, 82, 88, 90, 91, 95], "rebuild": [0, 53, 62], "recal": 61, "receiv": [5, 6, 10, 13, 14, 15, 26, 42, 49, 55, 59, 60, 64, 67, 79, 90, 97, 99, 100, 102, 105, 106, 107], "recent": [18, 31, 53, 57, 60, 61, 90], "recip": [0, 45, 46, 47, 48], "recogn": [53, 57, 61, 97], "recommenc": 88, "recommend": [2, 6, 7, 9, 10, 11, 13, 14, 26, 27, 43, 45, 47, 52, 54, 57, 60, 61, 65, 67, 71, 74, 76, 77, 84, 88, 89, 94, 97, 100, 102, 103, 110], "recompil": [43, 103], "reconcil": 108, "reconfigur": 52, "record": [49, 52, 61, 63, 77, 90], "recov": [89, 90], "recoveri": [9, 13, 14, 26, 44, 49, 97], "recreat": 61, "recurs": [70, 92], "recycl": 18, "red": [9, 13, 14, 15, 18, 44, 49, 61, 74, 76, 77, 79, 89, 108], "redistributor": 13, "redo": 97, "reduc": [0, 27, 31, 47, 97, 110], "redund": 78, "ref": 2, "ref_clk": 9, "ref_in": 48, "refa": 9, "refa_n": 9, "refclk": 59, "refclk_div": 9, "refer": [6, 9, 10, 15, 17, 18, 26, 27, 43, 45, 46, 47, 48, 49, 53, 57, 61, 64, 70, 74, 75, 76, 77, 78, 79, 82, 83, 85, 89, 95, 100, 101, 105, 108, 111, 112], "referenc": [15, 97], "reflect": [15, 61, 77, 108], "reformat": [18, 52], "refresh": [15, 56, 57, 76, 79], "reg": [27, 48], "regard": [83, 101, 112], "regardless": 65, "regener": [13, 14, 45, 49], "region": [9, 13, 14, 44, 57], "regist": [9, 13, 14, 15, 26, 30, 33, 34, 42, 44, 49, 57, 59, 61, 76, 79, 89, 100, 112], "registr": [4, 31, 70], "regoff": 49, "regul": [9, 13, 14, 44, 49, 74, 100, 111], "regular": [13, 14, 27, 49, 61], "regulatori": [13, 14], "reinforc": 111, "reiniti": 54, "reject": 97, "rel": [22, 31, 61, 78, 108], "rel1": [76, 79], "rel2": 77, "relat": [18, 43, 57, 61, 70, 104], "relatim": 89, "relationship": [102, 105, 108, 110], "releas": [9, 13, 14, 17, 18, 42, 44, 53, 57, 59, 61, 63, 65, 68, 70, 71, 74, 88, 89, 97, 106], "relev": [39, 52, 77, 108], "reli": 61, "reliabl": 108, "relink": 26, "reload": [53, 56, 77, 79, 89], "relock": 26, "relx": 77, "remain": [74, 77], "remaind": 46, "remedi": 111, "rememb": [18, 52, 59, 90, 105], "remot": [2, 8, 12, 15, 17, 18, 43, 49, 53, 61, 89, 90, 93, 104], "remount": [13, 14, 49, 89, 93], "remov": [1, 6, 9, 10, 13, 14, 15, 18, 27, 43, 44, 45, 47, 48, 49, 52, 53, 57, 64, 74, 79, 84, 86, 89, 90, 94, 102, 107, 110], "remove_al": 96, "remove_trigg": 30, "renam": [0, 14, 43, 49, 63], "renom": 2, "renssela": 111, "repartit": 18, "repeat": [5, 15, 26, 61, 64, 66], "replac": [2, 14, 43, 45, 49, 53, 60, 61, 74, 79, 86, 97], "repli": 18, "replic": [0, 15, 66], "replug": 77, "repo": [0, 2, 22, 43, 68, 70, 71, 86, 88, 89, 90], "report": [13, 14, 15, 27, 32, 40, 49, 53, 61, 83, 85, 86, 88, 90, 93, 101, 112], "repositori": [0, 1, 2, 18, 22, 43, 44, 57, 60, 65, 68, 70, 71, 83, 85, 88, 101, 112], "repositoryformatvers": 2, "repres": [17, 48, 61, 65, 66, 75, 79, 100, 105, 108], "represent": [57, 61, 77, 79, 86], "reproduc": 93, "req": 49, "request": [1, 2, 13, 14, 23, 27, 32, 40, 49, 52, 53, 61, 71, 89, 93, 97, 100], "requir": [0, 2, 4, 8, 12, 17, 18, 22, 23, 26, 27, 32, 33, 42, 43, 46, 47, 52, 53, 54, 56, 61, 63, 64, 65, 66, 68, 70, 71, 74, 77, 79, 86, 88, 92, 94, 96, 100, 103, 108, 110, 111], "required_vivado_vers": 88, "rerun": 54, "reschedul": [27, 56], "research": 111, "resembl": 110, "reserv": [9, 13, 14, 26, 44, 49, 62], "reset": [9, 15, 26, 27, 44, 49, 54, 76, 90, 93, 97], "reset_zynqmp": [9, 44], "resid": [27, 34], "resist": [100, 110], "resistor": [15, 22, 66, 74, 75, 77, 97, 108, 110], "resolut": [9, 13, 14, 18, 22, 26, 27, 29, 43, 44, 49, 76], "resolution0": [26, 54], "resolution1": [26, 54], "resolution2": 26, "resolution3": 26, "resolution4": 26, "resolution5": 26, "resolution6": 26, "resolution7": 26, "resolution8": 26, "resolution9": 26, "resolv": [52, 53, 61, 89], "reson": 110, "resourc": [0, 9, 14, 15, 17, 18, 29, 44, 53, 59, 61, 64, 65, 79, 96, 102, 110], "respect": [6, 18, 23, 43, 46, 61, 74, 90], "respons": [52, 53, 61, 75, 89, 110], "rest": [22, 61, 70, 89, 111], "restart": [59, 89, 93], "restor": [13, 14, 49], "restrict": [9, 13, 14, 44, 49, 56], "restyp": 61, "result": [5, 13, 14, 47, 48, 49, 52, 56, 59, 61, 63, 66, 70, 79, 97, 105, 108, 110, 112], "resum": [3, 17, 61, 94], "resurrect": 18, "ret": [44, 99, 100], "retim": 5, "retri": 52, "retriev": [32, 49, 61, 66, 79], "return": [5, 29, 53, 59, 61, 66, 79, 85, 90, 100, 104, 108], "retval": 86, "reus": 53, "rev": [9, 13, 14, 26, 43, 44, 49, 59, 88], "rev1": [9, 14, 44, 47], "rev10": [27, 43, 46, 48], "rev2": 47, "rev3": 13, "reva": [13, 14, 43, 47], "revb": [43, 47, 88], "revc": 47, "reveal": 108, "revers": [74, 78], "revert": 18, "review": [0, 17, 52, 98, 111], "revis": [13, 14, 49, 90], "rewrit": [61, 90], "rf": [6, 7, 10, 11, 13, 14, 18, 21, 26, 27, 53, 56, 59, 67, 70, 95, 97, 99, 102, 106], "rf_bandwidth": 59, "rf_bandwidth_avail": 59, "rf_dc_off": 59, "rf_dc_offset_tracking_en": 59, "rf_pll": 26, "rf_port_select": [59, 67], "rf_port_select_avail": 59, "rfbandwidth": 67, "rfbw": 27, "rfcard": 43, "rfcomm": [9, 13, 14, 44], "rfir": 26, "rfkill": [13, 14], "rflo": 27, "rfpll": 26, "rfport": 67, "rfscvs0vtbw": 18, "rgetz": [49, 90], "rgmii": [9, 13, 14, 44], "rhb1": 26, "rhel": 89, "ribbon": [15, 74, 77, 107], "richard": 111, "richardson": 18, "rid": 108, "right": [2, 18, 43, 52, 57, 61, 77, 79, 83, 86, 87, 88, 89, 90, 101, 108, 112], "ring": [27, 29, 30, 32, 35, 42, 49], "rippl": 97, "rise": [26, 27, 63, 66, 74, 108], "rising_edg": 66, "risk": [90, 97], "rm": [22, 23, 36, 53, 60], "rmw": [9, 13, 14, 44], "rndi": [89, 93], "rndis_host": 89, "rndis_wlan": 89, "rng": [13, 14, 49], "rnw": 0, "ro": 89, "robot": [15, 78], "robust": [18, 61, 78], "rodata": [9, 13, 14, 44, 49], "rodolfo": [9, 13, 14, 44, 49], "role": 0, "rom": 14, "romlx6": 13, "room": [107, 108], "root": [2, 5, 9, 13, 14, 18, 27, 33, 44, 48, 49, 52, 53, 57, 60, 61, 65, 66, 70, 88, 89, 90, 93, 94, 96], "rootf": [9, 14, 44, 53, 88], "rootfstyp": [9, 13, 14, 44], "rootwait": [9, 13, 14, 44, 49], "roscolux": 23, "rotat": [13, 14, 49, 108], "rough": 110, "roughli": [61, 74], "round": [26, 56], "rout": [13, 14, 27, 31, 44, 49, 61], "row": [5, 27, 63, 77, 79], "rpc": [9, 13, 14, 44, 49], "rpcsec_gss": [13, 14, 49], "rpi": [4, 18, 22, 49], "rpi1": [13, 14, 49, 53], "rpi400": 25, "rpi_boot_fil": 53, "rpm": 44, "rpmdevtool": 60, "rpt1": 53, "rsa": [13, 14, 44], "rsens": 74, "rshunt": [9, 14, 44, 75], "rssi": [42, 56, 59, 67, 99], "rssi_gain_step": 59, "rssi_gain_step_error": 59, "rssivalu": 67, "rst": [0, 2, 59], "rsync": 88, "rt2501": 94, "rt27xx": 94, "rt28xx": 94, "rt30xx": 94, "rt61": 94, "rt73": 94, "rtc": [9, 13, 14, 29, 30, 31, 38, 44, 49], "rtc0": [9, 13, 14, 44, 49], "rtc_zynqmp": [9, 13, 14, 44], "rting": 9, "rtl5": [9, 44], "rtl8152": 94, "rtl8153": 94, "rtti": 53, "rubber": 108, "rude": 49, "rule": [13, 14, 49, 53, 65, 89, 110], "run": [0, 2, 4, 7, 8, 9, 11, 12, 13, 14, 17, 18, 22, 23, 27, 43, 44, 47, 48, 49, 52, 53, 55, 60, 61, 63, 65, 66, 68, 71, 74, 76, 77, 79, 82, 84, 86, 87, 88, 89, 90, 93, 95, 97, 100, 102, 103, 104, 105, 107, 108, 110], "run_setup": 79, "runlevel": 44, "runm": [94, 96], "runme0": 96, "runnin": 22, "runthrough": 20, "runtim": [13, 14, 42, 49, 53, 90], "rw": [9, 13, 14, 27, 44, 49, 60, 88, 89], "rwdata": [9, 13, 14, 44, 49], "rwxr": 60, "rwxrwxr": 88, "rx": [9, 13, 14, 33, 42, 48, 49, 55, 56, 59, 66, 67, 71, 89, 97, 99, 100, 104, 105], "rx0_i": 104, "rx0_q": 104, "rx1": [27, 49, 55, 59, 97], "rx2": [27, 55, 59, 97], "rx_lo": [59, 96], "rx_path_rat": 59, "rx_rf_bandwidth": 71, "rxagc": 26, "rxbuf": 104, "rxfegain": 27, "rxgaindecpin": 27, "rxgainincpin": 27, "rxo3225m": 97, "rxon": 26, "rxprofil": 27, "rxsamp": 59, "rxtx": 70, "s1": 97, "s12": [59, 61], "s16": 59, "s1a": [74, 78], "s2a": [74, 78], "s34536": 14, "s36840": 13, "s45324": 49, "s46488": 44, "s47384": 9, "s64": 36, "sad": 61, "safe": [52, 53, 61, 74, 96], "safer": [13, 14, 49], "safest": 52, "safeti": 79, "sai": [18, 52, 61, 90, 108], "said": 61, "sale": [7, 11], "sam": 111, "same": [15, 18, 22, 23, 26, 27, 30, 35, 43, 49, 53, 56, 57, 60, 61, 70, 77, 78, 79, 83, 89, 90, 97, 99, 101, 107, 108, 111, 112], "sampl": [15, 17, 18, 22, 23, 26, 29, 30, 31, 32, 35, 42, 56, 57, 59, 60, 62, 66, 70, 79, 80, 96, 100, 102, 104], "sample_r": 61, "sampler": [66, 86], "samples_count": 61, "samples_pp": 59, "samplesperfram": 67, "sampling_frequ": [59, 66, 96, 104], "sampling_frequency_avail": 59, "sampling_frequency_in": 66, "sampling_frequency_out": 66, "sampling_r": 61, "samplingr": 67, "samtec": 107, "sane": 53, "sanyo": 44, "sar": 18, "sarah": 111, "sata": [9, 14, 44], "satisfi": [1, 110], "satur": 59, "save": [0, 13, 14, 18, 49, 52, 53, 54, 66, 77, 79, 88, 89, 90, 94, 100, 101, 103, 108], "savedefconfig": 88, "sawyer": 111, "sbin": [13, 14, 49, 89, 93], "sc32g": [13, 49], "scalabl": 78, "scale": [5, 15, 18, 57, 59, 61, 99], "scan": [6, 10, 13, 32, 39, 49, 59, 61, 94], "scan_el": [32, 61], "scari": 18, "scenario": [0, 47, 56], "sched_clock": [9, 13, 14, 44, 49], "schedul": [9, 13, 14, 44, 49], "schema": 61, "schemat": [4, 17, 74, 77, 78, 81, 82, 83, 95, 97, 100, 101, 102, 108], "scheme": 49, "schmartboard": [18, 22], "schmidt": [90, 93], "school": [79, 103, 111], "schottki": 108, "scienc": [102, 111], "sck": [15, 64], "scl": [14, 64, 66], "sclk": 15, "sco": [9, 13, 14, 44], "scontrol": [9, 14, 44], "scooter": 78, "scope": [5, 18, 22, 27, 57, 67, 89, 100], "scopeid": 89, "scopi": [84, 87, 89, 90, 108, 110, 111], "scopyshot": 110, "scr": [13, 49], "scrambl": 26, "scratch": 18, "screen": [13, 14, 18, 31, 49, 57, 66, 76, 79, 89, 90], "screenshot": [18, 77], "screw": [74, 77, 97], "script": [0, 2, 7, 9, 11, 13, 15, 18, 42, 44, 49, 53, 57, 60, 61, 63, 68, 70, 76, 84, 88, 90, 93, 94, 95, 96, 100, 103], "scroll": 18, "scsi": [9, 13, 14, 18, 44, 49, 89], "scsi9": 89, "sd": [4, 6, 7, 9, 10, 11, 13, 14, 17, 22, 23, 25, 42, 44, 53, 57, 68, 70, 89], "sd32g": 14, "sda": [64, 66], "sda1": 96, "sdb": [89, 90], "sdb1": [89, 90], "sdcard": 12, "sdfec": 47, "sdhc": [9, 13, 14, 44, 49], "sdhci": [9, 13, 14, 44], "sdio": [9, 44], "sdk": [79, 88], "sdp": [77, 78, 79], "sdp_k1_pybms_usb_to_spi_bytes_debug_usb_port": 77, "sdr": [6, 10, 17, 19, 68, 70, 71, 88, 90, 93, 97, 100, 101, 102, 103, 104, 106], "sdrangel": 106, "sdrsharp": 106, "sdt": [46, 47], "sea": 108, "search": [48, 57, 77, 83, 85, 101, 112], "sec": [9, 13, 14, 44], "seccomp": [13, 14, 49], "second": [5, 22, 23, 26, 30, 40, 53, 54, 61, 64, 66, 74, 77, 88, 89, 96, 97, 102], "secondari": [9, 13, 14, 44, 49, 103], "section": [2, 15, 18, 27, 33, 43, 47, 52, 56, 62, 65, 68, 70, 71, 77, 79, 84, 85, 86, 88, 90, 97, 102, 103], "sector": 52, "secur": [9, 13, 14, 18, 44, 49, 61, 90], "sed": [0, 53, 54, 68, 70], "see": [0, 2, 5, 7, 9, 11, 13, 14, 15, 18, 26, 27, 43, 44, 49, 50, 51, 54, 56, 57, 59, 60, 61, 62, 65, 68, 70, 71, 74, 76, 78, 86, 89, 90, 97, 99, 100, 102, 104, 105, 106, 110], "seed": [13, 14, 49], "seemingli": 108, "seen": [9, 13, 14, 15, 61], "segment": [13, 14, 44, 49, 65], "seismic": 15, "sel": [26, 54], "sel0": [9, 14, 26, 44, 54], "sel1": [9, 14, 26, 44, 54], "sel2": [9, 14, 44], "sel3": [9, 14, 44], "select": [13, 15, 17, 18, 26, 27, 32, 43, 45, 48, 52, 53, 54, 56, 57, 59, 64, 65, 66, 67, 70, 76, 77, 79, 89, 105, 107, 110, 111], "selector": [23, 56], "self": [31, 42, 54, 61, 102, 103], "selinux": [9, 13, 14, 49], "selinuxf": 9, "sell": 61, "semest": 111, "semiconductor": 108, "send": [44, 60, 74, 76, 79, 83, 100, 101, 112], "sens": [15, 18, 31, 36, 59, 61, 74, 75, 78, 89], "sensit": [6, 9, 10, 13, 14, 74, 84, 89, 99, 102, 106, 110], "sensor": [4, 17, 18, 27, 31, 35, 36, 74, 108], "sent": [5, 27, 52, 53, 61, 77, 79, 89, 93], "sep": [13, 49, 66], "separ": [5, 40, 47, 61, 66, 75, 76, 77, 97, 103], "seps525": [13, 14], "sequenc": [13, 14, 27, 34, 54, 77, 94], "ser": 26, "serach": 94, "seri": [15, 22, 23, 27, 58, 78, 87, 105, 108], "serial": [9, 13, 14, 15, 26, 27, 31, 44, 49, 59, 60, 77, 78, 79, 90, 93, 107], "serial1": 49, "serializerlanecrossbar": 26, "serialnumb": [9, 13, 14, 44, 49, 89], "serv": [0, 2, 22, 23, 61, 78], "server": [2, 13, 14, 15, 18, 44, 49, 60, 93, 108], "servic": [9, 13, 14, 44, 49, 53, 57, 89, 103], "session": [13, 14, 49, 60, 61, 63, 77, 79], "set": [2, 4, 9, 12, 14, 18, 22, 32, 33, 34, 40, 42, 43, 44, 46, 47, 49, 52, 53, 59, 60, 61, 62, 64, 65, 66, 67, 68, 69, 70, 74, 75, 76, 77, 79, 85, 86, 87, 88, 89, 90, 94, 96, 97, 99, 100, 102, 104, 106, 108, 110, 111], "set_bit": 61, "setattributeraw": 67, "setend": 14, "settings64": [43, 88], "settl": [26, 59], "settrig": 61, "setup": [2, 4, 6, 9, 13, 14, 17, 18, 27, 42, 64, 65, 71, 75, 79, 86, 100, 108], "setupimpl": 70, "setupinit": 70, "setuplibad9361": 70, "setuptool": 65, "sever": [15, 18, 27, 44, 45, 47, 49, 52, 54, 56, 57, 60, 61, 70, 92, 100, 108, 110], "sf": [44, 90, 93], "sfdr": 84, "sforshe": [13, 14], "sfp": 49, "sg2": 89, "sgi": 13, "sh": [0, 43, 53, 57, 66, 88, 90, 94, 96, 100], "sha1": 44, "shaft": 108, "shake": 18, "shall": [0, 2, 61], "shape": [70, 86], "shapiro": 111, "share": [9, 13, 14, 18, 27, 44, 49, 53, 57, 60, 61], "sharp": [44, 65, 110], "shed": 22, "sheet": 15, "shell": [13, 14, 44, 48, 49, 90, 93, 94, 95, 96, 100, 103], "shift": [13, 14, 26, 48, 49, 61, 99, 100, 110], "shifter": 26, "ship": 97, "shirt": 102, "short": [0, 5, 59, 61, 89, 90, 100, 111], "shortcut": 77, "shorter": 108, "shortli": 18, "shortnam": 89, "shot": 59, "should": [0, 2, 5, 6, 9, 10, 13, 14, 15, 18, 26, 27, 31, 32, 43, 47, 49, 52, 53, 54, 57, 59, 60, 61, 63, 64, 65, 68, 70, 76, 77, 82, 83, 84, 85, 86, 88, 89, 90, 95, 96, 97, 98, 100, 101, 102, 103, 105, 106, 107, 108, 110, 112], "shouldn": [52, 89], "show": [13, 14, 18, 42, 47, 49, 57, 59, 61, 66, 70, 76, 82, 89, 90, 95, 97, 99, 100, 104, 108], "showexec": 89, "shown": [8, 12, 13, 14, 15, 18, 29, 43, 47, 49, 52, 53, 60, 74, 75, 77, 89, 90, 108, 110], "shunt": [75, 110], "shut": [2, 9, 13, 14, 18, 49, 108], "shutdown": [9, 13, 14, 18, 44, 49, 104], "si": [18, 26], "si5324": 14, "si5328": 14, "si5341": 14, "si570": [9, 14, 44], "side": [53, 57, 59, 70, 74, 75, 79, 90, 97, 105, 108], "sidebar": 0, "sierra": 103, "sig": [26, 59], "sig_atomic_t": 100, "sight": 110, "sigint": 100, "sigkil": 93, "sigma": 27, "sign": [5, 18, 27, 39, 40, 59, 61], "signal": [6, 9, 10, 17, 18, 26, 31, 42, 56, 57, 61, 62, 63, 65, 66, 70, 77, 84, 87, 90, 100, 102, 103, 106, 110, 111], "signatur": 86, "signific": [27, 45, 61], "significantli": 62, "signum": 100, "sigterm": 93, "silentoldconfig": 43, "silicon": [9, 13, 26, 44, 107, 108, 110], "similar": [2, 15, 18, 31, 40, 47, 49, 61, 79, 86, 89, 90, 108, 110], "simpl": [2, 8, 12, 15, 17, 18, 23, 31, 36, 57, 60, 61, 86, 89, 104, 108, 110], "simplest": [18, 48, 61], "simplex": 89, "simpli": [2, 15, 18, 43, 52, 53, 54, 57, 61, 65, 70, 77, 86, 89, 93, 96, 99, 108, 110, 111], "simplic": 110, "simplifi": [15, 18, 27, 33, 61, 71, 74, 79], "simrf": [6, 10, 70], "simul": [6, 10, 66, 68, 77, 108], "simulink": [6, 10, 17, 58, 60, 61, 67, 68, 70, 89, 97, 102, 106], "simultan": [57, 77, 100], "sin": [5, 56], "sinc": [0, 2, 5, 13, 18, 22, 23, 27, 31, 33, 52, 54, 55, 57, 61, 63, 67, 71, 82, 86, 88, 89, 90, 92, 95, 97, 102, 103, 104, 105, 110], "sine": [5, 23, 110], "sinewave_0": 5, "singl": [18, 31, 32, 35, 36, 39, 40, 43, 53, 57, 61, 68, 70, 74, 75, 77, 78, 79, 89, 97, 103, 108, 110, 112], "sink": [74, 108], "sit": [9, 13, 14, 44, 49], "site": [6, 65, 88, 103], "situ": [13, 14], "situat": [22, 23, 30, 108, 110], "size": [9, 13, 14, 15, 26, 27, 31, 43, 44, 48, 49, 52, 53, 56, 57, 59, 60, 61, 63, 66, 90, 93, 108, 111], "size_in_byt": 62, "size_t": 61, "sizeof": 64, "skill": [17, 111], "skim": [84, 102], "skin": 108, "skip": [2, 9, 13, 14, 44, 49, 52, 53, 59, 68, 90, 100], "sl": [17, 73, 75, 76, 79, 80], "sl16g": 9, "slate": [82, 95], "slave": [15, 27, 44, 56, 59, 64, 66, 100], "slave_address": 64, "sleep": [59, 61, 93, 100], "slew": 26, "slice": [13, 14, 26, 49, 52], "slide": 17, "slightli": [61, 97, 108, 110], "slogin": 90, "slope": 26, "slot": [9, 14, 15, 26, 44, 49, 100], "slow": [26, 52, 59, 61], "slow_attack": [27, 59, 67], "slower": [70, 83, 101, 112], "slowest": [26, 61], "slowli": 22, "slub": [13, 49], "slum": [9, 14, 44], "sma": [97, 105], "smack": [13, 14, 49], "small": [10, 15, 47, 52, 59, 61, 62, 67, 78, 97, 100, 107, 108, 110], "smaller": [56, 99], "smart": [18, 61, 89, 108, 111], "smarter": [61, 102], "smc": [13, 14], "smccc": [13, 14], "smmu": 9, "smp": [9, 13, 14, 44, 49, 59, 66, 88, 89], "smsc": 94, "smudg": 2, "snapshot": [9, 13, 14, 49], "snd": [9, 13, 14, 44, 49], "snip": [27, 29, 30, 43, 54], "snippet": [18, 104], "snr": [22, 23, 27, 84], "sntf": [9, 14, 44], "so": [0, 2, 5, 15, 18, 22, 27, 31, 35, 36, 39, 40, 47, 49, 52, 53, 56, 57, 59, 60, 61, 62, 65, 66, 70, 84, 86, 88, 89, 90, 94, 96, 97, 99, 100, 102, 103, 104, 107, 108, 110, 112], "soapi": 106, "soapyplutosdr": 106, "soapysdr": 106, "soc": [7, 8, 11, 12, 15, 18, 44, 47, 49, 70, 74, 76, 78], "soc_id": [13, 14], "soc_system": 49, "socat": 66, "socfpga": 49, "socfpga_arria10": 49, "socfpga_arria10_common": 49, "socfpga_arria10_socdk_ad9081": 49, "socfpga_arria10_socdk_sdmmc": 49, "socfpga_cyclone5_common": 49, "socket": [9, 13, 14, 22, 44, 49, 61], "sockit": [18, 70, 112], "softwar": [0, 4, 8, 12, 18, 27, 29, 30, 32, 35, 36, 37, 42, 44, 49, 57, 59, 60, 61, 65, 66, 68, 70, 71, 75, 80, 82, 83, 84, 87, 89, 90, 93, 95, 96, 97, 101, 102, 103, 104, 106, 112], "software_defined_radio": [6, 10], "soh": [74, 76, 78], "solder": [18, 107, 108], "solderless": 110, "solid": [18, 102], "solut": [7, 10, 11, 15, 48, 49, 65, 74, 78, 89, 90, 103], "solv": [31, 53, 57, 84, 102], "some": [0, 2, 7, 9, 11, 13, 14, 17, 18, 22, 23, 26, 27, 31, 33, 36, 39, 44, 47, 52, 56, 57, 61, 62, 63, 64, 65, 70, 71, 76, 77, 83, 88, 89, 90, 96, 97, 100, 101, 103, 105, 108, 110, 111, 112], "somebodi": [83, 101, 112], "somehow": [18, 108], "someon": [2, 83, 93, 94, 100, 101, 102, 112], "someth": [5, 18, 49, 56, 59, 60, 61, 83, 88, 89, 90, 96, 97, 99, 101, 103, 105, 108, 110, 111, 112], "sometim": [18, 27, 59, 60, 67, 83, 89, 97, 101, 111, 112], "somewhat": [18, 31], "somewher": 110, "song": 99, "soni": 44, "soon": [18, 27, 61, 62, 82, 103], "sophomor": 111, "sorri": [56, 97], "sort": [27, 33, 89, 90, 104, 108], "sortex": 43, "sound": [9, 13, 14, 18, 44, 49, 99, 108], "soundcard": [13, 14, 49], "sourc": [0, 1, 2, 9, 13, 14, 17, 18, 22, 26, 35, 42, 44, 45, 46, 47, 53, 56, 58, 61, 65, 66, 71, 75, 77, 81, 82, 88, 89, 91, 94, 95, 99, 106, 108, 110], "sourceforg": [52, 57, 90, 93], "sp701": 47, "space": [5, 30, 31, 32, 39, 40, 49, 61, 64, 66, 79, 84, 89, 92, 102, 103, 104, 108], "spare": [18, 30, 90], "sparkfun": 97, "spec": [46, 47, 48, 97, 105], "special": [27, 33, 49, 52, 96, 97, 108], "specif": [0, 15, 17, 18, 26, 27, 31, 32, 43, 45, 47, 49, 54, 56, 59, 60, 61, 64, 65, 66, 70, 71, 76, 79, 82, 83, 89, 90, 95, 97, 100, 101, 103, 111, 112], "specifi": [15, 18, 26, 27, 32, 39, 40, 43, 44, 45, 47, 59, 61, 66, 67, 70, 74, 79, 90, 93, 97, 105, 108], "specific_fold": 49, "spectr": [13, 49], "spectral": 84, "spectrum": [18, 27, 84, 87], "speed": [9, 13, 14, 17, 18, 23, 26, 27, 31, 32, 37, 43, 44, 49, 69, 70, 78, 89, 94, 95, 104], "sphinx": [0, 1], "spi": [9, 13, 14, 15, 18, 27, 31, 33, 44, 48, 49, 57, 59, 61, 65, 74, 78, 79, 84, 97, 100, 107], "spi0": [9, 14, 18, 44, 49], "spi1": [13, 14, 18, 44, 48], "spi32766": 9, "spi_altera": 49, "spi_desc": 64, "spi_device_id": [13, 14], "spi_extra": 64, "spi_init": 64, "spi_init_param": 64, "spi_mode_2": 64, "spi_mode_3": 64, "spi_remov": 64, "spi_write_and_read": 64, "spice": 108, "spiinitparam": 64, "spirit": [18, 98], "spl": 49, "splash": 90, "split": [9, 13, 14, 44, 55, 59, 64, 65], "splx4": 49, "sport": 31, "spram": 49, "spread": [108, 111], "springi": 108, "spur": 27, "squar": 36, "sr1": 111, "src": [53, 60, 61], "src_uri": [46, 47], "srcdir": 53, "srcu": [13, 14, 44, 49], "srcu_init": [13, 14], "srcu_struct": [13, 14], "ss": 64, "ssh": [44, 93, 96], "ssh_config": 89, "sshd": 93, "sshpass": [89, 93], "ssize_t": [61, 100], "ssl": 89, "sstatu": [9, 14, 44], "stabil": [15, 110], "stabl": [60, 68, 70, 79], "stack": [13, 14, 15, 17, 47, 49, 61, 76, 78, 84, 97, 101, 102], "stackabl": 74, "stage": [9, 14, 27, 29, 30, 44, 45, 53, 70, 90, 94, 110], "staging_kernel_dir": 47, "stai": [15, 53, 60, 61, 66, 94, 110], "stale": [13, 14, 49], "stand": 54, "standalon": [29, 30, 42, 78, 102, 103], "standard": [6, 9, 13, 14, 15, 18, 22, 23, 27, 44, 45, 48, 49, 52, 54, 55, 57, 64, 66, 67, 70, 74, 83, 90, 97, 101, 105, 107, 112], "standbi": [15, 49], "standpoint": 98, "stanford": 110, "stare": 112, "start": [2, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 18, 22, 23, 26, 27, 29, 44, 45, 47, 49, 53, 57, 59, 61, 62, 64, 65, 66, 71, 76, 77, 79, 85, 87, 88, 90, 93, 94, 96, 97, 102, 104, 106, 108, 110, 111], "start_kernel": 49, "startdistcc": 9, "startup": [18, 65, 90, 108, 110], "stat": 53, "stata": 111, "state": [13, 14, 18, 26, 42, 44, 53, 56, 59, 61, 70, 74, 76, 78, 84, 89, 90, 100, 102, 110, 112], "state5": 59, "static": [6, 9, 10, 13, 14, 18, 22, 29, 49, 53, 61, 74, 84, 86, 102, 110], "station": [10, 27, 102, 105], "statu": [6, 10, 13, 14, 15, 42, 49, 52, 53, 67, 75, 77, 89, 90], "std": 64, "stdarg": 5, "stddef": 53, "stdint": [5, 53], "stdio": [5, 100], "stdlib": [5, 53], "steadi": [77, 110], "steam": 27, "stefan": [90, 93], "step": [0, 2, 6, 8, 10, 12, 13, 15, 17, 18, 26, 27, 43, 46, 52, 56, 57, 59, 61, 64, 65, 66, 68, 70, 71, 74, 76, 77, 79, 85, 86, 88, 89, 93, 99, 108, 110, 112], "stepsiz": 27, "still": [0, 15, 18, 27, 45, 46, 47, 49, 52, 56, 57, 60, 61, 63, 77, 85, 90, 94, 97, 99, 100, 108, 110], "stitch": 27, "stm32": 22, "stm32f469nih6": 78, "stmmac": 49, "stmmaceth": 49, "stop": [9, 13, 14, 15, 44, 49, 52, 53, 56, 57, 61, 63, 66, 77, 79, 84, 89, 90, 93, 96, 99, 100, 102], "stop_bit": [64, 66], "stop_host": 44, "stop_peripher": 44, "stopbit": 66, "stor": 89, "storag": [9, 13, 14, 18, 39, 44, 49, 52, 78, 88, 93, 96, 102, 103], "store": [2, 9, 14, 18, 27, 39, 44, 52, 56, 61, 63, 64, 79, 88, 89, 90, 103], "strace": 60, "straight": 36, "straightforward": [18, 49, 60, 79, 108], "strdup": 53, "stream": [6, 13, 14, 31, 36, 42, 52, 59, 61, 68, 86, 101, 103, 112], "streamlin": 79, "strength": [42, 56, 99, 100], "strerror_r": 53, "stretch": 89, "strict": [13, 14], "strictli": [47, 61], "string": [5, 9, 13, 14, 43, 44, 49, 53, 59, 61, 89, 94, 104], "strip": [53, 88], "strndup": 53, "strong": 27, "stronger": 59, "struct": [29, 36, 53, 60, 61, 64, 100, 104], "structur": [3, 15, 17, 26, 27, 31, 54, 61, 64, 104], "student": [83, 84, 101, 102, 103, 110, 111], "studi": [17, 76], "studio": [60, 61, 65, 111], "stuff": [18, 108], "style": [18, 53, 86], "su08g": 44, "sub": [9, 32, 61, 83, 100, 101, 105, 112], "subdirectori": [60, 92], "subimag": [44, 49], "subimg_unam": 49, "subject": [6, 9, 10, 13, 14, 31, 74, 84, 102, 110], "subminiatur": 105, "submodul": [70, 92], "subpalett": 85, "subprocess": 94, "subsequ": [61, 77], "subset": [47, 48, 103], "subsi": [9, 13, 14, 44], "substitut": 15, "subsystem": [9, 13, 14, 17, 27, 28, 29, 30, 32, 36, 41, 42, 44, 49, 60, 61, 70, 89, 104], "subtleti": 18, "succeed": [14, 49], "success": [9, 14, 42, 44, 52, 53, 61, 77, 79, 111], "successfulli": [9, 13, 14, 44, 53, 79, 88], "sudo": [0, 2, 9, 13, 14, 18, 23, 49, 52, 57, 60, 65, 88, 89, 90, 93], "suffic": 77, "suffici": 27, "suffix": [53, 56, 88], "suggest": [5, 17, 31, 83, 101, 108, 112], "suit": [18, 31, 88], "suitabl": [57, 61, 62, 74, 78], "sum": [36, 56, 61], "summari": [9, 13, 14, 44], "sun": 14, "sung": 99, "super": [18, 61], "superior": 61, "superserv": [13, 14, 44, 49], "superspe": 14, "suppli": [4, 9, 13, 14, 18, 27, 44, 49, 61, 75, 77, 78, 84, 85, 87, 94, 96, 97, 103, 107, 108, 110, 111], "supplic": [13, 14, 49], "support": [4, 5, 6, 7, 9, 10, 11, 13, 14, 17, 18, 26, 28, 32, 35, 36, 38, 40, 42, 44, 47, 48, 52, 53, 56, 57, 59, 61, 75, 77, 79, 80, 81, 82, 84, 89, 91, 95, 96, 97, 98, 102, 103, 106, 108, 111], "suppos": [0, 64], "suppress": 18, "sure": [2, 13, 15, 18, 27, 40, 43, 49, 52, 53, 56, 57, 60, 61, 62, 63, 64, 65, 66, 70, 71, 74, 77, 79, 83, 86, 88, 89, 90, 96, 97, 100, 101, 108, 112], "surfac": [18, 108], "surround": 6, "survei": [103, 111], "surviv": 61, "suscept": [78, 89], "suse": 89, "sustain": 110, "svc": 49, "svg": 0, "sw1": 13, "sw11": 13, "sw6": [9, 14], "swamp": 99, "swap": [13, 14, 49, 61, 97, 100], "swapfil": [13, 14, 49], "swb": 49, "swd": [74, 77], "swdio": 74, "swdownload": [52, 53], "sweep": [108, 110], "swift": 79, "swig": 65, "swig_dir": 65, "switch": [4, 5, 9, 13, 14, 15, 17, 27, 43, 44, 49, 53, 61, 74, 77, 79, 90, 100, 108], "switcher": 97, "swp": 49, "swpb": 49, "swt_gtk3": 88, "sy": [9, 14, 18, 27, 29, 30, 32, 33, 34, 35, 40, 52, 53, 54, 56, 61, 62, 96], "symbol": [5, 57, 65], "sync": [2, 26, 27, 49, 52, 59, 96, 97], "syncb": 26, "syncbin0": 26, "syncbin1": 26, "syncbout": 26, "syncbout0": 26, "syncbout1": 26, "synchron": [13, 14, 26, 27, 31, 49, 56, 102], "syncoam": [13, 14], "synonym": 22, "synopsi": 49, "syntax": [1, 27], "synth": 59, "synthes": [10, 18, 27, 56, 59, 100], "synthesi": [4, 17, 27, 31, 70], "syscon": 49, "sysctl": 13, "sysf": [27, 29, 31, 36, 37, 38, 40, 60, 104], "sysfstrig0": 30, "sysfstrigid": 30, "sysid": [13, 14], "syslog": [13, 14, 49], "syslogd": 44, "sysmap": 43, "sysmgr": 49, "sysmon": 13, "sysref": [13, 14, 26], "sysroot": 53, "system": [4, 5, 6, 8, 9, 10, 12, 13, 14, 27, 29, 31, 35, 37, 42, 43, 44, 45, 46, 47, 52, 57, 60, 61, 65, 68, 70, 71, 76, 79, 84, 85, 88, 89, 90, 93, 94, 96, 97, 100, 101, 102, 103, 105, 111, 112], "system32": 65, "system_dtfil": [46, 47], "system_top": 88, "systemctl": [13, 14, 49], "systemd": [13, 14, 49, 89], "sysvinit": [13, 14, 44, 49], "sz": 44, "t": [0, 2, 9, 13, 14, 15, 18, 22, 23, 26, 27, 36, 44, 46, 49, 52, 53, 54, 56, 57, 59, 61, 63, 70, 83, 84, 89, 90, 93, 97, 99, 100, 101, 102, 103, 107, 108, 111, 112], "t0": 108, "t1": 59, "t2": 59, "t4": [13, 14, 49], "t_": [22, 23, 108], "t_dat": 104, "tab": [2, 5, 54, 56, 77, 100, 108], "tabl": [4, 9, 13, 14, 15, 26, 42, 44, 47, 49, 59, 63, 70, 74, 79, 97, 111], "tablet": 103, "tabular": 76, "tack": 97, "tag": [49, 59, 60, 89, 90], "tah": 103, "tail": 47, "take": [18, 22, 27, 40, 43, 44, 49, 52, 54, 56, 61, 70, 79, 83, 84, 87, 88, 89, 90, 101, 102, 103, 106, 110, 111, 112], "taken": [9, 13, 14, 26, 27, 33, 92], "tal_fhm_full_exit": 26, "tal_fhm_gpio_mod": 26, "tal_fhm_non_gpio_mod": 26, "tal_fhm_quick_exit": 26, "tal_gpio_0": 26, "tal_gpio_00": 26, "tal_gpio_01": 26, "tal_gpio_03": 26, "tal_gpio_04": 26, "tal_gpio_06": 26, "tal_gpio_07": 26, "tal_gpio_10": 26, "tal_gpio_11": 26, "tal_gpio_12": 26, "tal_gpio_13": 26, "tal_gpio_14": 26, "tal_gpio_15": 26, "tal_gpio_invalid": 26, "talinit": 54, "talis": [9, 26, 27], "talise_us": 27, "taliseinit_t": 54, "talisestream": 27, "talisestreamxyz": 27, "talk": [18, 23, 47, 89, 100], "tap": [9, 13, 14, 27, 44, 57], "tape": 74, "tar": [18, 43, 53, 57, 68, 70], "target": [2, 6, 7, 9, 10, 11, 13, 14, 15, 18, 26, 27, 42, 44, 49, 52, 53, 57, 59, 61, 65, 68, 69, 112], "target_mtd_info": 88, "task": [0, 27, 49, 57, 61, 64, 66, 79], "taskstat": [9, 13, 14, 44], "taught": 111, "tbd": 97, "tcf": 44, "tcl": [70, 88], "tcn75a": 18, "tcp": [9, 13, 14, 44, 49], "tcp_listen_portaddr_hash": [13, 14, 49], "tdd": [26, 27, 43, 59, 100], "te": 27, "teach": 17, "teacher": 111, "team": [9, 44], "tech": 111, "technic": [89, 101], "techniqu": 74, "technolog": 111, "technologi": [102, 110, 111], "tee": [18, 61, 88], "telephoni": 110, "tell": [13, 14, 17, 18, 49, 60, 90, 97], "temp": [59, 63, 74, 88, 97], "temp0": 59, "temp_lut": 63, "temperatur": [4, 15, 17, 18, 22, 23, 27, 31, 53, 74, 76, 77, 108], "templat": [3, 17], "tempor": 2, "temporari": [13, 14, 49], "temporarili": 59, "ten": [26, 27, 61, 84], "tend": [36, 110], "tera": [9, 13, 14, 66, 89, 90], "teraterm": 18, "teravolt": 110, "term": [9, 13, 14, 15, 18, 27, 49, 61, 66, 76, 77, 89, 90, 99, 108, 110, 111], "termin": [9, 13, 14, 15, 18, 23, 26, 44, 49, 57, 74, 77, 79, 89, 90, 102, 105, 108], "terminologi": 17, "terrestri": 105, "terribl": [97, 99], "test": [4, 5, 6, 7, 8, 10, 11, 12, 15, 17, 18, 23, 31, 37, 42, 43, 44, 48, 49, 52, 53, 54, 61, 65, 77, 79, 84, 85, 89, 94, 96, 97, 98, 99, 102, 103, 105, 108, 110, 111], "test_ensm_pinctrl": 100, "testimoni": 17, "text": [5, 9, 18, 44, 49, 53, 61, 66, 79, 88, 89], "textbook": 111, "textu": 5, "textual": 61, "tf": [13, 59], "tfcollin": 57, "than": [0, 5, 15, 17, 18, 23, 26, 27, 36, 43, 53, 54, 56, 61, 65, 74, 77, 84, 88, 89, 96, 97, 102, 108, 110, 111, 112], "thank": [18, 61, 83, 101, 110, 112], "thatg": 18, "thb1": 26, "thb2": 26, "thb3": 26, "thd": [22, 23, 84], "theauxiliari": 27, "thei": [0, 8, 12, 15, 18, 27, 31, 36, 40, 61, 63, 65, 67, 68, 70, 84, 86, 88, 97, 100, 102, 105, 106, 107, 108, 110, 111], "them": [2, 13, 15, 18, 27, 43, 53, 56, 60, 61, 65, 66, 79, 82, 83, 85, 86, 88, 95, 96, 101, 102, 106, 108, 112], "theme": 108, "themselv": [31, 107], "theoret": 108, "theori": [18, 61, 102, 105, 110], "therefor": [5, 6, 9, 10, 13, 14, 27, 33, 39, 54, 61, 70, 74, 84, 90, 99, 102, 104, 110], "thermal": 109, "thermistor": 74, "thermocoupl": 108, "thermomet": 108, "thesi": 110, "thi": [0, 1, 2, 5, 6, 7, 9, 10, 11, 13, 14, 15, 17, 18, 20, 22, 23, 24, 25, 26, 27, 29, 30, 31, 32, 33, 35, 36, 39, 40, 43, 44, 45, 46, 47, 48, 49, 52, 53, 54, 56, 57, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 70, 71, 74, 75, 76, 77, 78, 79, 82, 83, 84, 85, 86, 88, 89, 90, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 107, 108, 110, 111, 112], "thing": [5, 6, 7, 9, 10, 11, 13, 14, 18, 22, 49, 52, 53, 57, 59, 61, 82, 83, 88, 89, 90, 93, 95, 96, 97, 99, 100, 101, 103, 105, 108, 112], "think": [40, 56, 83, 89, 97, 101, 102, 108, 111, 112], "third": [49, 60, 64, 77], "thisdir": [46, 47], "thoma": 18, "thonni": 18, "thorough": 110, "those": [1, 15, 18, 40, 53, 61, 82, 88, 89, 90, 94, 95, 96, 98, 102, 108, 112], "though": 94, "thought": [9, 13, 14, 49], "thousand": [49, 112], "thread": [49, 53, 83, 101, 112], "three": [2, 9, 13, 14, 18, 27, 44, 54, 59, 61, 63, 65, 70, 71, 74, 77, 89, 90, 97, 108], "thresh": [26, 59], "threshold": [26, 31, 36, 100], "thresholdsg": 18, "through": [2, 5, 15, 17, 18, 23, 26, 27, 32, 36, 43, 45, 47, 60, 61, 65, 67, 71, 74, 77, 78, 79, 84, 85, 86, 102, 108, 110, 111], "throughout": [22, 23, 27], "throughput": [15, 61, 94], "thu": [22, 23, 27, 32, 39, 61], "thumb": [96, 97, 110], "thumbe": 49, "ti": [9, 13, 14, 44], "tia": 26, "tick": [76, 79], "ticket": [90, 93], "tie": 18, "tight": 105, "till": 15, "tilt": 15, "time": [3, 7, 9, 11, 13, 14, 17, 18, 22, 23, 26, 27, 31, 36, 38, 40, 49, 52, 53, 57, 59, 60, 61, 62, 64, 70, 74, 76, 77, 79, 83, 88, 89, 90, 97, 100, 101, 107, 108, 110, 112], "timeout": [9, 14, 32, 44, 49, 59, 61, 63], "timeout_m": 61, "timer": [9, 13, 14, 22, 30, 31, 38, 44, 49, 79], "timer1": 49, "timestamp": [9, 31, 36, 44, 79], "timestamp_bit": [9, 13, 14, 44, 49], "timestamp_en": 39, "timestamp_index": 39, "timestamp_typ": 39, "ting": 9, "tini": 108, "tinyiiod": 15, "tip": 60, "titl": [0, 2, 57], "tjtzurt9_1u": 22, "tjunction": 108, "tk5scofh76iqy2upp": 44, "tl": [13, 60, 90, 94], "tlb": [9, 13, 14, 44], "tlbx": [68, 70], "tmp": [86, 88, 90], "tmp3": 18, "tmp_kallsyms1": 43, "tmp_kallsyms2": 43, "tmux": 46, "toc": [0, 1], "toctre": [0, 2], "togeth": [5, 18, 53, 61, 79, 97, 102, 111], "toggl": [79, 97], "toggle0_1": 27, "token": 61, "toler": [84, 108], "ton": 18, "tonal": 56, "tone": [5, 42, 57, 105], "too": [18, 45, 52, 59, 60, 61, 67, 97, 99, 108, 110], "tool": [2, 4, 6, 10, 13, 14, 27, 43, 47, 49, 52, 57, 59, 61, 68, 69, 70, 71, 76, 77, 78, 83, 88, 89, 90, 93, 96, 101, 102, 103, 106, 108, 111, 112], "toolbar": [52, 77], "toolbox": [6, 10, 17, 22, 58, 103], "toolchain": [14, 22, 42, 49, 53, 60, 88], "toolchain_external_install_dir": 88, "toothpick": 90, "top": [0, 2, 15, 44, 45, 52, 56, 57, 61, 71, 74, 77, 79, 89, 90, 97, 108], "topic": [0, 2, 52, 91, 102, 111], "topo": [13, 14], "topologi": [13, 14, 49], "tormod": [90, 93], "torvald": 60, "total": [9, 13, 14, 18, 22, 23, 27, 44, 49, 53, 56, 59, 61, 74, 77, 79, 88, 89, 93, 103, 108], "touch": [2, 18, 31, 96, 108], "tp": [74, 94], "tp16": 74, "tp2": 74, "tp4": 74, "tp7": 74, "tp8": 74, "tr": 90, "trace": [13, 14, 44, 49, 57, 108], "tracer": 22, "track": [0, 26, 42, 43, 54, 56, 59, 60, 97, 102, 112], "tracker": [83, 85, 86, 101, 112], "trade": 70, "tradit": 84, "traffic": 27, "tran": [9, 14, 44], "tranceiv": 42, "transact": 79, "transceiv": [6, 10, 17, 27, 41, 42, 49, 57, 60, 67, 69, 74, 95, 96, 100], "transceivertoolbox": 70, "transcieiv": 18, "transciev": 18, "transfer": [15, 18, 62, 64, 77, 79, 82, 84, 89, 90, 95, 105], "transform": [18, 22, 23, 61, 108], "transient": [26, 108], "transistor": [22, 108, 110], "transit": [13, 14, 100, 101], "translat": [13, 14, 22, 70], "transmit": [6, 10, 26, 42, 60, 64, 97, 99, 100, 102], "transmitt": [5, 10, 27, 60, 99], "transpar": 61, "transport": [9, 13, 14, 44, 49, 100], "trap": 57, "trash": 79, "treat": 22, "treatment": 22, "tree": [1, 9, 13, 14, 17, 42, 43, 49, 53, 54, 83, 89, 90, 101, 112], "tremend": [18, 108], "trent": 111, "tri": [57, 66, 97], "triag": 101, "triangular": 18, "trick": [60, 61], "tricki": [2, 90], "trig": [31, 38], "trigger": [0, 3, 17, 26, 27, 29, 32, 35, 38, 39, 42, 59, 61, 62, 66, 82, 84, 96], "trigger0": [29, 30], "trigger_condit": 66, "trigger_delai": 66, "trigger_hysteresi": 66, "trigger_level": 66, "trigger_mod": 66, "trigger_now": 30, "trigger_sourc": 66, "triggerhappi": [13, 14, 49], "triggeri": 35, "triggerx": 30, "trim": 45, "trivial": [18, 100], "true": [2, 49, 61, 63, 64, 65, 67, 77, 86, 99, 104, 108], "truli": [18, 22, 108], "truncat": 53, "trust": [13, 14, 90], "truste": 89, "trustzon": [13, 14, 44], "trx": [27, 56, 59], "trx0_ad9081": 48, "trx_rate_governor": 59, "trx_rate_governor_avail": 59, "try": [0, 7, 11, 13, 15, 18, 44, 49, 57, 59, 61, 64, 71, 89, 90, 93, 96, 100, 102, 103, 108, 110], "tsc2046": [13, 14], "tty": [9, 13, 14, 44, 89], "tty1": 9, "ttyacm0": [49, 89, 90], "ttyama0": [13, 66], "ttygs0": 49, "ttyps0": [9, 14, 44], "ttyps1": [9, 14, 44], "ttys0": [13, 14, 49, 66], "ttyusb": [9, 13, 14], "ttyusb0": 15, "ttyusbn": 15, "tube": 110, "tue": [9, 44, 49, 88], "tun": [9, 13, 14, 44], "tune": [9, 27, 56, 59, 97, 99], "tunnel": [9, 13, 14, 44, 49], "turn": [9, 13, 14, 18, 31, 43, 49, 74, 79, 96, 99, 108, 110], "tutori": [0, 2, 17, 20, 21, 22, 23, 52], "tvnoxg4oxbzlapypuylc": 44, "twice": [53, 61, 108], "twist": [77, 78, 108], "two": [0, 5, 15, 18, 26, 27, 30, 32, 40, 49, 52, 55, 61, 62, 64, 66, 67, 68, 70, 74, 75, 77, 78, 84, 86, 89, 97, 100, 103, 105, 108, 110, 111], "tx": [5, 9, 13, 14, 33, 42, 48, 49, 56, 59, 66, 67, 89, 96, 97, 100, 104, 105], "tx1": [5, 27, 56], "tx1_i_f1": 59, "tx1_i_f2": 59, "tx1_q_f1": 59, "tx1_q_f2": 59, "tx1peakthreshold": 26, "tx1peakthreshold_dbf": 26, "tx1powerthreashold": 26, "tx1powerthreshold_dbf": 26, "tx2": [5, 27, 56], "tx2peakthreashold": 26, "tx2peakthreshold_dbf": 26, "tx2powerthreashold": 26, "tx2powerthreshold_dbf": 26, "tx_bw200_ir245p76_rx_bw200_or245p76_orx_bw200_or245p76_dc245p76": 27, "tx_lo": [59, 96, 99], "tx_monitor1": [59, 67], "tx_monitor1_2": 59, "tx_monitor2": [59, 67], "tx_path_rat": 59, "tx_quad": 59, "txattendecpin": 27, "txattenincpin": 27, "txattenset": 26, "txattenstep": 26, "txattenu": 27, "txmon": 59, "txnrx": 59, "txprofil": 27, "txqueuelen": 89, "txsamp": 59, "txt": [2, 5, 9, 14, 15, 18, 22, 27, 44, 49, 53, 56, 65, 88, 89, 94, 96, 102], "type": [0, 5, 9, 13, 14, 15, 18, 27, 31, 40, 43, 44, 47, 49, 52, 53, 56, 57, 59, 63, 66, 70, 74, 77, 78, 79, 88, 89, 90, 103], "typic": [8, 12, 15, 22, 27, 30, 31, 34, 36, 52, 56, 61, 62, 70, 74, 77, 78, 79, 82, 95, 100, 108, 111], "typo": 52, "u": [9, 13, 14, 15, 18, 39, 43, 44, 49, 53, 59, 71, 83, 89, 90, 92, 93, 95, 97, 100, 101, 107, 110, 112], "u1": 74, "u10": 74, "u12": 39, "u15": 74, "u24": 49, "u3": 74, "u5": 74, "u6": 74, "u64": 36, "u73728": [13, 14], "u77824": 49, "u86016": [9, 44], "u9": 74, "ua": [9, 13, 14, 44, 49], "uapi": [43, 60], "uart": [8, 9, 12, 14, 15, 44, 49, 65, 74, 75, 76, 84, 90, 97, 107], "uart_desc": 64, "uart_extra": 64, "uart_get_error": 64, "uart_init": 64, "uart_init_param": 64, "uart_read": 64, "uart_remov": 64, "uart_writ": 64, "uartinitparam": 64, "uartjtag": [17, 81, 111], "ub": 44, "uboot": [9, 14, 44, 88, 90], "ubootvers": 88, "ubuntu": [60, 65, 86, 89, 103], "uclass": 13, "udc": [27, 33, 60, 93], "udev": [13, 14, 44, 49, 65, 89], "udevadm": 89, "udevd": 44, "udhcpc": 44, "udisks2": 89, "udma": [9, 14, 44], "udp": [9, 13, 14, 44, 49], "udsfu9jjecisogeksk8glxen4ihfhnmd": 44, "uefi": [9, 13, 14, 44], "uenv": [9, 14, 44, 88], "uenvcmd": [9, 14, 44], "uest": [13, 14, 49], "uevent": [27, 29, 30], "ug": [26, 27, 70], "ug1144": 47, "uhelp": 89, "uhx1njmq7v0": 20, "ui": 76, "uid": 89, "uimag": [43, 49, 53], "uimage_loadaddr": [43, 88], "uint32_t": [61, 64], "uint8_t": 64, "ulb": 26, "ultim": 54, "ultra": [9, 18], "ultralow": 97, "umount": [52, 93], "un": [18, 94], "unabl": [9, 13, 31, 44, 49, 60, 89], "unam": 89, "unansw": [83, 101, 112], "unassign": 26, "unattend": [13, 14, 49], "unavail": [44, 53, 59], "unbalanc": 110, "unbind": [27, 93], "unbox": 87, "uncertain": 61, "uncertainti": 22, "uncleanli": [14, 49], "uncom": [49, 86], "uncommon": 86, "uncompress": [43, 44, 52, 57], "under": [15, 18, 26, 27, 31, 34, 56, 60, 61, 67, 68, 70, 77, 79, 85, 86, 90, 94, 103, 108], "undergon": 74, "underli": [36, 61, 67], "underneath": [61, 97], "understand": [0, 3, 6, 10, 15, 17, 18, 52, 53, 61, 71, 75, 79, 84, 86, 87, 89, 90, 97, 98, 100, 102, 103, 106, 110, 112], "understood": [100, 105, 108], "undervoltag": 76, "unexpectedli": 108, "unfamiliar": 86, "unfortun": 89, "unifi": [13, 14, 27, 49], "uniniti": [13, 14, 49], "uninstal": 53, "unipolar": 66, "uniqu": [27, 45, 56, 103], "uniqueid": [9, 14, 44], "unistd": [5, 53, 64, 100], "unit": [13, 14, 15, 18, 40, 49, 59, 61, 74, 78, 84, 97, 108], "uniti": 110, "univers": [9, 13, 14, 44, 89, 90, 93, 103, 106, 110], "unix": [9, 13, 14, 15, 44, 49, 61, 96], "unknown": [13, 18, 52, 53, 89, 90, 93], "unless": [8, 12, 13, 14, 18, 49, 54, 57, 78, 89, 105, 108], "unlik": [18, 22, 23, 31, 70, 105, 108], "unlist": [13, 44], "unlock": [26, 90], "unmount": [44, 52, 93, 94, 96], "uno": 78, "unoffici": 20, "unpack": [44, 53, 89], "unplug": [18, 52, 63, 77, 90, 96], "unprocess": 66, "unrel": 31, "unrespons": 61, "unsaf": [13, 14, 49], "unselect": 89, "unsign": [5, 39, 61], "unstabl": [60, 94], "unsur": [26, 52, 100, 103], "unt": [13, 14, 49], "until": [13, 14, 18, 27, 32, 49, 61, 63, 66, 74, 77, 79, 90, 100, 108, 110], "unus": [9, 13, 14, 39, 44, 49, 61, 97], "unwrap": 88, "unzip": [52, 57, 68, 70, 88, 90], "uohm": [9, 14, 44], "up": [2, 4, 5, 9, 12, 14, 17, 18, 22, 27, 31, 36, 40, 43, 44, 47, 49, 52, 53, 57, 60, 61, 63, 64, 70, 74, 75, 76, 77, 79, 87, 89, 90, 96, 97, 98, 99, 100, 102, 103, 105, 106, 108, 110, 111], "upconvers": 27, "upd": 43, "upd78f0730": [13, 14, 49], "updat": [0, 6, 7, 9, 10, 11, 13, 14, 15, 17, 18, 23, 26, 27, 42, 44, 45, 47, 48, 54, 57, 59, 60, 65, 70, 71, 76, 77, 79, 81, 82, 86, 88, 89, 91, 103, 110], "update_frm": 90, "update_tool": 53, "upgrad": [2, 13, 14, 49, 53, 57, 60, 87, 88, 89, 106], "upload": [61, 65, 90], "upon": [15, 27, 56, 74, 77, 78, 79, 94], "upper": [26, 52, 57, 59, 75], "upper0": 26, "upper1": 26, "upstart": 60, "upstream": [2, 18, 83, 101, 112], "urandom": 49, "uri": [15, 18, 49, 59, 63, 66, 67, 70, 85, 89, 90, 100], "url": [2, 53], "us": [1, 3, 4, 5, 7, 9, 11, 13, 14, 17, 18, 22, 23, 26, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39, 42, 44, 45, 46, 47, 48, 49, 53, 54, 56, 59, 61, 62, 64, 65, 66, 67, 70, 74, 75, 76, 77, 79, 83, 84, 87, 88, 89, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 110, 111, 112], "usabl": [18, 27, 61, 63, 97], "usag": [0, 2, 13, 49, 59, 61, 66, 70, 93, 102], "usb": [7, 9, 11, 13, 14, 15, 17, 18, 22, 23, 25, 44, 49, 52, 53, 59, 65, 70, 74, 75, 77, 78, 81, 82, 84, 88, 90, 91, 93, 95, 97, 99, 100, 102, 103, 104, 106, 107], "usb0": [9, 89], "usb1": [9, 13, 14, 44, 49, 89], "usb2": [9, 14, 44], "usb3": 13, "usb3320": 97, "usb_functionfs_descs_head_v2": [53, 60], "usb_on": 96, "usb_phy_gener": 49, "usb_to_spi_firmwar": 77, "usbcor": [9, 13, 14, 44, 49], "usbd": [60, 89], "usbf": [9, 13, 14, 44, 49], "usbg": 53, "usbg_vers": 53, "usbhid": [9, 13, 14, 44, 49], "usbmodem1414": 89, "usbnet": 89, "usbphi": 49, "usbser": 89, "usbseri": [13, 14, 49], "usbserial_gener": [13, 14, 49], "user": [0, 1, 2, 4, 9, 13, 14, 17, 18, 22, 23, 26, 27, 30, 31, 32, 33, 34, 36, 39, 40, 42, 44, 45, 46, 47, 52, 54, 56, 61, 65, 66, 67, 70, 71, 74, 75, 78, 83, 84, 89, 95, 97, 98, 101, 102, 104, 112], "usernam": [89, 90], "userspac": [18, 36, 53, 59, 61, 83, 95, 100, 101, 112], "usleep": 64, "usr": [9, 14, 18, 49, 53, 57, 60, 65, 68, 70, 86, 93, 96], "usual": [2, 18, 52, 86, 108, 111], "utc": [9, 13, 14, 44, 49, 79], "utf": 61, "utf8": 89, "util": [6, 10, 27, 33, 43, 47, 48, 49, 52, 60, 65, 70, 74, 77, 79, 82, 83, 88, 89, 90, 92, 93, 101, 112], "utilitiesg": 18, "utils_0": 89, "utmp": [13, 14, 49], "utsreleas": 43, "uv": 74, "uvcvideo": [9, 13, 14, 44, 49], "v": [18, 20, 22, 27, 60, 63, 64, 66, 70, 74, 77, 78, 79, 84, 87, 88, 97, 100, 104, 108, 110, 111], "v0": [9, 13, 14, 44, 49, 57, 59, 60, 61, 63, 65, 71, 85, 88, 90, 93, 96], "v1": [9, 13, 14, 44, 49, 61, 110], "v2": [9, 13, 14, 44, 49, 61, 94], "v2018": 44, "v2023": 14, "v2_raw": 61, "v3": 110, "v4": [9, 44], "v7l": [49, 66], "vadj_fmc": 13, "val": 26, "val_str": 100, "valid": [5, 6, 10, 13, 26, 27, 48, 52, 54, 56, 61, 63, 70, 79, 86, 90], "valid_lft": 89, "valu": [5, 9, 13, 14, 15, 18, 26, 27, 30, 32, 36, 39, 40, 44, 49, 54, 56, 57, 59, 60, 61, 63, 64, 65, 66, 67, 76, 77, 86, 90, 99, 100, 108, 110], "valuabl": [30, 107], "values0": 26, "values1": 26, "values10": 26, "values11": 26, "values2": 26, "values3": 26, "values4": 26, "values5": 26, "values6": 26, "values7": 26, "values8": 26, "values9": 26, "var": [14, 49, 82], "vari": [40, 74, 75, 108], "variabl": [2, 13, 14, 18, 27, 31, 42, 49, 53, 57, 59, 60, 61, 74, 88, 110], "variant": [13, 14, 18, 36, 49, 61, 70], "variat": [27, 63, 79, 111], "varieti": [53, 64, 65, 97, 102, 103], "variou": [8, 12, 15, 18, 32, 47, 48, 61, 62, 70, 79, 94, 100, 106, 108, 110], "vbat": [74, 75], "vbattp": 74, "vblank": [9, 44], "vbu": 97, "vc707": [8, 12], "vcc": [9, 13, 14, 15, 44, 49], "vccaux": 59, "vccbram": 59, "vccint": 59, "vccoddr": 59, "vccpaux": 59, "vccpint": 59, "vcd": 110, "vck190": 47, "vco": [26, 59], "vcu118": [12, 47], "vcxo": [6, 10], "vdd": [15, 74], "vdd_sel": 14, "vdda_3p3": 27, "vdso": [9, 44], "ve": 18, "vector": [0, 5], "vehicl": [74, 75, 76, 78], "vendor": [18, 59, 89, 90, 112], "venv": 2, "ver": [9, 13, 14, 44, 49, 90, 93, 103], "verbos": [86, 93], "veri": [7, 11, 15, 18, 20, 22, 27, 31, 61, 70, 86, 88, 90, 106, 108, 110, 112], "verif": [17, 42, 79], "verifi": [44, 48, 49, 53, 61, 77, 89, 100, 103], "verilog": [70, 88], "versal": [13, 47, 49], "versatil": 27, "version": [0, 5, 9, 13, 14, 15, 18, 22, 23, 32, 43, 44, 49, 52, 53, 54, 56, 57, 59, 60, 61, 63, 65, 68, 70, 71, 74, 76, 77, 78, 79, 85, 86, 88, 89, 97, 103, 105, 108], "vertic": [18, 57], "vf": [9, 13, 14, 44, 49], "vfat": 89, "vfp": 49, "vga": 31, "vgaarb": [13, 49], "vger": [31, 37], "vhdl": 70, "vi": [0, 85], "via": [5, 9, 13, 14, 15, 18, 26, 31, 36, 42, 43, 44, 46, 47, 49, 53, 59, 61, 62, 65, 74, 77, 78, 84, 89, 96, 97, 100, 102, 103, 104], "vice": 111, "vid": [84, 90, 102], "video": [4, 9, 13, 14, 15, 17, 18, 20, 44, 49, 57, 97, 104, 110], "videodev": [13, 14, 49], "view": [15, 35, 45, 56, 57, 65, 70, 77, 79, 97, 104, 105, 107, 108], "viewer": [18, 97, 107], "vin": [74, 78], "vip": [65, 85], "vipt": [9, 14, 44, 49], "virginia": 111, "virtual": [2, 9, 44, 60, 61, 83, 84, 85, 86, 88, 89, 101, 111], "vishai": 108, "visibl": [18, 57], "vision": 78, "visit": [2, 49, 65, 74, 78], "visual": [18, 31, 37, 60, 61, 65, 77, 79, 90, 103], "vita": 112, "viti": [43, 88], "vitis_vers": 43, "vivado": [43, 68, 70, 88], "vivado_ip_prj": 70, "vivado_set": 88, "vivao": 88, "vkick": 110, "vlan": 49, "vlogic": 64, "vmalloc": [9, 44], "vmemmap": [9, 13, 14, 44], "vmk180": 47, "vmlinux": 43, "vmsplice": 61, "vnc": [13, 14, 49], "voic": 99, "void": [29, 61, 64, 100, 104], "volatil": [13, 14, 49, 100, 106], "volden": [90, 93], "volt": [66, 108], "voltag": [4, 17, 22, 26, 27, 36, 61, 64, 65, 66, 74, 75, 76, 77, 78, 79, 86, 97, 100, 107, 108, 110], "voltage0": [49, 59, 61, 67, 96, 104], "voltage0_i": 55, "voltage0_q": 55, "voltage1": [49, 59, 61, 67, 104], "voltage1_i": 55, "voltage1_q": 55, "voltage2": 59, "voltage3": 59, "voltage4": 59, "voltage5": 59, "voltage6": 59, "voltage7": 59, "voltage8": 59, "voltage_filter_fir_en": 59, "voltagey_en": 39, "voltagey_index": 39, "voltagey_typ": 39, "voltmet": [65, 66, 84, 87, 108], "volum": [0, 13, 14, 43, 44, 49, 52, 89], "vout": 108, "vpk": 13, "vpk120": 47, "vpk180": 47, "vqlwy": 44, "vre": 74, "vref0": 26, "vref1": [26, 74, 78], "vref2": [26, 74, 78], "vref3": 26, "vref4": 26, "vref5": 26, "vref6": 26, "vref7": 26, "vref8": 26, "vref9": 26, "vrefn": 59, "vrefp": 59, "vreg": [74, 78], "vsa": 57, "vusb_a": 49, "vusb_d": 49, "vx": 88, "w": [5, 6, 8, 9, 13, 15, 18, 27, 49, 61, 66, 74, 77, 88, 108], "wa": [0, 15, 18, 27, 40, 43, 44, 47, 48, 53, 55, 57, 60, 61, 63, 65, 66, 71, 77, 85, 88, 93, 94, 97, 100, 105, 108, 110, 111], "wai": [5, 7, 11, 15, 18, 22, 23, 26, 27, 36, 48, 49, 53, 57, 60, 62, 63, 65, 66, 67, 79, 83, 84, 89, 90, 97, 100, 101, 102, 105, 108, 110, 111, 112], "wait": [13, 14, 26, 32, 44, 49, 52, 59, 61, 63, 79, 90, 100, 108], "walk": 2, "wall": [13, 14, 22, 23, 49, 61, 77, 105], "want": [2, 18, 22, 23, 27, 33, 40, 43, 46, 52, 53, 56, 57, 60, 61, 65, 66, 67, 79, 82, 84, 86, 88, 89, 90, 94, 95, 96, 97, 99, 100, 101, 102, 103, 104, 105, 107], "warehous": 97, "warm": [18, 108], "warn": [4, 13, 14, 44, 49, 53, 89, 90, 108], "warranti": [14, 49, 90, 93], "wasn": [18, 52], "watch": [13, 14, 18, 20, 22, 49, 87, 89, 90, 97, 104, 110, 111], "watchdog": [9, 14, 44, 49], "watchpoint": [9, 13, 14, 44, 49], "water": [32, 108], "waterfal": 79, "watermark": [32, 59], "watt": [105, 108], "wave": [5, 23, 56, 110, 111], "waveform": [5, 18, 23, 61, 102, 108, 110], "wdt": [9, 14, 44, 49], "we": [0, 7, 8, 11, 12, 17, 18, 20, 43, 47, 52, 53, 57, 59, 61, 64, 66, 67, 75, 82, 83, 87, 89, 90, 95, 97, 98, 99, 100, 101, 102, 103, 105, 106, 107, 108, 110, 111, 112], "weak": 61, "wear": 108, "web": [6, 13, 18, 83, 88, 101, 112], "webinar": 4, "webpag": 13, "websit": 2, "wed": [13, 14, 49, 89], "week": [13, 14, 49], "weight": 57, "wein": 110, "weird": 89, "welcom": [9, 13, 14, 49, 89, 90, 93], "well": [9, 13, 14, 15, 18, 22, 27, 31, 43, 45, 49, 52, 57, 60, 61, 65, 66, 67, 70, 71, 78, 79, 89, 90, 94, 97, 107, 108], "welt": [90, 93], "went": [18, 93, 97], "were": [0, 15, 31, 46, 61, 65, 70, 97, 108, 110, 111], "weren": 61, "weston": [90, 93], "wget": [43, 52, 53, 57, 60, 68, 70, 88, 89, 90], "what": [5, 6, 7, 10, 11, 15, 17, 18, 19, 20, 23, 27, 36, 39, 40, 43, 47, 49, 59, 60, 61, 84, 87, 88, 89, 93, 94, 97, 98, 99, 100, 102, 103, 106, 108, 110, 111, 112], "whatev": [18, 40, 100], "wheatstone_bridg": 110, "wheel": [65, 89], "wheeler": [74, 75, 78], "when": [1, 2, 13, 15, 18, 26, 27, 30, 33, 40, 45, 47, 48, 49, 52, 56, 57, 59, 61, 63, 64, 65, 66, 67, 70, 74, 75, 76, 77, 79, 84, 86, 88, 89, 94, 96, 97, 99, 100, 102, 104, 108, 110, 112], "where": [15, 18, 22, 23, 26, 27, 30, 32, 34, 40, 43, 52, 56, 57, 60, 61, 65, 66, 70, 74, 75, 83, 86, 90, 94, 97, 99, 100, 101, 102, 103, 107, 108, 110, 111, 112], "wherea": 110, "wherein": 15, "whether": [40, 53, 61, 97, 108], "which": [2, 5, 6, 7, 10, 11, 15, 18, 22, 23, 27, 30, 31, 34, 36, 39, 40, 43, 45, 47, 49, 52, 54, 56, 57, 59, 61, 64, 67, 68, 70, 74, 76, 77, 78, 83, 86, 87, 88, 89, 90, 94, 96, 99, 100, 101, 102, 103, 107, 108, 110, 112], "while": [0, 5, 6, 18, 22, 27, 44, 46, 55, 57, 61, 63, 64, 66, 77, 79, 82, 88, 90, 94, 95, 96, 97, 100, 104, 105, 108, 110, 112], "whitespac": 79, "whl": 65, "who": [6, 10, 61, 82, 83, 84, 88, 95, 96, 101, 102, 103], "whole": [0, 18, 61, 87], "whose": [18, 61], "why": [0, 18, 22, 63, 79, 90, 93, 101, 108, 112], "wide": [5, 9, 13, 14, 18, 27, 61, 65, 89, 94, 102, 108], "wideband": [17, 27], "wider": [63, 66, 105], "widget": 57, "width": [9, 13, 14, 15, 44, 49, 70, 78], "width_khz": 26, "wien_bridg": 110, "wien_bridge_osc_complet": 110, "wien_bridge_oscil": 110, "wien_bridge_vcvs_gain": 110, "wifi": [18, 82, 84, 95, 102, 103], "wiggl": [22, 23], "wiki": [0, 9, 17, 24, 43, 53, 66, 89, 90, 93, 96], "wild": [2, 97], "wildcard": 59, "william": 110, "win": [61, 89], "win_amd64": 65, "wind": 108, "windisk32": 49, "window": [4, 7, 9, 11, 13, 14, 18, 22, 23, 26, 49, 53, 61, 68, 70, 74, 76, 77, 79, 86, 87, 96, 102, 103, 106], "winmd5": 52, "winscp": 18, "winusb": 89, "wip": [8, 25], "wire": [9, 13, 14, 18, 22, 44, 74, 76, 77, 78, 97, 105, 108, 110], "wireless": [18, 103], "wish": 2, "with_gflag": 65, "with_gpio": 22, "with_iiod_usbd": 60, "with_network_eventfd": 53, "within": [15, 26, 27, 29, 30, 39, 47, 57, 60, 61, 68, 69, 70, 74, 79, 86, 88], "without": [6, 7, 9, 10, 11, 13, 14, 15, 18, 22, 27, 45, 53, 61, 65, 70, 71, 74, 84, 88, 89, 90, 94, 99, 102, 104, 108, 110], "wizard": 6, "wl1271": [13, 14], "wl1271_spi": [13, 14], "wl1273": [13, 14], "wl1281": [13, 14], "wl1283": [13, 14], "wl1285": [13, 14], "wl1801": [13, 14], "wl1805": [13, 14], "wl1807": [13, 14], "wl1831": [13, 14], "wl1835": [13, 14], "wl1837": [13, 14], "wlan": 94, "wlu": 89, "wn725n": 94, "won": [18, 49], "worcest": 111, "word": [0, 5, 61], "work": [0, 3, 6, 7, 11, 13, 17, 18, 23, 43, 45, 47, 49, 52, 53, 54, 56, 57, 60, 61, 76, 77, 78, 83, 84, 85, 86, 89, 90, 94, 97, 101, 102, 103, 105, 111, 112], "workaround": [9, 44, 49, 97], "workdir": [46, 47], "workflow": [2, 6, 10], "workingset": [9, 13, 14, 44, 49], "workshop": [17, 22, 23], "workstat": 61, "world": [18, 84, 102, 110], "worst": [18, 57], "worth": [18, 61, 108], "worthi": 61, "would": [0, 5, 18, 31, 57, 60, 61, 89, 90, 97, 99, 100, 108, 110, 112], "wpa": [13, 14, 49, 94], "wpi": 111, "wpofeclqnxwagibwqrelbn": 44, "wrap": [9, 13, 14, 22, 44, 49, 65, 90], "wrapper": [61, 70, 85], "wrapup": 17, "writ": 30, "writabl": [9, 14, 44, 49], "write": [2, 9, 13, 14, 15, 18, 22, 23, 30, 32, 33, 39, 42, 44, 54, 56, 57, 64, 65, 66, 82, 84, 88, 89, 90, 95, 99, 100, 102, 111], "write_onli": 66, "writealloc": 49, "writebuf": 61, "writer": [49, 52], "written": [15, 18, 22, 23, 27, 32, 43, 49, 53, 61, 63, 111], "wrong": [49, 52, 83, 88, 90, 93, 97, 101, 108, 112], "wrote": [59, 99], "wusb600n": 94, "www": [18, 20, 22, 87, 97, 104, 108, 110, 111], "x": [9, 13, 14, 15, 18, 27, 30, 34, 43, 44, 47, 52, 53, 57, 59, 60, 61, 62, 66, 79, 88, 102, 103, 104, 108], "x11": [13, 14, 43, 49], "x2dfsck": [13, 14, 49], "x2dgetti": [13, 14, 49], "x509": [13, 14], "x64": 65, "x86": [57, 88, 102, 106], "x86_64": 60, "x86_64_aarch64": 43, "x86_64_arm": 43, "xadc": [27, 33, 59, 89], "xarg": 88, "xbar": 26, "xc7z007": 97, "xc7z010": [88, 97], "xconfig": [27, 29, 30], "xcvr": 48, "xczu9eg": [9, 44], "xdf": 60, "xdg": 53, "xfce": 112, "xfrm": [9, 13, 14, 44], "xhci": [9, 13, 14, 44], "xilinx": [6, 9, 10, 13, 14, 18, 22, 42, 44, 45, 46, 47, 68, 70, 83, 88, 97, 98, 101, 107, 112], "xilinx_drm": 9, "xlinx": 43, "xlnx": [13, 44, 88], "xlnx_event_manag": 13, "xml": [49, 59, 60, 86, 89], "xml_file": [59, 61], "xmp": 44, "xo": 59, "xo_correct": [59, 90], "xo_correction_avail": 59, "xor": [9, 13, 14, 44], "xorg": 43, "xr": [27, 60], "xsa": [45, 47], "xsdk": 88, "xuartp": [9, 14, 44], "xvf": 43, "xx": [60, 66, 88, 94, 104], "xxx": [66, 104], "xz": [13, 14, 43, 49, 52], "y": [2, 9, 14, 15, 18, 27, 32, 52, 53, 57, 60, 61, 77, 79, 89], "yacc": 61, "ye": [8, 9, 12, 14, 18, 44, 53, 60, 70], "yeah": 52, "year": 111, "yellow": 79, "yet": [0, 7, 11, 17, 18, 23, 52, 60, 61, 70, 74, 75, 85, 97], "yml": 2, "yocto": [44, 45], "york": 89, "yosemit": 103, "you": [0, 1, 2, 5, 6, 7, 9, 10, 11, 13, 14, 15, 17, 18, 23, 26, 27, 30, 33, 36, 40, 43, 44, 46, 47, 49, 52, 53, 54, 56, 57, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 70, 71, 74, 75, 76, 77, 79, 82, 83, 84, 85, 86, 87, 88, 89, 90, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 110, 112], "young": 111, "your": [0, 1, 3, 6, 9, 10, 13, 14, 15, 17, 23, 26, 42, 44, 45, 46, 47, 52, 53, 54, 56, 57, 60, 61, 62, 63, 65, 68, 70, 71, 75, 76, 77, 79, 82, 83, 84, 85, 87, 88, 89, 90, 95, 96, 97, 101, 102, 103, 106, 107, 108, 112], "your_branch": 2, "your_us": 2, "yourself": [7, 11, 22, 23, 52, 93, 98], "youtub": [18, 20, 22, 87, 97, 104, 110, 111], "yup": 18, "yveyxyozazn0hd6ghydo7qvignxsvl": 44, "z": [15, 18, 40, 77], "z7": [18, 43], "z7010": 59, "z7020": [43, 70, 112], "z7035": [43, 70, 112], "zauru": [9, 13, 14, 44, 49], "zc702": [43, 47, 57, 70, 112], "zc706": [8, 12, 43, 47, 70, 112], "zcu100": 47, "zcu102": [6, 7, 10, 11, 18, 27, 43, 44, 46, 47, 48, 70], "zcu104": 47, "zcu106": 47, "zcu111": 47, "zcu1275": 47, "zcu1285": 47, "zcu208": 47, "zcu216": 47, "zcu670": 47, "zed": [43, 53, 57, 70, 112], "zedboard": [18, 43, 47, 53, 61, 70], "zero": [13, 15, 49, 59, 103, 110], "zeroconf": 57, "zimag": [43, 49, 88], "zip": [15, 18, 22, 23, 52, 57, 65, 68, 70, 88, 90], "zone": [9, 13, 14, 49], "zonelist": [9, 13, 14, 44, 49], "zoom": [57, 97], "zstd": [13, 14, 49], "zu11eg": [70, 112], "zu9eg": [14, 44], "zynq": [6, 9, 10, 13, 14, 17, 18, 42, 44, 49, 68, 70, 93, 97, 98, 107], "zynq3": 70, "zynq_pluto_defconfig": 88, "zynq_xcomm_adv7511_defconfig": 43, "zynqmp": [9, 13, 14, 17, 27, 42, 44, 46, 48, 49], "zynqmp_clk_divider_set_r": 44, "zynqmp_dp_snd_card": 44, "zynqmp_dp_snd_codec0": 44, "zynqmp_dp_snd_pcm0": 44, "zynqmp_dp_snd_pcm1": 44, "zynqmp_firmware_prob": [13, 14], "zynqmp_gpio": 14, "zynqmp_ocm": [9, 14], "zynqmp_phi": [9, 44], "zynqmp_plat_init": [9, 44], "zynqmp_pll_dis": 44, "zynqmp_pm": 9, "zynqmp_rsa": 13, "\u00b5f": 110, "\u00bd": 77, "\u00f6nder": 111, "\u03b8": 108, "\u03b8_": 108, "\u03bc": 100, "\u03bcsecond": 100, "\u03c9": [74, 77, 100, 108]}, "titles": ["Creating new pages", "Documentation guidelines", "Forking and publishing", "Contributing and guidelines", "Evaluation Boards & Platforms", "Basic IQ Datafiles", "ADRV9009 & ADRV9008", "Prerequisites", "Quickstart", "ZCU102 Quickstart", "ADRV9026 & ADRV9029", "Prerequisites", "Quickstart", "VCK190 Quickstart", "ZCU102 Quickstart", "EVAL-ADXL355-PMDZ User Guide", "User guides", "System Level Documentation", "Converter Connectivity Tutorial", "Learning! Tutorials, Workshops, Etc", "Key ADI\u2019s Software Infrastructure for designing with ADCs, DACs, and Sensors", "Tools for High-Speed Mixed Signal System Design", "Tools for Low Speed Mixed Signal System Design", "Tools for Precision Wideband Mixed Signal System Design", "Precision ADC Tutorial", "What software do I need for my SDR?", "ADRV9009/ADRV9008 Device Driver Customization", "ADRV9009, ADRV9008-1, ADRV9008-2", "IIO Transceivers", "iio-trig-bfin-timer driver", "iio-trig-sysfs driver", "Linux Industrial I/O Subsystem", "<no title>", "<no title>", "<no title>", "<no title>", "<no title>", "<no title>", "<no title>", "<no title>", "Threshold Events", "Linux drivers", "Linux Kernel", "Kernel and devicetrees", "Building with Petalinux", "Petalinux Device Trees", "Custom Device Trees with meta-adi", "Custom Device Trees with DTG (meta-adi Bypass)", "Device Tree Modifications with system-user.dtsi", "Kuiper Linux", "Project list", "Release notes", "SD Card flashing", "Updating", "Advanced plugin", "ADRV9009", "Standard Plugin", "IIO Oscilloscope", "Software", "Libiio command line utility", "Libiio", "About libiio", "IIO System Considerations Tips & Tricks", "Calibration", "Digital communication", "Libm2k", "Command line utility", "Extending Device Interfaces", "High Speed Converter Toolbox", "MATLAB & Simulink Toolboxes", "Transceiver Toolbox", "PyADI-IIO", "Application Software", "Applications and Solutions", "AD-BMSE2E3W-SL", "Sample Application", "Software User Guide", "Hardware User Guide", "AD-CELLPACKBM-SL", "Software User Guide", "Reference Designs", "Tools", "For Developers", "Support", "ADALM2000", "Using With LabVIEW", "Using with MATLAB", "For End Users", "Building the Firmware Image", "Installing Drivers", "Firmware Updates", "Common PLUTO&M2K", "Obtaining the Build Sources", "Rebooting", "USB OTG \u2013 HOST function Support", "For Developers", "USB OTG", "ADALM-PLUTO Hardware", "For Hackers", "Self Reception", "Controlling External Devices", "Support", "ADALM-PLUTO", "Prerequisites", "Controlling the transceiver and transferring data", "Antennas", "For End Users", "ADALM-UARTJTAG", "Activity: Efficiency, Power Loss, and Thermal Management", "Active Learning: Student-oriented Lab Exercises", "Activity: The Wien Bridge Oscillator", "Engineering University Program", "Help and Support for ADI FMC Cards & RF SoMs"], "titleterms": {"": [19, 20, 22, 47, 74, 78], "1": [27, 47], "101": 19, "2": [27, 47], "20": 57, "24": 23, "3": [43, 47], "3v3": [26, 27], "4": [43, 47, 101, 112], "5": 43, "72v": 75, "96v": 75, "A": [26, 97], "And": [22, 23], "For": [15, 49, 65, 67, 82, 87, 95, 98, 106], "In": [27, 31, 90], "No": [15, 22, 112], "On": [22, 43, 90, 99], "One": 56, "The": [61, 110], "With": 85, "aarch64": 43, "about": [57, 61], "ac": 110, "acap": 13, "acceleromet": 16, "access": [15, 27, 76], "accessori": 111, "activ": [16, 57, 108, 109, 110], "ad": [0, 2, 27, 29, 30, 47, 67, 74, 77, 78], "ad4630": 23, "ad5592r": 22, "ad9361": [60, 101, 112], "adalm": [97, 100, 102, 107], "adalm2000": [65, 83, 84, 109], "adapt": 66, "adc": [19, 20, 24, 27], "add": 43, "addit": [15, 22, 23], "address": [67, 89], "adi": [6, 10, 18, 19, 20, 44, 46, 47, 90, 112], "adicup": 16, "adicup3029": 15, "adicup360": 15, "adpaq": 16, "adrv9008": [6, 26, 27], "adrv9009": [6, 8, 26, 27, 55], "adrv9026": [10, 12], "adrv9029": [10, 12], "advanc": [27, 49, 54, 61, 96], "advisor": 70, "adxl345": 18, "adxl355": [15, 18], "agc": [26, 54], "all": 15, "alloc": 62, "altera": [27, 49], "amd": [27, 49], "amplifi": 16, "an": [22, 23], "analog": [16, 22, 66], "anoth": 109, "antenna": 105, "apart": 97, "api": [27, 65, 70, 86], "app": 17, "appli": [22, 23], "applic": [5, 15, 57, 72, 73, 74, 75, 78, 83, 96, 101, 112], "architectur": [74, 78], "arm": [26, 27, 54], "articl": [6, 10, 68], "artifact": 88, "ascii": 5, "attenu": [26, 27], "attribut": [59, 67, 70], "auto": 94, "automat": [16, 90], "aux": 54, "auxadc": 27, "auxdac": 27, "auxillari": 26, "avail": 76, "axi": 27, "b": [26, 97], "backend": [60, 61], "background": [22, 23, 100, 108], "bandwidth": 27, "base": [22, 57, 60], "basic": [5, 19, 71, 75, 96], "batteri": 77, "befor": 97, "being": 60, "bet": 22, "bfin": 29, "bia": 16, "bill": [15, 107], "bin": 70, "binari": 5, "bind": [61, 65], "bison": 61, "bist": [27, 54], "block": [6, 10, 62], "blockset": 101, "bm": [77, 79], "bmse2e3w": 74, "board": [4, 16, 17, 27, 70, 111], "boot": [13, 22, 23, 49, 53, 70, 88], "bootload": 88, "box": [74, 78], "branch": [2, 43], "bridg": [109, 110], "browser": 77, "buffer": [31, 56, 61, 62], "bug": [83, 101, 112], "build": [27, 43, 44, 60, 64, 65, 66, 68, 70, 86, 88, 92, 98], "buildroot": 88, "burn": 18, "button": 96, "bypass": 47, "c": [5, 22, 23, 61, 65, 90, 97], "calibr": [27, 54, 63, 65], "can": 90, "captur": [55, 57, 62], "card": [15, 18, 43, 49, 52, 112], "carrier": [8, 12], "case": [0, 22, 97], "cell": 77, "cellpackbm": [77, 78], "chain": [56, 77, 79], "challeng": 61, "chang": [27, 40, 88], "channel": [27, 57, 59, 61, 99], "check": [89, 90], "checkout": 43, "chipset": 94, "ci": 2, "circuit": 16, "class": 61, "cli": 66, "client": 61, "clock": [16, 26, 54], "clone": 92, "cma": 62, "code": [5, 27, 57, 60, 61], "coder": 70, "codespac": 2, "cog": 16, "colorimet": 23, "command": [15, 22, 23, 52, 59, 61, 62, 66, 90], "comment": 111, "common": [43, 70, 91], "commun": [64, 65], "compat": 16, "compil": [5, 43, 60], "complet": [22, 77, 110], "complex": 103, "compon": [22, 74, 78, 88], "comput": 52, "concept": 61, "conclus": [18, 99], "condit": 40, "config": 89, "configur": [15, 22, 23, 27, 43, 49, 61, 77, 79, 88], "conform": 61, "connect": [15, 18, 19, 22, 52, 74, 79], "connector": [15, 97], "consider": [15, 62], "consol": [9, 13, 14, 76], "content": [0, 2, 4, 6, 10, 17, 82, 87, 95, 106], "context": [59, 61, 62], "contigu": 62, "contribut": [3, 17], "control": [16, 26, 27, 56, 70, 100, 104], "convers": 61, "convert": [16, 18, 19, 68, 108], "copi": [2, 43], "count": 62, "creat": [0, 61, 70], "creation": [30, 61], "cross": [43, 60], "current": [16, 27], "custom": [26, 27, 46, 47, 88], "cw": 56, "cyclic": 61, "d": [90, 97], "dac": [19, 20, 26, 27, 54, 56], "daemon": 61, "daisi": [77, 79], "data": [57, 61, 70, 79, 104, 108], "datafil": 5, "datasheet": 97, "dc": 108, "dd": [16, 27, 56], "de": 61, "debian": 60, "debug": [15, 27, 57, 90], "debugf": 27, "deck": [22, 23, 108], "default": [88, 90], "defin": [6, 10], "definit": 61, "defram": [26, 54], "demo": 15, "depend": [65, 70], "deprec": 15, "descript": [27, 54, 63, 66, 88], "design": [19, 20, 21, 22, 23, 73, 74, 77, 78, 80], "detail": 76, "determin": [89, 90], "develop": [16, 22, 43, 82, 95], "devic": [15, 18, 22, 26, 27, 29, 44, 45, 46, 47, 48, 56, 59, 60, 61, 67, 70, 71, 89, 90, 100, 103, 107], "devicetre": [43, 88], "dfu": [88, 89, 90, 93], "diagnost": [76, 79], "diagram": [6, 10], "digit": [16, 64, 65, 66], "direct": [15, 16, 110], "direct_reg_access": 27, "directli": [15, 67], "disabl": [47, 56], "diskpart": 52, "displayport": 43, "distanc": 61, "distribut": [16, 60], "dma": 62, "dmesg": 89, "dmm": [15, 57], "do": [25, 97], "document": [0, 1, 17, 30, 60, 61, 65, 70, 71], "doe": [22, 88, 90], "dokuwiki": 0, "domain": 55, "down": 49, "downlaod": 107, "download": [15, 22, 52, 60, 65, 68, 70, 74, 76, 77, 78, 79, 89, 90, 97, 107, 108], "dp": 16, "draw": 22, "drive": [94, 96], "driver": [15, 26, 27, 29, 30, 31, 41, 49, 64, 65, 79, 83, 89, 101, 107, 112], "dsp": 16, "dtg": 47, "dtsi": 48, "e": 97, "ebook": 111, "educ": 111, "effici": [108, 109], "embed": [22, 79], "enabl": [27, 60, 61, 64, 66], "end": [87, 106], "engin": 111, "enough": 22, "enter": 90, "environ": [2, 8, 12, 43, 88], "equip": [16, 74, 77, 111], "establish": 79, "etc": [19, 22, 23], "etcher": 52, "ethernet": [16, 89, 94], "ev": 75, "eval": [12, 15], "evalu": [4, 17, 27, 74], "event": 40, "exampl": [5, 15, 22, 23, 27, 29, 59, 60, 63, 65, 70, 71, 85, 89, 96], "excit": [22, 23], "exercis": [109, 111], "extend": [67, 70], "extern": [27, 100], "extract": 52, "facil": 27, "far": 61, "fcmomms2": 43, "featur": [61, 65, 74, 78, 83, 97, 101, 112], "few": [22, 23], "file": [5, 13, 27, 43, 49, 52, 53, 57, 63, 74, 77, 78, 88], "filter": [27, 101, 112], "find": 59, "fir": [101, 112], "firmwar": [88, 90], "first": 88, "fit": 88, "flash": [52, 93], "flatten": 88, "flex": 61, "flow": [22, 70], "flyback": 108, "fmc": [16, 112], "fork": 2, "format": [5, 52, 61], "formatt": 52, "fpga": [49, 53, 56, 88], "framer": [26, 54], "framework": [6, 10], "freebsd": 60, "frequenc": [26, 27, 54, 55], "frm": 88, "from": [0, 16, 27, 43, 52, 61, 70, 89, 96], "fsbl": 88, "ftc2023": 25, "ftc2024": 25, "fulli": 22, "function": [31, 70, 74, 94], "further": [68, 70, 108, 110], "futur": 61, "fw": 92, "gain": [26, 27, 54], "gcc": 43, "gener": [16, 43, 47, 63, 101, 112], "gigabit": 27, "git": 2, "github": 2, "global": 56, "glossari": 111, "gnu": [43, 101, 103, 112], "go": 18, "gpio": [26, 27, 54], "graph": 76, "graphic": 79, "gt": 27, "gtk2": 57, "gui": [52, 76, 77, 79, 90], "guid": [8, 12, 15, 16, 57, 74, 76, 77, 78, 79], "guidelin": [1, 3, 17], "hacker": 98, "hand": 22, "handl": 62, "hardwar": [8, 9, 12, 13, 14, 15, 18, 22, 23, 27, 49, 57, 70, 74, 77, 83, 88, 97, 101, 107, 112], "have": 97, "hdl": [27, 70, 83, 101, 112], "headless": 18, "hello": [18, 22, 23], "help": [68, 70, 74, 78, 111, 112], "high": [19, 21, 61, 68], "hop": [26, 27, 54], "host": [2, 22, 43, 52, 60, 90, 94, 103], "housekeep": [22, 23], "how": [64, 65, 66, 88, 90], "html": 97, "i": [25, 31, 56, 60, 90, 97], "i2c": 66, "iio": [6, 9, 10, 13, 14, 15, 18, 19, 22, 23, 28, 29, 30, 31, 57, 60, 61, 62, 71, 89, 100, 103], "iio_attr": 59, "iio_buff": 61, "iio_info": 59, "iio_readdev": 59, "iio_reg": 59, "iio_writedev": 59, "iiod": 60, "imag": [15, 16, 49, 52, 88, 90], "implement": 100, "import": 0, "improv": 61, "independ": 56, "indic": 27, "industri": [16, 31], "inerti": 16, "info": [97, 112], "inform": [15, 49, 57], "infrastructur": [19, 20], "ini": 63, "initi": [27, 29], "input": 15, "insid": [74, 78], "inspect": 86, "instal": [57, 61, 64, 65, 66, 68, 70, 71, 76, 77, 79, 85, 89], "instrument": 111, "integr": [70, 74, 77, 78], "intel": [27, 49], "interfac": [16, 31, 61, 67, 70, 76, 79], "intermedi": 88, "intern": [27, 57], "interpret": 61, "interrel": 27, "interrupt": 15, "introduc": [22, 23], "introduct": [18, 22, 23, 25, 84, 102], "ip": [16, 89], "iq": 5, "isol": [16, 108], "issu": [43, 49, 61, 70], "i\u00b2c": 64, "jesd204b": [26, 27, 54], "jupit": 25, "just": 22, "kei": [19, 20, 78], "kernel": [17, 31, 42, 43, 60, 62, 88], "kfifo": 31, "kit": 111, "kuiper": [17, 18, 49], "lab": [16, 109, 111], "labview": [65, 85], "land": 76, "languag": [22, 23], "larg": 62, "later": 2, "latest": 90, "launch": [57, 77, 79], "launcher": 79, "layer": 61, "layout": [15, 107], "learn": [17, 19, 22, 23, 109], "level": [17, 27], "lf": 2, "libiio": [59, 60, 61, 62, 68, 70, 83, 101], "libm2k": [64, 65], "licens": 61, "light": 75, "like": 22, "linaro": 43, "line": [22, 23, 52, 59, 62, 66, 90], "linear": 108, "link": [15, 71], "linux": [6, 10, 17, 18, 22, 27, 29, 30, 31, 41, 42, 43, 49, 52, 57, 60, 62, 64, 65, 66, 71, 83, 88, 89, 90, 101, 112], "list": [50, 59], "ll": [22, 23], "lm75": 18, "lo": 27, "load": [15, 27], "local": [2, 15, 27, 57, 61], "log": [65, 90], "look": [22, 59, 97], "loopback": 27, "loss": [108, 109], "low": [19, 22, 27, 61], "lt3080": 108, "ltm8067": 108, "m2k": [65, 91, 92], "m2kcli": [65, 66], "mac": [65, 71, 89, 90], "machin": [15, 27], "maco": 57, "magnitud": 40, "main": [43, 57, 88], "make": 88, "manag": [61, 108], "manual": [68, 70, 86, 90], "map": 79, "marker": 57, "mass": [89, 90, 94], "materi": [15, 22, 23, 107, 108, 110, 111], "mathwork": [6, 10], "matlab": [5, 22, 23, 65, 67, 69, 86, 101, 103, 112], "max": 62, "max32650fthr": 15, "max32655fthr": 15, "mcu": [74, 77], "measur": 79, "mem": 16, "memori": [62, 79], "messag": [13, 44, 49], "meta": [44, 46, 47], "mgc": 27, "mission": 111, "mix": [19, 21, 22, 23], "mmap": 61, "mmwave": 16, "mode": [26, 27, 54, 60, 89, 90], "model": 70, "modif": [45, 48], "monitor": 77, "more": [15, 22, 57, 99, 112], "mpsoc": 43, "multi": 88, "multiplex": [16, 61], "my": 25, "name": 27, "nco": 54, "need": [25, 74, 77], "network": [60, 61, 90], "new": [0, 22, 23, 97], "next": [22, 23, 27], "node": 47, "note": [49, 51], "notif": 90, "now": 61, "o": [15, 22, 31, 64, 65, 71, 89, 112], "object": [61, 108, 110], "observ": [27, 54, 56], "obtain": 92, "off": 99, "offset": 99, "old": 61, "older": 57, "open": 61, "option": 52, "orient": 109, "origin": 2, "orx": [26, 27], "oscil": [16, 27, 109, 110], "oscilloscop": [9, 13, 14, 15, 22, 23, 57, 100, 103], "osx": [64, 65, 66, 90], "otg": [94, 96], "other": [22, 23, 65, 71, 88, 111], "our": [22, 23], "out": 66, "output": [9, 13, 14, 15, 16, 56], "overlai": 18, "overview": [15, 31, 74, 76, 78], "own": 98, "pa": [26, 27, 54], "pack": 77, "page": [0, 76, 97], "palett": 85, "panel": 15, "parallel": 22, "pars": 61, "part": [71, 74], "password": 49, "path": [27, 43], "pcb": [15, 107], "pcbz": 8, "perform": 22, "petalinux": [43, 44, 45, 47], "physic": 49, "pi": [15, 49], "pictur": 43, "pin": [15, 26, 27], "pinout": 100, "pl": 47, "placehold": 109, "platform": [4, 15, 29, 43], "plot": 79, "plugin": [54, 55, 56, 57], "pluto": [25, 90, 91, 97, 100, 102], "plutosdr": [92, 97, 103], "pmdz": 15, "pmod": 15, "pmu": 16, "point": 74, "pointer": 31, "port": [22, 89], "post": [22, 23], "power": [15, 49, 66, 108, 109], "powerdown": 27, "prb": [27, 54], "precis": [19, 23, 24], "preload": 49, "prepar": [2, 22, 23, 74], "prerequisit": [7, 11, 79, 88, 103], "primari": 27, "primer": 108, "procedur": [46, 48, 108], "process": 53, "processor": [15, 27], "product": [17, 22, 23], "profil": [26, 27], "program": [17, 111], "project": [49, 50], "prompt": 52, "properti": 67, "protect": [26, 27, 54], "protocol": [61, 64], "provid": 57, "publish": 2, "pure": 22, "purpos": 96, "push": 2, "pyadi": [15, 18, 22, 23, 61, 71], "python": [18, 22, 23, 61, 65, 101], "q": 56, "queri": 27, "question": [71, 83, 101, 108, 111, 112], "quick": [68, 70, 74, 79, 86], "quickstart": [8, 9, 12, 13, 14], "radio": [6, 10, 16, 101, 103, 112], "ram": 93, "rapidnet": 16, "raspberri": [15, 49], "rate": [27, 40], "rather": 22, "re": 96, "read": [27, 59, 61, 68, 70, 108, 110], "reboot": [22, 23, 93], "rebuild": 60, "recal": 79, "receiv": [27, 56, 61, 70, 104], "recept": 99, "redhat": 60, "refer": [22, 23, 65, 73, 80], "refil": 61, "regist": 27, "registr": 15, "regul": 108, "releas": [43, 49, 51, 60, 85, 90], "remain": 60, "remot": [9, 13, 14, 22, 57, 59], "remov": [30, 97], "repositori": 92, "repres": 18, "request": [76, 79, 83, 101, 112], "requir": [9, 13, 14, 15, 49, 76], "resist": 108, "resourc": [22, 23, 74, 77, 78, 98, 108, 111], "result": 100, "resum": 2, "rev": [90, 97], "review": 23, "revis": 97, "rf": [101, 112], "ring": 31, "rpi": 15, "rssi": 27, "run": [15, 57, 59, 70, 94, 96], "runtim": 27, "rx": [26, 27, 54, 70], "rx1": 26, "rx2": 26, "safeti": 108, "sampl": [5, 27, 61, 74, 75, 78], "save": 57, "schedul": 79, "schemat": [15, 107], "scopi": 83, "scp": 18, "screenshot": [54, 55], "script": [43, 66], "sd": [15, 18, 43, 49, 52], "sdcard": 13, "sdr": [25, 98], "select": [22, 47], "self": [27, 99], "send": [61, 96, 99], "sensor": [16, 19, 20], "sequenc": 79, "serial": [66, 89], "server": 61, "set": [13, 15, 26, 27, 54, 56, 57], "setup": [8, 12, 15, 22, 23, 43, 49, 54, 74, 76, 77], "show": 27, "side": 61, "signal": [19, 21, 22, 23, 27, 99], "sigrok": 66, "simpl": [22, 103], "simplif": 61, "simrf": 112, "simul": [70, 110], "simulink": [69, 101, 103, 112], "size": 62, "skill": [22, 23], "sl": [74, 77, 78], "slide": [22, 23, 108], "softwar": [6, 9, 10, 13, 14, 15, 17, 19, 20, 22, 23, 25, 31, 52, 58, 72, 73, 74, 76, 77, 78, 79, 100, 111], "solut": [17, 73], "som": 112, "sourc": [27, 43, 57, 60, 92], "space": [53, 88], "specif": [57, 74, 78], "speed": [19, 21, 22, 61, 68], "spi": [64, 66], "ssh": [18, 89, 90], "stack": [22, 23], "stage": 88, "standalon": 31, "standard": [56, 61, 63], "start": [60, 68, 70, 86], "state": 27, "statu": 27, "step": [22, 23, 60], "sticker": 97, "storag": [89, 90, 94], "stream": [27, 60, 70], "strength": 27, "structur": 0, "student": 109, "studi": 22, "submit": 61, "subsystem": 31, "success": 49, "suggest": 111, "suppli": [15, 66, 74], "support": [8, 12, 15, 22, 27, 29, 30, 31, 49, 60, 65, 68, 70, 71, 74, 78, 83, 85, 86, 94, 101, 112], "switch": 16, "synopsi": [63, 66], "synthesi": 16, "sysf": [30, 61, 62], "system": [15, 17, 18, 19, 21, 22, 23, 48, 49, 53, 62, 74, 75, 77, 78], "tab": [57, 76, 79], "tabl": [6, 10, 27, 108], "take": 97, "target": [43, 60, 70, 88], "teach": 111, "tell": 22, "temperatur": [16, 63], "templat": [1, 47], "tempor": 40, "termin": 66, "terminologi": 111, "test": [9, 13, 14, 16, 27, 29, 30, 60, 70, 74, 88, 100], "testimoni": 111, "than": [22, 99], "thermal": 108, "thread": 61, "threshold": 40, "through": 22, "time": [2, 55], "timeout": 62, "timer": 29, "tip": 62, "todo": [18, 22, 23], "tone": [27, 54, 56, 96], "tool": [16, 17, 18, 19, 21, 22, 23, 53, 64, 65, 66, 81], "toolbox": [18, 68, 69, 70], "toolchain": 43, "track": 27, "tranceiv": 27, "transceiv": [16, 28, 70, 104], "transfer": [61, 104], "transmit": [27, 56, 70], "tree": [18, 22, 27, 44, 45, 46, 47, 48, 88], "trick": 62, "trig": [29, 30], "trigger": [2, 30, 31, 57], "tutori": [18, 19, 24, 111], "two": 56, "tx": [26, 27, 54, 70, 99], "tx1": 26, "tx2": 26, "type": 61, "u": 88, "uart": [13, 64, 66], "uartjtag": 107, "ubuntu": 57, "unbox": [8, 12], "understand": [2, 60], "uninstal": 89, "univers": [17, 111], "up": [13, 15], "updat": [49, 53, 90, 92], "upgrad": 90, "us": [0, 2, 6, 10, 15, 27, 43, 52, 57, 60, 63, 68, 71, 85, 86, 90], "usag": 5, "usb": [60, 66, 89, 94, 96], "user": [15, 16, 48, 49, 53, 57, 76, 77, 79, 87, 88, 106], "util": [59, 66], "variabl": 43, "vck190": [12, 13], "vdd_gpo": 100, "verif": 49, "verifi": 52, "version": [90, 109], "via": [27, 52, 90], "video": [6, 10, 22, 23, 87, 111], "view": [55, 61], "visibl": 61, "vivado": [83, 101], "vnc": 18, "voltag": 16, "wai": 61, "warn": [6, 10, 110], "waveform": 57, "we": [22, 23], "webinar": [6, 10], "webpack": [83, 101], "what": [22, 25, 74, 78], "wheatston": 110, "when": 90, "which": [60, 97], "why": [61, 97], "wideband": [19, 23], "wien": [109, 110], "wifi": 94, "win32diskimag": 52, "window": [15, 52, 55, 57, 60, 64, 65, 66, 71, 85, 89, 90], "wire": 94, "wizard": [101, 112], "work": [2, 22, 88], "workflow": 70, "workshop": [19, 25, 108], "wrapup": [22, 23], "write": [27, 49, 52, 59, 61], "x": [65, 89], "xilinx": [27, 43, 49], "xml": 61, "you": 22, "your": [2, 18, 43, 49, 92, 98, 99], "zcu102": [8, 9, 12, 14], "zero": 61, "zerocopi": 61, "zynq": [43, 53, 60, 88], "zynqmp": 43}}) \ No newline at end of file diff --git a/software/iio-oscilloscope/adrv9009/advanced-plugin.html b/software/iio-oscilloscope/adrv9009/advanced-plugin.html index 8dfa45bf..c3dce312 100644 --- a/software/iio-oscilloscope/adrv9009/advanced-plugin.html +++ b/software/iio-oscilloscope/adrv9009/advanced-plugin.html @@ -7,7 +7,7 @@ Advanced plugin — System Level Documentation documentation - + diff --git a/software/iio-oscilloscope/adrv9009/index.html b/software/iio-oscilloscope/adrv9009/index.html index 60be1009..2554fc91 100644 --- a/software/iio-oscilloscope/adrv9009/index.html +++ b/software/iio-oscilloscope/adrv9009/index.html @@ -7,7 +7,7 @@ ADRV9009 — System Level Documentation documentation - + diff --git a/software/iio-oscilloscope/adrv9009/plugin.html b/software/iio-oscilloscope/adrv9009/plugin.html index b54cfaf3..16de0443 100644 --- a/software/iio-oscilloscope/adrv9009/plugin.html +++ b/software/iio-oscilloscope/adrv9009/plugin.html @@ -7,7 +7,7 @@ Standard Plugin — System Level Documentation documentation - + diff --git a/software/iio-oscilloscope/index.html b/software/iio-oscilloscope/index.html index 389f597e..0496d8c9 100644 --- a/software/iio-oscilloscope/index.html +++ b/software/iio-oscilloscope/index.html @@ -7,7 +7,7 @@ IIO Oscilloscope — System Level Documentation documentation - + diff --git a/software/index.html b/software/index.html index 3a950f16..48441f6e 100644 --- a/software/index.html +++ b/software/index.html @@ -7,7 +7,7 @@ Software — System Level Documentation documentation - + diff --git a/software/libiio/cli.html b/software/libiio/cli.html index f8cad118..9538e0fc 100644 --- a/software/libiio/cli.html +++ b/software/libiio/cli.html @@ -7,7 +7,7 @@ Libiio command line utility — System Level Documentation documentation - + diff --git a/software/libiio/index.html b/software/libiio/index.html index 4e5a2b66..d27dfbba 100644 --- a/software/libiio/index.html +++ b/software/libiio/index.html @@ -7,7 +7,7 @@ Libiio — System Level Documentation documentation - + diff --git a/software/libiio/internals.html b/software/libiio/internals.html index c73d817c..274fedb7 100644 --- a/software/libiio/internals.html +++ b/software/libiio/internals.html @@ -7,7 +7,7 @@ About libiio — System Level Documentation documentation - + @@ -1117,7 +1117,7 @@

    Protocol WRITE <device> DEBUG|[INPUT|OUTPUT <channel>] [<attribute>] <bytes_count> Set the value of an attribute READBUF <device> <bytes_count> - Read raw data from the specified device + Read raw data from the specified device WRITEBUF <device> <bytes_count> Write raw data to the specified device GETTRIG <device> @@ -1350,10 +1350,10 @@

    Python bindings
    from ctypes import POINTER, Structure, cdll, c_char_p
    +
    diff --git a/software/libiio/tips-tricks.html b/software/libiio/tips-tricks.html index 22a15400..d2f4a076 100644 --- a/software/libiio/tips-tricks.html +++ b/software/libiio/tips-tricks.html @@ -7,7 +7,7 @@ IIO System Considerations Tips & Tricks — System Level Documentation documentation - + diff --git a/software/libm2k/calibration.html b/software/libm2k/calibration.html index ea6b37a6..8277bcbf 100644 --- a/software/libm2k/calibration.html +++ b/software/libm2k/calibration.html @@ -7,7 +7,7 @@ Calibration — System Level Documentation documentation - + @@ -359,7 +359,7 @@

    Standard calibration

    Python example:

    -
    import libm2k
    +
    import libm2k
     ctx = libm2k.m2kOpen()
     if ctx is None:
         print("Connection Error: No ADALM2000 device available/connected to your PC.")
    @@ -485,7 +485,7 @@ 

    Calibrating using the ini file
    import libm2k
    +
    import libm2k
     ctx = libm2k.m2kOpen()
     if ctx is None:
         print("Connection Error: No ADALM2000 device available/connected to your PC.")
    diff --git a/software/libm2k/digital_communication.html b/software/libm2k/digital_communication.html
    index 15f57e9d..980481b7 100644
    --- a/software/libm2k/digital_communication.html
    +++ b/software/libm2k/digital_communication.html
    @@ -7,7 +7,7 @@
     
         Digital communication — System Level Documentation  documentation
         
    -    
    +    
         
         
         
    diff --git a/software/libm2k/index.html b/software/libm2k/index.html
    index c4385326..31cd3c78 100644
    --- a/software/libm2k/index.html
    +++ b/software/libm2k/index.html
    @@ -7,7 +7,7 @@
     
         Libm2k — System Level Documentation  documentation
         
    -    
    +    
         
         
         
    diff --git a/software/libm2k/m2kcli.html b/software/libm2k/m2kcli.html
    index 9f06bc8a..3c8a38bb 100644
    --- a/software/libm2k/m2kcli.html
    +++ b/software/libm2k/m2kcli.html
    @@ -7,7 +7,7 @@
     
         Command line utility — System Level Documentation  documentation
         
    -    
    +    
         
         
         
    diff --git a/software/matlab/bsp-extend.html b/software/matlab/bsp-extend.html
    index 9049b1ce..88d4289b 100644
    --- a/software/matlab/bsp-extend.html
    +++ b/software/matlab/bsp-extend.html
    @@ -7,7 +7,7 @@
     
         Extending Device Interfaces — System Level Documentation  documentation
         
    -    
    +    
         
         
         
    diff --git a/software/matlab/hsx-toolbox/index.html b/software/matlab/hsx-toolbox/index.html
    index d5062a75..97c1802c 100644
    --- a/software/matlab/hsx-toolbox/index.html
    +++ b/software/matlab/hsx-toolbox/index.html
    @@ -7,7 +7,7 @@
     
         High Speed Converter Toolbox — System Level Documentation  documentation
         
    -    
    +    
         
         
         
    diff --git a/software/matlab/index.html b/software/matlab/index.html
    index e3770337..2dbaa337 100644
    --- a/software/matlab/index.html
    +++ b/software/matlab/index.html
    @@ -7,7 +7,7 @@
     
         MATLAB & Simulink Toolboxes — System Level Documentation  documentation
         
    -    
    +    
         
         
         
    diff --git a/software/matlab/transceiver-toolbox/index.html b/software/matlab/transceiver-toolbox/index.html
    index 55dff0d6..0bd4ad51 100644
    --- a/software/matlab/transceiver-toolbox/index.html
    +++ b/software/matlab/transceiver-toolbox/index.html
    @@ -7,7 +7,7 @@
     
         Transceiver Toolbox — System Level Documentation  documentation
         
    -    
    +    
         
         
         
    diff --git a/software/pyadi-iio/index.html b/software/pyadi-iio/index.html
    index 81957f70..d4ad36da 100644
    --- a/software/pyadi-iio/index.html
    +++ b/software/pyadi-iio/index.html
    @@ -7,7 +7,7 @@
     
         PyADI-IIO — System Level Documentation  documentation
         
    -    
    +    
         
         
         
    @@ -446,7 +446,7 @@ 

    Examples

    Devices specific examples are available in the source repo, and the dedicated doc, but here is the basic idea

    # Import library
    -import adi
    +import adi
     # Create radio object
     sdr = adi.Pluto()
     # Configure properties
    diff --git a/solutions/application-software/index.html b/solutions/application-software/index.html
    index 667b1936..32862c02 100644
    --- a/solutions/application-software/index.html
    +++ b/solutions/application-software/index.html
    @@ -7,7 +7,7 @@
     
         Application Software — System Level Documentation  documentation
         
    -    
    +    
         
         
         
    diff --git a/solutions/index.html b/solutions/index.html
    index f68b9d0b..e4f01683 100644
    --- a/solutions/index.html
    +++ b/solutions/index.html
    @@ -7,7 +7,7 @@
     
         Applications and Solutions — System Level Documentation  documentation
         
    -    
    +    
         
         
         
    diff --git a/solutions/reference-designs/ad-bmse2e3w-sl/index.html b/solutions/reference-designs/ad-bmse2e3w-sl/index.html
    index 74350aef..fcdda695 100644
    --- a/solutions/reference-designs/ad-bmse2e3w-sl/index.html
    +++ b/solutions/reference-designs/ad-bmse2e3w-sl/index.html
    @@ -7,7 +7,7 @@
     
         AD-BMSE2E3W-SL — System Level Documentation  documentation
         
    -    
    +    
         
         
         
    diff --git a/solutions/reference-designs/ad-bmse2e3w-sl/sample_application/index.html b/solutions/reference-designs/ad-bmse2e3w-sl/sample_application/index.html
    index 7d28f9ea..e6953266 100644
    --- a/solutions/reference-designs/ad-bmse2e3w-sl/sample_application/index.html
    +++ b/solutions/reference-designs/ad-bmse2e3w-sl/sample_application/index.html
    @@ -7,7 +7,7 @@
     
         Sample Application — System Level Documentation  documentation
         
    -    
    +    
         
         
         
    diff --git a/solutions/reference-designs/ad-bmse2e3w-sl/software_guide/index.html b/solutions/reference-designs/ad-bmse2e3w-sl/software_guide/index.html
    index 5875e82e..95d4a39e 100644
    --- a/solutions/reference-designs/ad-bmse2e3w-sl/software_guide/index.html
    +++ b/solutions/reference-designs/ad-bmse2e3w-sl/software_guide/index.html
    @@ -7,7 +7,7 @@
     
         Software User Guide — System Level Documentation  documentation
         
    -    
    +    
         
         
         
    diff --git a/solutions/reference-designs/ad-cellpackbm-sl/hardware_guide/index.html b/solutions/reference-designs/ad-cellpackbm-sl/hardware_guide/index.html
    index 11ea438d..9ea6978d 100644
    --- a/solutions/reference-designs/ad-cellpackbm-sl/hardware_guide/index.html
    +++ b/solutions/reference-designs/ad-cellpackbm-sl/hardware_guide/index.html
    @@ -7,7 +7,7 @@
     
         Hardware User Guide — System Level Documentation  documentation
         
    -    
    +    
         
         
         
    diff --git a/solutions/reference-designs/ad-cellpackbm-sl/index.html b/solutions/reference-designs/ad-cellpackbm-sl/index.html
    index 34e2dbc2..2a061429 100644
    --- a/solutions/reference-designs/ad-cellpackbm-sl/index.html
    +++ b/solutions/reference-designs/ad-cellpackbm-sl/index.html
    @@ -7,7 +7,7 @@
     
         AD-CELLPACKBM-SL — System Level Documentation  documentation
         
    -    
    +    
         
         
         
    diff --git a/solutions/reference-designs/ad-cellpackbm-sl/software_guide/index.html b/solutions/reference-designs/ad-cellpackbm-sl/software_guide/index.html
    index 75a37ab0..ab5fe7d5 100644
    --- a/solutions/reference-designs/ad-cellpackbm-sl/software_guide/index.html
    +++ b/solutions/reference-designs/ad-cellpackbm-sl/software_guide/index.html
    @@ -7,7 +7,7 @@
     
         Software User Guide — System Level Documentation  documentation
         
    -    
    +    
         
         
         
    diff --git a/solutions/reference-designs/index.html b/solutions/reference-designs/index.html
    index e8b161fa..329d9515 100644
    --- a/solutions/reference-designs/index.html
    +++ b/solutions/reference-designs/index.html
    @@ -7,7 +7,7 @@
     
         Reference Designs — System Level Documentation  documentation
         
    -    
    +    
         
         
         
    diff --git a/tools/index.html b/tools/index.html
    index d307cd6a..5d6bf2fc 100644
    --- a/tools/index.html
    +++ b/tools/index.html
    @@ -7,7 +7,7 @@
     
         Tools — System Level Documentation  documentation
         
    -    
    +    
         
         
         
    diff --git a/tools/m2k/devs/index.html b/tools/m2k/devs/index.html
    index 9daa2789..43f8782e 100644
    --- a/tools/m2k/devs/index.html
    +++ b/tools/m2k/devs/index.html
    @@ -7,7 +7,7 @@
     
         For Developers — System Level Documentation  documentation
         
    -    
    +    
         
         
         
    diff --git a/tools/m2k/help_support.html b/tools/m2k/help_support.html
    index c1807cb1..f362d1a3 100644
    --- a/tools/m2k/help_support.html
    +++ b/tools/m2k/help_support.html
    @@ -7,7 +7,7 @@
     
         Support — System Level Documentation  documentation
         
    -    
    +    
         
         
         
    diff --git a/tools/m2k/index.html b/tools/m2k/index.html
    index 05a84960..f76f9a3f 100644
    --- a/tools/m2k/index.html
    +++ b/tools/m2k/index.html
    @@ -7,7 +7,7 @@
     
         ADALM2000 — System Level Documentation  documentation
         
    -    
    +    
         
         
         
    diff --git a/tools/m2k/labview.html b/tools/m2k/labview.html
    index 384d3719..ed24620f 100644
    --- a/tools/m2k/labview.html
    +++ b/tools/m2k/labview.html
    @@ -7,7 +7,7 @@
     
         Using With LabVIEW — System Level Documentation  documentation
         
    -    
    +    
         
         
         
    diff --git a/tools/m2k/matlab.html b/tools/m2k/matlab.html
    index 26bc91d4..efc3a198 100644
    --- a/tools/m2k/matlab.html
    +++ b/tools/m2k/matlab.html
    @@ -7,7 +7,7 @@
     
         Using with MATLAB — System Level Documentation  documentation
         
    -    
    +    
         
         
         
    diff --git a/tools/m2k/users/index.html b/tools/m2k/users/index.html
    index 500ddb14..811ebc5d 100644
    --- a/tools/m2k/users/index.html
    +++ b/tools/m2k/users/index.html
    @@ -7,7 +7,7 @@
     
         For End Users — System Level Documentation  documentation
         
    -    
    +    
         
         
         
    diff --git a/tools/pluto-m2k/building_the_image.html b/tools/pluto-m2k/building_the_image.html
    index e04e611b..51958323 100644
    --- a/tools/pluto-m2k/building_the_image.html
    +++ b/tools/pluto-m2k/building_the_image.html
    @@ -7,7 +7,7 @@
     
         Building the Firmware Image — System Level Documentation  documentation
         
    -    
    +    
         
         
         
    diff --git a/tools/pluto-m2k/drivers.html b/tools/pluto-m2k/drivers.html
    index eb850eca..de4de3cd 100644
    --- a/tools/pluto-m2k/drivers.html
    +++ b/tools/pluto-m2k/drivers.html
    @@ -7,7 +7,7 @@
     
         Installing Drivers — System Level Documentation  documentation
         
    -    
    +    
         
         
         
    diff --git a/tools/pluto-m2k/firmware.html b/tools/pluto-m2k/firmware.html
    index f610c866..70284635 100644
    --- a/tools/pluto-m2k/firmware.html
    +++ b/tools/pluto-m2k/firmware.html
    @@ -7,7 +7,7 @@
     
         Firmware Updates — System Level Documentation  documentation
         
    -    
    +    
         
         
         
    diff --git a/tools/pluto-m2k/index.html b/tools/pluto-m2k/index.html
    index 8abd0ca4..ed2d6d07 100644
    --- a/tools/pluto-m2k/index.html
    +++ b/tools/pluto-m2k/index.html
    @@ -7,7 +7,7 @@
     
         Common PLUTO&M2K — System Level Documentation  documentation
         
    -    
    +    
         
         
         
    diff --git a/tools/pluto-m2k/obtaining_the_sources.html b/tools/pluto-m2k/obtaining_the_sources.html
    index e8e1a8ae..656ed191 100644
    --- a/tools/pluto-m2k/obtaining_the_sources.html
    +++ b/tools/pluto-m2k/obtaining_the_sources.html
    @@ -7,7 +7,7 @@
     
         Obtaining the Build Sources — System Level Documentation  documentation
         
    -    
    +    
         
         
         
    diff --git a/tools/pluto-m2k/reboot.html b/tools/pluto-m2k/reboot.html
    index 2980d015..b7f59e48 100644
    --- a/tools/pluto-m2k/reboot.html
    +++ b/tools/pluto-m2k/reboot.html
    @@ -7,7 +7,7 @@
     
         Rebooting — System Level Documentation  documentation
         
    -    
    +    
         
         
         
    diff --git a/tools/pluto-m2k/usb_otg_host.html b/tools/pluto-m2k/usb_otg_host.html
    index 303b0145..b7cd0534 100644
    --- a/tools/pluto-m2k/usb_otg_host.html
    +++ b/tools/pluto-m2k/usb_otg_host.html
    @@ -7,7 +7,7 @@
     
         USB OTG – HOST function Support — System Level Documentation  documentation
         
    -    
    +    
         
         
         
    diff --git a/tools/pluto/devs/index.html b/tools/pluto/devs/index.html
    index fe5c9905..77ac608b 100644
    --- a/tools/pluto/devs/index.html
    +++ b/tools/pluto/devs/index.html
    @@ -7,7 +7,7 @@
     
         For Developers — System Level Documentation  documentation
         
    -    
    +    
         
         
         
    diff --git a/tools/pluto/devs/usb_otg.html b/tools/pluto/devs/usb_otg.html
    index 180881a5..4f394965 100644
    --- a/tools/pluto/devs/usb_otg.html
    +++ b/tools/pluto/devs/usb_otg.html
    @@ -7,7 +7,7 @@
     
         USB OTG — System Level Documentation  documentation
         
    -    
    +    
         
         
         
    diff --git a/tools/pluto/hacking/hardware.html b/tools/pluto/hacking/hardware.html
    index 185bd99f..3842dc4b 100644
    --- a/tools/pluto/hacking/hardware.html
    +++ b/tools/pluto/hacking/hardware.html
    @@ -7,7 +7,7 @@
     
         ADALM-PLUTO Hardware — System Level Documentation  documentation
         
    -    
    +    
         
         
         
    diff --git a/tools/pluto/hacking/index.html b/tools/pluto/hacking/index.html
    index 9dd9452a..18645235 100644
    --- a/tools/pluto/hacking/index.html
    +++ b/tools/pluto/hacking/index.html
    @@ -7,7 +7,7 @@
     
         For Hackers — System Level Documentation  documentation
         
    -    
    +    
         
         
         
    diff --git a/tools/pluto/hacking/listening_to_yourself.html b/tools/pluto/hacking/listening_to_yourself.html
    index 55b5aac0..45478f96 100644
    --- a/tools/pluto/hacking/listening_to_yourself.html
    +++ b/tools/pluto/hacking/listening_to_yourself.html
    @@ -7,7 +7,7 @@
     
         Self Reception — System Level Documentation  documentation
         
    -    
    +    
         
         
         
    diff --git a/tools/pluto/hacking/power_amp.html b/tools/pluto/hacking/power_amp.html
    index 33fd8385..b7d67f61 100644
    --- a/tools/pluto/hacking/power_amp.html
    +++ b/tools/pluto/hacking/power_amp.html
    @@ -7,7 +7,7 @@
     
         Controlling External Devices — System Level Documentation  documentation
         
    -    
    +    
         
         
         
    diff --git a/tools/pluto/help_support.html b/tools/pluto/help_support.html
    index 87ee95e6..b4a1c449 100644
    --- a/tools/pluto/help_support.html
    +++ b/tools/pluto/help_support.html
    @@ -7,7 +7,7 @@
     
         Support — System Level Documentation  documentation
         
    -    
    +    
         
         
         
    diff --git a/tools/pluto/index.html b/tools/pluto/index.html
    index 51d6b2a8..762b90f5 100644
    --- a/tools/pluto/index.html
    +++ b/tools/pluto/index.html
    @@ -7,7 +7,7 @@
     
         ADALM-PLUTO — System Level Documentation  documentation
         
    -    
    +    
         
         
         
    diff --git a/tools/pluto/prerequisites.html b/tools/pluto/prerequisites.html
    index b8613e7a..95d8ca6a 100644
    --- a/tools/pluto/prerequisites.html
    +++ b/tools/pluto/prerequisites.html
    @@ -7,7 +7,7 @@
     
         Prerequisites — System Level Documentation  documentation
         
    -    
    +    
         
         
         
    diff --git a/tools/pluto/transceiver_transferring_data.html b/tools/pluto/transceiver_transferring_data.html
    index 3c3758ee..c3a74dc3 100644
    --- a/tools/pluto/transceiver_transferring_data.html
    +++ b/tools/pluto/transceiver_transferring_data.html
    @@ -7,7 +7,7 @@
     
         Controlling the transceiver and transferring data — System Level Documentation  documentation
         
    -    
    +    
         
         
         
    diff --git a/tools/pluto/users/antennas.html b/tools/pluto/users/antennas.html
    index 7fe00f99..c8198872 100644
    --- a/tools/pluto/users/antennas.html
    +++ b/tools/pluto/users/antennas.html
    @@ -7,7 +7,7 @@
     
         Antennas — System Level Documentation  documentation
         
    -    
    +    
         
         
         
    diff --git a/tools/pluto/users/index.html b/tools/pluto/users/index.html
    index 76828e86..78df7aab 100644
    --- a/tools/pluto/users/index.html
    +++ b/tools/pluto/users/index.html
    @@ -7,7 +7,7 @@
     
         For End Users — System Level Documentation  documentation
         
    -    
    +    
         
         
         
    diff --git a/tools/uartjtag/index.html b/tools/uartjtag/index.html
    index 5c08b716..fc05f1ac 100644
    --- a/tools/uartjtag/index.html
    +++ b/tools/uartjtag/index.html
    @@ -7,7 +7,7 @@
     
         ADALM-UARTJTAG — System Level Documentation  documentation
         
    -    
    +    
         
         
         
    diff --git a/university/active_learning/efficiency_power_loss/index.html b/university/active_learning/efficiency_power_loss/index.html
    index 5a8eea52..cfe4fea7 100644
    --- a/university/active_learning/efficiency_power_loss/index.html
    +++ b/university/active_learning/efficiency_power_loss/index.html
    @@ -7,7 +7,7 @@
     
         Activity: Efficiency, Power Loss, and Thermal Management — System Level Documentation  documentation
         
    -    
    +    
         
         
         
    diff --git a/university/active_learning/index.html b/university/active_learning/index.html
    index 0ef7882e..f72555d4 100644
    --- a/university/active_learning/index.html
    +++ b/university/active_learning/index.html
    @@ -7,7 +7,7 @@
     
         Active Learning: Student-oriented Lab Exercises — System Level Documentation  documentation
         
    -    
    +    
         
         
         
    diff --git a/university/active_learning/wien_bridge_oscillator/index.html b/university/active_learning/wien_bridge_oscillator/index.html
    index 92afc543..5ea7646e 100644
    --- a/university/active_learning/wien_bridge_oscillator/index.html
    +++ b/university/active_learning/wien_bridge_oscillator/index.html
    @@ -7,7 +7,7 @@
     
         Activity: The Wien Bridge Oscillator — System Level Documentation  documentation
         
    -    
    +    
         
         
         
    diff --git a/university/index.html b/university/index.html
    index b265d078..90881ca1 100644
    --- a/university/index.html
    +++ b/university/index.html
    @@ -7,7 +7,7 @@
     
         Engineering University Program — System Level Documentation  documentation
         
    -    
    +    
         
         
         
    diff --git a/user-guide/ad-fmcomms2-ebz/help-and-support.html b/user-guide/ad-fmcomms2-ebz/help-and-support.html
    index 6e1114a3..c3b8acc7 100644
    --- a/user-guide/ad-fmcomms2-ebz/help-and-support.html
    +++ b/user-guide/ad-fmcomms2-ebz/help-and-support.html
    @@ -7,7 +7,7 @@
     
         Help and Support for ADI FMC Cards & RF SoMs — System Level Documentation  documentation
         
    -    
    +