[][src]Struct drone_stm32_map_periph_gpio::pin::GpioC14

pub struct GpioC14(_);

GPIO port C pin 14 peripheral variant.

Trait Implementations

impl GpioAfrAfr for GpioC14[src]

type UGpioAfrAfr = Afrh14<Urt>

type SGpioAfrAfr = Afrh14<Srt>

type CGpioAfrAfr = Afrh14<Crt>

impl GpioAfr for GpioC14[src]

type GpioAfrVal = Val

type UGpioAfr = Reg<Urt>

type SGpioAfr = Reg<Srt>

type CGpioAfr = Reg<Crt>

impl GpioAscrAscOpt for GpioC14[src]

type UGpioAscrAscOpt = Asc14<Urt>

type SGpioAscrAscOpt = Asc14<Srt>

type CGpioAscrAscOpt = Asc14<Crt>

impl GpioAscrAscExt for GpioC14[src]

type UGpioAscrAsc = Asc14<Urt>

type SGpioAscrAsc = Asc14<Srt>

type CGpioAscrAsc = Asc14<Crt>

impl GpioAscrAsc for GpioC14[src]

impl GpioAscr for GpioC14[src]

type GpioAscrVal = Val

type UGpioAscr = Reg<Urt>

type SGpioAscr = Reg<Srt>

type CGpioAscr = Reg<Crt>

impl GpioBrrBr for GpioC14[src]

type UGpioBrrBr = Br14<Urt>

type SGpioBrrBr = Br14<Srt>

type CGpioBrrBr = Br14<Crt>

impl GpioBrr for GpioC14[src]

type GpioBrrVal = Val

type UGpioBrr = Reg<Urt>

type SGpioBrr = Reg<Srt>

type CGpioBrr = Reg<Crt>

impl GpioBsrrBr for GpioC14[src]

type UGpioBsrrBr = Br14<Urt>

type SGpioBsrrBr = Br14<Srt>

type CGpioBsrrBr = Br14<Crt>

impl GpioBsrrBs for GpioC14[src]

type UGpioBsrrBs = Bs14<Urt>

type SGpioBsrrBs = Bs14<Srt>

type CGpioBsrrBs = Bs14<Crt>

impl GpioBsrr for GpioC14[src]

type GpioBsrrVal = Val

type UGpioBsrr = Reg<Urt>

type SGpioBsrr = Reg<Srt>

type CGpioBsrr = Reg<Crt>

impl GpioIdrIdr for GpioC14[src]

type UGpioIdrIdr = Idr14<Urt>

type SGpioIdrIdr = Idr14<Srt>

type CGpioIdrIdr = Idr14<Crt>

impl GpioIdr for GpioC14[src]

type GpioIdrVal = Val

type UGpioIdr = Reg<Urt>

type SGpioIdr = Reg<Srt>

type CGpioIdr = Reg<Crt>

impl GpioLckrLck for GpioC14[src]

type UGpioLckrLck = Lck14<Urt>

type SGpioLckrLck = Lck14<Srt>

type CGpioLckrLck = Lck14<Crt>

impl GpioLckr for GpioC14[src]

type GpioLckrVal = Val

type UGpioLckr = Reg<Urt>

type SGpioLckr = Reg<Srt>

type CGpioLckr = Reg<Crt>

impl GpioModerModer for GpioC14[src]

type UGpioModerModer = Moder14<Urt>

type SGpioModerModer = Moder14<Srt>

type CGpioModerModer = Moder14<Crt>

impl GpioModer for GpioC14[src]

type GpioModerVal = Val

type UGpioModer = Reg<Urt>

type SGpioModer = Reg<Srt>

type CGpioModer = Reg<Crt>

impl GpioOdrOdr for GpioC14[src]

type UGpioOdrOdr = Odr14<Urt>

type SGpioOdrOdr = Odr14<Srt>

type CGpioOdrOdr = Odr14<Crt>

impl GpioOdr for GpioC14[src]

type GpioOdrVal = Val

type UGpioOdr = Reg<Urt>

type SGpioOdr = Reg<Srt>

type CGpioOdr = Reg<Crt>

impl GpioOspeedrOspeedr for GpioC14[src]

type UGpioOspeedrOspeedr = Ospeedr14<Urt>

type SGpioOspeedrOspeedr = Ospeedr14<Srt>

type CGpioOspeedrOspeedr = Ospeedr14<Crt>

impl GpioOspeedr for GpioC14[src]

type GpioOspeedrVal = Val

type UGpioOspeedr = Reg<Urt>

type SGpioOspeedr = Reg<Srt>

type CGpioOspeedr = Reg<Crt>

impl GpioOtyperOt for GpioC14[src]

type UGpioOtyperOt = Ot14<Urt>

type SGpioOtyperOt = Ot14<Srt>

type CGpioOtyperOt = Ot14<Crt>

impl GpioOtyper for GpioC14[src]

type GpioOtyperVal = Val

type UGpioOtyper = Reg<Urt>

type SGpioOtyper = Reg<Srt>

type CGpioOtyper = Reg<Crt>

impl GpioPupdrPupdr for GpioC14[src]

type UGpioPupdrPupdr = Pupdr14<Urt>

type SGpioPupdrPupdr = Pupdr14<Srt>

type CGpioPupdrPupdr = Pupdr14<Crt>

impl GpioPupdr for GpioC14[src]

type GpioPupdrVal = Val

type UGpioPupdr = Reg<Urt>

type SGpioPupdr = Reg<Srt>

type CGpioPupdr = Reg<Crt>

impl GpioPinMap for GpioC14[src]

type GpioHeadMap = GpioCHead

GPIO port head peripheral variant.

Auto Trait Implementations

impl Unpin for GpioC14

impl Send for GpioC14

impl Sync for GpioC14

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]