opentitanlib/io/mod.rs
1// Copyright lowRISC contributors (OpenTitan project).
2// Licensed under the Apache License, Version 2.0, see LICENSE for details.
3// SPDX-License-Identifier: Apache-2.0
4
5pub mod console;
6pub mod eeprom;
7pub mod emu;
8pub mod fpga_backdoor;
9pub mod gpio;
10pub mod i2c;
11pub mod ioexpander;
12pub mod jtag;
13pub mod middleware;
14pub mod spi;
15pub mod uart;
16pub mod usb;