[][src]Struct drone_stm32_map_periph_exti::Exti9

pub struct Exti9(_);

EXTI Line 9 peripheral variant.

Trait Implementations

impl SyscfgExticrExtiOpt for Exti9[src]

impl SyscfgExticrExtiExt for Exti9[src]

type USyscfgExticrExti = Exti9<Urt>

type SSyscfgExticrExti = Exti9<Srt>

type CSyscfgExticrExti = Exti9<Crt>

impl SyscfgExticrExti for Exti9[src]

impl SyscfgExticr for Exti9[src]

type SyscfgExticrVal = Val

type USyscfgExticr = Reg<Urt>

type SSyscfgExticr = Reg<Srt>

type CSyscfgExticr = Reg<Crt>

impl ExtiImrIm for Exti9[src]

type UExtiImrIm = Mr9<Urt>

type SExtiImrIm = Mr9<Srt>

type CExtiImrIm = Mr9<Crt>

impl ExtiImr for Exti9[src]

type ExtiImrVal = Val

type UExtiImr = Reg<Urt>

type SExtiImr = Reg<Srt>

type CExtiImr = Reg<Crt>

impl ExtiEmrEm for Exti9[src]

type UExtiEmrEm = Mr9<Urt>

type SExtiEmrEm = Mr9<Srt>

type CExtiEmrEm = Mr9<Crt>

impl ExtiEmr for Exti9[src]

type ExtiEmrVal = Val

type UExtiEmr = Reg<Urt>

type SExtiEmr = Reg<Srt>

type CExtiEmr = Reg<Crt>

impl ExtiRtsrRtOpt for Exti9[src]

type UExtiRtsrRtOpt = Tr9<Urt>

type SExtiRtsrRtOpt = Tr9<Srt>

type CExtiRtsrRtOpt = Tr9<Crt>

impl ExtiRtsrRtExt for Exti9[src]

type UExtiRtsrRt = Tr9<Urt>

type SExtiRtsrRt = Tr9<Srt>

type CExtiRtsrRt = Tr9<Crt>

impl ExtiRtsrRt for Exti9[src]

impl ExtiRtsr for Exti9[src]

type ExtiRtsrVal = Val

type UExtiRtsr = Reg<Urt>

type SExtiRtsr = Reg<Srt>

type CExtiRtsr = Reg<Crt>

impl ExtiFtsrFtOpt for Exti9[src]

type UExtiFtsrFtOpt = Tr9<Urt>

type SExtiFtsrFtOpt = Tr9<Srt>

type CExtiFtsrFtOpt = Tr9<Crt>

impl ExtiFtsrFtExt for Exti9[src]

type UExtiFtsrFt = Tr9<Urt>

type SExtiFtsrFt = Tr9<Srt>

type CExtiFtsrFt = Tr9<Crt>

impl ExtiFtsrFt for Exti9[src]

impl ExtiFtsr for Exti9[src]

type ExtiFtsrVal = Val

type UExtiFtsr = Reg<Urt>

type SExtiFtsr = Reg<Srt>

type CExtiFtsr = Reg<Crt>

impl ExtiSwierSwiOpt for Exti9[src]

type UExtiSwierSwiOpt = Swier9<Urt>

type SExtiSwierSwiOpt = Swier9<Srt>

type CExtiSwierSwiOpt = Swier9<Crt>

impl ExtiSwierSwiExt for Exti9[src]

type UExtiSwierSwi = Swier9<Urt>

type SExtiSwierSwi = Swier9<Srt>

type CExtiSwierSwi = Swier9<Crt>

impl ExtiSwierSwi for Exti9[src]

impl ExtiSwier for Exti9[src]

type ExtiSwierVal = Val

type UExtiSwier = Reg<Urt>

type SExtiSwier = Reg<Srt>

type CExtiSwier = Reg<Crt>

impl ExtiPrPifOpt for Exti9[src]

type UExtiPrPifOpt = Pr9<Urt>

type SExtiPrPifOpt = Pr9<Srt>

type CExtiPrPifOpt = Pr9<Crt>

impl ExtiPrPifExt for Exti9[src]

type UExtiPrPif = Pr9<Urt>

type SExtiPrPif = Pr9<Srt>

type CExtiPrPif = Pr9<Crt>

impl ExtiPrPif for Exti9[src]

impl ExtiPr for Exti9[src]

type ExtiPrVal = Val

type UExtiPr = Reg<Urt>

type SExtiPr = Reg<Srt>

type CExtiPr = Reg<Crt>

impl ExtiMap for Exti9[src]

Auto Trait Implementations

impl Unpin for Exti9

impl Send for Exti9

impl Sync for Exti9

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]