[][src]Struct drone_stm32_map_periph_gpio::pin::GpioG10

pub struct GpioG10(_);

GPIO port G pin 10 peripheral variant.

Trait Implementations

impl GpioAfrAfr for GpioG10[src]

type UGpioAfrAfr = Afrh10<Urt>

type SGpioAfrAfr = Afrh10<Srt>

type CGpioAfrAfr = Afrh10<Crt>

impl GpioAfr for GpioG10[src]

type GpioAfrVal = Val

type UGpioAfr = Reg<Urt>

type SGpioAfr = Reg<Srt>

type CGpioAfr = Reg<Crt>

impl GpioAscrAscOpt for GpioG10[src]

type UGpioAscrAscOpt = Asc10<Urt>

type SGpioAscrAscOpt = Asc10<Srt>

type CGpioAscrAscOpt = Asc10<Crt>

impl GpioAscrAscExt for GpioG10[src]

type UGpioAscrAsc = Asc10<Urt>

type SGpioAscrAsc = Asc10<Srt>

type CGpioAscrAsc = Asc10<Crt>

impl GpioAscrAsc for GpioG10[src]

impl GpioAscr for GpioG10[src]

type GpioAscrVal = Val

type UGpioAscr = Reg<Urt>

type SGpioAscr = Reg<Srt>

type CGpioAscr = Reg<Crt>

impl GpioBrrBr for GpioG10[src]

type UGpioBrrBr = Br10<Urt>

type SGpioBrrBr = Br10<Srt>

type CGpioBrrBr = Br10<Crt>

impl GpioBrr for GpioG10[src]

type GpioBrrVal = Val

type UGpioBrr = Reg<Urt>

type SGpioBrr = Reg<Srt>

type CGpioBrr = Reg<Crt>

impl GpioBsrrBr for GpioG10[src]

type UGpioBsrrBr = Br10<Urt>

type SGpioBsrrBr = Br10<Srt>

type CGpioBsrrBr = Br10<Crt>

impl GpioBsrrBs for GpioG10[src]

type UGpioBsrrBs = Bs10<Urt>

type SGpioBsrrBs = Bs10<Srt>

type CGpioBsrrBs = Bs10<Crt>

impl GpioBsrr for GpioG10[src]

type GpioBsrrVal = Val

type UGpioBsrr = Reg<Urt>

type SGpioBsrr = Reg<Srt>

type CGpioBsrr = Reg<Crt>

impl GpioIdrIdr for GpioG10[src]

type UGpioIdrIdr = Idr10<Urt>

type SGpioIdrIdr = Idr10<Srt>

type CGpioIdrIdr = Idr10<Crt>

impl GpioIdr for GpioG10[src]

type GpioIdrVal = Val

type UGpioIdr = Reg<Urt>

type SGpioIdr = Reg<Srt>

type CGpioIdr = Reg<Crt>

impl GpioLckrLck for GpioG10[src]

type UGpioLckrLck = Lck10<Urt>

type SGpioLckrLck = Lck10<Srt>

type CGpioLckrLck = Lck10<Crt>

impl GpioLckr for GpioG10[src]

type GpioLckrVal = Val

type UGpioLckr = Reg<Urt>

type SGpioLckr = Reg<Srt>

type CGpioLckr = Reg<Crt>

impl GpioModerModer for GpioG10[src]

type UGpioModerModer = Moder10<Urt>

type SGpioModerModer = Moder10<Srt>

type CGpioModerModer = Moder10<Crt>

impl GpioModer for GpioG10[src]

type GpioModerVal = Val

type UGpioModer = Reg<Urt>

type SGpioModer = Reg<Srt>

type CGpioModer = Reg<Crt>

impl GpioOdrOdr for GpioG10[src]

type UGpioOdrOdr = Odr10<Urt>

type SGpioOdrOdr = Odr10<Srt>

type CGpioOdrOdr = Odr10<Crt>

impl GpioOdr for GpioG10[src]

type GpioOdrVal = Val

type UGpioOdr = Reg<Urt>

type SGpioOdr = Reg<Srt>

type CGpioOdr = Reg<Crt>

impl GpioOspeedrOspeedr for GpioG10[src]

type UGpioOspeedrOspeedr = Ospeedr10<Urt>

type SGpioOspeedrOspeedr = Ospeedr10<Srt>

type CGpioOspeedrOspeedr = Ospeedr10<Crt>

impl GpioOspeedr for GpioG10[src]

type GpioOspeedrVal = Val

type UGpioOspeedr = Reg<Urt>

type SGpioOspeedr = Reg<Srt>

type CGpioOspeedr = Reg<Crt>

impl GpioOtyperOt for GpioG10[src]

type UGpioOtyperOt = Ot10<Urt>

type SGpioOtyperOt = Ot10<Srt>

type CGpioOtyperOt = Ot10<Crt>

impl GpioOtyper for GpioG10[src]

type GpioOtyperVal = Val

type UGpioOtyper = Reg<Urt>

type SGpioOtyper = Reg<Srt>

type CGpioOtyper = Reg<Crt>

impl GpioPupdrPupdr for GpioG10[src]

type UGpioPupdrPupdr = Pupdr10<Urt>

type SGpioPupdrPupdr = Pupdr10<Srt>

type CGpioPupdrPupdr = Pupdr10<Crt>

impl GpioPupdr for GpioG10[src]

type GpioPupdrVal = Val

type UGpioPupdr = Reg<Urt>

type SGpioPupdr = Reg<Srt>

type CGpioPupdr = Reg<Crt>

impl GpioPinMap for GpioG10[src]

type GpioHeadMap = GpioGHead

GPIO port head peripheral variant.

Auto Trait Implementations

impl Unpin for GpioG10

impl Send for GpioG10

impl Sync for GpioG10

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]