[][src]Struct drone_stm32_map_periph_gpio::pin::GpioI13

pub struct GpioI13(_);

GPIO port I pin 13 peripheral variant.

Trait Implementations

impl GpioAfrAfr for GpioI13[src]

type UGpioAfrAfr = Afrh13<Urt>

type SGpioAfrAfr = Afrh13<Srt>

type CGpioAfrAfr = Afrh13<Crt>

impl GpioAfr for GpioI13[src]

type GpioAfrVal = Val

type UGpioAfr = Reg<Urt>

type SGpioAfr = Reg<Srt>

type CGpioAfr = Reg<Crt>

impl GpioAscrAscOpt for GpioI13[src]

type UGpioAscrAscOpt = ()

type SGpioAscrAscOpt = ()

type CGpioAscrAscOpt = ()

impl GpioBrrBr for GpioI13[src]

type UGpioBrrBr = Br13<Urt>

type SGpioBrrBr = Br13<Srt>

type CGpioBrrBr = Br13<Crt>

impl GpioBrr for GpioI13[src]

type GpioBrrVal = Val

type UGpioBrr = Reg<Urt>

type SGpioBrr = Reg<Srt>

type CGpioBrr = Reg<Crt>

impl GpioBsrrBr for GpioI13[src]

type UGpioBsrrBr = Br13<Urt>

type SGpioBsrrBr = Br13<Srt>

type CGpioBsrrBr = Br13<Crt>

impl GpioBsrrBs for GpioI13[src]

type UGpioBsrrBs = Bs13<Urt>

type SGpioBsrrBs = Bs13<Srt>

type CGpioBsrrBs = Bs13<Crt>

impl GpioBsrr for GpioI13[src]

type GpioBsrrVal = Val

type UGpioBsrr = Reg<Urt>

type SGpioBsrr = Reg<Srt>

type CGpioBsrr = Reg<Crt>

impl GpioIdrIdr for GpioI13[src]

type UGpioIdrIdr = Idr13<Urt>

type SGpioIdrIdr = Idr13<Srt>

type CGpioIdrIdr = Idr13<Crt>

impl GpioIdr for GpioI13[src]

type GpioIdrVal = Val

type UGpioIdr = Reg<Urt>

type SGpioIdr = Reg<Srt>

type CGpioIdr = Reg<Crt>

impl GpioLckrLck for GpioI13[src]

type UGpioLckrLck = Lck13<Urt>

type SGpioLckrLck = Lck13<Srt>

type CGpioLckrLck = Lck13<Crt>

impl GpioLckr for GpioI13[src]

type GpioLckrVal = Val

type UGpioLckr = Reg<Urt>

type SGpioLckr = Reg<Srt>

type CGpioLckr = Reg<Crt>

impl GpioModerModer for GpioI13[src]

type UGpioModerModer = Moder13<Urt>

type SGpioModerModer = Moder13<Srt>

type CGpioModerModer = Moder13<Crt>

impl GpioModer for GpioI13[src]

type GpioModerVal = Val

type UGpioModer = Reg<Urt>

type SGpioModer = Reg<Srt>

type CGpioModer = Reg<Crt>

impl GpioOdrOdr for GpioI13[src]

type UGpioOdrOdr = Odr13<Urt>

type SGpioOdrOdr = Odr13<Srt>

type CGpioOdrOdr = Odr13<Crt>

impl GpioOdr for GpioI13[src]

type GpioOdrVal = Val

type UGpioOdr = Reg<Urt>

type SGpioOdr = Reg<Srt>

type CGpioOdr = Reg<Crt>

impl GpioOspeedrOspeedr for GpioI13[src]

type UGpioOspeedrOspeedr = Ospeedr13<Urt>

type SGpioOspeedrOspeedr = Ospeedr13<Srt>

type CGpioOspeedrOspeedr = Ospeedr13<Crt>

impl GpioOspeedr for GpioI13[src]

type GpioOspeedrVal = Val

type UGpioOspeedr = Reg<Urt>

type SGpioOspeedr = Reg<Srt>

type CGpioOspeedr = Reg<Crt>

impl GpioOtyperOt for GpioI13[src]

type UGpioOtyperOt = Ot13<Urt>

type SGpioOtyperOt = Ot13<Srt>

type CGpioOtyperOt = Ot13<Crt>

impl GpioOtyper for GpioI13[src]

type GpioOtyperVal = Val

type UGpioOtyper = Reg<Urt>

type SGpioOtyper = Reg<Srt>

type CGpioOtyper = Reg<Crt>

impl GpioPupdrPupdr for GpioI13[src]

type UGpioPupdrPupdr = Pupdr13<Urt>

type SGpioPupdrPupdr = Pupdr13<Srt>

type CGpioPupdrPupdr = Pupdr13<Crt>

impl GpioPupdr for GpioI13[src]

type GpioPupdrVal = Val

type UGpioPupdr = Reg<Urt>

type SGpioPupdr = Reg<Srt>

type CGpioPupdr = Reg<Crt>

impl GpioPinMap for GpioI13[src]

type GpioHeadMap = GpioIHead

GPIO port head peripheral variant.

Auto Trait Implementations

impl Unpin for GpioI13

impl Send for GpioI13

impl Sync for GpioI13

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]