Docs.rs
rust-hdl-0.35.0
rust-hdl 0.35.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
samitbasu
Dependencies
anyhow ^1
normal
array-init ^2.0.0
normal
crossbeam ^0.8.1
normal
embed-doc-image ^0.1.4
normal
evalexpr ^6.3.0
normal
num-bigint ^0.4.0
normal
num-traits ^0.2.14
normal
petgraph ^0.6.0
normal
rand ^0.8
normal
regex ^1.5.4
normal
rust-hdl-macros ^0.18.0
normal
seq-macro ^0.3.1
normal
substring ^1
normal
svg ^0.10.0
normal
vcd ^0.6.1
normal
Versions
6.85%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
In rust_hdl
In rust_hdl
Modules
core
docs
hls
sim
widgets
Macros
bus_address_strobe
bus_write_strobe
clock
declare_async_fifo
declare_expanding_fifo
declare_narrowing_fifo
declare_sync_fifo
dff_setup
hls_fifo_read
hls_fifo_read_lazy
hls_fifo_write
hls_fifo_write_lazy
hls_host_drain
hls_host_get_word
hls_host_get_words
hls_host_issue_read
hls_host_noop
hls_host_ping
hls_host_put_word
hls_host_write
i2c_begin_read
i2c_begin_write
i2c_end_transmission
i2c_read
i2c_read_last
i2c_write
sdram_activate
sdram_boot
sdram_cmd
sdram_precharge_one
sdram_read
sdram_reada
sdram_refresh
sdram_write
sim_assert
sim_assert_eq
simple_sim
target_path
vcd_path
wait_clock_cycle
wait_clock_cycles
wait_clock_false
wait_clock_true
?
Macro
rust_hdl
::
i2c_write
source
·
[
−
]
macro_rules!
i2c_write { (
$sim
: ident,
$clock
: ident,
$uut
: ident,
$val
: expr) => { ... }; }