rtic/2/api/rp2040_pac/pio0/sm/index.html
2024-12-06 13:35:18 +00:00

7 lines
No EOL
7.3 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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-b0742ba02757f159.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.83.0 (90b35a623 2024-11-26)" data-channel="1.83.0" data-search-js="search-f0d225181b97f9a4.js" data-settings-js="settings-805db61a62df4bd2.js" ><script src="../../../static.files/storage-1d39b6787ed640ff.js"></script><script defer src="../sidebar-items.js"></script><script defer src="../../../static.files/main-f070b9041d14864c.js"></script><noscript><link rel="stylesheet" href="../../../static.files/noscript-0111fcff984fae8f.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><div class="sidebar-elems"><section id="rustdoc-toc"><h2 class="location"><a href="#">Module sm</a></h2><h3><a href="#modules">Module Items</a></h3><ul class="block"><li><a href="#modules" title="Modules">Modules</a></li><li><a href="#structs" title="Structs">Structs</a></li><li><a href="#types" title="Type Aliases">Type Aliases</a></li></ul></section><div id="rustdoc-modnav"><h2><a href="../index.html">In rp2040_<wbr>pac::<wbr>pio0</a></h2></div></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"><span class="rustdoc-breadcrumbs"><a href="../../index.html">rp2040_pac</a>::<wbr><a href="../index.html">pio0</a></span><h1>Module <span>sm</span><button id="copy-path" title="Copy item path to clipboard">Copy item path</button></h1><rustdoc-toolbar></rustdoc-toolbar><span class="sub-heading"><a class="src" href="../../../src/rp2040_pac/pio0/sm.rs.html#1-102">source</a> </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 0s 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 0s 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>