Struct drone_cortexm::map::reg::scb::bfar::Reg [−][src]
BusFault Address Register.
Fields
address: Address<_T>
Data address for a precise bus fault. This is the location addressed by an attempted data access that was faulted. The BFSR shows the reason for the fault and whether BFAR.ADDRESS is valid.
For unaligned access faults, the value returned is the address requested by the instruction. This might not be the address that faulted.
Trait Implementations
impl<_T: Clone + RegTag> Clone for Reg<_T>
[src][+]
impl<_T: Copy + RegTag> Copy for Reg<_T>
[src]
impl<_T: RegTag> RReg<_T> for Reg<_T>
[src][+]
impl<_T: RegTag> Reg<_T> for Reg<_T>
[src][+]
impl<'a, _T> RegHold<'a, _T, Reg<_T>> for Hold<'a, _T> where
_T: RegTag,
[src][+]
_T: RegTag,
impl<'a, _T> RegRef<'a, _T> for Reg<_T> where
_T: RegTag + 'a,
[src][+]
_T: RegTag + 'a,
impl<_T: RegTag> Token for Reg<_T>
[src][+]
Auto Trait Implementations
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,
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> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,