opentitanlib/otp/
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 alert_handler;
6pub mod alert_handler_regs;
7pub mod lc_state;
8// TODO(lowRISC/opentitan#15443): Fix this lint.
9#[allow(clippy::module_inception)]
10pub mod otp_img;