[][src]Struct drone_stm32_map_periph_gpio::pin::GpioH1

pub struct GpioH1(_);

GPIO port H pin 1 peripheral variant.

Trait Implementations

impl GpioAfrAfr for GpioH1[src]

type UGpioAfrAfr = Afrl1<Urt>

type SGpioAfrAfr = Afrl1<Srt>

type CGpioAfrAfr = Afrl1<Crt>

impl GpioAfr for GpioH1[src]

type GpioAfrVal = Val

type UGpioAfr = Reg<Urt>

type SGpioAfr = Reg<Srt>

type CGpioAfr = Reg<Crt>

impl GpioAscrAscOpt for GpioH1[src]

type UGpioAscrAscOpt = Asc1<Urt>

type SGpioAscrAscOpt = Asc1<Srt>

type CGpioAscrAscOpt = Asc1<Crt>

impl GpioAscrAscExt for GpioH1[src]

type UGpioAscrAsc = Asc1<Urt>

type SGpioAscrAsc = Asc1<Srt>

type CGpioAscrAsc = Asc1<Crt>

impl GpioAscrAsc for GpioH1[src]

impl GpioAscr for GpioH1[src]

type GpioAscrVal = Val

type UGpioAscr = Reg<Urt>

type SGpioAscr = Reg<Srt>

type CGpioAscr = Reg<Crt>

impl GpioBrrBr for GpioH1[src]

type UGpioBrrBr = Br1<Urt>

type SGpioBrrBr = Br1<Srt>

type CGpioBrrBr = Br1<Crt>

impl GpioBrr for GpioH1[src]

type GpioBrrVal = Val

type UGpioBrr = Reg<Urt>

type SGpioBrr = Reg<Srt>

type CGpioBrr = Reg<Crt>

impl GpioBsrrBr for GpioH1[src]

type UGpioBsrrBr = Br1<Urt>

type SGpioBsrrBr = Br1<Srt>

type CGpioBsrrBr = Br1<Crt>

impl GpioBsrrBs for GpioH1[src]

type UGpioBsrrBs = Bs1<Urt>

type SGpioBsrrBs = Bs1<Srt>

type CGpioBsrrBs = Bs1<Crt>

impl GpioBsrr for GpioH1[src]

type GpioBsrrVal = Val

type UGpioBsrr = Reg<Urt>

type SGpioBsrr = Reg<Srt>

type CGpioBsrr = Reg<Crt>

impl GpioIdrIdr for GpioH1[src]

type UGpioIdrIdr = Idr1<Urt>

type SGpioIdrIdr = Idr1<Srt>

type CGpioIdrIdr = Idr1<Crt>

impl GpioIdr for GpioH1[src]

type GpioIdrVal = Val

type UGpioIdr = Reg<Urt>

type SGpioIdr = Reg<Srt>

type CGpioIdr = Reg<Crt>

impl GpioLckrLck for GpioH1[src]

type UGpioLckrLck = Lck1<Urt>

type SGpioLckrLck = Lck1<Srt>

type CGpioLckrLck = Lck1<Crt>

impl GpioLckr for GpioH1[src]

type GpioLckrVal = Val

type UGpioLckr = Reg<Urt>

type SGpioLckr = Reg<Srt>

type CGpioLckr = Reg<Crt>

impl GpioModerModer for GpioH1[src]

type UGpioModerModer = Moder1<Urt>

type SGpioModerModer = Moder1<Srt>

type CGpioModerModer = Moder1<Crt>

impl GpioModer for GpioH1[src]

type GpioModerVal = Val

type UGpioModer = Reg<Urt>

type SGpioModer = Reg<Srt>

type CGpioModer = Reg<Crt>

impl GpioOdrOdr for GpioH1[src]

type UGpioOdrOdr = Odr1<Urt>

type SGpioOdrOdr = Odr1<Srt>

type CGpioOdrOdr = Odr1<Crt>

impl GpioOdr for GpioH1[src]

type GpioOdrVal = Val

type UGpioOdr = Reg<Urt>

type SGpioOdr = Reg<Srt>

type CGpioOdr = Reg<Crt>

impl GpioOspeedrOspeedr for GpioH1[src]

type UGpioOspeedrOspeedr = Ospeedr1<Urt>

type SGpioOspeedrOspeedr = Ospeedr1<Srt>

type CGpioOspeedrOspeedr = Ospeedr1<Crt>

impl GpioOspeedr for GpioH1[src]

type GpioOspeedrVal = Val

type UGpioOspeedr = Reg<Urt>

type SGpioOspeedr = Reg<Srt>

type CGpioOspeedr = Reg<Crt>

impl GpioOtyperOt for GpioH1[src]

type UGpioOtyperOt = Ot1<Urt>

type SGpioOtyperOt = Ot1<Srt>

type CGpioOtyperOt = Ot1<Crt>

impl GpioOtyper for GpioH1[src]

type GpioOtyperVal = Val

type UGpioOtyper = Reg<Urt>

type SGpioOtyper = Reg<Srt>

type CGpioOtyper = Reg<Crt>

impl GpioPupdrPupdr for GpioH1[src]

type UGpioPupdrPupdr = Pupdr1<Urt>

type SGpioPupdrPupdr = Pupdr1<Srt>

type CGpioPupdrPupdr = Pupdr1<Crt>

impl GpioPupdr for GpioH1[src]

type GpioPupdrVal = Val

type UGpioPupdr = Reg<Urt>

type SGpioPupdr = Reg<Srt>

type CGpioPupdr = Reg<Crt>

impl GpioPinMap for GpioH1[src]

type GpioHeadMap = GpioHHead

GPIO port head peripheral variant.

Auto Trait Implementations

impl Unpin for GpioH1

impl Send for GpioH1

impl Sync for GpioH1

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]