[][src]Struct drone_stm32_map_periph_exti::Exti20

pub struct Exti20(_);

EXTI Line 20 peripheral variant.

Trait Implementations

impl SyscfgExticrExtiOpt for Exti20[src]

impl ExtiImrIm for Exti20[src]

type UExtiImrIm = Mr20<Urt>

type SExtiImrIm = Mr20<Srt>

type CExtiImrIm = Mr20<Crt>

impl ExtiImr for Exti20[src]

type ExtiImrVal = Val

type UExtiImr = Reg<Urt>

type SExtiImr = Reg<Srt>

type CExtiImr = Reg<Crt>

impl ExtiEmrEm for Exti20[src]

type UExtiEmrEm = Mr20<Urt>

type SExtiEmrEm = Mr20<Srt>

type CExtiEmrEm = Mr20<Crt>

impl ExtiEmr for Exti20[src]

type ExtiEmrVal = Val

type UExtiEmr = Reg<Urt>

type SExtiEmr = Reg<Srt>

type CExtiEmr = Reg<Crt>

impl ExtiRtsrRtOpt for Exti20[src]

type UExtiRtsrRtOpt = Tr20<Urt>

type SExtiRtsrRtOpt = Tr20<Srt>

type CExtiRtsrRtOpt = Tr20<Crt>

impl ExtiRtsrRtExt for Exti20[src]

type UExtiRtsrRt = Tr20<Urt>

type SExtiRtsrRt = Tr20<Srt>

type CExtiRtsrRt = Tr20<Crt>

impl ExtiRtsrRt for Exti20[src]

impl ExtiRtsr for Exti20[src]

type ExtiRtsrVal = Val

type UExtiRtsr = Reg<Urt>

type SExtiRtsr = Reg<Srt>

type CExtiRtsr = Reg<Crt>

impl ExtiFtsrFtOpt for Exti20[src]

type UExtiFtsrFtOpt = Tr20<Urt>

type SExtiFtsrFtOpt = Tr20<Srt>

type CExtiFtsrFtOpt = Tr20<Crt>

impl ExtiFtsrFtExt for Exti20[src]

type UExtiFtsrFt = Tr20<Urt>

type SExtiFtsrFt = Tr20<Srt>

type CExtiFtsrFt = Tr20<Crt>

impl ExtiFtsrFt for Exti20[src]

impl ExtiFtsr for Exti20[src]

type ExtiFtsrVal = Val

type UExtiFtsr = Reg<Urt>

type SExtiFtsr = Reg<Srt>

type CExtiFtsr = Reg<Crt>

impl ExtiSwierSwiOpt for Exti20[src]

type UExtiSwierSwiOpt = Swier20<Urt>

type SExtiSwierSwiOpt = Swier20<Srt>

type CExtiSwierSwiOpt = Swier20<Crt>

impl ExtiSwierSwiExt for Exti20[src]

type UExtiSwierSwi = Swier20<Urt>

type SExtiSwierSwi = Swier20<Srt>

type CExtiSwierSwi = Swier20<Crt>

impl ExtiSwierSwi for Exti20[src]

impl ExtiSwier for Exti20[src]

type ExtiSwierVal = Val

type UExtiSwier = Reg<Urt>

type SExtiSwier = Reg<Srt>

type CExtiSwier = Reg<Crt>

impl ExtiPrPifOpt for Exti20[src]

type UExtiPrPifOpt = Pr20<Urt>

type SExtiPrPifOpt = Pr20<Srt>

type CExtiPrPifOpt = Pr20<Crt>

impl ExtiPrPifExt for Exti20[src]

type UExtiPrPif = Pr20<Urt>

type SExtiPrPif = Pr20<Srt>

type CExtiPrPif = Pr20<Crt>

impl ExtiPrPif for Exti20[src]

impl ExtiPr for Exti20[src]

type ExtiPrVal = Val

type UExtiPr = Reg<Urt>

type SExtiPr = Reg<Srt>

type CExtiPr = Reg<Crt>

impl ExtiMap for Exti20[src]

Auto Trait Implementations

impl Unpin for Exti20

impl Send for Exti20

impl Sync for Exti20

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]