Struct drone_cortexm::map::reg::mpu::rasr::Hold [−][src]
Defines the size and access behavior of the region identified by RNR, and enables that region.
Implementations
impl<'a, _T: RegTag> Hold<'a, _T>
[src]
impl<'a, _T: RegTag> Hold<'a, _T>
[src]
pub fn set_xn(&mut self) -> &mut Self
[src]
Instruction access disable bit.
pub fn clear_xn(&mut self) -> &mut Self
[src]
Instruction access disable bit.
pub fn toggle_xn(&mut self) -> &mut Self
[src]
Instruction access disable bit.
impl<'a, _T: RegTag> Hold<'a, _T>
[src]
impl<'a, _T: RegTag> Hold<'a, _T>
[src]
impl<'a, _T: RegTag> Hold<'a, _T>
[src]
impl<'a, _T: RegTag> Hold<'a, _T>
[src]
impl<'a, _T: RegTag> Hold<'a, _T>
[src]
impl<'a, _T: RegTag> Hold<'a, _T>
[src]
pub fn set_s(&mut self) -> &mut Self
[src]
Shareable memory attribute.
pub fn clear_s(&mut self) -> &mut Self
[src]
Shareable memory attribute.
pub fn toggle_s(&mut self) -> &mut Self
[src]
Shareable memory attribute.
impl<'a, _T: RegTag> Hold<'a, _T>
[src]
impl<'a, _T: RegTag> Hold<'a, _T>
[src]
pub fn set_c(&mut self) -> &mut Self
[src]
Memory attribute.
pub fn clear_c(&mut self) -> &mut Self
[src]
Memory attribute.
pub fn toggle_c(&mut self) -> &mut Self
[src]
Memory attribute.
impl<'a, _T: RegTag> Hold<'a, _T>
[src]
impl<'a, _T: RegTag> Hold<'a, _T>
[src]
pub fn set_b(&mut self) -> &mut Self
[src]
Memory attribute.
pub fn clear_b(&mut self) -> &mut Self
[src]
Memory attribute.
pub fn toggle_b(&mut self) -> &mut Self
[src]
Memory attribute.
impl<'a, _T: RegTag> Hold<'a, _T>
[src]
impl<'a, _T: RegTag> Hold<'a, _T>
[src]
impl<'a, _T: RegTag> Hold<'a, _T>
[src]
impl<'a, _T: RegTag> Hold<'a, _T>
[src]
pub fn write_size(&mut self, bits: u32) -> &mut Self
[src]
Size of the MPU protection region.
impl<'a, _T: RegTag> Hold<'a, _T>
[src]
impl<'a, _T: RegTag> Hold<'a, _T>
[src]
pub fn set_enable(&mut self) -> &mut Self
[src]
Region enable bit.
pub fn clear_enable(&mut self) -> &mut Self
[src]
Region enable bit.
pub fn toggle_enable(&mut self) -> &mut Self
[src]
Region enable bit.
Trait Implementations
Auto Trait Implementations
impl<'a, _T> Send for Hold<'a, _T>
impl<'a, _T> Sync for Hold<'a, _T>
impl<'a, _T> Unpin for Hold<'a, _T>
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,