[][src]Struct drone_cortex_m::thr::ThrInitPeriph

pub struct ThrInitPeriph {
    pub scb_ccr_bfhfnmign: Bfhfnmign<Srt>,
    pub scb_ccr_div_0_trp: Div0Trp<Srt>,
    pub scb_ccr_unalign_trp: UnalignTrp<Srt>,
    pub scb_ccr_usersetmpend: Usersetmpend<Srt>,
}

A set of register tokens returned by thr::init! macro.

Fields

scb_ccr_bfhfnmign: Bfhfnmign<Srt>scb_ccr_div_0_trp: Div0Trp<Srt>scb_ccr_unalign_trp: UnalignTrp<Srt>scb_ccr_usersetmpend: Usersetmpend<Srt>

Auto Trait Implementations

impl Unpin for ThrInitPeriph

impl Send for ThrInitPeriph

impl Sync for ThrInitPeriph

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]