Docs.rs
drv8825-0.6.0
drv8825 0.6.0
Docs.rs crate page
0BSD
Links
Repository
crates.io
Source
Owners
hannobraun
Dependencies
stepper ^0.6.0
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
Module spi
drv8825
0.6.0
Module spi
Module Items
Modules
Structs
Enums
Constants
Traits
In drv8825::
embedded_
hal
drv8825
::
embedded_hal
Module
spi
Copy item path
Source
Expand description
SPI traits
Modules
§
blocking
Blocking SPI API
nb
Serial Peripheral Interface
Structs
§
Mode
SPI mode
Enums
§
Error
Kind
SPI error kind
Phase
Clock phase
Polarity
Clock polarity
Constants
§
MODE_0
Helper for CPOL = 0, CPHA = 0
MODE_1
Helper for CPOL = 0, CPHA = 1
MODE_2
Helper for CPOL = 1, CPHA = 0
MODE_3
Helper for CPOL = 1, CPHA = 1
Traits
§
Error
SPI error
Error
Type
SPI error type trait