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 139776e commit 5f422d8Copy full SHA for 5f422d8
src/lib.rs
@@ -130,11 +130,6 @@ pub trait NorFlash {
130
/// erase resolution
131
fn try_erase(&mut self, from: Address, to: Address) -> nb::Result<(), Self::Error>;
132
133
- /// The range of possible addresses within the peripheral.
134
- ///
135
- /// (start_addr, end_addr)
136
- fn range(&self) -> (Address, Address);
137
-
138
/// Get all distinct memory reagions. These must not overlap, but can be disjoint.
139
/// Most chips will return a single region, but some chips have regions with
140
/// different erase sizes.
0 commit comments