2 releases

0.1.1 Feb 2, 2022
0.1.0 Sep 26, 2021

#561 in Hardware support

Download history 522/week @ 2023-12-06 861/week @ 2023-12-13 511/week @ 2023-12-20 351/week @ 2023-12-27 434/week @ 2024-01-03 576/week @ 2024-01-10 764/week @ 2024-01-17 1171/week @ 2024-01-24 5468/week @ 2024-01-31 6809/week @ 2024-02-07 6260/week @ 2024-02-14 6500/week @ 2024-02-21 7344/week @ 2024-02-28 7614/week @ 2024-03-06 6932/week @ 2024-03-13 4939/week @ 2024-03-20

28,300 downloads per month
Used in 16 crates (5 directly)

MIT license

51KB
475 lines

ftdi-mpsse

The FT2232D, FT232H, FT2232H and FT4232H devices incorporate a command processor called the Multi-Protocol Synchronous Serial Engine (MPSSE). The purpose of MPSSE is to communicate with devices using synchronous protocols such as SPI and I2C.

This crate implements various helper structures and functions that simplify MPSSE processor configuration and construction of MPSSE commands.

Originally all these MPSSE helpers were a part of the libftd2xx crate. Then it has been split into a separate crate to allow reuse it by other FTDI crates such as ftdi-rs.


lib.rs:

Multi-protocol synchronous serial engine utilities for FTDI devices.

Dependencies

~43KB