[−][src]Struct drone_cortex_m::map::reg::scb::mmfar::Address
Data address for an MPU fault. This is the location addressed by an attempted load or store access that was faulted. The MemManage Status Register shows the cause of the fault, and whether MMFAR.ADDRESS is valid. When an unaligned access faults, the address is the actual address that faulted. Because an access might be split into multiple parts, each aligned, this address can be any offset in the range of the requested size.
Trait Implementations
impl<_T: Copy + RegTag> Copy for Address<_T>
[src]
impl<_T: Clone + RegTag> Clone for Address<_T>
[src][+]
impl<_T> RegField<_T> for Address<_T> where
_T: RegTag,
[src][+]
_T: RegTag,
impl<_T> RegFieldBits<_T> for Address<_T> where
_T: RegTag,
[src]
_T: RegTag,
impl<_T: RegTag> RRRegField<_T> for Address<_T>
[src][+]
impl<_T> Token for Address<_T> where
_T: RegTag,
[src][+]
_T: RegTag,
Auto Trait Implementations
impl<_T> Unpin for Address<_T> where
_T: Unpin,
_T: Unpin,
impl<_T> Send for Address<_T>
impl<_T> Sync for Address<_T>
Blanket Implementations
impl<T> From<T> for T
[src][+]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, R> RRRegFieldBits<T> for R where
R: RegFieldBits<T> + RRRegField<T>,
T: RegTag,
<R as RegField<T>>::Reg: RReg<T>,
[src][+]
R: RegFieldBits<T> + RRRegField<T>,
T: RegTag,
<R as RegField<T>>::Reg: RReg<T>,