Docs.rs
svd-rs-0.14.12
svd-rs 0.14.12
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
github:rust-embedded:tools
burrbull
Dependencies
once_cell ^1.17.2
normal
regex ^1.10
normal
serde ^1.0
normal
optional
thiserror ^1.0.31
normal
Versions
100%
of the crate is documented
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
Name
svd_rs
0.14.12
Name
Required Methods
name
Implementations on Foreign Types
&T
&mut T
Implementors
In crate svd_
rs
svd_rs
Trait
Name
Copy item path
Source
pub trait Name { // Required method fn
name
(&self) -> &
str
; }
Expand description
Get SVD element name
Required Methods
§
Source
fn
name
(&self) -> &
str
Get name
Implementations on Foreign Types
§
Source
§
impl<T>
Name
for
&T
where T:
Name
,
Source
§
fn
name
(&self) -> &
str
Source
§
impl<T>
Name
for
&mut T
where T:
Name
,
Source
§
fn
name
(&self) -> &
str
Implementors
§
Source
§
impl
Name
for
ClusterInfo
Source
§
impl
Name
for
Device
Source
§
impl
Name
for
EnumeratedValue
Source
§
impl
Name
for
FieldInfo
Source
§
impl
Name
for
Interrupt
Source
§
impl
Name
for
PeripheralInfo
Source
§
impl
Name
for
RegisterInfo
Source
§
impl<T>
Name
for
MaybeArray
<T>
where T:
Name
,