We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 726d516 commit 7038df3Copy full SHA for 7038df3
src/register/pmpcfgx.rs
@@ -80,7 +80,7 @@ impl Pmpcsr {
80
81
/// Physical memory protection configuration
82
/// pmpcfg0 struct contains pmp0cfg - pmp3cfg for RV32, and pmp0cfg - pmp7cfg for RV64
83
-mod pmpcfg0 {
+pub mod pmpcfg0 {
84
use super::{Permission, Pmpcsr, Range};
85
use bit_field::BitField;
86
@@ -107,7 +107,7 @@ mod pmpcfg0 {
107
108
/// pmpcfg1 struct contains pmp4cfg - pmp7cfg for RV32 only
109
#[cfg(riscv32)]
110
-mod pmpcfg1 {
+pub mod pmpcfg1 {
111
112
113
0 commit comments