[][src]Struct drone_stm32_map_periph_exti::Exti8

pub struct Exti8(_);

EXTI Line 8 peripheral variant.

Trait Implementations

impl SyscfgExticrExtiOpt for Exti8[src]

impl SyscfgExticrExtiExt for Exti8[src]

type USyscfgExticrExti = Exti8<Urt>

type SSyscfgExticrExti = Exti8<Srt>

type CSyscfgExticrExti = Exti8<Crt>

impl SyscfgExticrExti for Exti8[src]

impl SyscfgExticr for Exti8[src]

type SyscfgExticrVal = Val

type USyscfgExticr = Reg<Urt>

type SSyscfgExticr = Reg<Srt>

type CSyscfgExticr = Reg<Crt>

impl ExtiImrIm for Exti8[src]

type UExtiImrIm = Mr8<Urt>

type SExtiImrIm = Mr8<Srt>

type CExtiImrIm = Mr8<Crt>

impl ExtiImr for Exti8[src]

type ExtiImrVal = Val

type UExtiImr = Reg<Urt>

type SExtiImr = Reg<Srt>

type CExtiImr = Reg<Crt>

impl ExtiEmrEm for Exti8[src]

type UExtiEmrEm = Mr8<Urt>

type SExtiEmrEm = Mr8<Srt>

type CExtiEmrEm = Mr8<Crt>

impl ExtiEmr for Exti8[src]

type ExtiEmrVal = Val

type UExtiEmr = Reg<Urt>

type SExtiEmr = Reg<Srt>

type CExtiEmr = Reg<Crt>

impl ExtiRtsrRtOpt for Exti8[src]

type UExtiRtsrRtOpt = Tr8<Urt>

type SExtiRtsrRtOpt = Tr8<Srt>

type CExtiRtsrRtOpt = Tr8<Crt>

impl ExtiRtsrRtExt for Exti8[src]

type UExtiRtsrRt = Tr8<Urt>

type SExtiRtsrRt = Tr8<Srt>

type CExtiRtsrRt = Tr8<Crt>

impl ExtiRtsrRt for Exti8[src]

impl ExtiRtsr for Exti8[src]

type ExtiRtsrVal = Val

type UExtiRtsr = Reg<Urt>

type SExtiRtsr = Reg<Srt>

type CExtiRtsr = Reg<Crt>

impl ExtiFtsrFtOpt for Exti8[src]

type UExtiFtsrFtOpt = Tr8<Urt>

type SExtiFtsrFtOpt = Tr8<Srt>

type CExtiFtsrFtOpt = Tr8<Crt>

impl ExtiFtsrFtExt for Exti8[src]

type UExtiFtsrFt = Tr8<Urt>

type SExtiFtsrFt = Tr8<Srt>

type CExtiFtsrFt = Tr8<Crt>

impl ExtiFtsrFt for Exti8[src]

impl ExtiFtsr for Exti8[src]

type ExtiFtsrVal = Val

type UExtiFtsr = Reg<Urt>

type SExtiFtsr = Reg<Srt>

type CExtiFtsr = Reg<Crt>

impl ExtiSwierSwiOpt for Exti8[src]

type UExtiSwierSwiOpt = Swier8<Urt>

type SExtiSwierSwiOpt = Swier8<Srt>

type CExtiSwierSwiOpt = Swier8<Crt>

impl ExtiSwierSwiExt for Exti8[src]

type UExtiSwierSwi = Swier8<Urt>

type SExtiSwierSwi = Swier8<Srt>

type CExtiSwierSwi = Swier8<Crt>

impl ExtiSwierSwi for Exti8[src]

impl ExtiSwier for Exti8[src]

type ExtiSwierVal = Val

type UExtiSwier = Reg<Urt>

type SExtiSwier = Reg<Srt>

type CExtiSwier = Reg<Crt>

impl ExtiPrPifOpt for Exti8[src]

type UExtiPrPifOpt = Pr8<Urt>

type SExtiPrPifOpt = Pr8<Srt>

type CExtiPrPifOpt = Pr8<Crt>

impl ExtiPrPifExt for Exti8[src]

type UExtiPrPif = Pr8<Urt>

type SExtiPrPif = Pr8<Srt>

type CExtiPrPif = Pr8<Crt>

impl ExtiPrPif for Exti8[src]

impl ExtiPr for Exti8[src]

type ExtiPrVal = Val

type UExtiPr = Reg<Urt>

type SExtiPr = Reg<Srt>

type CExtiPr = Reg<Crt>

impl ExtiMap for Exti8[src]

Auto Trait Implementations

impl Unpin for Exti8

impl Send for Exti8

impl Sync for Exti8

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]