Module w5500_ll::blocking::fdm[][src]

This is supported on crate feature embedded-hal only.

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

This uses the W5500 fixed data length mode (FDM). In FSM mode the SPI chip select pin is always tied low, and it is not possible to share the bus with other devices.

If possible, you should use the VDM implementation instead.

Structs

W5500

W5500 blocking fixed data length implementation.