[][src]Struct drone_stm32_map_periph_exti::Exti0

pub struct Exti0(_);

EXTI Line 0 peripheral variant.

Trait Implementations

impl SyscfgExticrExtiOpt for Exti0[src]

impl SyscfgExticrExtiExt for Exti0[src]

type USyscfgExticrExti = Exti0<Urt>

type SSyscfgExticrExti = Exti0<Srt>

type CSyscfgExticrExti = Exti0<Crt>

impl SyscfgExticrExti for Exti0[src]

impl SyscfgExticr for Exti0[src]

type SyscfgExticrVal = Val

type USyscfgExticr = Reg<Urt>

type SSyscfgExticr = Reg<Srt>

type CSyscfgExticr = Reg<Crt>

impl ExtiImrIm for Exti0[src]

type UExtiImrIm = Mr0<Urt>

type SExtiImrIm = Mr0<Srt>

type CExtiImrIm = Mr0<Crt>

impl ExtiImr for Exti0[src]

type ExtiImrVal = Val

type UExtiImr = Reg<Urt>

type SExtiImr = Reg<Srt>

type CExtiImr = Reg<Crt>

impl ExtiEmrEm for Exti0[src]

type UExtiEmrEm = Mr0<Urt>

type SExtiEmrEm = Mr0<Srt>

type CExtiEmrEm = Mr0<Crt>

impl ExtiEmr for Exti0[src]

type ExtiEmrVal = Val

type UExtiEmr = Reg<Urt>

type SExtiEmr = Reg<Srt>

type CExtiEmr = Reg<Crt>

impl ExtiRtsrRtOpt for Exti0[src]

type UExtiRtsrRtOpt = Tr0<Urt>

type SExtiRtsrRtOpt = Tr0<Srt>

type CExtiRtsrRtOpt = Tr0<Crt>

impl ExtiRtsrRtExt for Exti0[src]

type UExtiRtsrRt = Tr0<Urt>

type SExtiRtsrRt = Tr0<Srt>

type CExtiRtsrRt = Tr0<Crt>

impl ExtiRtsrRt for Exti0[src]

impl ExtiRtsr for Exti0[src]

type ExtiRtsrVal = Val

type UExtiRtsr = Reg<Urt>

type SExtiRtsr = Reg<Srt>

type CExtiRtsr = Reg<Crt>

impl ExtiFtsrFtOpt for Exti0[src]

type UExtiFtsrFtOpt = Tr0<Urt>

type SExtiFtsrFtOpt = Tr0<Srt>

type CExtiFtsrFtOpt = Tr0<Crt>

impl ExtiFtsrFtExt for Exti0[src]

type UExtiFtsrFt = Tr0<Urt>

type SExtiFtsrFt = Tr0<Srt>

type CExtiFtsrFt = Tr0<Crt>

impl ExtiFtsrFt for Exti0[src]

impl ExtiFtsr for Exti0[src]

type ExtiFtsrVal = Val

type UExtiFtsr = Reg<Urt>

type SExtiFtsr = Reg<Srt>

type CExtiFtsr = Reg<Crt>

impl ExtiSwierSwiOpt for Exti0[src]

type UExtiSwierSwiOpt = Swier0<Urt>

type SExtiSwierSwiOpt = Swier0<Srt>

type CExtiSwierSwiOpt = Swier0<Crt>

impl ExtiSwierSwiExt for Exti0[src]

type UExtiSwierSwi = Swier0<Urt>

type SExtiSwierSwi = Swier0<Srt>

type CExtiSwierSwi = Swier0<Crt>

impl ExtiSwierSwi for Exti0[src]

impl ExtiSwier for Exti0[src]

type ExtiSwierVal = Val

type UExtiSwier = Reg<Urt>

type SExtiSwier = Reg<Srt>

type CExtiSwier = Reg<Crt>

impl ExtiPrPifOpt for Exti0[src]

type UExtiPrPifOpt = Pr0<Urt>

type SExtiPrPifOpt = Pr0<Srt>

type CExtiPrPifOpt = Pr0<Crt>

impl ExtiPrPifExt for Exti0[src]

type UExtiPrPif = Pr0<Urt>

type SExtiPrPif = Pr0<Srt>

type CExtiPrPif = Pr0<Crt>

impl ExtiPrPif for Exti0[src]

impl ExtiPr for Exti0[src]

type ExtiPrVal = Val

type UExtiPr = Reg<Urt>

type SExtiPr = Reg<Srt>

type CExtiPr = Reg<Crt>

impl ExtiMap for Exti0[src]

Auto Trait Implementations

impl Unpin for Exti0

impl Send for Exti0

impl Sync for Exti0

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]