[][src]Struct drone_stm32_map_periph_gpio::pin::GpioA12

pub struct GpioA12(_);

GPIO port A pin 12 peripheral variant.

Trait Implementations

impl GpioAfrAfr for GpioA12[src]

type UGpioAfrAfr = Afrh12<Urt>

type SGpioAfrAfr = Afrh12<Srt>

type CGpioAfrAfr = Afrh12<Crt>

impl GpioAfr for GpioA12[src]

type GpioAfrVal = Val

type UGpioAfr = Reg<Urt>

type SGpioAfr = Reg<Srt>

type CGpioAfr = Reg<Crt>

impl GpioAscrAscOpt for GpioA12[src]

type UGpioAscrAscOpt = Asc12<Urt>

type SGpioAscrAscOpt = Asc12<Srt>

type CGpioAscrAscOpt = Asc12<Crt>

impl GpioAscrAscExt for GpioA12[src]

type UGpioAscrAsc = Asc12<Urt>

type SGpioAscrAsc = Asc12<Srt>

type CGpioAscrAsc = Asc12<Crt>

impl GpioAscrAsc for GpioA12[src]

impl GpioAscr for GpioA12[src]

type GpioAscrVal = Val

type UGpioAscr = Reg<Urt>

type SGpioAscr = Reg<Srt>

type CGpioAscr = Reg<Crt>

impl GpioBrrBr for GpioA12[src]

type UGpioBrrBr = Br12<Urt>

type SGpioBrrBr = Br12<Srt>

type CGpioBrrBr = Br12<Crt>

impl GpioBrr for GpioA12[src]

type GpioBrrVal = Val

type UGpioBrr = Reg<Urt>

type SGpioBrr = Reg<Srt>

type CGpioBrr = Reg<Crt>

impl GpioBsrrBr for GpioA12[src]

type UGpioBsrrBr = Br12<Urt>

type SGpioBsrrBr = Br12<Srt>

type CGpioBsrrBr = Br12<Crt>

impl GpioBsrrBs for GpioA12[src]

type UGpioBsrrBs = Bs12<Urt>

type SGpioBsrrBs = Bs12<Srt>

type CGpioBsrrBs = Bs12<Crt>

impl GpioBsrr for GpioA12[src]

type GpioBsrrVal = Val

type UGpioBsrr = Reg<Urt>

type SGpioBsrr = Reg<Srt>

type CGpioBsrr = Reg<Crt>

impl GpioIdrIdr for GpioA12[src]

type UGpioIdrIdr = Idr12<Urt>

type SGpioIdrIdr = Idr12<Srt>

type CGpioIdrIdr = Idr12<Crt>

impl GpioIdr for GpioA12[src]

type GpioIdrVal = Val

type UGpioIdr = Reg<Urt>

type SGpioIdr = Reg<Srt>

type CGpioIdr = Reg<Crt>

impl GpioLckrLck for GpioA12[src]

type UGpioLckrLck = Lck12<Urt>

type SGpioLckrLck = Lck12<Srt>

type CGpioLckrLck = Lck12<Crt>

impl GpioLckr for GpioA12[src]

type GpioLckrVal = Val

type UGpioLckr = Reg<Urt>

type SGpioLckr = Reg<Srt>

type CGpioLckr = Reg<Crt>

impl GpioModerModer for GpioA12[src]

type UGpioModerModer = Moder12<Urt>

type SGpioModerModer = Moder12<Srt>

type CGpioModerModer = Moder12<Crt>

impl GpioModer for GpioA12[src]

type GpioModerVal = Val

type UGpioModer = Reg<Urt>

type SGpioModer = Reg<Srt>

type CGpioModer = Reg<Crt>

impl GpioOdrOdr for GpioA12[src]

type UGpioOdrOdr = Odr12<Urt>

type SGpioOdrOdr = Odr12<Srt>

type CGpioOdrOdr = Odr12<Crt>

impl GpioOdr for GpioA12[src]

type GpioOdrVal = Val

type UGpioOdr = Reg<Urt>

type SGpioOdr = Reg<Srt>

type CGpioOdr = Reg<Crt>

impl GpioOspeedrOspeedr for GpioA12[src]

type UGpioOspeedrOspeedr = Ospeedr12<Urt>

type SGpioOspeedrOspeedr = Ospeedr12<Srt>

type CGpioOspeedrOspeedr = Ospeedr12<Crt>

impl GpioOspeedr for GpioA12[src]

type GpioOspeedrVal = Val

type UGpioOspeedr = Reg<Urt>

type SGpioOspeedr = Reg<Srt>

type CGpioOspeedr = Reg<Crt>

impl GpioOtyperOt for GpioA12[src]

type UGpioOtyperOt = Ot12<Urt>

type SGpioOtyperOt = Ot12<Srt>

type CGpioOtyperOt = Ot12<Crt>

impl GpioOtyper for GpioA12[src]

type GpioOtyperVal = Val

type UGpioOtyper = Reg<Urt>

type SGpioOtyper = Reg<Srt>

type CGpioOtyper = Reg<Crt>

impl GpioPupdrPupdr for GpioA12[src]

type UGpioPupdrPupdr = Pupdr12<Urt>

type SGpioPupdrPupdr = Pupdr12<Srt>

type CGpioPupdrPupdr = Pupdr12<Crt>

impl GpioPupdr for GpioA12[src]

type GpioPupdrVal = Val

type UGpioPupdr = Reg<Urt>

type SGpioPupdr = Reg<Srt>

type CGpioPupdr = Reg<Crt>

impl GpioPinMap for GpioA12[src]

type GpioHeadMap = GpioAHead

GPIO port head peripheral variant.

Auto Trait Implementations

impl Unpin for GpioA12

impl Send for GpioA12

impl Sync for GpioA12

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]