Module w5500_ll::blocking::vdm[][src]

This is supported on crate feature embedded-hal only.

Variable data length implementation of the Registers trait using the embedded-hal blocking SPI trait.

This uses the W5500 variable data length mode (VDM). In VDM mode the SPI frame data length is determined by the chip select pin. This is the preferred blocking implementation if your W5500 has a chip select pin.

Structs

W5500

W5500 blocking variable data length implementation.

Enums

Error

W5500 blocking implementation error type.