[][src]Struct drone_stm32_map_periph_gpio::pin::GpioF5

pub struct GpioF5(_);

GPIO port F pin 5 peripheral variant.

Trait Implementations

impl GpioAfrAfr for GpioF5[src]

type UGpioAfrAfr = Afrl5<Urt>

type SGpioAfrAfr = Afrl5<Srt>

type CGpioAfrAfr = Afrl5<Crt>

impl GpioAfr for GpioF5[src]

type GpioAfrVal = Val

type UGpioAfr = Reg<Urt>

type SGpioAfr = Reg<Srt>

type CGpioAfr = Reg<Crt>

impl GpioAscrAscOpt for GpioF5[src]

type UGpioAscrAscOpt = Asc5<Urt>

type SGpioAscrAscOpt = Asc5<Srt>

type CGpioAscrAscOpt = Asc5<Crt>

impl GpioAscrAscExt for GpioF5[src]

type UGpioAscrAsc = Asc5<Urt>

type SGpioAscrAsc = Asc5<Srt>

type CGpioAscrAsc = Asc5<Crt>

impl GpioAscrAsc for GpioF5[src]

impl GpioAscr for GpioF5[src]

type GpioAscrVal = Val

type UGpioAscr = Reg<Urt>

type SGpioAscr = Reg<Srt>

type CGpioAscr = Reg<Crt>

impl GpioBrrBr for GpioF5[src]

type UGpioBrrBr = Br5<Urt>

type SGpioBrrBr = Br5<Srt>

type CGpioBrrBr = Br5<Crt>

impl GpioBrr for GpioF5[src]

type GpioBrrVal = Val

type UGpioBrr = Reg<Urt>

type SGpioBrr = Reg<Srt>

type CGpioBrr = Reg<Crt>

impl GpioBsrrBr for GpioF5[src]

type UGpioBsrrBr = Br5<Urt>

type SGpioBsrrBr = Br5<Srt>

type CGpioBsrrBr = Br5<Crt>

impl GpioBsrrBs for GpioF5[src]

type UGpioBsrrBs = Bs5<Urt>

type SGpioBsrrBs = Bs5<Srt>

type CGpioBsrrBs = Bs5<Crt>

impl GpioBsrr for GpioF5[src]

type GpioBsrrVal = Val

type UGpioBsrr = Reg<Urt>

type SGpioBsrr = Reg<Srt>

type CGpioBsrr = Reg<Crt>

impl GpioIdrIdr for GpioF5[src]

type UGpioIdrIdr = Idr5<Urt>

type SGpioIdrIdr = Idr5<Srt>

type CGpioIdrIdr = Idr5<Crt>

impl GpioIdr for GpioF5[src]

type GpioIdrVal = Val

type UGpioIdr = Reg<Urt>

type SGpioIdr = Reg<Srt>

type CGpioIdr = Reg<Crt>

impl GpioLckrLck for GpioF5[src]

type UGpioLckrLck = Lck5<Urt>

type SGpioLckrLck = Lck5<Srt>

type CGpioLckrLck = Lck5<Crt>

impl GpioLckr for GpioF5[src]

type GpioLckrVal = Val

type UGpioLckr = Reg<Urt>

type SGpioLckr = Reg<Srt>

type CGpioLckr = Reg<Crt>

impl GpioModerModer for GpioF5[src]

type UGpioModerModer = Moder5<Urt>

type SGpioModerModer = Moder5<Srt>

type CGpioModerModer = Moder5<Crt>

impl GpioModer for GpioF5[src]

type GpioModerVal = Val

type UGpioModer = Reg<Urt>

type SGpioModer = Reg<Srt>

type CGpioModer = Reg<Crt>

impl GpioOdrOdr for GpioF5[src]

type UGpioOdrOdr = Odr5<Urt>

type SGpioOdrOdr = Odr5<Srt>

type CGpioOdrOdr = Odr5<Crt>

impl GpioOdr for GpioF5[src]

type GpioOdrVal = Val

type UGpioOdr = Reg<Urt>

type SGpioOdr = Reg<Srt>

type CGpioOdr = Reg<Crt>

impl GpioOspeedrOspeedr for GpioF5[src]

type UGpioOspeedrOspeedr = Ospeedr5<Urt>

type SGpioOspeedrOspeedr = Ospeedr5<Srt>

type CGpioOspeedrOspeedr = Ospeedr5<Crt>

impl GpioOspeedr for GpioF5[src]

type GpioOspeedrVal = Val

type UGpioOspeedr = Reg<Urt>

type SGpioOspeedr = Reg<Srt>

type CGpioOspeedr = Reg<Crt>

impl GpioOtyperOt for GpioF5[src]

type UGpioOtyperOt = Ot5<Urt>

type SGpioOtyperOt = Ot5<Srt>

type CGpioOtyperOt = Ot5<Crt>

impl GpioOtyper for GpioF5[src]

type GpioOtyperVal = Val

type UGpioOtyper = Reg<Urt>

type SGpioOtyper = Reg<Srt>

type CGpioOtyper = Reg<Crt>

impl GpioPupdrPupdr for GpioF5[src]

type UGpioPupdrPupdr = Pupdr5<Urt>

type SGpioPupdrPupdr = Pupdr5<Srt>

type CGpioPupdrPupdr = Pupdr5<Crt>

impl GpioPupdr for GpioF5[src]

type GpioPupdrVal = Val

type UGpioPupdr = Reg<Urt>

type SGpioPupdr = Reg<Srt>

type CGpioPupdr = Reg<Crt>

impl GpioPinMap for GpioF5[src]

type GpioHeadMap = GpioFHead

GPIO port head peripheral variant.

Auto Trait Implementations

impl Unpin for GpioF5

impl Send for GpioF5

impl Sync for GpioF5

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]