[][src]Struct drone_stm32_map_periph_exti::Exti3

pub struct Exti3(_);

EXTI Line 3 peripheral variant.

Trait Implementations

impl SyscfgExticrExtiOpt for Exti3[src]

impl SyscfgExticrExtiExt for Exti3[src]

type USyscfgExticrExti = Exti3<Urt>

type SSyscfgExticrExti = Exti3<Srt>

type CSyscfgExticrExti = Exti3<Crt>

impl SyscfgExticrExti for Exti3[src]

impl SyscfgExticr for Exti3[src]

type SyscfgExticrVal = Val

type USyscfgExticr = Reg<Urt>

type SSyscfgExticr = Reg<Srt>

type CSyscfgExticr = Reg<Crt>

impl ExtiImrIm for Exti3[src]

type UExtiImrIm = Mr3<Urt>

type SExtiImrIm = Mr3<Srt>

type CExtiImrIm = Mr3<Crt>

impl ExtiImr for Exti3[src]

type ExtiImrVal = Val

type UExtiImr = Reg<Urt>

type SExtiImr = Reg<Srt>

type CExtiImr = Reg<Crt>

impl ExtiEmrEm for Exti3[src]

type UExtiEmrEm = Mr3<Urt>

type SExtiEmrEm = Mr3<Srt>

type CExtiEmrEm = Mr3<Crt>

impl ExtiEmr for Exti3[src]

type ExtiEmrVal = Val

type UExtiEmr = Reg<Urt>

type SExtiEmr = Reg<Srt>

type CExtiEmr = Reg<Crt>

impl ExtiRtsrRtOpt for Exti3[src]

type UExtiRtsrRtOpt = Tr3<Urt>

type SExtiRtsrRtOpt = Tr3<Srt>

type CExtiRtsrRtOpt = Tr3<Crt>

impl ExtiRtsrRtExt for Exti3[src]

type UExtiRtsrRt = Tr3<Urt>

type SExtiRtsrRt = Tr3<Srt>

type CExtiRtsrRt = Tr3<Crt>

impl ExtiRtsrRt for Exti3[src]

impl ExtiRtsr for Exti3[src]

type ExtiRtsrVal = Val

type UExtiRtsr = Reg<Urt>

type SExtiRtsr = Reg<Srt>

type CExtiRtsr = Reg<Crt>

impl ExtiFtsrFtOpt for Exti3[src]

type UExtiFtsrFtOpt = Tr3<Urt>

type SExtiFtsrFtOpt = Tr3<Srt>

type CExtiFtsrFtOpt = Tr3<Crt>

impl ExtiFtsrFtExt for Exti3[src]

type UExtiFtsrFt = Tr3<Urt>

type SExtiFtsrFt = Tr3<Srt>

type CExtiFtsrFt = Tr3<Crt>

impl ExtiFtsrFt for Exti3[src]

impl ExtiFtsr for Exti3[src]

type ExtiFtsrVal = Val

type UExtiFtsr = Reg<Urt>

type SExtiFtsr = Reg<Srt>

type CExtiFtsr = Reg<Crt>

impl ExtiSwierSwiOpt for Exti3[src]

type UExtiSwierSwiOpt = Swier3<Urt>

type SExtiSwierSwiOpt = Swier3<Srt>

type CExtiSwierSwiOpt = Swier3<Crt>

impl ExtiSwierSwiExt for Exti3[src]

type UExtiSwierSwi = Swier3<Urt>

type SExtiSwierSwi = Swier3<Srt>

type CExtiSwierSwi = Swier3<Crt>

impl ExtiSwierSwi for Exti3[src]

impl ExtiSwier for Exti3[src]

type ExtiSwierVal = Val

type UExtiSwier = Reg<Urt>

type SExtiSwier = Reg<Srt>

type CExtiSwier = Reg<Crt>

impl ExtiPrPifOpt for Exti3[src]

type UExtiPrPifOpt = Pr3<Urt>

type SExtiPrPifOpt = Pr3<Srt>

type CExtiPrPifOpt = Pr3<Crt>

impl ExtiPrPifExt for Exti3[src]

type UExtiPrPif = Pr3<Urt>

type SExtiPrPif = Pr3<Srt>

type CExtiPrPif = Pr3<Crt>

impl ExtiPrPif for Exti3[src]

impl ExtiPr for Exti3[src]

type ExtiPrVal = Val

type UExtiPr = Reg<Urt>

type SExtiPr = Reg<Srt>

type CExtiPr = Reg<Crt>

impl ExtiMap for Exti3[src]

Auto Trait Implementations

impl Unpin for Exti3

impl Send for Exti3

impl Sync for Exti3

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]