[][src]Struct drone_stm32_map_periph_gpio::pin::GpioI1

pub struct GpioI1(_);

GPIO port I pin 1 peripheral variant.

Trait Implementations

impl GpioAfrAfr for GpioI1[src]

type UGpioAfrAfr = Afrl1<Urt>

type SGpioAfrAfr = Afrl1<Srt>

type CGpioAfrAfr = Afrl1<Crt>

impl GpioAfr for GpioI1[src]

type GpioAfrVal = Val

type UGpioAfr = Reg<Urt>

type SGpioAfr = Reg<Srt>

type CGpioAfr = Reg<Crt>

impl GpioAscrAscOpt for GpioI1[src]

type UGpioAscrAscOpt = ()

type SGpioAscrAscOpt = ()

type CGpioAscrAscOpt = ()

impl GpioBrrBr for GpioI1[src]

type UGpioBrrBr = Br1<Urt>

type SGpioBrrBr = Br1<Srt>

type CGpioBrrBr = Br1<Crt>

impl GpioBrr for GpioI1[src]

type GpioBrrVal = Val

type UGpioBrr = Reg<Urt>

type SGpioBrr = Reg<Srt>

type CGpioBrr = Reg<Crt>

impl GpioBsrrBr for GpioI1[src]

type UGpioBsrrBr = Br1<Urt>

type SGpioBsrrBr = Br1<Srt>

type CGpioBsrrBr = Br1<Crt>

impl GpioBsrrBs for GpioI1[src]

type UGpioBsrrBs = Bs1<Urt>

type SGpioBsrrBs = Bs1<Srt>

type CGpioBsrrBs = Bs1<Crt>

impl GpioBsrr for GpioI1[src]

type GpioBsrrVal = Val

type UGpioBsrr = Reg<Urt>

type SGpioBsrr = Reg<Srt>

type CGpioBsrr = Reg<Crt>

impl GpioIdrIdr for GpioI1[src]

type UGpioIdrIdr = Idr1<Urt>

type SGpioIdrIdr = Idr1<Srt>

type CGpioIdrIdr = Idr1<Crt>

impl GpioIdr for GpioI1[src]

type GpioIdrVal = Val

type UGpioIdr = Reg<Urt>

type SGpioIdr = Reg<Srt>

type CGpioIdr = Reg<Crt>

impl GpioLckrLck for GpioI1[src]

type UGpioLckrLck = Lck1<Urt>

type SGpioLckrLck = Lck1<Srt>

type CGpioLckrLck = Lck1<Crt>

impl GpioLckr for GpioI1[src]

type GpioLckrVal = Val

type UGpioLckr = Reg<Urt>

type SGpioLckr = Reg<Srt>

type CGpioLckr = Reg<Crt>

impl GpioModerModer for GpioI1[src]

type UGpioModerModer = Moder1<Urt>

type SGpioModerModer = Moder1<Srt>

type CGpioModerModer = Moder1<Crt>

impl GpioModer for GpioI1[src]

type GpioModerVal = Val

type UGpioModer = Reg<Urt>

type SGpioModer = Reg<Srt>

type CGpioModer = Reg<Crt>

impl GpioOdrOdr for GpioI1[src]

type UGpioOdrOdr = Odr1<Urt>

type SGpioOdrOdr = Odr1<Srt>

type CGpioOdrOdr = Odr1<Crt>

impl GpioOdr for GpioI1[src]

type GpioOdrVal = Val

type UGpioOdr = Reg<Urt>

type SGpioOdr = Reg<Srt>

type CGpioOdr = Reg<Crt>

impl GpioOspeedrOspeedr for GpioI1[src]

type UGpioOspeedrOspeedr = Ospeedr1<Urt>

type SGpioOspeedrOspeedr = Ospeedr1<Srt>

type CGpioOspeedrOspeedr = Ospeedr1<Crt>

impl GpioOspeedr for GpioI1[src]

type GpioOspeedrVal = Val

type UGpioOspeedr = Reg<Urt>

type SGpioOspeedr = Reg<Srt>

type CGpioOspeedr = Reg<Crt>

impl GpioOtyperOt for GpioI1[src]

type UGpioOtyperOt = Ot1<Urt>

type SGpioOtyperOt = Ot1<Srt>

type CGpioOtyperOt = Ot1<Crt>

impl GpioOtyper for GpioI1[src]

type GpioOtyperVal = Val

type UGpioOtyper = Reg<Urt>

type SGpioOtyper = Reg<Srt>

type CGpioOtyper = Reg<Crt>

impl GpioPupdrPupdr for GpioI1[src]

type UGpioPupdrPupdr = Pupdr1<Urt>

type SGpioPupdrPupdr = Pupdr1<Srt>

type CGpioPupdrPupdr = Pupdr1<Crt>

impl GpioPupdr for GpioI1[src]

type GpioPupdrVal = Val

type UGpioPupdr = Reg<Urt>

type SGpioPupdr = Reg<Srt>

type CGpioPupdr = Reg<Crt>

impl GpioPinMap for GpioI1[src]

type GpioHeadMap = GpioIHead

GPIO port head peripheral variant.

Auto Trait Implementations

impl Unpin for GpioI1

impl Send for GpioI1

impl Sync for GpioI1

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]