Struct drone_cortexm::map::reg::scb::ccr::Bfhfnmign [−][src]
Ignore data bus fault during HardFault and NMI handlers.
Trait Implementations
impl<_T: Clone + RegTag> Clone for Bfhfnmign<_T>
[src]
fn clone(&self) -> Bfhfnmign<_T>
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<_T: Copy + RegTag> Copy for Bfhfnmign<_T>
[src]
impl<_T: RegTag> RRRegField<_T> for Bfhfnmign<_T>
[src]
impl<_T> RegField<_T> for Bfhfnmign<_T> where
_T: RegTag,
[src]
_T: RegTag,
type Reg = Reg<_T>
Parent register token.
type URegField = Bfhfnmign<Urt>
Corresponding unsynchronized register field token.
type SRegField = Bfhfnmign<Srt>
Corresponding synchronized register field token.
type CRegField = Bfhfnmign<Crt>
Corresponding copyable register field token.
const OFFSET: usize
[src]
const WIDTH: usize
[src]
pub fn into_unsync(self) -> Self where
Self: RegField<Urt>,
[src]
Self: RegField<Urt>,
pub fn into_sync(self) -> Self where
Self: RegField<Srt>,
[src]
Self: RegField<Srt>,
pub fn into_copy(self) -> Self::CRegField where
T: RegAtomic,
[src]
T: RegAtomic,
pub fn as_sync(&self) -> &Self::SRegField where
T: RegAtomic,
[src]
T: RegAtomic,
impl<_T> RegFieldBit<_T> for Bfhfnmign<_T> where
_T: RegTag,
[src]
_T: RegTag,
impl<_T> Token for Bfhfnmign<_T> where
_T: RegTag,
[src]
_T: RegTag,
impl<_T: RegTag> WWRegField<_T> for Bfhfnmign<_T>
[src]
Auto Trait Implementations
impl<_T> Send for Bfhfnmign<_T>
impl<_T> Sync for Bfhfnmign<_T>
impl<_T> Unpin for Bfhfnmign<_T> where
_T: Unpin,
_T: Unpin,
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<R> CRwRwRegFieldBit for R where
R: CRwRwRegFieldBit + WRwRegFieldBitAtomic<Crt>,
<R as RegField<Crt>>::Reg: CRwReg,
[src]
R: CRwRwRegFieldBit + WRwRegFieldBitAtomic<Crt>,
<R as RegField<Crt>>::Reg: CRwReg,
impl<R> CRwRwRegFieldBit for R where
R: RwRwRegFieldBit<Crt> + Copy,
<R as RegField<Crt>>::Reg: CRwReg,
[src]
R: RwRwRegFieldBit<Crt> + Copy,
<R as RegField<Crt>>::Reg: CRwReg,
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<R, T> RwRwRegFieldBit<T> for R where
T: RegTag,
R: WWRegFieldBit<T> + RRRegFieldBit<T>,
<R as RegField<T>>::Reg: RwReg<T>,
[src]
T: RegTag,
R: WWRegFieldBit<T> + RRRegFieldBit<T>,
<R as RegField<T>>::Reg: RwReg<T>,
impl<R> SRwRwRegFieldBit for R where
R: SRwRwRegFieldBit + WRwRegFieldBitAtomic<Srt>,
<R as RegField<Srt>>::Reg: SRwReg,
[src]
R: SRwRwRegFieldBit + WRwRegFieldBitAtomic<Srt>,
<R as RegField<Srt>>::Reg: SRwReg,
impl<R> SRwRwRegFieldBit for R where
R: RwRwRegFieldBit<Srt>,
<R as RegField<Srt>>::Reg: SRwReg,
[src]
R: RwRwRegFieldBit<Srt>,
<R as RegField<Srt>>::Reg: SRwReg,
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,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut 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.
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>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<R> URwRwRegFieldBit for R where
R: RwRwRegFieldBit<Urt>,
<R as RegField<Urt>>::Reg: URwReg,
[src]
R: RwRwRegFieldBit<Urt>,
<R as RegField<Urt>>::Reg: URwReg,