Available on crate feature
eh0 only.Expand description
Blocking implementations of the Registers trait using the
embedded-hal version 0.2 blocking SPI traits.
Re-exports§
pub use eh0 as embedded_hal;
Modules§
- Fixed data length implementation of the
Registerstrait using theembedded-halblocking SPI trait. - Variable data length implementation of the
Registerstrait using theembedded-halblocking SPI trait, and a fallible GPIO pin. - Variable data length implementation of the
Registerstrait using an infallible SPI bus, and an infallible GPIO pin. - Variable data length implementation of the
Registerstrait using theembedded-halblocking SPI trait, and an infallible GPIO pin.
Constants§
- Recommended W5500 SPI mode.
Functions§
- Reset the W5500 using the reset pin.