[][src]Struct drone_stm32_map_periph_exti::Exti19

pub struct Exti19(_);

EXTI Line 19 peripheral variant.

Trait Implementations

impl SyscfgExticrExtiOpt for Exti19[src]

impl ExtiImrIm for Exti19[src]

type UExtiImrIm = Mr19<Urt>

type SExtiImrIm = Mr19<Srt>

type CExtiImrIm = Mr19<Crt>

impl ExtiImr for Exti19[src]

type ExtiImrVal = Val

type UExtiImr = Reg<Urt>

type SExtiImr = Reg<Srt>

type CExtiImr = Reg<Crt>

impl ExtiEmrEm for Exti19[src]

type UExtiEmrEm = Mr19<Urt>

type SExtiEmrEm = Mr19<Srt>

type CExtiEmrEm = Mr19<Crt>

impl ExtiEmr for Exti19[src]

type ExtiEmrVal = Val

type UExtiEmr = Reg<Urt>

type SExtiEmr = Reg<Srt>

type CExtiEmr = Reg<Crt>

impl ExtiRtsrRtOpt for Exti19[src]

type UExtiRtsrRtOpt = Tr19<Urt>

type SExtiRtsrRtOpt = Tr19<Srt>

type CExtiRtsrRtOpt = Tr19<Crt>

impl ExtiRtsrRtExt for Exti19[src]

type UExtiRtsrRt = Tr19<Urt>

type SExtiRtsrRt = Tr19<Srt>

type CExtiRtsrRt = Tr19<Crt>

impl ExtiRtsrRt for Exti19[src]

impl ExtiRtsr for Exti19[src]

type ExtiRtsrVal = Val

type UExtiRtsr = Reg<Urt>

type SExtiRtsr = Reg<Srt>

type CExtiRtsr = Reg<Crt>

impl ExtiFtsrFtOpt for Exti19[src]

type UExtiFtsrFtOpt = Tr19<Urt>

type SExtiFtsrFtOpt = Tr19<Srt>

type CExtiFtsrFtOpt = Tr19<Crt>

impl ExtiFtsrFtExt for Exti19[src]

type UExtiFtsrFt = Tr19<Urt>

type SExtiFtsrFt = Tr19<Srt>

type CExtiFtsrFt = Tr19<Crt>

impl ExtiFtsrFt for Exti19[src]

impl ExtiFtsr for Exti19[src]

type ExtiFtsrVal = Val

type UExtiFtsr = Reg<Urt>

type SExtiFtsr = Reg<Srt>

type CExtiFtsr = Reg<Crt>

impl ExtiSwierSwiOpt for Exti19[src]

type UExtiSwierSwiOpt = Swier19<Urt>

type SExtiSwierSwiOpt = Swier19<Srt>

type CExtiSwierSwiOpt = Swier19<Crt>

impl ExtiSwierSwiExt for Exti19[src]

type UExtiSwierSwi = Swier19<Urt>

type SExtiSwierSwi = Swier19<Srt>

type CExtiSwierSwi = Swier19<Crt>

impl ExtiSwierSwi for Exti19[src]

impl ExtiSwier for Exti19[src]

type ExtiSwierVal = Val

type UExtiSwier = Reg<Urt>

type SExtiSwier = Reg<Srt>

type CExtiSwier = Reg<Crt>

impl ExtiPrPifOpt for Exti19[src]

type UExtiPrPifOpt = Pr19<Urt>

type SExtiPrPifOpt = Pr19<Srt>

type CExtiPrPifOpt = Pr19<Crt>

impl ExtiPrPifExt for Exti19[src]

type UExtiPrPif = Pr19<Urt>

type SExtiPrPif = Pr19<Srt>

type CExtiPrPif = Pr19<Crt>

impl ExtiPrPif for Exti19[src]

impl ExtiPr for Exti19[src]

type ExtiPrVal = Val

type UExtiPr = Reg<Urt>

type SExtiPr = Reg<Srt>

type CExtiPr = Reg<Crt>

impl ExtiMap for Exti19[src]

Auto Trait Implementations

impl Unpin for Exti19

impl Send for Exti19

impl Sync for Exti19

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]