ftdi-mpsse

Crates.ioftdi-mpsse
lib.rsftdi-mpsse
version0.1.1
sourcesrc
created_at2021-09-26 17:11:01.291863
updated_at2022-02-02 04:44:45.979705
descriptionRust helpers for the MPSSE on FTDI chips.
homepage
repositoryhttps://github.com/ftdi-rs/ftdi-mpsse
max_upload_size
id456616
size65,927
Alex Martens (newAM)

documentation

https://docs.rs/ftdi-mpsse

README

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.

Commit count: 19

cargo fmt