UNPKG

mcp23017-promise

Version:

MCP23017 library with promises.

647 lines 35 kB
<!doctype html> <html class="default no-js"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>MCP23017 | mcp23017-promise</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="../assets/css/main.css"> </head> <body> <header> <div class="tsd-page-toolbar"> <div class="container"> <div class="table-wrap"> <div class="table-cell" id="tsd-search" data-index="../assets/js/search.js" data-base=".."> <div class="field"> <label for="tsd-search-field" class="tsd-widget search no-caption">Search</label> <input id="tsd-search-field" type="text" /> </div> <ul class="results"> <li class="state loading">Preparing search index...</li> <li class="state failure">The search index is not available</li> </ul> <a href="../index.html" class="title">mcp23017-promise</a> </div> <div class="table-cell" id="tsd-widgets"> <div id="tsd-filter"> <a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a> <div class="tsd-filter-group"> <div class="tsd-select" id="tsd-filter-visibility"> <span class="tsd-select-label">All</span> <ul class="tsd-select-list"> <li data-value="public">Public</li> <li data-value="protected">Public/Protected</li> <li data-value="private" class="selected">All</li> </ul> </div> <input type="checkbox" id="tsd-filter-inherited" checked /> <label class="tsd-widget" for="tsd-filter-inherited">Inherited</label> <input type="checkbox" id="tsd-filter-only-exported" /> <label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label> </div> </div> <a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a> </div> </div> </div> </div> <div class="tsd-page-title"> <div class="container"> <ul class="tsd-breadcrumb"> <li> <a href="../globals.html">Globals</a> </li> <li> <a href="../modules/_index_.html">&quot;index&quot;</a> </li> <li> <a href="_index_.mcp23017.html">MCP23017</a> </li> </ul> <h1>Class MCP23017</h1> </div> </div> </header> <div class="container container-main"> <div class="row"> <div class="col-8 col-content"> <section class="tsd-panel tsd-comment"> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>This class drives a single MCP23017 GPIO extender</p> </div> </div> </section> <section class="tsd-panel tsd-hierarchy"> <h3>Hierarchy</h3> <ul class="tsd-hierarchy"> <li> <span class="target">MCP23017</span> </li> </ul> </section> <section class="tsd-panel-group tsd-index-group"> <h2>Index</h2> <section class="tsd-panel tsd-index-panel"> <div class="tsd-index-content"> <section class="tsd-index-section "> <h3>Constructors</h3> <ul class="tsd-index-list"> <li class="tsd-kind-constructor tsd-parent-kind-class"><a href="_index_.mcp23017.html#constructor" class="tsd-kind-icon">constructor</a></li> </ul> </section> <section class="tsd-index-section "> <h3>Methods</h3> <ul class="tsd-index-list"> <li class="tsd-kind-method tsd-parent-kind-class"><a href="_index_.mcp23017.html#handle" class="tsd-kind-icon">handle</a></li> <li class="tsd-kind-method tsd-parent-kind-class"><a href="_index_.mcp23017.html#init" class="tsd-kind-icon">init</a></li> <li class="tsd-kind-method tsd-parent-kind-class"><a href="_index_.mcp23017.html#read" class="tsd-kind-icon">read</a></li> <li class="tsd-kind-method tsd-parent-kind-class"><a href="_index_.mcp23017.html#readconfigbyte" class="tsd-kind-icon">read<wbr>Config<wbr>Byte</a></li> <li class="tsd-kind-method tsd-parent-kind-class"><a href="_index_.mcp23017.html#register" class="tsd-kind-icon">register</a></li> <li class="tsd-kind-method tsd-parent-kind-class"><a href="_index_.mcp23017.html#setdirection" class="tsd-kind-icon">set<wbr>Direction</a></li> <li class="tsd-kind-method tsd-parent-kind-class"><a href="_index_.mcp23017.html#setpolarity" class="tsd-kind-icon">set<wbr>Polarity</a></li> <li class="tsd-kind-method tsd-parent-kind-class"><a href="_index_.mcp23017.html#setseparate" class="tsd-kind-icon">set<wbr>Separate</a></li> <li class="tsd-kind-method tsd-parent-kind-class"><a href="_index_.mcp23017.html#write" class="tsd-kind-icon">write</a></li> </ul> </section> </div> </section> </section> <section class="tsd-panel-group tsd-member-group "> <h2>Constructors</h2> <section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class"> <a name="constructor" class="tsd-anchor"></a> <h3>constructor</h3> <ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class"> <li class="tsd-signature tsd-kind-icon">new MCP23017<span class="tsd-signature-symbol">(</span>bus<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">BusInterface</span>, options<span class="tsd-signature-symbol">?: </span><a href="../interfaces/_index_.options.html" class="tsd-signature-type">Options</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="_index_.mcp23017.html" class="tsd-signature-type">MCP23017</a></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <aside class="tsd-sources"> <ul> <li>Defined in index.ts:153</li> </ul> </aside> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>Constructor.</p> </div> </div> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>bus: <span class="tsd-signature-type">BusInterface</span></h5> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>an instance of i2c bus. May be closed at this point</p> </div> </div> </li> <li> <h5><span class="tsd-flag ts-flagDefault value">Default value</span> options: <a href="../interfaces/_index_.options.html" class="tsd-signature-type">Options</a><span class="tsd-signature-symbol"> =&nbsp;{}</span></h5> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>options for the driver.</p> </div> </div> </li> </ul> <h4 class="tsd-returns-title">Returns <a href="_index_.mcp23017.html" class="tsd-signature-type">MCP23017</a></h4> </li> </ul> </section> </section> <section class="tsd-panel-group tsd-member-group "> <h2>Methods</h2> <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"> <a name="handle" class="tsd-anchor"></a> <h3>handle</h3> <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class"> <li class="tsd-signature tsd-kind-icon">handle<span class="tsd-signature-symbol">(</span>handler<span class="tsd-signature-symbol">: </span><a href="../interfaces/_index_.interupthandler.html" class="tsd-signature-type">InteruptHandler</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <aside class="tsd-sources"> <ul> <li>Defined in index.ts:308</li> </ul> </aside> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>Handle interupts received.</p> </div> </div> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>handler: <a href="../interfaces/_index_.interupthandler.html" class="tsd-signature-type">InteruptHandler</a></h5> </li> </ul> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4> </li> </ul> </section> <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"> <a name="init" class="tsd-anchor"></a> <h3>init</h3> <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class"> <li class="tsd-signature tsd-kind-icon">init<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <aside class="tsd-sources"> <ul> <li>Defined in index.ts:171</li> </ul> </aside> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>Initialize the class</p> </div> <p> Must be called with an open bus</p> </div> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4> </li> </ul> </section> <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"> <a name="read" class="tsd-anchor"></a> <h3>read</h3> <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class"> <li class="tsd-signature tsd-kind-icon">read<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">&gt;</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <aside class="tsd-sources"> <ul> <li>Defined in index.ts:233</li> </ul> </aside> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>Reads the GPIO</p> </div> </div> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">&gt;</span></h4> <p>the value of the GPIO Pin in a promise.</p> </li> </ul> </section> <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"> <a name="readconfigbyte" class="tsd-anchor"></a> <h3>read<wbr>Config<wbr>Byte</h3> <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class"> <li class="tsd-signature tsd-kind-icon">read<wbr>Config<wbr>Byte<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">&gt;</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <aside class="tsd-sources"> <ul> <li>Defined in index.ts:178</li> </ul> </aside> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>Reads the configuration byte of the chip</p> </div> </div> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">&gt;</span></h4> <p>the value of the configuration as a byte in a promise.</p> </li> </ul> </section> <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"> <a name="register" class="tsd-anchor"></a> <h3>register</h3> <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class"> <li class="tsd-signature tsd-kind-icon">register<span class="tsd-signature-symbol">(</span>intDefs<span class="tsd-signature-symbol">: </span><a href="../interfaces/_index_.interuptdefinition.html" class="tsd-signature-type">InteruptDefinition</a><span class="tsd-signature-symbol">[]</span>, handler<span class="tsd-signature-symbol">?: </span><a href="../interfaces/_index_.interupthandler.html" class="tsd-signature-type">InteruptHandler</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/_index_.interupthandler.html" class="tsd-signature-type">InteruptHandler</a><span class="tsd-signature-symbol">&gt;</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <aside class="tsd-sources"> <ul> <li>Defined in index.ts:254</li> </ul> </aside> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>Register changes to the interupt handling</p> </div> </div> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>intDefs: <a href="../interfaces/_index_.interuptdefinition.html" class="tsd-signature-type">InteruptDefinition</a><span class="tsd-signature-symbol">[]</span></h5> </li> <li> <h5><span class="tsd-flag ts-flagDefault value">Default value</span> handler: <a href="../interfaces/_index_.interupthandler.html" class="tsd-signature-type">InteruptHandler</a><span class="tsd-signature-symbol"> =&nbsp;{}</span></h5> </li> </ul> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/_index_.interupthandler.html" class="tsd-signature-type">InteruptHandler</a><span class="tsd-signature-symbol">&gt;</span></h4> <p>the new interupt handler.</p> </li> </ul> </section> <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"> <a name="setdirection" class="tsd-anchor"></a> <h3>set<wbr>Direction</h3> <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class"> <li class="tsd-signature tsd-kind-icon">set<wbr>Direction<span class="tsd-signature-symbol">(</span>pins<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, direction<span class="tsd-signature-symbol">: </span><a href="../enums/_index_.direction.html" class="tsd-signature-type">Direction</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <aside class="tsd-sources"> <ul> <li>Defined in index.ts:203</li> </ul> </aside> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>Sets the direction of a set of GPI/O pins and eventually pull-up status.</p> </div> </div> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>pins: <span class="tsd-signature-type">number</span></h5> </li> <li> <h5>direction: <a href="../enums/_index_.direction.html" class="tsd-signature-type">Direction</a></h5> </li> </ul> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4> <p>a promisse fullfilled when the operation is performed.</p> </li> </ul> </section> <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"> <a name="setpolarity" class="tsd-anchor"></a> <h3>set<wbr>Polarity</h3> <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class"> <li class="tsd-signature tsd-kind-icon">set<wbr>Polarity<span class="tsd-signature-symbol">(</span>pins<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <aside class="tsd-sources"> <ul> <li>Defined in index.ts:224</li> </ul> </aside> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>Set the polarity of the output (ie XOR with it)</p> </div> </div> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>pins: <span class="tsd-signature-type">number</span></h5> </li> </ul> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4> </li> </ul> </section> <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"> <a name="setseparate" class="tsd-anchor"></a> <h3>set<wbr>Separate</h3> <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class"> <li class="tsd-signature tsd-kind-icon">set<wbr>Separate<span class="tsd-signature-symbol">(</span>separate<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <aside class="tsd-sources"> <ul> <li>Defined in index.ts:187</li> </ul> </aside> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>Change the way register banks are organize.</p> </div> </div> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>separate: <span class="tsd-signature-type">boolean</span></h5> <div class="tsd-comment tsd-typography"> <p>set to true for registers organized as two independent banks and false for interleaved (default)</p> </div> </li> </ul> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4> <p>a promisse fullfilled when the operation is performed.</p> </li> </ul> </section> <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"> <a name="write" class="tsd-anchor"></a> <h3>write</h3> <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class"> <li class="tsd-signature tsd-kind-icon">write<span class="tsd-signature-symbol">(</span>set<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, unset<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <aside class="tsd-sources"> <ul> <li>Defined in index.ts:241</li> </ul> </aside> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>Modify the GPIO</p> </div> </div> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>set: <span class="tsd-signature-type">number</span></h5> </li> <li> <h5>unset: <span class="tsd-signature-type">number</span></h5> </li> </ul> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4> </li> </ul> </section> </section> </div> <div class="col-4 col-menu menu-sticky-wrap menu-highlight"> <nav class="tsd-navigation primary"> <ul> <li class="globals "> <a href="../globals.html"><em>Globals</em></a> </li> <li class="current tsd-kind-external-module"> <a href="../modules/_index_.html">"index"</a> </li> </ul> </nav> <nav class="tsd-navigation secondary menu-sticky"> <ul class="before-current"> <li class=" tsd-kind-enum tsd-parent-kind-external-module"> <a href="../enums/_index_.direction.html" class="tsd-kind-icon">Direction</a> </li> <li class=" tsd-kind-enum tsd-parent-kind-external-module"> <a href="../enums/_index_.interuptmode.html" class="tsd-kind-icon">Interupt<wbr>Mode</a> </li> <li class=" tsd-kind-enum tsd-parent-kind-external-module"> <a href="../enums/_index_.level.html" class="tsd-kind-icon">Level</a> </li> </ul> <ul class="current"> <li class="current tsd-kind-class tsd-parent-kind-external-module"> <a href="_index_.mcp23017.html" class="tsd-kind-icon">MCP23017</a> <ul> <li class=" tsd-kind-constructor tsd-parent-kind-class"> <a href="_index_.mcp23017.html#constructor" class="tsd-kind-icon">constructor</a> </li> <li class=" tsd-kind-method tsd-parent-kind-class"> <a href="_index_.mcp23017.html#handle" class="tsd-kind-icon">handle</a> </li> <li class=" tsd-kind-method tsd-parent-kind-class"> <a href="_index_.mcp23017.html#init" class="tsd-kind-icon">init</a> </li> <li class=" tsd-kind-method tsd-parent-kind-class"> <a href="_index_.mcp23017.html#read" class="tsd-kind-icon">read</a> </li> <li class=" tsd-kind-method tsd-parent-kind-class"> <a href="_index_.mcp23017.html#readconfigbyte" class="tsd-kind-icon">read<wbr>Config<wbr>Byte</a> </li> <li class=" tsd-kind-method tsd-parent-kind-class"> <a href="_index_.mcp23017.html#register" class="tsd-kind-icon">register</a> </li> <li class=" tsd-kind-method tsd-parent-kind-class"> <a href="_index_.mcp23017.html#setdirection" class="tsd-kind-icon">set<wbr>Direction</a> </li> <li class=" tsd-kind-method tsd-parent-kind-class"> <a href="_index_.mcp23017.html#setpolarity" class="tsd-kind-icon">set<wbr>Polarity</a> </li> <li class=" tsd-kind-method tsd-parent-kind-class"> <a href="_index_.mcp23017.html#setseparate" class="tsd-kind-icon">set<wbr>Separate</a> </li> <li class=" tsd-kind-method tsd-parent-kind-class"> <a href="_index_.mcp23017.html#write" class="tsd-kind-icon">write</a> </li> </ul> </li> </ul> <ul class="after-current"> <li class=" tsd-kind-interface tsd-parent-kind-external-module"> <a href="../interfaces/_index_.imcp23017options.html" class="tsd-kind-icon">IMCP23017<wbr>Options</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported"> <a href="../interfaces/_index_.iregisterconfiguration.html" class="tsd-kind-icon">IRegister<wbr>Configuration</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported"> <a href="../interfaces/_index_.iregisterpair.html" class="tsd-kind-icon">IRegister<wbr>Pair</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported"> <a href="../interfaces/_index_.intstate.html" class="tsd-kind-icon">Int<wbr>State</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-external-module"> <a href="../interfaces/_index_.interuptdefinition.html" class="tsd-kind-icon">Interupt<wbr>Definition</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-external-module"> <a href="../interfaces/_index_.interupthandler.html" class="tsd-kind-icon">Interupt<wbr>Handler</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-external-module"> <a href="../interfaces/_index_.options.html" class="tsd-kind-icon">Options</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module"> <a href="../modules/_index_.html#a0" class="tsd-kind-icon">A0</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module"> <a href="../modules/_index_.html#a1" class="tsd-kind-icon">A1</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module"> <a href="../modules/_index_.html#a2" class="tsd-kind-icon">A2</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module"> <a href="../modules/_index_.html#a3" class="tsd-kind-icon">A3</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module"> <a href="../modules/_index_.html#a4" class="tsd-kind-icon">A4</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module"> <a href="../modules/_index_.html#a5" class="tsd-kind-icon">A5</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module"> <a href="../modules/_index_.html#a6" class="tsd-kind-icon">A6</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module"> <a href="../modules/_index_.html#a7" class="tsd-kind-icon">A7</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module"> <a href="../modules/_index_.html#b0" class="tsd-kind-icon">B0</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module"> <a href="../modules/_index_.html#b1" class="tsd-kind-icon">B1</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module"> <a href="../modules/_index_.html#b2" class="tsd-kind-icon">B2</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module"> <a href="../modules/_index_.html#b3" class="tsd-kind-icon">B3</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module"> <a href="../modules/_index_.html#b4" class="tsd-kind-icon">B4</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module"> <a href="../modules/_index_.html#b5" class="tsd-kind-icon">B5</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module"> <a href="../modules/_index_.html#b6" class="tsd-kind-icon">B6</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module"> <a href="../modules/_index_.html#b7" class="tsd-kind-icon">B7</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module"> <a href="../modules/_index_.html#iocon_bank" class="tsd-kind-icon">IOCON_<wbr>BANK</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module"> <a href="../modules/_index_.html#iocon_disslw" class="tsd-kind-icon">IOCON_<wbr>DISSLW</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module"> <a href="../modules/_index_.html#iocon_haen" class="tsd-kind-icon">IOCON_<wbr>HAEN</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module"> <a href="../modules/_index_.html#iocon_intpol" class="tsd-kind-icon">IOCON_<wbr>INTPOL</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module"> <a href="../modules/_index_.html#iocon_mirror" class="tsd-kind-icon">IOCON_<wbr>MIRROR</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module"> <a href="../modules/_index_.html#iocon_odr" class="tsd-kind-icon">IOCON_<wbr>ODR</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module"> <a href="../modules/_index_.html#iocon_seqop" class="tsd-kind-icon">IOCON_<wbr>SEQOP</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported"> <a href="../modules/_index_.html#pins_a" class="tsd-kind-icon">PINS_<wbr>A</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported"> <a href="../modules/_index_.html#pins_b" class="tsd-kind-icon">PINS_<wbr>B</a> </li> <li class=" tsd-kind-object-literal tsd-parent-kind-external-module tsd-is-not-exported"> <a href="../modules/_index_.html#bankinterleaved" class="tsd-kind-icon">bank<wbr>Interleaved</a> </li> <li class=" tsd-kind-object-literal tsd-parent-kind-external-module tsd-is-not-exported"> <a href="../modules/_index_.html#bankseparate" class="tsd-kind-icon">bank<wbr>Separate</a> </li> </ul> </nav> </div> </div> </div> <footer class="with-border-bottom"> <div class="container"> <h2>Legend</h2> <div class="tsd-legend-group"> <ul class="tsd-legend"> <li class="tsd-kind-module"><span class="tsd-kind-icon">Module</span></li> <li class="tsd-kind-object-literal"><span class="tsd-kind-icon">Object literal</span></li> <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li> <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li> <li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li> <li class="tsd-kind-index-signature"><span class="tsd-kind-icon">Index signature</span></li> <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li> <li class="tsd-kind-enum-member"><span class="tsd-kind-icon">Enumeration member</span></li> <li class="tsd-kind-property tsd-parent-kind-enum"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-enum"><span class="tsd-kind-icon">Method</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li> <li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li> <li class="tsd-kind-constructor tsd-parent-kind-interface"><span class="tsd-kind-icon">Constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li> <li class="tsd-kind-index-signature tsd-parent-kind-interface"><span class="tsd-kind-icon">Index signature</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li> <li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li> <li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class"><span class="tsd-kind-icon">Accessor</span></li> <li class="tsd-kind-index-signature tsd-parent-kind-class"><span class="tsd-kind-icon">Index signature</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited accessor</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected property</span></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected accessor</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private accessor</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li> <li class="tsd-kind-call-signature tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li> </ul> </div> </div> </footer> <div class="container tsd-generator"> <p>Generated using <a href="http://typedoc.org/" target="_blank">TypeDoc</a></p> </div> <div class="overlay"></div> <script src="../assets/js/main.js"></script> <script>if (location.protocol == 'file:') document.write('<script src="../assets/js/search.js"><' + '/script>');</script> </body> </html>