[][src]Struct drone_stm32_map_periph_gpio::pin::GpioH9

pub struct GpioH9(_);

GPIO port H pin 9 peripheral variant.

Trait Implementations

impl GpioAfrAfr for GpioH9[src]

type UGpioAfrAfr = Afrh9<Urt>

type SGpioAfrAfr = Afrh9<Srt>

type CGpioAfrAfr = Afrh9<Crt>

impl GpioAfr for GpioH9[src]

type GpioAfrVal = Val

type UGpioAfr = Reg<Urt>

type SGpioAfr = Reg<Srt>

type CGpioAfr = Reg<Crt>

impl GpioAscrAscOpt for GpioH9[src]

type UGpioAscrAscOpt = Asc9<Urt>

type SGpioAscrAscOpt = Asc9<Srt>

type CGpioAscrAscOpt = Asc9<Crt>

impl GpioAscrAscExt for GpioH9[src]

type UGpioAscrAsc = Asc9<Urt>

type SGpioAscrAsc = Asc9<Srt>

type CGpioAscrAsc = Asc9<Crt>

impl GpioAscrAsc for GpioH9[src]

impl GpioAscr for GpioH9[src]

type GpioAscrVal = Val

type UGpioAscr = Reg<Urt>

type SGpioAscr = Reg<Srt>

type CGpioAscr = Reg<Crt>

impl GpioBrrBr for GpioH9[src]

type UGpioBrrBr = Br9<Urt>

type SGpioBrrBr = Br9<Srt>

type CGpioBrrBr = Br9<Crt>

impl GpioBrr for GpioH9[src]

type GpioBrrVal = Val

type UGpioBrr = Reg<Urt>

type SGpioBrr = Reg<Srt>

type CGpioBrr = Reg<Crt>

impl GpioBsrrBr for GpioH9[src]

type UGpioBsrrBr = Br9<Urt>

type SGpioBsrrBr = Br9<Srt>

type CGpioBsrrBr = Br9<Crt>

impl GpioBsrrBs for GpioH9[src]

type UGpioBsrrBs = Bs9<Urt>

type SGpioBsrrBs = Bs9<Srt>

type CGpioBsrrBs = Bs9<Crt>

impl GpioBsrr for GpioH9[src]

type GpioBsrrVal = Val

type UGpioBsrr = Reg<Urt>

type SGpioBsrr = Reg<Srt>

type CGpioBsrr = Reg<Crt>

impl GpioIdrIdr for GpioH9[src]

type UGpioIdrIdr = Idr9<Urt>

type SGpioIdrIdr = Idr9<Srt>

type CGpioIdrIdr = Idr9<Crt>

impl GpioIdr for GpioH9[src]

type GpioIdrVal = Val

type UGpioIdr = Reg<Urt>

type SGpioIdr = Reg<Srt>

type CGpioIdr = Reg<Crt>

impl GpioLckrLck for GpioH9[src]

type UGpioLckrLck = Lck9<Urt>

type SGpioLckrLck = Lck9<Srt>

type CGpioLckrLck = Lck9<Crt>

impl GpioLckr for GpioH9[src]

type GpioLckrVal = Val

type UGpioLckr = Reg<Urt>

type SGpioLckr = Reg<Srt>

type CGpioLckr = Reg<Crt>

impl GpioModerModer for GpioH9[src]

type UGpioModerModer = Moder9<Urt>

type SGpioModerModer = Moder9<Srt>

type CGpioModerModer = Moder9<Crt>

impl GpioModer for GpioH9[src]

type GpioModerVal = Val

type UGpioModer = Reg<Urt>

type SGpioModer = Reg<Srt>

type CGpioModer = Reg<Crt>

impl GpioOdrOdr for GpioH9[src]

type UGpioOdrOdr = Odr9<Urt>

type SGpioOdrOdr = Odr9<Srt>

type CGpioOdrOdr = Odr9<Crt>

impl GpioOdr for GpioH9[src]

type GpioOdrVal = Val

type UGpioOdr = Reg<Urt>

type SGpioOdr = Reg<Srt>

type CGpioOdr = Reg<Crt>

impl GpioOspeedrOspeedr for GpioH9[src]

type UGpioOspeedrOspeedr = Ospeedr9<Urt>

type SGpioOspeedrOspeedr = Ospeedr9<Srt>

type CGpioOspeedrOspeedr = Ospeedr9<Crt>

impl GpioOspeedr for GpioH9[src]

type GpioOspeedrVal = Val

type UGpioOspeedr = Reg<Urt>

type SGpioOspeedr = Reg<Srt>

type CGpioOspeedr = Reg<Crt>

impl GpioOtyperOt for GpioH9[src]

type UGpioOtyperOt = Ot9<Urt>

type SGpioOtyperOt = Ot9<Srt>

type CGpioOtyperOt = Ot9<Crt>

impl GpioOtyper for GpioH9[src]

type GpioOtyperVal = Val

type UGpioOtyper = Reg<Urt>

type SGpioOtyper = Reg<Srt>

type CGpioOtyper = Reg<Crt>

impl GpioPupdrPupdr for GpioH9[src]

type UGpioPupdrPupdr = Pupdr9<Urt>

type SGpioPupdrPupdr = Pupdr9<Srt>

type CGpioPupdrPupdr = Pupdr9<Crt>

impl GpioPupdr for GpioH9[src]

type GpioPupdrVal = Val

type UGpioPupdr = Reg<Urt>

type SGpioPupdr = Reg<Srt>

type CGpioPupdr = Reg<Crt>

impl GpioPinMap for GpioH9[src]

type GpioHeadMap = GpioHHead

GPIO port head peripheral variant.

Auto Trait Implementations

impl Unpin for GpioH9

impl Send for GpioH9

impl Sync for GpioH9

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]