mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-29 23:14:34 +01:00
2 lines
No EOL
32 KiB
HTML
2 lines
No EOL
32 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="Latch register indicating what GPIO pins that have met the criteria set in the PIN_CNF[n].SENSE registers"><title>nrf52840_pac::p0::latch - Rust</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-46f98efaafac5295.ttf.woff2,FiraSans-Regular-018c141bf0843ffd.woff2,FiraSans-Medium-8f9a781e4970d388.woff2,SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2,SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/${f}">`).join(""))</script><link rel="stylesheet" href="../../../static.files/normalize-76eba96aa4d2e634.css"><link rel="stylesheet" href="../../../static.files/rustdoc-492a78a4a87dcc01.css"><meta name="rustdoc-vars" data-root-path="../../../" data-static-root-path="../../../static.files/" data-current-crate="nrf52840_pac" data-themes="" data-resource-suffix="" data-rustdoc-version="1.82.0 (f6e511eec 2024-10-15)" data-channel="1.82.0" data-search-js="search-a99f1315e7cc5121.js" data-settings-js="settings-4313503d2e1961c2.js" ><script src="../../../static.files/storage-118b08c4c78b968e.js"></script><script defer src="../sidebar-items.js"></script><script defer src="../../../static.files/main-921df33f47b8780c.js"></script><noscript><link rel="stylesheet" href="../../../static.files/noscript-3b12f09e550e0385.css"></noscript><link rel="alternate icon" type="image/png" href="../../../static.files/favicon-32x32-422f7d1d52889060.png"><link rel="icon" type="image/svg+xml" href="../../../static.files/favicon-2c020d218678b618.svg"></head><body class="rustdoc mod"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle" title="show sidebar"></button></nav><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../../../nrf52840_pac/index.html">nrf52840_<wbr>pac</a><span class="version">0.12.2</span></h2></div><h2 class="location"><a href="#">Module latch</a></h2><div class="sidebar-elems"><section><ul class="block"><li><a href="#structs">Structs</a></li><li><a href="#enums">Enums</a></li><li><a href="#types">Type Aliases</a></li></ul></section><h2><a href="../index.html">In nrf52840_<wbr>pac::<wbr>p0</a></h2></div></nav><div class="sidebar-resizer"></div><main><div class="width-limiter"><rustdoc-search></rustdoc-search><section id="main-content" class="content"><div class="main-heading"><h1>Module <a href="../../index.html">nrf52840_pac</a>::<wbr><a href="../index.html">p0</a>::<wbr><a class="mod" href="#">latch</a><button id="copy-path" title="Copy item path to clipboard">Copy item path</button></h1><span class="out-of-band"><a class="src" href="../../../src/nrf52840_pac/p0/latch.rs.html#1-1986">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>−</span>]</button></span></div><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>Latch register indicating what GPIO pins that have met the criteria set in the PIN_CNF[n].SENSE registers</p>
|
||
</div></details><h2 id="structs" class="section-header">Structs<a href="#structs" class="anchor">§</a></h2><ul class="item-table"><li><div class="item-name"><a class="struct" href="struct.LATCH_SPEC.html" title="struct nrf52840_pac::p0::latch::LATCH_SPEC">LATC<wbr>H_<wbr>SPEC</a></div><div class="desc docblock-short">Latch register indicating what GPIO pins that have met the criteria set in the PIN_CNF[n].SENSE registers</div></li><li><div class="item-name"><a class="struct" href="struct.R.html" title="struct nrf52840_pac::p0::latch::R">R</a></div><div class="desc docblock-short">Register <code>LATCH</code> reader</div></li><li><div class="item-name"><a class="struct" href="struct.W.html" title="struct nrf52840_pac::p0::latch::W">W</a></div><div class="desc docblock-short">Register <code>LATCH</code> writer</div></li></ul><h2 id="enums" class="section-header">Enums<a href="#enums" class="anchor">§</a></h2><ul class="item-table"><li><div class="item-name"><a class="enum" href="enum.PIN0_A.html" title="enum nrf52840_pac::p0::latch::PIN0_A">PIN0_A</a></div><div class="desc docblock-short">Status on whether PIN0 has met criteria set in PIN_CNF0.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="enum" href="enum.PIN1_A.html" title="enum nrf52840_pac::p0::latch::PIN1_A">PIN1_A</a></div><div class="desc docblock-short">Status on whether PIN1 has met criteria set in PIN_CNF1.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="enum" href="enum.PIN2_A.html" title="enum nrf52840_pac::p0::latch::PIN2_A">PIN2_A</a></div><div class="desc docblock-short">Status on whether PIN2 has met criteria set in PIN_CNF2.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="enum" href="enum.PIN3_A.html" title="enum nrf52840_pac::p0::latch::PIN3_A">PIN3_A</a></div><div class="desc docblock-short">Status on whether PIN3 has met criteria set in PIN_CNF3.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="enum" href="enum.PIN4_A.html" title="enum nrf52840_pac::p0::latch::PIN4_A">PIN4_A</a></div><div class="desc docblock-short">Status on whether PIN4 has met criteria set in PIN_CNF4.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="enum" href="enum.PIN5_A.html" title="enum nrf52840_pac::p0::latch::PIN5_A">PIN5_A</a></div><div class="desc docblock-short">Status on whether PIN5 has met criteria set in PIN_CNF5.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="enum" href="enum.PIN6_A.html" title="enum nrf52840_pac::p0::latch::PIN6_A">PIN6_A</a></div><div class="desc docblock-short">Status on whether PIN6 has met criteria set in PIN_CNF6.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="enum" href="enum.PIN7_A.html" title="enum nrf52840_pac::p0::latch::PIN7_A">PIN7_A</a></div><div class="desc docblock-short">Status on whether PIN7 has met criteria set in PIN_CNF7.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="enum" href="enum.PIN8_A.html" title="enum nrf52840_pac::p0::latch::PIN8_A">PIN8_A</a></div><div class="desc docblock-short">Status on whether PIN8 has met criteria set in PIN_CNF8.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="enum" href="enum.PIN9_A.html" title="enum nrf52840_pac::p0::latch::PIN9_A">PIN9_A</a></div><div class="desc docblock-short">Status on whether PIN9 has met criteria set in PIN_CNF9.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="enum" href="enum.PIN10_A.html" title="enum nrf52840_pac::p0::latch::PIN10_A">PIN10_A</a></div><div class="desc docblock-short">Status on whether PIN10 has met criteria set in PIN_CNF10.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="enum" href="enum.PIN11_A.html" title="enum nrf52840_pac::p0::latch::PIN11_A">PIN11_A</a></div><div class="desc docblock-short">Status on whether PIN11 has met criteria set in PIN_CNF11.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="enum" href="enum.PIN12_A.html" title="enum nrf52840_pac::p0::latch::PIN12_A">PIN12_A</a></div><div class="desc docblock-short">Status on whether PIN12 has met criteria set in PIN_CNF12.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="enum" href="enum.PIN13_A.html" title="enum nrf52840_pac::p0::latch::PIN13_A">PIN13_A</a></div><div class="desc docblock-short">Status on whether PIN13 has met criteria set in PIN_CNF13.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="enum" href="enum.PIN14_A.html" title="enum nrf52840_pac::p0::latch::PIN14_A">PIN14_A</a></div><div class="desc docblock-short">Status on whether PIN14 has met criteria set in PIN_CNF14.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="enum" href="enum.PIN15_A.html" title="enum nrf52840_pac::p0::latch::PIN15_A">PIN15_A</a></div><div class="desc docblock-short">Status on whether PIN15 has met criteria set in PIN_CNF15.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="enum" href="enum.PIN16_A.html" title="enum nrf52840_pac::p0::latch::PIN16_A">PIN16_A</a></div><div class="desc docblock-short">Status on whether PIN16 has met criteria set in PIN_CNF16.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="enum" href="enum.PIN17_A.html" title="enum nrf52840_pac::p0::latch::PIN17_A">PIN17_A</a></div><div class="desc docblock-short">Status on whether PIN17 has met criteria set in PIN_CNF17.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="enum" href="enum.PIN18_A.html" title="enum nrf52840_pac::p0::latch::PIN18_A">PIN18_A</a></div><div class="desc docblock-short">Status on whether PIN18 has met criteria set in PIN_CNF18.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="enum" href="enum.PIN19_A.html" title="enum nrf52840_pac::p0::latch::PIN19_A">PIN19_A</a></div><div class="desc docblock-short">Status on whether PIN19 has met criteria set in PIN_CNF19.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="enum" href="enum.PIN20_A.html" title="enum nrf52840_pac::p0::latch::PIN20_A">PIN20_A</a></div><div class="desc docblock-short">Status on whether PIN20 has met criteria set in PIN_CNF20.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="enum" href="enum.PIN21_A.html" title="enum nrf52840_pac::p0::latch::PIN21_A">PIN21_A</a></div><div class="desc docblock-short">Status on whether PIN21 has met criteria set in PIN_CNF21.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="enum" href="enum.PIN22_A.html" title="enum nrf52840_pac::p0::latch::PIN22_A">PIN22_A</a></div><div class="desc docblock-short">Status on whether PIN22 has met criteria set in PIN_CNF22.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="enum" href="enum.PIN23_A.html" title="enum nrf52840_pac::p0::latch::PIN23_A">PIN23_A</a></div><div class="desc docblock-short">Status on whether PIN23 has met criteria set in PIN_CNF23.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="enum" href="enum.PIN24_A.html" title="enum nrf52840_pac::p0::latch::PIN24_A">PIN24_A</a></div><div class="desc docblock-short">Status on whether PIN24 has met criteria set in PIN_CNF24.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="enum" href="enum.PIN25_A.html" title="enum nrf52840_pac::p0::latch::PIN25_A">PIN25_A</a></div><div class="desc docblock-short">Status on whether PIN25 has met criteria set in PIN_CNF25.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="enum" href="enum.PIN26_A.html" title="enum nrf52840_pac::p0::latch::PIN26_A">PIN26_A</a></div><div class="desc docblock-short">Status on whether PIN26 has met criteria set in PIN_CNF26.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="enum" href="enum.PIN27_A.html" title="enum nrf52840_pac::p0::latch::PIN27_A">PIN27_A</a></div><div class="desc docblock-short">Status on whether PIN27 has met criteria set in PIN_CNF27.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="enum" href="enum.PIN28_A.html" title="enum nrf52840_pac::p0::latch::PIN28_A">PIN28_A</a></div><div class="desc docblock-short">Status on whether PIN28 has met criteria set in PIN_CNF28.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="enum" href="enum.PIN29_A.html" title="enum nrf52840_pac::p0::latch::PIN29_A">PIN29_A</a></div><div class="desc docblock-short">Status on whether PIN29 has met criteria set in PIN_CNF29.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="enum" href="enum.PIN30_A.html" title="enum nrf52840_pac::p0::latch::PIN30_A">PIN30_A</a></div><div class="desc docblock-short">Status on whether PIN30 has met criteria set in PIN_CNF30.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="enum" href="enum.PIN31_A.html" title="enum nrf52840_pac::p0::latch::PIN31_A">PIN31_A</a></div><div class="desc docblock-short">Status on whether PIN31 has met criteria set in PIN_CNF31.SENSE register. Write ‘1’ to clear.</div></li></ul><h2 id="types" class="section-header">Type Aliases<a href="#types" class="anchor">§</a></h2><ul class="item-table"><li><div class="item-name"><a class="type" href="type.PIN0_R.html" title="type nrf52840_pac::p0::latch::PIN0_R">PIN0_R</a></div><div class="desc docblock-short">Field <code>PIN0</code> reader - Status on whether PIN0 has met criteria set in PIN_CNF0.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="type" href="type.PIN0_W.html" title="type nrf52840_pac::p0::latch::PIN0_W">PIN0_W</a></div><div class="desc docblock-short">Field <code>PIN0</code> writer - Status on whether PIN0 has met criteria set in PIN_CNF0.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="type" href="type.PIN1_R.html" title="type nrf52840_pac::p0::latch::PIN1_R">PIN1_R</a></div><div class="desc docblock-short">Field <code>PIN1</code> reader - Status on whether PIN1 has met criteria set in PIN_CNF1.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="type" href="type.PIN1_W.html" title="type nrf52840_pac::p0::latch::PIN1_W">PIN1_W</a></div><div class="desc docblock-short">Field <code>PIN1</code> writer - Status on whether PIN1 has met criteria set in PIN_CNF1.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="type" href="type.PIN2_R.html" title="type nrf52840_pac::p0::latch::PIN2_R">PIN2_R</a></div><div class="desc docblock-short">Field <code>PIN2</code> reader - Status on whether PIN2 has met criteria set in PIN_CNF2.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="type" href="type.PIN2_W.html" title="type nrf52840_pac::p0::latch::PIN2_W">PIN2_W</a></div><div class="desc docblock-short">Field <code>PIN2</code> writer - Status on whether PIN2 has met criteria set in PIN_CNF2.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="type" href="type.PIN3_R.html" title="type nrf52840_pac::p0::latch::PIN3_R">PIN3_R</a></div><div class="desc docblock-short">Field <code>PIN3</code> reader - Status on whether PIN3 has met criteria set in PIN_CNF3.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="type" href="type.PIN3_W.html" title="type nrf52840_pac::p0::latch::PIN3_W">PIN3_W</a></div><div class="desc docblock-short">Field <code>PIN3</code> writer - Status on whether PIN3 has met criteria set in PIN_CNF3.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="type" href="type.PIN4_R.html" title="type nrf52840_pac::p0::latch::PIN4_R">PIN4_R</a></div><div class="desc docblock-short">Field <code>PIN4</code> reader - Status on whether PIN4 has met criteria set in PIN_CNF4.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="type" href="type.PIN4_W.html" title="type nrf52840_pac::p0::latch::PIN4_W">PIN4_W</a></div><div class="desc docblock-short">Field <code>PIN4</code> writer - Status on whether PIN4 has met criteria set in PIN_CNF4.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="type" href="type.PIN5_R.html" title="type nrf52840_pac::p0::latch::PIN5_R">PIN5_R</a></div><div class="desc docblock-short">Field <code>PIN5</code> reader - Status on whether PIN5 has met criteria set in PIN_CNF5.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="type" href="type.PIN5_W.html" title="type nrf52840_pac::p0::latch::PIN5_W">PIN5_W</a></div><div class="desc docblock-short">Field <code>PIN5</code> writer - Status on whether PIN5 has met criteria set in PIN_CNF5.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="type" href="type.PIN6_R.html" title="type nrf52840_pac::p0::latch::PIN6_R">PIN6_R</a></div><div class="desc docblock-short">Field <code>PIN6</code> reader - Status on whether PIN6 has met criteria set in PIN_CNF6.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="type" href="type.PIN6_W.html" title="type nrf52840_pac::p0::latch::PIN6_W">PIN6_W</a></div><div class="desc docblock-short">Field <code>PIN6</code> writer - Status on whether PIN6 has met criteria set in PIN_CNF6.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="type" href="type.PIN7_R.html" title="type nrf52840_pac::p0::latch::PIN7_R">PIN7_R</a></div><div class="desc docblock-short">Field <code>PIN7</code> reader - Status on whether PIN7 has met criteria set in PIN_CNF7.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="type" href="type.PIN7_W.html" title="type nrf52840_pac::p0::latch::PIN7_W">PIN7_W</a></div><div class="desc docblock-short">Field <code>PIN7</code> writer - Status on whether PIN7 has met criteria set in PIN_CNF7.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="type" href="type.PIN8_R.html" title="type nrf52840_pac::p0::latch::PIN8_R">PIN8_R</a></div><div class="desc docblock-short">Field <code>PIN8</code> reader - Status on whether PIN8 has met criteria set in PIN_CNF8.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="type" href="type.PIN8_W.html" title="type nrf52840_pac::p0::latch::PIN8_W">PIN8_W</a></div><div class="desc docblock-short">Field <code>PIN8</code> writer - Status on whether PIN8 has met criteria set in PIN_CNF8.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="type" href="type.PIN9_R.html" title="type nrf52840_pac::p0::latch::PIN9_R">PIN9_R</a></div><div class="desc docblock-short">Field <code>PIN9</code> reader - Status on whether PIN9 has met criteria set in PIN_CNF9.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="type" href="type.PIN9_W.html" title="type nrf52840_pac::p0::latch::PIN9_W">PIN9_W</a></div><div class="desc docblock-short">Field <code>PIN9</code> writer - Status on whether PIN9 has met criteria set in PIN_CNF9.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="type" href="type.PIN10_R.html" title="type nrf52840_pac::p0::latch::PIN10_R">PIN10_R</a></div><div class="desc docblock-short">Field <code>PIN10</code> reader - Status on whether PIN10 has met criteria set in PIN_CNF10.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="type" href="type.PIN10_W.html" title="type nrf52840_pac::p0::latch::PIN10_W">PIN10_W</a></div><div class="desc docblock-short">Field <code>PIN10</code> writer - Status on whether PIN10 has met criteria set in PIN_CNF10.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="type" href="type.PIN11_R.html" title="type nrf52840_pac::p0::latch::PIN11_R">PIN11_R</a></div><div class="desc docblock-short">Field <code>PIN11</code> reader - Status on whether PIN11 has met criteria set in PIN_CNF11.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="type" href="type.PIN11_W.html" title="type nrf52840_pac::p0::latch::PIN11_W">PIN11_W</a></div><div class="desc docblock-short">Field <code>PIN11</code> writer - Status on whether PIN11 has met criteria set in PIN_CNF11.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="type" href="type.PIN12_R.html" title="type nrf52840_pac::p0::latch::PIN12_R">PIN12_R</a></div><div class="desc docblock-short">Field <code>PIN12</code> reader - Status on whether PIN12 has met criteria set in PIN_CNF12.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="type" href="type.PIN12_W.html" title="type nrf52840_pac::p0::latch::PIN12_W">PIN12_W</a></div><div class="desc docblock-short">Field <code>PIN12</code> writer - Status on whether PIN12 has met criteria set in PIN_CNF12.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="type" href="type.PIN13_R.html" title="type nrf52840_pac::p0::latch::PIN13_R">PIN13_R</a></div><div class="desc docblock-short">Field <code>PIN13</code> reader - Status on whether PIN13 has met criteria set in PIN_CNF13.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="type" href="type.PIN13_W.html" title="type nrf52840_pac::p0::latch::PIN13_W">PIN13_W</a></div><div class="desc docblock-short">Field <code>PIN13</code> writer - Status on whether PIN13 has met criteria set in PIN_CNF13.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="type" href="type.PIN14_R.html" title="type nrf52840_pac::p0::latch::PIN14_R">PIN14_R</a></div><div class="desc docblock-short">Field <code>PIN14</code> reader - Status on whether PIN14 has met criteria set in PIN_CNF14.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="type" href="type.PIN14_W.html" title="type nrf52840_pac::p0::latch::PIN14_W">PIN14_W</a></div><div class="desc docblock-short">Field <code>PIN14</code> writer - Status on whether PIN14 has met criteria set in PIN_CNF14.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="type" href="type.PIN15_R.html" title="type nrf52840_pac::p0::latch::PIN15_R">PIN15_R</a></div><div class="desc docblock-short">Field <code>PIN15</code> reader - Status on whether PIN15 has met criteria set in PIN_CNF15.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="type" href="type.PIN15_W.html" title="type nrf52840_pac::p0::latch::PIN15_W">PIN15_W</a></div><div class="desc docblock-short">Field <code>PIN15</code> writer - Status on whether PIN15 has met criteria set in PIN_CNF15.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="type" href="type.PIN16_R.html" title="type nrf52840_pac::p0::latch::PIN16_R">PIN16_R</a></div><div class="desc docblock-short">Field <code>PIN16</code> reader - Status on whether PIN16 has met criteria set in PIN_CNF16.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="type" href="type.PIN16_W.html" title="type nrf52840_pac::p0::latch::PIN16_W">PIN16_W</a></div><div class="desc docblock-short">Field <code>PIN16</code> writer - Status on whether PIN16 has met criteria set in PIN_CNF16.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="type" href="type.PIN17_R.html" title="type nrf52840_pac::p0::latch::PIN17_R">PIN17_R</a></div><div class="desc docblock-short">Field <code>PIN17</code> reader - Status on whether PIN17 has met criteria set in PIN_CNF17.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="type" href="type.PIN17_W.html" title="type nrf52840_pac::p0::latch::PIN17_W">PIN17_W</a></div><div class="desc docblock-short">Field <code>PIN17</code> writer - Status on whether PIN17 has met criteria set in PIN_CNF17.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="type" href="type.PIN18_R.html" title="type nrf52840_pac::p0::latch::PIN18_R">PIN18_R</a></div><div class="desc docblock-short">Field <code>PIN18</code> reader - Status on whether PIN18 has met criteria set in PIN_CNF18.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="type" href="type.PIN18_W.html" title="type nrf52840_pac::p0::latch::PIN18_W">PIN18_W</a></div><div class="desc docblock-short">Field <code>PIN18</code> writer - Status on whether PIN18 has met criteria set in PIN_CNF18.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="type" href="type.PIN19_R.html" title="type nrf52840_pac::p0::latch::PIN19_R">PIN19_R</a></div><div class="desc docblock-short">Field <code>PIN19</code> reader - Status on whether PIN19 has met criteria set in PIN_CNF19.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="type" href="type.PIN19_W.html" title="type nrf52840_pac::p0::latch::PIN19_W">PIN19_W</a></div><div class="desc docblock-short">Field <code>PIN19</code> writer - Status on whether PIN19 has met criteria set in PIN_CNF19.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="type" href="type.PIN20_R.html" title="type nrf52840_pac::p0::latch::PIN20_R">PIN20_R</a></div><div class="desc docblock-short">Field <code>PIN20</code> reader - Status on whether PIN20 has met criteria set in PIN_CNF20.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="type" href="type.PIN20_W.html" title="type nrf52840_pac::p0::latch::PIN20_W">PIN20_W</a></div><div class="desc docblock-short">Field <code>PIN20</code> writer - Status on whether PIN20 has met criteria set in PIN_CNF20.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="type" href="type.PIN21_R.html" title="type nrf52840_pac::p0::latch::PIN21_R">PIN21_R</a></div><div class="desc docblock-short">Field <code>PIN21</code> reader - Status on whether PIN21 has met criteria set in PIN_CNF21.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="type" href="type.PIN21_W.html" title="type nrf52840_pac::p0::latch::PIN21_W">PIN21_W</a></div><div class="desc docblock-short">Field <code>PIN21</code> writer - Status on whether PIN21 has met criteria set in PIN_CNF21.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="type" href="type.PIN22_R.html" title="type nrf52840_pac::p0::latch::PIN22_R">PIN22_R</a></div><div class="desc docblock-short">Field <code>PIN22</code> reader - Status on whether PIN22 has met criteria set in PIN_CNF22.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="type" href="type.PIN22_W.html" title="type nrf52840_pac::p0::latch::PIN22_W">PIN22_W</a></div><div class="desc docblock-short">Field <code>PIN22</code> writer - Status on whether PIN22 has met criteria set in PIN_CNF22.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="type" href="type.PIN23_R.html" title="type nrf52840_pac::p0::latch::PIN23_R">PIN23_R</a></div><div class="desc docblock-short">Field <code>PIN23</code> reader - Status on whether PIN23 has met criteria set in PIN_CNF23.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="type" href="type.PIN23_W.html" title="type nrf52840_pac::p0::latch::PIN23_W">PIN23_W</a></div><div class="desc docblock-short">Field <code>PIN23</code> writer - Status on whether PIN23 has met criteria set in PIN_CNF23.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="type" href="type.PIN24_R.html" title="type nrf52840_pac::p0::latch::PIN24_R">PIN24_R</a></div><div class="desc docblock-short">Field <code>PIN24</code> reader - Status on whether PIN24 has met criteria set in PIN_CNF24.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="type" href="type.PIN24_W.html" title="type nrf52840_pac::p0::latch::PIN24_W">PIN24_W</a></div><div class="desc docblock-short">Field <code>PIN24</code> writer - Status on whether PIN24 has met criteria set in PIN_CNF24.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="type" href="type.PIN25_R.html" title="type nrf52840_pac::p0::latch::PIN25_R">PIN25_R</a></div><div class="desc docblock-short">Field <code>PIN25</code> reader - Status on whether PIN25 has met criteria set in PIN_CNF25.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="type" href="type.PIN25_W.html" title="type nrf52840_pac::p0::latch::PIN25_W">PIN25_W</a></div><div class="desc docblock-short">Field <code>PIN25</code> writer - Status on whether PIN25 has met criteria set in PIN_CNF25.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="type" href="type.PIN26_R.html" title="type nrf52840_pac::p0::latch::PIN26_R">PIN26_R</a></div><div class="desc docblock-short">Field <code>PIN26</code> reader - Status on whether PIN26 has met criteria set in PIN_CNF26.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="type" href="type.PIN26_W.html" title="type nrf52840_pac::p0::latch::PIN26_W">PIN26_W</a></div><div class="desc docblock-short">Field <code>PIN26</code> writer - Status on whether PIN26 has met criteria set in PIN_CNF26.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="type" href="type.PIN27_R.html" title="type nrf52840_pac::p0::latch::PIN27_R">PIN27_R</a></div><div class="desc docblock-short">Field <code>PIN27</code> reader - Status on whether PIN27 has met criteria set in PIN_CNF27.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="type" href="type.PIN27_W.html" title="type nrf52840_pac::p0::latch::PIN27_W">PIN27_W</a></div><div class="desc docblock-short">Field <code>PIN27</code> writer - Status on whether PIN27 has met criteria set in PIN_CNF27.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="type" href="type.PIN28_R.html" title="type nrf52840_pac::p0::latch::PIN28_R">PIN28_R</a></div><div class="desc docblock-short">Field <code>PIN28</code> reader - Status on whether PIN28 has met criteria set in PIN_CNF28.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="type" href="type.PIN28_W.html" title="type nrf52840_pac::p0::latch::PIN28_W">PIN28_W</a></div><div class="desc docblock-short">Field <code>PIN28</code> writer - Status on whether PIN28 has met criteria set in PIN_CNF28.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="type" href="type.PIN29_R.html" title="type nrf52840_pac::p0::latch::PIN29_R">PIN29_R</a></div><div class="desc docblock-short">Field <code>PIN29</code> reader - Status on whether PIN29 has met criteria set in PIN_CNF29.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="type" href="type.PIN29_W.html" title="type nrf52840_pac::p0::latch::PIN29_W">PIN29_W</a></div><div class="desc docblock-short">Field <code>PIN29</code> writer - Status on whether PIN29 has met criteria set in PIN_CNF29.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="type" href="type.PIN30_R.html" title="type nrf52840_pac::p0::latch::PIN30_R">PIN30_R</a></div><div class="desc docblock-short">Field <code>PIN30</code> reader - Status on whether PIN30 has met criteria set in PIN_CNF30.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="type" href="type.PIN30_W.html" title="type nrf52840_pac::p0::latch::PIN30_W">PIN30_W</a></div><div class="desc docblock-short">Field <code>PIN30</code> writer - Status on whether PIN30 has met criteria set in PIN_CNF30.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="type" href="type.PIN31_R.html" title="type nrf52840_pac::p0::latch::PIN31_R">PIN31_R</a></div><div class="desc docblock-short">Field <code>PIN31</code> reader - Status on whether PIN31 has met criteria set in PIN_CNF31.SENSE register. Write ‘1’ to clear.</div></li><li><div class="item-name"><a class="type" href="type.PIN31_W.html" title="type nrf52840_pac::p0::latch::PIN31_W">PIN31_W</a></div><div class="desc docblock-short">Field <code>PIN31</code> writer - Status on whether PIN31 has met criteria set in PIN_CNF31.SENSE register. Write ‘1’ to clear.</div></li></ul></section></div></main></body></html> |