[][src]Struct drone_stm32_map_periph_exti::Exti4

pub struct Exti4(_);

EXTI Line 4 peripheral variant.

Trait Implementations

impl SyscfgExticrExtiOpt for Exti4[src]

impl SyscfgExticrExtiExt for Exti4[src]

type USyscfgExticrExti = Exti4<Urt>

type SSyscfgExticrExti = Exti4<Srt>

type CSyscfgExticrExti = Exti4<Crt>

impl SyscfgExticrExti for Exti4[src]

impl SyscfgExticr for Exti4[src]

type SyscfgExticrVal = Val

type USyscfgExticr = Reg<Urt>

type SSyscfgExticr = Reg<Srt>

type CSyscfgExticr = Reg<Crt>

impl ExtiImrIm for Exti4[src]

type UExtiImrIm = Mr4<Urt>

type SExtiImrIm = Mr4<Srt>

type CExtiImrIm = Mr4<Crt>

impl ExtiImr for Exti4[src]

type ExtiImrVal = Val

type UExtiImr = Reg<Urt>

type SExtiImr = Reg<Srt>

type CExtiImr = Reg<Crt>

impl ExtiEmrEm for Exti4[src]

type UExtiEmrEm = Mr4<Urt>

type SExtiEmrEm = Mr4<Srt>

type CExtiEmrEm = Mr4<Crt>

impl ExtiEmr for Exti4[src]

type ExtiEmrVal = Val

type UExtiEmr = Reg<Urt>

type SExtiEmr = Reg<Srt>

type CExtiEmr = Reg<Crt>

impl ExtiRtsrRtOpt for Exti4[src]

type UExtiRtsrRtOpt = Tr4<Urt>

type SExtiRtsrRtOpt = Tr4<Srt>

type CExtiRtsrRtOpt = Tr4<Crt>

impl ExtiRtsrRtExt for Exti4[src]

type UExtiRtsrRt = Tr4<Urt>

type SExtiRtsrRt = Tr4<Srt>

type CExtiRtsrRt = Tr4<Crt>

impl ExtiRtsrRt for Exti4[src]

impl ExtiRtsr for Exti4[src]

type ExtiRtsrVal = Val

type UExtiRtsr = Reg<Urt>

type SExtiRtsr = Reg<Srt>

type CExtiRtsr = Reg<Crt>

impl ExtiFtsrFtOpt for Exti4[src]

type UExtiFtsrFtOpt = Tr4<Urt>

type SExtiFtsrFtOpt = Tr4<Srt>

type CExtiFtsrFtOpt = Tr4<Crt>

impl ExtiFtsrFtExt for Exti4[src]

type UExtiFtsrFt = Tr4<Urt>

type SExtiFtsrFt = Tr4<Srt>

type CExtiFtsrFt = Tr4<Crt>

impl ExtiFtsrFt for Exti4[src]

impl ExtiFtsr for Exti4[src]

type ExtiFtsrVal = Val

type UExtiFtsr = Reg<Urt>

type SExtiFtsr = Reg<Srt>

type CExtiFtsr = Reg<Crt>

impl ExtiSwierSwiOpt for Exti4[src]

type UExtiSwierSwiOpt = Swier4<Urt>

type SExtiSwierSwiOpt = Swier4<Srt>

type CExtiSwierSwiOpt = Swier4<Crt>

impl ExtiSwierSwiExt for Exti4[src]

type UExtiSwierSwi = Swier4<Urt>

type SExtiSwierSwi = Swier4<Srt>

type CExtiSwierSwi = Swier4<Crt>

impl ExtiSwierSwi for Exti4[src]

impl ExtiSwier for Exti4[src]

type ExtiSwierVal = Val

type UExtiSwier = Reg<Urt>

type SExtiSwier = Reg<Srt>

type CExtiSwier = Reg<Crt>

impl ExtiPrPifOpt for Exti4[src]

type UExtiPrPifOpt = Pr4<Urt>

type SExtiPrPifOpt = Pr4<Srt>

type CExtiPrPifOpt = Pr4<Crt>

impl ExtiPrPifExt for Exti4[src]

type UExtiPrPif = Pr4<Urt>

type SExtiPrPif = Pr4<Srt>

type CExtiPrPif = Pr4<Crt>

impl ExtiPrPif for Exti4[src]

impl ExtiPr for Exti4[src]

type ExtiPrVal = Val

type UExtiPr = Reg<Urt>

type SExtiPr = Reg<Srt>

type CExtiPr = Reg<Crt>

impl ExtiMap for Exti4[src]

Auto Trait Implementations

impl Unpin for Exti4

impl Send for Exti4

impl Sync for Exti4

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]