Skip to content
This repository was archived by the owner on Nov 7, 2022. It is now read-only.

Commit 1d6b4dd

Browse files
committed
rename: regs -> registers
1 parent e627b30 commit 1d6b4dd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+7
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions

src/lib.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
//!
1919
//! ## Usage
2020
//!
21-
//! Please note that for using this crate's [register definitions](src/regs) (as provided by
22-
//! `cortex_a::regs::*`), you need to also include
21+
//! Please note that for using this crate's [register definitions](src/registers) (as provided by
22+
//! `cortex_a::registers::*`), you need to also include
2323
//! [`tock-registers`](https://crates.io/crates/tock-registers) in your project. This is because the
2424
//! `interface` traits provided by `tock-registers` are implemented by this crate. You should
2525
//! include the same version of `tock-registers` as is being used by this crate to ensure sane
@@ -45,7 +45,7 @@
4545
//! Listed below is a snippet of `rust-raspberrypi-OS-tutorials`'s early boot code.
4646
//!
4747
//! ```rust
48-
//! use cortex_a::{asm, regs::*};
48+
//! use cortex_a::{asm, registers::*};
4949
//! use tock_registers::interfaces::Writeable; // <-- Trait needed to use `write()` and `set()`.
5050
//!
5151
//! // Some parts omitted for brevity.
@@ -86,4 +86,4 @@
8686

8787
pub mod asm;
8888
pub mod barrier;
89-
pub mod regs;
89+
pub mod registers;
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)