mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-29 23:14:34 +01:00
7 lines
No EOL
7.2 KiB
HTML
7 lines
No EOL
7.2 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="Cluster Cluster SM%s, containing SM*_CLKDIV, SM*_EXECCTRL, SM*_SHIFTCTRL, SM*_ADDR, SM*_INSTR, SM*_PINCTRL"><title>rp2040_pac::pio0::sm - 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="rp2040_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="../../../rp2040_pac/index.html">rp2040_<wbr>pac</a><span class="version">0.6.0</span></h2></div><h2 class="location"><a href="#">Module sm</a></h2><div class="sidebar-elems"><section><ul class="block"><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 rp2040_<wbr>pac::<wbr>pio0</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">rp2040_pac</a>::<wbr><a href="../index.html">pio0</a>::<wbr><a class="mod" href="#">sm</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/rp2040_pac/pio0/sm.rs.html#1-102">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>Cluster
|
||
Cluster SM%s, containing SM*_CLKDIV, SM*_EXECCTRL, SM*_SHIFTCTRL, SM*_ADDR, SM*_INSTR, SM*_PINCTRL</p>
|
||
</div></details><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="sm_addr/index.html" title="mod rp2040_pac::pio0::sm::sm_addr">sm_addr</a></div><div class="desc docblock-short">Current instruction address of state machine 0</div></li><li><div class="item-name"><a class="mod" href="sm_clkdiv/index.html" title="mod rp2040_pac::pio0::sm::sm_clkdiv">sm_<wbr>clkdiv</a></div><div class="desc docblock-short">Clock divisor register for state machine 0<br />
|
||
Frequency = clock freq / (CLKDIV_INT + CLKDIV_FRAC / 256)</div></li><li><div class="item-name"><a class="mod" href="sm_execctrl/index.html" title="mod rp2040_pac::pio0::sm::sm_execctrl">sm_<wbr>execctrl</a></div><div class="desc docblock-short">Execution/behavioural settings for state machine 0</div></li><li><div class="item-name"><a class="mod" href="sm_instr/index.html" title="mod rp2040_pac::pio0::sm::sm_instr">sm_<wbr>instr</a></div><div class="desc docblock-short">Read to see the instruction currently addressed by state machine 0’s program counter<br />
|
||
Write to execute an instruction immediately (including jumps) and then resume execution.</div></li><li><div class="item-name"><a class="mod" href="sm_pinctrl/index.html" title="mod rp2040_pac::pio0::sm::sm_pinctrl">sm_<wbr>pinctrl</a></div><div class="desc docblock-short">State machine pin control</div></li><li><div class="item-name"><a class="mod" href="sm_shiftctrl/index.html" title="mod rp2040_pac::pio0::sm::sm_shiftctrl">sm_<wbr>shiftctrl</a></div><div class="desc docblock-short">Control behaviour of the input/output shift registers for state machine 0</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.SM.html" title="struct rp2040_pac::pio0::sm::SM">SM</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.SM_ADDR.html" title="type rp2040_pac::pio0::sm::SM_ADDR">SM_ADDR</a></div><div class="desc docblock-short">SM_ADDR (r) register accessor: Current instruction address of state machine 0</div></li><li><div class="item-name"><a class="type" href="type.SM_CLKDIV.html" title="type rp2040_pac::pio0::sm::SM_CLKDIV">SM_<wbr>CLKDIV</a></div><div class="desc docblock-short">SM_CLKDIV (rw) register accessor: Clock divisor register for state machine 0<br />
|
||
Frequency = clock freq / (CLKDIV_INT + CLKDIV_FRAC / 256)</div></li><li><div class="item-name"><a class="type" href="type.SM_EXECCTRL.html" title="type rp2040_pac::pio0::sm::SM_EXECCTRL">SM_<wbr>EXECCTRL</a></div><div class="desc docblock-short">SM_EXECCTRL (rw) register accessor: Execution/behavioural settings for state machine 0</div></li><li><div class="item-name"><a class="type" href="type.SM_INSTR.html" title="type rp2040_pac::pio0::sm::SM_INSTR">SM_<wbr>INSTR</a></div><div class="desc docblock-short">SM_INSTR (rw) register accessor: Read to see the instruction currently addressed by state machine 0’s program counter<br />
|
||
Write to execute an instruction immediately (including jumps) and then resume execution.</div></li><li><div class="item-name"><a class="type" href="type.SM_PINCTRL.html" title="type rp2040_pac::pio0::sm::SM_PINCTRL">SM_<wbr>PINCTRL</a></div><div class="desc docblock-short">SM_PINCTRL (rw) register accessor: State machine pin control</div></li><li><div class="item-name"><a class="type" href="type.SM_SHIFTCTRL.html" title="type rp2040_pac::pio0::sm::SM_SHIFTCTRL">SM_<wbr>SHIFTCTRL</a></div><div class="desc docblock-short">SM_SHIFTCTRL (rw) register accessor: Control behaviour of the input/output shift registers for state machine 0</div></li></ul></section></div></main></body></html> |