[][src]Struct drone_stm32_map_periph_exti::Exti2

pub struct Exti2(_);

EXTI Line 2 peripheral variant.

Trait Implementations

impl SyscfgExticrExtiOpt for Exti2[src]

impl SyscfgExticrExtiExt for Exti2[src]

type USyscfgExticrExti = Exti2<Urt>

type SSyscfgExticrExti = Exti2<Srt>

type CSyscfgExticrExti = Exti2<Crt>

impl SyscfgExticrExti for Exti2[src]

impl SyscfgExticr for Exti2[src]

type SyscfgExticrVal = Val

type USyscfgExticr = Reg<Urt>

type SSyscfgExticr = Reg<Srt>

type CSyscfgExticr = Reg<Crt>

impl ExtiImrIm for Exti2[src]

type UExtiImrIm = Mr2<Urt>

type SExtiImrIm = Mr2<Srt>

type CExtiImrIm = Mr2<Crt>

impl ExtiImr for Exti2[src]

type ExtiImrVal = Val

type UExtiImr = Reg<Urt>

type SExtiImr = Reg<Srt>

type CExtiImr = Reg<Crt>

impl ExtiEmrEm for Exti2[src]

type UExtiEmrEm = Mr2<Urt>

type SExtiEmrEm = Mr2<Srt>

type CExtiEmrEm = Mr2<Crt>

impl ExtiEmr for Exti2[src]

type ExtiEmrVal = Val

type UExtiEmr = Reg<Urt>

type SExtiEmr = Reg<Srt>

type CExtiEmr = Reg<Crt>

impl ExtiRtsrRtOpt for Exti2[src]

type UExtiRtsrRtOpt = Tr2<Urt>

type SExtiRtsrRtOpt = Tr2<Srt>

type CExtiRtsrRtOpt = Tr2<Crt>

impl ExtiRtsrRtExt for Exti2[src]

type UExtiRtsrRt = Tr2<Urt>

type SExtiRtsrRt = Tr2<Srt>

type CExtiRtsrRt = Tr2<Crt>

impl ExtiRtsrRt for Exti2[src]

impl ExtiRtsr for Exti2[src]

type ExtiRtsrVal = Val

type UExtiRtsr = Reg<Urt>

type SExtiRtsr = Reg<Srt>

type CExtiRtsr = Reg<Crt>

impl ExtiFtsrFtOpt for Exti2[src]

type UExtiFtsrFtOpt = Tr2<Urt>

type SExtiFtsrFtOpt = Tr2<Srt>

type CExtiFtsrFtOpt = Tr2<Crt>

impl ExtiFtsrFtExt for Exti2[src]

type UExtiFtsrFt = Tr2<Urt>

type SExtiFtsrFt = Tr2<Srt>

type CExtiFtsrFt = Tr2<Crt>

impl ExtiFtsrFt for Exti2[src]

impl ExtiFtsr for Exti2[src]

type ExtiFtsrVal = Val

type UExtiFtsr = Reg<Urt>

type SExtiFtsr = Reg<Srt>

type CExtiFtsr = Reg<Crt>

impl ExtiSwierSwiOpt for Exti2[src]

type UExtiSwierSwiOpt = Swier2<Urt>

type SExtiSwierSwiOpt = Swier2<Srt>

type CExtiSwierSwiOpt = Swier2<Crt>

impl ExtiSwierSwiExt for Exti2[src]

type UExtiSwierSwi = Swier2<Urt>

type SExtiSwierSwi = Swier2<Srt>

type CExtiSwierSwi = Swier2<Crt>

impl ExtiSwierSwi for Exti2[src]

impl ExtiSwier for Exti2[src]

type ExtiSwierVal = Val

type UExtiSwier = Reg<Urt>

type SExtiSwier = Reg<Srt>

type CExtiSwier = Reg<Crt>

impl ExtiPrPifOpt for Exti2[src]

type UExtiPrPifOpt = Pr2<Urt>

type SExtiPrPifOpt = Pr2<Srt>

type CExtiPrPifOpt = Pr2<Crt>

impl ExtiPrPifExt for Exti2[src]

type UExtiPrPif = Pr2<Urt>

type SExtiPrPif = Pr2<Srt>

type CExtiPrPif = Pr2<Crt>

impl ExtiPrPif for Exti2[src]

impl ExtiPr for Exti2[src]

type ExtiPrVal = Val

type UExtiPr = Reg<Urt>

type SExtiPr = Reg<Srt>

type CExtiPr = Reg<Crt>

impl ExtiMap for Exti2[src]

Auto Trait Implementations

impl Unpin for Exti2

impl Send for Exti2

impl Sync for Exti2

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]