firewire-bebob-protocols 0.2.0

Implementation of protocols defined by BridgeCo. AG and application vendors for DM1000, DM1100, and DM1500 ASICs with its BridgeCo. Enhanced Break Out Box (BeBoB) solution.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// SPDX-License-Identifier: LGPL-3.0-or-later
// Copyright (c) 2021 Takashi Sakamoto

//! Protocol implementation for some Terratec models.
//!
//! The module includes structure, enumeration, and trait and its implementation for protocol
//! defined by Terratec for some FireWire models.

pub mod aureon;
pub mod phase88;

use super::*;