earlgrey/registers/
mod.rs

1// Licensed under the Apache License, Version 2.0 or the MIT License.
2// SPDX-License-Identifier: Apache-2.0 OR MIT
3// Copyright Tock Contributors 2022.
4
5pub mod alert_handler_regs;
6pub mod ast_regs;
7pub mod clkmgr_regs;
8pub mod flash_ctrl_regs;
9pub mod pinmux_regs;
10pub mod pwrmgr_regs;
11pub mod rstmgr_regs;
12pub mod rv_plic_regs;
13pub mod sensor_ctrl_regs;
14pub mod top_earlgrey;