[][src]Struct drone_stm32_map_periph_exti::Exti22

pub struct Exti22(_);

EXTI Line 22 peripheral variant.

Trait Implementations

impl SyscfgExticrExtiOpt for Exti22[src]

impl ExtiImrIm for Exti22[src]

type UExtiImrIm = Mr22<Urt>

type SExtiImrIm = Mr22<Srt>

type CExtiImrIm = Mr22<Crt>

impl ExtiImr for Exti22[src]

type ExtiImrVal = Val

type UExtiImr = Reg<Urt>

type SExtiImr = Reg<Srt>

type CExtiImr = Reg<Crt>

impl ExtiEmrEm for Exti22[src]

type UExtiEmrEm = Mr22<Urt>

type SExtiEmrEm = Mr22<Srt>

type CExtiEmrEm = Mr22<Crt>

impl ExtiEmr for Exti22[src]

type ExtiEmrVal = Val

type UExtiEmr = Reg<Urt>

type SExtiEmr = Reg<Srt>

type CExtiEmr = Reg<Crt>

impl ExtiRtsrRtOpt for Exti22[src]

type UExtiRtsrRtOpt = Tr22<Urt>

type SExtiRtsrRtOpt = Tr22<Srt>

type CExtiRtsrRtOpt = Tr22<Crt>

impl ExtiRtsrRtExt for Exti22[src]

type UExtiRtsrRt = Tr22<Urt>

type SExtiRtsrRt = Tr22<Srt>

type CExtiRtsrRt = Tr22<Crt>

impl ExtiRtsrRt for Exti22[src]

impl ExtiRtsr for Exti22[src]

type ExtiRtsrVal = Val

type UExtiRtsr = Reg<Urt>

type SExtiRtsr = Reg<Srt>

type CExtiRtsr = Reg<Crt>

impl ExtiFtsrFtOpt for Exti22[src]

type UExtiFtsrFtOpt = Tr22<Urt>

type SExtiFtsrFtOpt = Tr22<Srt>

type CExtiFtsrFtOpt = Tr22<Crt>

impl ExtiFtsrFtExt for Exti22[src]

type UExtiFtsrFt = Tr22<Urt>

type SExtiFtsrFt = Tr22<Srt>

type CExtiFtsrFt = Tr22<Crt>

impl ExtiFtsrFt for Exti22[src]

impl ExtiFtsr for Exti22[src]

type ExtiFtsrVal = Val

type UExtiFtsr = Reg<Urt>

type SExtiFtsr = Reg<Srt>

type CExtiFtsr = Reg<Crt>

impl ExtiSwierSwiOpt for Exti22[src]

type UExtiSwierSwiOpt = Swier22<Urt>

type SExtiSwierSwiOpt = Swier22<Srt>

type CExtiSwierSwiOpt = Swier22<Crt>

impl ExtiSwierSwiExt for Exti22[src]

type UExtiSwierSwi = Swier22<Urt>

type SExtiSwierSwi = Swier22<Srt>

type CExtiSwierSwi = Swier22<Crt>

impl ExtiSwierSwi for Exti22[src]

impl ExtiSwier for Exti22[src]

type ExtiSwierVal = Val

type UExtiSwier = Reg<Urt>

type SExtiSwier = Reg<Srt>

type CExtiSwier = Reg<Crt>

impl ExtiPrPifOpt for Exti22[src]

type UExtiPrPifOpt = Pr22<Urt>

type SExtiPrPifOpt = Pr22<Srt>

type CExtiPrPifOpt = Pr22<Crt>

impl ExtiPrPifExt for Exti22[src]

type UExtiPrPif = Pr22<Urt>

type SExtiPrPif = Pr22<Srt>

type CExtiPrPif = Pr22<Crt>

impl ExtiPrPif for Exti22[src]

impl ExtiPr for Exti22[src]

type ExtiPrVal = Val

type UExtiPr = Reg<Urt>

type SExtiPr = Reg<Srt>

type CExtiPr = Reg<Crt>

impl ExtiMap for Exti22[src]

Auto Trait Implementations

impl Unpin for Exti22

impl Send for Exti22

impl Sync for Exti22

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]