rtic/dev/api/nrf52840_pac/uart0/index.html
github-merge-queue[bot] 5b32b958a3 deploy: f17915842f
2024-11-27 19:34:22 +00:00

3 lines
No EOL
14 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="Universal Asynchronous Receiver/Transmitter"><title>nrf52840_pac::uart0 - 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 uart0</a></h2><div class="sidebar-elems"><section><ul class="block"><li><a href="#reexports">Re-exports</a></li><li><a href="#modules">Modules</a></li><li><a href="#structs">Structs</a></li><li><a href="#types">Type Aliases</a></li></ul></section><h2><a href="../index.html">In crate nrf52840_<wbr>pac</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 class="mod" href="#">uart0</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/uart0.rs.html#1-143">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>&#x2212;</span>]</button></span></div><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>Universal Asynchronous Receiver/Transmitter</p>
</div></details><h2 id="reexports" class="section-header">Re-exports<a href="#reexports" class="anchor">§</a></h2><ul class="item-table"><li><div class="item-name" id="reexport.PSEL"><code>pub use psel::<a class="struct" href="psel/struct.PSEL.html" title="struct nrf52840_pac::uart0::psel::PSEL">PSEL</a>;</code></div></li></ul><h2 id="modules" class="section-header">Modules<a href="#modules" class="anchor">§</a></h2><ul class="item-table"><li><div class="item-name"><a class="mod" href="baudrate/index.html" title="mod nrf52840_pac::uart0::baudrate">baudrate</a></div><div class="desc docblock-short">Baud rate. Accuracy depends on the HFCLK source selected.</div></li><li><div class="item-name"><a class="mod" href="config/index.html" title="mod nrf52840_pac::uart0::config">config</a></div><div class="desc docblock-short">Configuration of parity and hardware flow control</div></li><li><div class="item-name"><a class="mod" href="enable/index.html" title="mod nrf52840_pac::uart0::enable">enable</a></div><div class="desc docblock-short">Enable UART</div></li><li><div class="item-name"><a class="mod" href="errorsrc/index.html" title="mod nrf52840_pac::uart0::errorsrc">errorsrc</a></div><div class="desc docblock-short">Error source</div></li><li><div class="item-name"><a class="mod" href="events_cts/index.html" title="mod nrf52840_pac::uart0::events_cts">events_<wbr>cts</a></div><div class="desc docblock-short">CTS is activated (set low). Clear To Send.</div></li><li><div class="item-name"><a class="mod" href="events_error/index.html" title="mod nrf52840_pac::uart0::events_error">events_<wbr>error</a></div><div class="desc docblock-short">Error detected</div></li><li><div class="item-name"><a class="mod" href="events_ncts/index.html" title="mod nrf52840_pac::uart0::events_ncts">events_<wbr>ncts</a></div><div class="desc docblock-short">CTS is deactivated (set high). Not Clear To Send.</div></li><li><div class="item-name"><a class="mod" href="events_rxdrdy/index.html" title="mod nrf52840_pac::uart0::events_rxdrdy">events_<wbr>rxdrdy</a></div><div class="desc docblock-short">Data received in RXD</div></li><li><div class="item-name"><a class="mod" href="events_rxto/index.html" title="mod nrf52840_pac::uart0::events_rxto">events_<wbr>rxto</a></div><div class="desc docblock-short">Receiver timeout</div></li><li><div class="item-name"><a class="mod" href="events_txdrdy/index.html" title="mod nrf52840_pac::uart0::events_txdrdy">events_<wbr>txdrdy</a></div><div class="desc docblock-short">Data sent from TXD</div></li><li><div class="item-name"><a class="mod" href="intenclr/index.html" title="mod nrf52840_pac::uart0::intenclr">intenclr</a></div><div class="desc docblock-short">Disable interrupt</div></li><li><div class="item-name"><a class="mod" href="intenset/index.html" title="mod nrf52840_pac::uart0::intenset">intenset</a></div><div class="desc docblock-short">Enable interrupt</div></li><li><div class="item-name"><a class="mod" href="psel/index.html" title="mod nrf52840_pac::uart0::psel">psel</a></div><div class="desc docblock-short">Cluster
Unspecified</div></li><li><div class="item-name"><a class="mod" href="rxd/index.html" title="mod nrf52840_pac::uart0::rxd">rxd</a></div><div class="desc docblock-short">RXD register</div></li><li><div class="item-name"><a class="mod" href="shorts/index.html" title="mod nrf52840_pac::uart0::shorts">shorts</a></div><div class="desc docblock-short">Shortcut register</div></li><li><div class="item-name"><a class="mod" href="tasks_startrx/index.html" title="mod nrf52840_pac::uart0::tasks_startrx">tasks_<wbr>startrx</a></div><div class="desc docblock-short">Start UART receiver</div></li><li><div class="item-name"><a class="mod" href="tasks_starttx/index.html" title="mod nrf52840_pac::uart0::tasks_starttx">tasks_<wbr>starttx</a></div><div class="desc docblock-short">Start UART transmitter</div></li><li><div class="item-name"><a class="mod" href="tasks_stoprx/index.html" title="mod nrf52840_pac::uart0::tasks_stoprx">tasks_<wbr>stoprx</a></div><div class="desc docblock-short">Stop UART receiver</div></li><li><div class="item-name"><a class="mod" href="tasks_stoptx/index.html" title="mod nrf52840_pac::uart0::tasks_stoptx">tasks_<wbr>stoptx</a></div><div class="desc docblock-short">Stop UART transmitter</div></li><li><div class="item-name"><a class="mod" href="tasks_suspend/index.html" title="mod nrf52840_pac::uart0::tasks_suspend">tasks_<wbr>suspend</a></div><div class="desc docblock-short">Suspend UART</div></li><li><div class="item-name"><a class="mod" href="txd/index.html" title="mod nrf52840_pac::uart0::txd">txd</a></div><div class="desc docblock-short">TXD register</div></li></ul><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.RegisterBlock.html" title="struct nrf52840_pac::uart0::RegisterBlock">Register<wbr>Block</a></div><div class="desc docblock-short">Register block</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.BAUDRATE.html" title="type nrf52840_pac::uart0::BAUDRATE">BAUDRATE</a></div><div class="desc docblock-short">BAUDRATE (rw) register accessor: an alias for <code>Reg&lt;BAUDRATE_SPEC&gt;</code></div></li><li><div class="item-name"><a class="type" href="type.CONFIG.html" title="type nrf52840_pac::uart0::CONFIG">CONFIG</a></div><div class="desc docblock-short">CONFIG (rw) register accessor: an alias for <code>Reg&lt;CONFIG_SPEC&gt;</code></div></li><li><div class="item-name"><a class="type" href="type.ENABLE.html" title="type nrf52840_pac::uart0::ENABLE">ENABLE</a></div><div class="desc docblock-short">ENABLE (rw) register accessor: an alias for <code>Reg&lt;ENABLE_SPEC&gt;</code></div></li><li><div class="item-name"><a class="type" href="type.ERRORSRC.html" title="type nrf52840_pac::uart0::ERRORSRC">ERRORSRC</a></div><div class="desc docblock-short">ERRORSRC (rw) register accessor: an alias for <code>Reg&lt;ERRORSRC_SPEC&gt;</code></div></li><li><div class="item-name"><a class="type" href="type.EVENTS_CTS.html" title="type nrf52840_pac::uart0::EVENTS_CTS">EVENT<wbr>S_<wbr>CTS</a></div><div class="desc docblock-short">EVENTS_CTS (rw) register accessor: an alias for <code>Reg&lt;EVENTS_CTS_SPEC&gt;</code></div></li><li><div class="item-name"><a class="type" href="type.EVENTS_ERROR.html" title="type nrf52840_pac::uart0::EVENTS_ERROR">EVENT<wbr>S_<wbr>ERROR</a></div><div class="desc docblock-short">EVENTS_ERROR (rw) register accessor: an alias for <code>Reg&lt;EVENTS_ERROR_SPEC&gt;</code></div></li><li><div class="item-name"><a class="type" href="type.EVENTS_NCTS.html" title="type nrf52840_pac::uart0::EVENTS_NCTS">EVENT<wbr>S_<wbr>NCTS</a></div><div class="desc docblock-short">EVENTS_NCTS (rw) register accessor: an alias for <code>Reg&lt;EVENTS_NCTS_SPEC&gt;</code></div></li><li><div class="item-name"><a class="type" href="type.EVENTS_RXDRDY.html" title="type nrf52840_pac::uart0::EVENTS_RXDRDY">EVENT<wbr>S_<wbr>RXDRDY</a></div><div class="desc docblock-short">EVENTS_RXDRDY (rw) register accessor: an alias for <code>Reg&lt;EVENTS_RXDRDY_SPEC&gt;</code></div></li><li><div class="item-name"><a class="type" href="type.EVENTS_RXTO.html" title="type nrf52840_pac::uart0::EVENTS_RXTO">EVENT<wbr>S_<wbr>RXTO</a></div><div class="desc docblock-short">EVENTS_RXTO (rw) register accessor: an alias for <code>Reg&lt;EVENTS_RXTO_SPEC&gt;</code></div></li><li><div class="item-name"><a class="type" href="type.EVENTS_TXDRDY.html" title="type nrf52840_pac::uart0::EVENTS_TXDRDY">EVENT<wbr>S_<wbr>TXDRDY</a></div><div class="desc docblock-short">EVENTS_TXDRDY (rw) register accessor: an alias for <code>Reg&lt;EVENTS_TXDRDY_SPEC&gt;</code></div></li><li><div class="item-name"><a class="type" href="type.INTENCLR.html" title="type nrf52840_pac::uart0::INTENCLR">INTENCLR</a></div><div class="desc docblock-short">INTENCLR (rw) register accessor: an alias for <code>Reg&lt;INTENCLR_SPEC&gt;</code></div></li><li><div class="item-name"><a class="type" href="type.INTENSET.html" title="type nrf52840_pac::uart0::INTENSET">INTENSET</a></div><div class="desc docblock-short">INTENSET (rw) register accessor: an alias for <code>Reg&lt;INTENSET_SPEC&gt;</code></div></li><li><div class="item-name"><a class="type" href="type.RXD.html" title="type nrf52840_pac::uart0::RXD">RXD</a></div><div class="desc docblock-short">RXD (r) register accessor: an alias for <code>Reg&lt;RXD_SPEC&gt;</code></div></li><li><div class="item-name"><a class="type" href="type.SHORTS.html" title="type nrf52840_pac::uart0::SHORTS">SHORTS</a></div><div class="desc docblock-short">SHORTS (rw) register accessor: an alias for <code>Reg&lt;SHORTS_SPEC&gt;</code></div></li><li><div class="item-name"><a class="type" href="type.TASKS_STARTRX.html" title="type nrf52840_pac::uart0::TASKS_STARTRX">TASK<wbr>S_<wbr>STARTRX</a></div><div class="desc docblock-short">TASKS_STARTRX (w) register accessor: an alias for <code>Reg&lt;TASKS_STARTRX_SPEC&gt;</code></div></li><li><div class="item-name"><a class="type" href="type.TASKS_STARTTX.html" title="type nrf52840_pac::uart0::TASKS_STARTTX">TASK<wbr>S_<wbr>STARTTX</a></div><div class="desc docblock-short">TASKS_STARTTX (w) register accessor: an alias for <code>Reg&lt;TASKS_STARTTX_SPEC&gt;</code></div></li><li><div class="item-name"><a class="type" href="type.TASKS_STOPRX.html" title="type nrf52840_pac::uart0::TASKS_STOPRX">TASK<wbr>S_<wbr>STOPRX</a></div><div class="desc docblock-short">TASKS_STOPRX (w) register accessor: an alias for <code>Reg&lt;TASKS_STOPRX_SPEC&gt;</code></div></li><li><div class="item-name"><a class="type" href="type.TASKS_STOPTX.html" title="type nrf52840_pac::uart0::TASKS_STOPTX">TASK<wbr>S_<wbr>STOPTX</a></div><div class="desc docblock-short">TASKS_STOPTX (w) register accessor: an alias for <code>Reg&lt;TASKS_STOPTX_SPEC&gt;</code></div></li><li><div class="item-name"><a class="type" href="type.TASKS_SUSPEND.html" title="type nrf52840_pac::uart0::TASKS_SUSPEND">TASK<wbr>S_<wbr>SUSPEND</a></div><div class="desc docblock-short">TASKS_SUSPEND (w) register accessor: an alias for <code>Reg&lt;TASKS_SUSPEND_SPEC&gt;</code></div></li><li><div class="item-name"><a class="type" href="type.TXD.html" title="type nrf52840_pac::uart0::TXD">TXD</a></div><div class="desc docblock-short">TXD (w) register accessor: an alias for <code>Reg&lt;TXD_SPEC&gt;</code></div></li></ul></section></div></main></body></html>