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.
2 parents 617a0bc + 58b5367 commit 04283faCopy full SHA for 04283fa
src/peripheral/mod.rs
@@ -104,12 +104,16 @@ pub struct CPUID {
104
pub isar: [RO<u32>; 5],
105
reserved1: u32,
106
/// Cache Level ID
107
+ #[cfg(any(armv7m, test))]
108
pub clidr: RO<u32>,
109
/// Cache Type
110
111
pub ctr: RO<u32>,
112
/// Cache Size ID
113
114
pub ccsidr: RO<u32>,
115
/// Cache Size Selection
116
117
pub csselr: RW<u32>,
118
}
119
0 commit comments