[][src]Struct drone_stm32_map_periph_exti::Exti16

pub struct Exti16(_);

EXTI Line 16 peripheral variant.

Trait Implementations

impl SyscfgExticrExtiOpt for Exti16[src]

impl ExtiImrIm for Exti16[src]

type UExtiImrIm = Mr16<Urt>

type SExtiImrIm = Mr16<Srt>

type CExtiImrIm = Mr16<Crt>

impl ExtiImr for Exti16[src]

type ExtiImrVal = Val

type UExtiImr = Reg<Urt>

type SExtiImr = Reg<Srt>

type CExtiImr = Reg<Crt>

impl ExtiEmrEm for Exti16[src]

type UExtiEmrEm = Mr16<Urt>

type SExtiEmrEm = Mr16<Srt>

type CExtiEmrEm = Mr16<Crt>

impl ExtiEmr for Exti16[src]

type ExtiEmrVal = Val

type UExtiEmr = Reg<Urt>

type SExtiEmr = Reg<Srt>

type CExtiEmr = Reg<Crt>

impl ExtiRtsrRtOpt for Exti16[src]

type UExtiRtsrRtOpt = Tr16<Urt>

type SExtiRtsrRtOpt = Tr16<Srt>

type CExtiRtsrRtOpt = Tr16<Crt>

impl ExtiRtsrRtExt for Exti16[src]

type UExtiRtsrRt = Tr16<Urt>

type SExtiRtsrRt = Tr16<Srt>

type CExtiRtsrRt = Tr16<Crt>

impl ExtiRtsrRt for Exti16[src]

impl ExtiRtsr for Exti16[src]

type ExtiRtsrVal = Val

type UExtiRtsr = Reg<Urt>

type SExtiRtsr = Reg<Srt>

type CExtiRtsr = Reg<Crt>

impl ExtiFtsrFtOpt for Exti16[src]

type UExtiFtsrFtOpt = Tr16<Urt>

type SExtiFtsrFtOpt = Tr16<Srt>

type CExtiFtsrFtOpt = Tr16<Crt>

impl ExtiFtsrFtExt for Exti16[src]

type UExtiFtsrFt = Tr16<Urt>

type SExtiFtsrFt = Tr16<Srt>

type CExtiFtsrFt = Tr16<Crt>

impl ExtiFtsrFt for Exti16[src]

impl ExtiFtsr for Exti16[src]

type ExtiFtsrVal = Val

type UExtiFtsr = Reg<Urt>

type SExtiFtsr = Reg<Srt>

type CExtiFtsr = Reg<Crt>

impl ExtiSwierSwiOpt for Exti16[src]

type UExtiSwierSwiOpt = Swier16<Urt>

type SExtiSwierSwiOpt = Swier16<Srt>

type CExtiSwierSwiOpt = Swier16<Crt>

impl ExtiSwierSwiExt for Exti16[src]

type UExtiSwierSwi = Swier16<Urt>

type SExtiSwierSwi = Swier16<Srt>

type CExtiSwierSwi = Swier16<Crt>

impl ExtiSwierSwi for Exti16[src]

impl ExtiSwier for Exti16[src]

type ExtiSwierVal = Val

type UExtiSwier = Reg<Urt>

type SExtiSwier = Reg<Srt>

type CExtiSwier = Reg<Crt>

impl ExtiPrPifOpt for Exti16[src]

type UExtiPrPifOpt = Pr16<Urt>

type SExtiPrPifOpt = Pr16<Srt>

type CExtiPrPifOpt = Pr16<Crt>

impl ExtiPrPifExt for Exti16[src]

type UExtiPrPif = Pr16<Urt>

type SExtiPrPif = Pr16<Srt>

type CExtiPrPif = Pr16<Crt>

impl ExtiPrPif for Exti16[src]

impl ExtiPr for Exti16[src]

type ExtiPrVal = Val

type UExtiPr = Reg<Urt>

type SExtiPr = Reg<Srt>

type CExtiPr = Reg<Crt>

impl ExtiMap for Exti16[src]

Auto Trait Implementations

impl Unpin for Exti16

impl Send for Exti16

impl Sync for Exti16

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]