[−][src]Struct drone_cortex_m::map::reg::scb::bfar::Address
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: Copy + RegTag> Copy for Address<_T>
[src]
impl<_T: Clone + RegTag> Clone for Address<_T>
[src]
fn clone(&self) -> Address<_T>
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<_T> RegField<_T> for Address<_T> where
_T: RegTag,
[src]
_T: RegTag,
type Reg = Reg<_T>
Parent register token.
type URegField = Address<Urt>
Corresponding unsynchronized register field token.
type SRegField = Address<Srt>
Corresponding synchronized register field token.
type CRegField = Address<Crt>
Corresponding copyable register field token.
const OFFSET: usize
[src]
const WIDTH: usize
[src]
fn into_unsync(self) -> Self where
Self: RegField<Urt>,
[src]
Self: RegField<Urt>,
fn into_sync(self) -> Self where
Self: RegField<Srt>,
[src]
Self: RegField<Srt>,
fn into_copy(self) -> Self::CRegField where
T: RegAtomic,
[src]
T: RegAtomic,
fn as_sync(&self) -> &Self::SRegField where
T: RegAtomic,
[src]
T: RegAtomic,
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>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
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>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
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>,