[][src]Struct drone_stm32_map_periph_gpio::pin::GpioC7

pub struct GpioC7(_);

GPIO port C pin 7 peripheral variant.

Trait Implementations

impl GpioAfrAfr for GpioC7[src]

type UGpioAfrAfr = Afrl7<Urt>

type SGpioAfrAfr = Afrl7<Srt>

type CGpioAfrAfr = Afrl7<Crt>

impl GpioAfr for GpioC7[src]

type GpioAfrVal = Val

type UGpioAfr = Reg<Urt>

type SGpioAfr = Reg<Srt>

type CGpioAfr = Reg<Crt>

impl GpioAscrAscOpt for GpioC7[src]

type UGpioAscrAscOpt = Asc7<Urt>

type SGpioAscrAscOpt = Asc7<Srt>

type CGpioAscrAscOpt = Asc7<Crt>

impl GpioAscrAscExt for GpioC7[src]

type UGpioAscrAsc = Asc7<Urt>

type SGpioAscrAsc = Asc7<Srt>

type CGpioAscrAsc = Asc7<Crt>

impl GpioAscrAsc for GpioC7[src]

impl GpioAscr for GpioC7[src]

type GpioAscrVal = Val

type UGpioAscr = Reg<Urt>

type SGpioAscr = Reg<Srt>

type CGpioAscr = Reg<Crt>

impl GpioBrrBr for GpioC7[src]

type UGpioBrrBr = Br7<Urt>

type SGpioBrrBr = Br7<Srt>

type CGpioBrrBr = Br7<Crt>

impl GpioBrr for GpioC7[src]

type GpioBrrVal = Val

type UGpioBrr = Reg<Urt>

type SGpioBrr = Reg<Srt>

type CGpioBrr = Reg<Crt>

impl GpioBsrrBr for GpioC7[src]

type UGpioBsrrBr = Br7<Urt>

type SGpioBsrrBr = Br7<Srt>

type CGpioBsrrBr = Br7<Crt>

impl GpioBsrrBs for GpioC7[src]

type UGpioBsrrBs = Bs7<Urt>

type SGpioBsrrBs = Bs7<Srt>

type CGpioBsrrBs = Bs7<Crt>

impl GpioBsrr for GpioC7[src]

type GpioBsrrVal = Val

type UGpioBsrr = Reg<Urt>

type SGpioBsrr = Reg<Srt>

type CGpioBsrr = Reg<Crt>

impl GpioIdrIdr for GpioC7[src]

type UGpioIdrIdr = Idr7<Urt>

type SGpioIdrIdr = Idr7<Srt>

type CGpioIdrIdr = Idr7<Crt>

impl GpioIdr for GpioC7[src]

type GpioIdrVal = Val

type UGpioIdr = Reg<Urt>

type SGpioIdr = Reg<Srt>

type CGpioIdr = Reg<Crt>

impl GpioLckrLck for GpioC7[src]

type UGpioLckrLck = Lck7<Urt>

type SGpioLckrLck = Lck7<Srt>

type CGpioLckrLck = Lck7<Crt>

impl GpioLckr for GpioC7[src]

type GpioLckrVal = Val

type UGpioLckr = Reg<Urt>

type SGpioLckr = Reg<Srt>

type CGpioLckr = Reg<Crt>

impl GpioModerModer for GpioC7[src]

type UGpioModerModer = Moder7<Urt>

type SGpioModerModer = Moder7<Srt>

type CGpioModerModer = Moder7<Crt>

impl GpioModer for GpioC7[src]

type GpioModerVal = Val

type UGpioModer = Reg<Urt>

type SGpioModer = Reg<Srt>

type CGpioModer = Reg<Crt>

impl GpioOdrOdr for GpioC7[src]

type UGpioOdrOdr = Odr7<Urt>

type SGpioOdrOdr = Odr7<Srt>

type CGpioOdrOdr = Odr7<Crt>

impl GpioOdr for GpioC7[src]

type GpioOdrVal = Val

type UGpioOdr = Reg<Urt>

type SGpioOdr = Reg<Srt>

type CGpioOdr = Reg<Crt>

impl GpioOspeedrOspeedr for GpioC7[src]

type UGpioOspeedrOspeedr = Ospeedr7<Urt>

type SGpioOspeedrOspeedr = Ospeedr7<Srt>

type CGpioOspeedrOspeedr = Ospeedr7<Crt>

impl GpioOspeedr for GpioC7[src]

type GpioOspeedrVal = Val

type UGpioOspeedr = Reg<Urt>

type SGpioOspeedr = Reg<Srt>

type CGpioOspeedr = Reg<Crt>

impl GpioOtyperOt for GpioC7[src]

type UGpioOtyperOt = Ot7<Urt>

type SGpioOtyperOt = Ot7<Srt>

type CGpioOtyperOt = Ot7<Crt>

impl GpioOtyper for GpioC7[src]

type GpioOtyperVal = Val

type UGpioOtyper = Reg<Urt>

type SGpioOtyper = Reg<Srt>

type CGpioOtyper = Reg<Crt>

impl GpioPupdrPupdr for GpioC7[src]

type UGpioPupdrPupdr = Pupdr7<Urt>

type SGpioPupdrPupdr = Pupdr7<Srt>

type CGpioPupdrPupdr = Pupdr7<Crt>

impl GpioPupdr for GpioC7[src]

type GpioPupdrVal = Val

type UGpioPupdr = Reg<Urt>

type SGpioPupdr = Reg<Srt>

type CGpioPupdr = Reg<Crt>

impl GpioPinMap for GpioC7[src]

type GpioHeadMap = GpioCHead

GPIO port head peripheral variant.

Auto Trait Implementations

impl Unpin for GpioC7

impl Send for GpioC7

impl Sync for GpioC7

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]