[][src]Struct drone_stm32_map_periph_gpio::pin::GpioD3

pub struct GpioD3(_);

GPIO port D pin 3 peripheral variant.

Trait Implementations

impl GpioAfrAfr for GpioD3[src]

type UGpioAfrAfr = Afrl3<Urt>

type SGpioAfrAfr = Afrl3<Srt>

type CGpioAfrAfr = Afrl3<Crt>

impl GpioAfr for GpioD3[src]

type GpioAfrVal = Val

type UGpioAfr = Reg<Urt>

type SGpioAfr = Reg<Srt>

type CGpioAfr = Reg<Crt>

impl GpioAscrAscOpt for GpioD3[src]

type UGpioAscrAscOpt = Asc3<Urt>

type SGpioAscrAscOpt = Asc3<Srt>

type CGpioAscrAscOpt = Asc3<Crt>

impl GpioAscrAscExt for GpioD3[src]

type UGpioAscrAsc = Asc3<Urt>

type SGpioAscrAsc = Asc3<Srt>

type CGpioAscrAsc = Asc3<Crt>

impl GpioAscrAsc for GpioD3[src]

impl GpioAscr for GpioD3[src]

type GpioAscrVal = Val

type UGpioAscr = Reg<Urt>

type SGpioAscr = Reg<Srt>

type CGpioAscr = Reg<Crt>

impl GpioBrrBr for GpioD3[src]

type UGpioBrrBr = Br3<Urt>

type SGpioBrrBr = Br3<Srt>

type CGpioBrrBr = Br3<Crt>

impl GpioBrr for GpioD3[src]

type GpioBrrVal = Val

type UGpioBrr = Reg<Urt>

type SGpioBrr = Reg<Srt>

type CGpioBrr = Reg<Crt>

impl GpioBsrrBr for GpioD3[src]

type UGpioBsrrBr = Br3<Urt>

type SGpioBsrrBr = Br3<Srt>

type CGpioBsrrBr = Br3<Crt>

impl GpioBsrrBs for GpioD3[src]

type UGpioBsrrBs = Bs3<Urt>

type SGpioBsrrBs = Bs3<Srt>

type CGpioBsrrBs = Bs3<Crt>

impl GpioBsrr for GpioD3[src]

type GpioBsrrVal = Val

type UGpioBsrr = Reg<Urt>

type SGpioBsrr = Reg<Srt>

type CGpioBsrr = Reg<Crt>

impl GpioIdrIdr for GpioD3[src]

type UGpioIdrIdr = Idr3<Urt>

type SGpioIdrIdr = Idr3<Srt>

type CGpioIdrIdr = Idr3<Crt>

impl GpioIdr for GpioD3[src]

type GpioIdrVal = Val

type UGpioIdr = Reg<Urt>

type SGpioIdr = Reg<Srt>

type CGpioIdr = Reg<Crt>

impl GpioLckrLck for GpioD3[src]

type UGpioLckrLck = Lck3<Urt>

type SGpioLckrLck = Lck3<Srt>

type CGpioLckrLck = Lck3<Crt>

impl GpioLckr for GpioD3[src]

type GpioLckrVal = Val

type UGpioLckr = Reg<Urt>

type SGpioLckr = Reg<Srt>

type CGpioLckr = Reg<Crt>

impl GpioModerModer for GpioD3[src]

type UGpioModerModer = Moder3<Urt>

type SGpioModerModer = Moder3<Srt>

type CGpioModerModer = Moder3<Crt>

impl GpioModer for GpioD3[src]

type GpioModerVal = Val

type UGpioModer = Reg<Urt>

type SGpioModer = Reg<Srt>

type CGpioModer = Reg<Crt>

impl GpioOdrOdr for GpioD3[src]

type UGpioOdrOdr = Odr3<Urt>

type SGpioOdrOdr = Odr3<Srt>

type CGpioOdrOdr = Odr3<Crt>

impl GpioOdr for GpioD3[src]

type GpioOdrVal = Val

type UGpioOdr = Reg<Urt>

type SGpioOdr = Reg<Srt>

type CGpioOdr = Reg<Crt>

impl GpioOspeedrOspeedr for GpioD3[src]

type UGpioOspeedrOspeedr = Ospeedr3<Urt>

type SGpioOspeedrOspeedr = Ospeedr3<Srt>

type CGpioOspeedrOspeedr = Ospeedr3<Crt>

impl GpioOspeedr for GpioD3[src]

type GpioOspeedrVal = Val

type UGpioOspeedr = Reg<Urt>

type SGpioOspeedr = Reg<Srt>

type CGpioOspeedr = Reg<Crt>

impl GpioOtyperOt for GpioD3[src]

type UGpioOtyperOt = Ot3<Urt>

type SGpioOtyperOt = Ot3<Srt>

type CGpioOtyperOt = Ot3<Crt>

impl GpioOtyper for GpioD3[src]

type GpioOtyperVal = Val

type UGpioOtyper = Reg<Urt>

type SGpioOtyper = Reg<Srt>

type CGpioOtyper = Reg<Crt>

impl GpioPupdrPupdr for GpioD3[src]

type UGpioPupdrPupdr = Pupdr3<Urt>

type SGpioPupdrPupdr = Pupdr3<Srt>

type CGpioPupdrPupdr = Pupdr3<Crt>

impl GpioPupdr for GpioD3[src]

type GpioPupdrVal = Val

type UGpioPupdr = Reg<Urt>

type SGpioPupdr = Reg<Srt>

type CGpioPupdr = Reg<Crt>

impl GpioPinMap for GpioD3[src]

type GpioHeadMap = GpioDHead

GPIO port head peripheral variant.

Auto Trait Implementations

impl Unpin for GpioD3

impl Send for GpioD3

impl Sync for GpioD3

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]