opentitanlib/lib.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 app;
6pub mod backend;
7pub mod bootstrap;
8pub mod chip;
9pub mod console;
10pub mod crypto;
11pub mod debug;
12pub mod dif;
13pub mod image;
14pub mod io;
15pub mod otp;
16pub mod ownership;
17pub mod rescue;
18pub mod spiflash;
19pub mod test_utils;
20pub mod tpm;
21pub mod transport;
22pub mod uart;
23pub mod util;