[][src]Struct drone_stm32_map_periph_exti::Exti23

pub struct Exti23(_);

EXTI Line 23 peripheral variant.

Trait Implementations

impl SyscfgExticrExtiOpt for Exti23[src]

impl ExtiImrIm for Exti23[src]

type UExtiImrIm = Mr23<Urt>

type SExtiImrIm = Mr23<Srt>

type CExtiImrIm = Mr23<Crt>

impl ExtiImr for Exti23[src]

type ExtiImrVal = Val

type UExtiImr = Reg<Urt>

type SExtiImr = Reg<Srt>

type CExtiImr = Reg<Crt>

impl ExtiEmrEm for Exti23[src]

type UExtiEmrEm = Mr23<Urt>

type SExtiEmrEm = Mr23<Srt>

type CExtiEmrEm = Mr23<Crt>

impl ExtiEmr for Exti23[src]

type ExtiEmrVal = Val

type UExtiEmr = Reg<Urt>

type SExtiEmr = Reg<Srt>

type CExtiEmr = Reg<Crt>

impl ExtiRtsrRtOpt for Exti23[src]

type UExtiRtsrRtOpt = ()

type SExtiRtsrRtOpt = ()

type CExtiRtsrRtOpt = ()

impl ExtiFtsrFtOpt for Exti23[src]

type UExtiFtsrFtOpt = ()

type SExtiFtsrFtOpt = ()

type CExtiFtsrFtOpt = ()

impl ExtiSwierSwiOpt for Exti23[src]

impl ExtiPrPifOpt for Exti23[src]

type UExtiPrPifOpt = ()

type SExtiPrPifOpt = ()

type CExtiPrPifOpt = ()

impl ExtiMap for Exti23[src]

Auto Trait Implementations

impl Unpin for Exti23

impl Send for Exti23

impl Sync for Exti23

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]