[][src]Struct drone_stm32_map_periph_gpio::pin::GpioI5

pub struct GpioI5(_);

GPIO port I pin 5 peripheral variant.

Trait Implementations

impl GpioAfrAfr for GpioI5[src]

type UGpioAfrAfr = Afrl5<Urt>

type SGpioAfrAfr = Afrl5<Srt>

type CGpioAfrAfr = Afrl5<Crt>

impl GpioAfr for GpioI5[src]

type GpioAfrVal = Val

type UGpioAfr = Reg<Urt>

type SGpioAfr = Reg<Srt>

type CGpioAfr = Reg<Crt>

impl GpioAscrAscOpt for GpioI5[src]

type UGpioAscrAscOpt = ()

type SGpioAscrAscOpt = ()

type CGpioAscrAscOpt = ()

impl GpioBrrBr for GpioI5[src]

type UGpioBrrBr = Br5<Urt>

type SGpioBrrBr = Br5<Srt>

type CGpioBrrBr = Br5<Crt>

impl GpioBrr for GpioI5[src]

type GpioBrrVal = Val

type UGpioBrr = Reg<Urt>

type SGpioBrr = Reg<Srt>

type CGpioBrr = Reg<Crt>

impl GpioBsrrBr for GpioI5[src]

type UGpioBsrrBr = Br5<Urt>

type SGpioBsrrBr = Br5<Srt>

type CGpioBsrrBr = Br5<Crt>

impl GpioBsrrBs for GpioI5[src]

type UGpioBsrrBs = Bs5<Urt>

type SGpioBsrrBs = Bs5<Srt>

type CGpioBsrrBs = Bs5<Crt>

impl GpioBsrr for GpioI5[src]

type GpioBsrrVal = Val

type UGpioBsrr = Reg<Urt>

type SGpioBsrr = Reg<Srt>

type CGpioBsrr = Reg<Crt>

impl GpioIdrIdr for GpioI5[src]

type UGpioIdrIdr = Idr5<Urt>

type SGpioIdrIdr = Idr5<Srt>

type CGpioIdrIdr = Idr5<Crt>

impl GpioIdr for GpioI5[src]

type GpioIdrVal = Val

type UGpioIdr = Reg<Urt>

type SGpioIdr = Reg<Srt>

type CGpioIdr = Reg<Crt>

impl GpioLckrLck for GpioI5[src]

type UGpioLckrLck = Lck5<Urt>

type SGpioLckrLck = Lck5<Srt>

type CGpioLckrLck = Lck5<Crt>

impl GpioLckr for GpioI5[src]

type GpioLckrVal = Val

type UGpioLckr = Reg<Urt>

type SGpioLckr = Reg<Srt>

type CGpioLckr = Reg<Crt>

impl GpioModerModer for GpioI5[src]

type UGpioModerModer = Moder5<Urt>

type SGpioModerModer = Moder5<Srt>

type CGpioModerModer = Moder5<Crt>

impl GpioModer for GpioI5[src]

type GpioModerVal = Val

type UGpioModer = Reg<Urt>

type SGpioModer = Reg<Srt>

type CGpioModer = Reg<Crt>

impl GpioOdrOdr for GpioI5[src]

type UGpioOdrOdr = Odr5<Urt>

type SGpioOdrOdr = Odr5<Srt>

type CGpioOdrOdr = Odr5<Crt>

impl GpioOdr for GpioI5[src]

type GpioOdrVal = Val

type UGpioOdr = Reg<Urt>

type SGpioOdr = Reg<Srt>

type CGpioOdr = Reg<Crt>

impl GpioOspeedrOspeedr for GpioI5[src]

type UGpioOspeedrOspeedr = Ospeedr5<Urt>

type SGpioOspeedrOspeedr = Ospeedr5<Srt>

type CGpioOspeedrOspeedr = Ospeedr5<Crt>

impl GpioOspeedr for GpioI5[src]

type GpioOspeedrVal = Val

type UGpioOspeedr = Reg<Urt>

type SGpioOspeedr = Reg<Srt>

type CGpioOspeedr = Reg<Crt>

impl GpioOtyperOt for GpioI5[src]

type UGpioOtyperOt = Ot5<Urt>

type SGpioOtyperOt = Ot5<Srt>

type CGpioOtyperOt = Ot5<Crt>

impl GpioOtyper for GpioI5[src]

type GpioOtyperVal = Val

type UGpioOtyper = Reg<Urt>

type SGpioOtyper = Reg<Srt>

type CGpioOtyper = Reg<Crt>

impl GpioPupdrPupdr for GpioI5[src]

type UGpioPupdrPupdr = Pupdr5<Urt>

type SGpioPupdrPupdr = Pupdr5<Srt>

type CGpioPupdrPupdr = Pupdr5<Crt>

impl GpioPupdr for GpioI5[src]

type GpioPupdrVal = Val

type UGpioPupdr = Reg<Urt>

type SGpioPupdr = Reg<Srt>

type CGpioPupdr = Reg<Crt>

impl GpioPinMap for GpioI5[src]

type GpioHeadMap = GpioIHead

GPIO port head peripheral variant.

Auto Trait Implementations

impl Unpin for GpioI5

impl Send for GpioI5

impl Sync for GpioI5

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]