[][src]Struct drone_stm32_map_periph_gpio::pin::GpioC11

pub struct GpioC11(_);

GPIO port C pin 11 peripheral variant.

Trait Implementations

impl GpioAfrAfr for GpioC11[src]

type UGpioAfrAfr = Afrh11<Urt>

type SGpioAfrAfr = Afrh11<Srt>

type CGpioAfrAfr = Afrh11<Crt>

impl GpioAfr for GpioC11[src]

type GpioAfrVal = Val

type UGpioAfr = Reg<Urt>

type SGpioAfr = Reg<Srt>

type CGpioAfr = Reg<Crt>

impl GpioAscrAscOpt for GpioC11[src]

type UGpioAscrAscOpt = Asc11<Urt>

type SGpioAscrAscOpt = Asc11<Srt>

type CGpioAscrAscOpt = Asc11<Crt>

impl GpioAscrAscExt for GpioC11[src]

type UGpioAscrAsc = Asc11<Urt>

type SGpioAscrAsc = Asc11<Srt>

type CGpioAscrAsc = Asc11<Crt>

impl GpioAscrAsc for GpioC11[src]

impl GpioAscr for GpioC11[src]

type GpioAscrVal = Val

type UGpioAscr = Reg<Urt>

type SGpioAscr = Reg<Srt>

type CGpioAscr = Reg<Crt>

impl GpioBrrBr for GpioC11[src]

type UGpioBrrBr = Br11<Urt>

type SGpioBrrBr = Br11<Srt>

type CGpioBrrBr = Br11<Crt>

impl GpioBrr for GpioC11[src]

type GpioBrrVal = Val

type UGpioBrr = Reg<Urt>

type SGpioBrr = Reg<Srt>

type CGpioBrr = Reg<Crt>

impl GpioBsrrBr for GpioC11[src]

type UGpioBsrrBr = Br11<Urt>

type SGpioBsrrBr = Br11<Srt>

type CGpioBsrrBr = Br11<Crt>

impl GpioBsrrBs for GpioC11[src]

type UGpioBsrrBs = Bs11<Urt>

type SGpioBsrrBs = Bs11<Srt>

type CGpioBsrrBs = Bs11<Crt>

impl GpioBsrr for GpioC11[src]

type GpioBsrrVal = Val

type UGpioBsrr = Reg<Urt>

type SGpioBsrr = Reg<Srt>

type CGpioBsrr = Reg<Crt>

impl GpioIdrIdr for GpioC11[src]

type UGpioIdrIdr = Idr11<Urt>

type SGpioIdrIdr = Idr11<Srt>

type CGpioIdrIdr = Idr11<Crt>

impl GpioIdr for GpioC11[src]

type GpioIdrVal = Val

type UGpioIdr = Reg<Urt>

type SGpioIdr = Reg<Srt>

type CGpioIdr = Reg<Crt>

impl GpioLckrLck for GpioC11[src]

type UGpioLckrLck = Lck11<Urt>

type SGpioLckrLck = Lck11<Srt>

type CGpioLckrLck = Lck11<Crt>

impl GpioLckr for GpioC11[src]

type GpioLckrVal = Val

type UGpioLckr = Reg<Urt>

type SGpioLckr = Reg<Srt>

type CGpioLckr = Reg<Crt>

impl GpioModerModer for GpioC11[src]

type UGpioModerModer = Moder11<Urt>

type SGpioModerModer = Moder11<Srt>

type CGpioModerModer = Moder11<Crt>

impl GpioModer for GpioC11[src]

type GpioModerVal = Val

type UGpioModer = Reg<Urt>

type SGpioModer = Reg<Srt>

type CGpioModer = Reg<Crt>

impl GpioOdrOdr for GpioC11[src]

type UGpioOdrOdr = Odr11<Urt>

type SGpioOdrOdr = Odr11<Srt>

type CGpioOdrOdr = Odr11<Crt>

impl GpioOdr for GpioC11[src]

type GpioOdrVal = Val

type UGpioOdr = Reg<Urt>

type SGpioOdr = Reg<Srt>

type CGpioOdr = Reg<Crt>

impl GpioOspeedrOspeedr for GpioC11[src]

type UGpioOspeedrOspeedr = Ospeedr11<Urt>

type SGpioOspeedrOspeedr = Ospeedr11<Srt>

type CGpioOspeedrOspeedr = Ospeedr11<Crt>

impl GpioOspeedr for GpioC11[src]

type GpioOspeedrVal = Val

type UGpioOspeedr = Reg<Urt>

type SGpioOspeedr = Reg<Srt>

type CGpioOspeedr = Reg<Crt>

impl GpioOtyperOt for GpioC11[src]

type UGpioOtyperOt = Ot11<Urt>

type SGpioOtyperOt = Ot11<Srt>

type CGpioOtyperOt = Ot11<Crt>

impl GpioOtyper for GpioC11[src]

type GpioOtyperVal = Val

type UGpioOtyper = Reg<Urt>

type SGpioOtyper = Reg<Srt>

type CGpioOtyper = Reg<Crt>

impl GpioPupdrPupdr for GpioC11[src]

type UGpioPupdrPupdr = Pupdr11<Urt>

type SGpioPupdrPupdr = Pupdr11<Srt>

type CGpioPupdrPupdr = Pupdr11<Crt>

impl GpioPupdr for GpioC11[src]

type GpioPupdrVal = Val

type UGpioPupdr = Reg<Urt>

type SGpioPupdr = Reg<Srt>

type CGpioPupdr = Reg<Crt>

impl GpioPinMap for GpioC11[src]

type GpioHeadMap = GpioCHead

GPIO port head peripheral variant.

Auto Trait Implementations

impl Unpin for GpioC11

impl Send for GpioC11

impl Sync for GpioC11

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]