opentitanlib/chip/autogen/
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
5// The "english breakfast" variant of the chip doesn't have the same
6// set of IO and pinmux constants as the "earlgrey" chip.
7#[cfg(not(feature = "english_breakfast"))]
8pub mod earlgrey;