[][src]Struct drone_stm32_map_periph_gpio::pin::GpioA6

pub struct GpioA6(_);

GPIO port A pin 6 peripheral variant.

Trait Implementations

impl GpioAfrAfr for GpioA6[src]

type UGpioAfrAfr = Afrl6<Urt>

type SGpioAfrAfr = Afrl6<Srt>

type CGpioAfrAfr = Afrl6<Crt>

impl GpioAfr for GpioA6[src]

type GpioAfrVal = Val

type UGpioAfr = Reg<Urt>

type SGpioAfr = Reg<Srt>

type CGpioAfr = Reg<Crt>

impl GpioAscrAscOpt for GpioA6[src]

type UGpioAscrAscOpt = Asc6<Urt>

type SGpioAscrAscOpt = Asc6<Srt>

type CGpioAscrAscOpt = Asc6<Crt>

impl GpioAscrAscExt for GpioA6[src]

type UGpioAscrAsc = Asc6<Urt>

type SGpioAscrAsc = Asc6<Srt>

type CGpioAscrAsc = Asc6<Crt>

impl GpioAscrAsc for GpioA6[src]

impl GpioAscr for GpioA6[src]

type GpioAscrVal = Val

type UGpioAscr = Reg<Urt>

type SGpioAscr = Reg<Srt>

type CGpioAscr = Reg<Crt>

impl GpioBrrBr for GpioA6[src]

type UGpioBrrBr = Br6<Urt>

type SGpioBrrBr = Br6<Srt>

type CGpioBrrBr = Br6<Crt>

impl GpioBrr for GpioA6[src]

type GpioBrrVal = Val

type UGpioBrr = Reg<Urt>

type SGpioBrr = Reg<Srt>

type CGpioBrr = Reg<Crt>

impl GpioBsrrBr for GpioA6[src]

type UGpioBsrrBr = Br6<Urt>

type SGpioBsrrBr = Br6<Srt>

type CGpioBsrrBr = Br6<Crt>

impl GpioBsrrBs for GpioA6[src]

type UGpioBsrrBs = Bs6<Urt>

type SGpioBsrrBs = Bs6<Srt>

type CGpioBsrrBs = Bs6<Crt>

impl GpioBsrr for GpioA6[src]

type GpioBsrrVal = Val

type UGpioBsrr = Reg<Urt>

type SGpioBsrr = Reg<Srt>

type CGpioBsrr = Reg<Crt>

impl GpioIdrIdr for GpioA6[src]

type UGpioIdrIdr = Idr6<Urt>

type SGpioIdrIdr = Idr6<Srt>

type CGpioIdrIdr = Idr6<Crt>

impl GpioIdr for GpioA6[src]

type GpioIdrVal = Val

type UGpioIdr = Reg<Urt>

type SGpioIdr = Reg<Srt>

type CGpioIdr = Reg<Crt>

impl GpioLckrLck for GpioA6[src]

type UGpioLckrLck = Lck6<Urt>

type SGpioLckrLck = Lck6<Srt>

type CGpioLckrLck = Lck6<Crt>

impl GpioLckr for GpioA6[src]

type GpioLckrVal = Val

type UGpioLckr = Reg<Urt>

type SGpioLckr = Reg<Srt>

type CGpioLckr = Reg<Crt>

impl GpioModerModer for GpioA6[src]

type UGpioModerModer = Moder6<Urt>

type SGpioModerModer = Moder6<Srt>

type CGpioModerModer = Moder6<Crt>

impl GpioModer for GpioA6[src]

type GpioModerVal = Val

type UGpioModer = Reg<Urt>

type SGpioModer = Reg<Srt>

type CGpioModer = Reg<Crt>

impl GpioOdrOdr for GpioA6[src]

type UGpioOdrOdr = Odr6<Urt>

type SGpioOdrOdr = Odr6<Srt>

type CGpioOdrOdr = Odr6<Crt>

impl GpioOdr for GpioA6[src]

type GpioOdrVal = Val

type UGpioOdr = Reg<Urt>

type SGpioOdr = Reg<Srt>

type CGpioOdr = Reg<Crt>

impl GpioOspeedrOspeedr for GpioA6[src]

type UGpioOspeedrOspeedr = Ospeedr6<Urt>

type SGpioOspeedrOspeedr = Ospeedr6<Srt>

type CGpioOspeedrOspeedr = Ospeedr6<Crt>

impl GpioOspeedr for GpioA6[src]

type GpioOspeedrVal = Val

type UGpioOspeedr = Reg<Urt>

type SGpioOspeedr = Reg<Srt>

type CGpioOspeedr = Reg<Crt>

impl GpioOtyperOt for GpioA6[src]

type UGpioOtyperOt = Ot6<Urt>

type SGpioOtyperOt = Ot6<Srt>

type CGpioOtyperOt = Ot6<Crt>

impl GpioOtyper for GpioA6[src]

type GpioOtyperVal = Val

type UGpioOtyper = Reg<Urt>

type SGpioOtyper = Reg<Srt>

type CGpioOtyper = Reg<Crt>

impl GpioPupdrPupdr for GpioA6[src]

type UGpioPupdrPupdr = Pupdr6<Urt>

type SGpioPupdrPupdr = Pupdr6<Srt>

type CGpioPupdrPupdr = Pupdr6<Crt>

impl GpioPupdr for GpioA6[src]

type GpioPupdrVal = Val

type UGpioPupdr = Reg<Urt>

type SGpioPupdr = Reg<Srt>

type CGpioPupdr = Reg<Crt>

impl GpioPinMap for GpioA6[src]

type GpioHeadMap = GpioAHead

GPIO port head peripheral variant.

Auto Trait Implementations

impl Unpin for GpioA6

impl Send for GpioA6

impl Sync for GpioA6

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]