[][src]Struct drone_stm32_map_periph_gpio::pin::GpioC0

pub struct GpioC0(_);

GPIO port C pin 0 peripheral variant.

Trait Implementations

impl GpioAfrAfr for GpioC0[src]

type UGpioAfrAfr = Afrl0<Urt>

type SGpioAfrAfr = Afrl0<Srt>

type CGpioAfrAfr = Afrl0<Crt>

impl GpioAfr for GpioC0[src]

type GpioAfrVal = Val

type UGpioAfr = Reg<Urt>

type SGpioAfr = Reg<Srt>

type CGpioAfr = Reg<Crt>

impl GpioAscrAscOpt for GpioC0[src]

type UGpioAscrAscOpt = Asc0<Urt>

type SGpioAscrAscOpt = Asc0<Srt>

type CGpioAscrAscOpt = Asc0<Crt>

impl GpioAscrAscExt for GpioC0[src]

type UGpioAscrAsc = Asc0<Urt>

type SGpioAscrAsc = Asc0<Srt>

type CGpioAscrAsc = Asc0<Crt>

impl GpioAscrAsc for GpioC0[src]

impl GpioAscr for GpioC0[src]

type GpioAscrVal = Val

type UGpioAscr = Reg<Urt>

type SGpioAscr = Reg<Srt>

type CGpioAscr = Reg<Crt>

impl GpioBrrBr for GpioC0[src]

type UGpioBrrBr = Br0<Urt>

type SGpioBrrBr = Br0<Srt>

type CGpioBrrBr = Br0<Crt>

impl GpioBrr for GpioC0[src]

type GpioBrrVal = Val

type UGpioBrr = Reg<Urt>

type SGpioBrr = Reg<Srt>

type CGpioBrr = Reg<Crt>

impl GpioBsrrBr for GpioC0[src]

type UGpioBsrrBr = Br0<Urt>

type SGpioBsrrBr = Br0<Srt>

type CGpioBsrrBr = Br0<Crt>

impl GpioBsrrBs for GpioC0[src]

type UGpioBsrrBs = Bs0<Urt>

type SGpioBsrrBs = Bs0<Srt>

type CGpioBsrrBs = Bs0<Crt>

impl GpioBsrr for GpioC0[src]

type GpioBsrrVal = Val

type UGpioBsrr = Reg<Urt>

type SGpioBsrr = Reg<Srt>

type CGpioBsrr = Reg<Crt>

impl GpioIdrIdr for GpioC0[src]

type UGpioIdrIdr = Idr0<Urt>

type SGpioIdrIdr = Idr0<Srt>

type CGpioIdrIdr = Idr0<Crt>

impl GpioIdr for GpioC0[src]

type GpioIdrVal = Val

type UGpioIdr = Reg<Urt>

type SGpioIdr = Reg<Srt>

type CGpioIdr = Reg<Crt>

impl GpioLckrLck for GpioC0[src]

type UGpioLckrLck = Lck0<Urt>

type SGpioLckrLck = Lck0<Srt>

type CGpioLckrLck = Lck0<Crt>

impl GpioLckr for GpioC0[src]

type GpioLckrVal = Val

type UGpioLckr = Reg<Urt>

type SGpioLckr = Reg<Srt>

type CGpioLckr = Reg<Crt>

impl GpioModerModer for GpioC0[src]

type UGpioModerModer = Moder0<Urt>

type SGpioModerModer = Moder0<Srt>

type CGpioModerModer = Moder0<Crt>

impl GpioModer for GpioC0[src]

type GpioModerVal = Val

type UGpioModer = Reg<Urt>

type SGpioModer = Reg<Srt>

type CGpioModer = Reg<Crt>

impl GpioOdrOdr for GpioC0[src]

type UGpioOdrOdr = Odr0<Urt>

type SGpioOdrOdr = Odr0<Srt>

type CGpioOdrOdr = Odr0<Crt>

impl GpioOdr for GpioC0[src]

type GpioOdrVal = Val

type UGpioOdr = Reg<Urt>

type SGpioOdr = Reg<Srt>

type CGpioOdr = Reg<Crt>

impl GpioOspeedrOspeedr for GpioC0[src]

type UGpioOspeedrOspeedr = Ospeedr0<Urt>

type SGpioOspeedrOspeedr = Ospeedr0<Srt>

type CGpioOspeedrOspeedr = Ospeedr0<Crt>

impl GpioOspeedr for GpioC0[src]

type GpioOspeedrVal = Val

type UGpioOspeedr = Reg<Urt>

type SGpioOspeedr = Reg<Srt>

type CGpioOspeedr = Reg<Crt>

impl GpioOtyperOt for GpioC0[src]

type UGpioOtyperOt = Ot0<Urt>

type SGpioOtyperOt = Ot0<Srt>

type CGpioOtyperOt = Ot0<Crt>

impl GpioOtyper for GpioC0[src]

type GpioOtyperVal = Val

type UGpioOtyper = Reg<Urt>

type SGpioOtyper = Reg<Srt>

type CGpioOtyper = Reg<Crt>

impl GpioPupdrPupdr for GpioC0[src]

type UGpioPupdrPupdr = Pupdr0<Urt>

type SGpioPupdrPupdr = Pupdr0<Srt>

type CGpioPupdrPupdr = Pupdr0<Crt>

impl GpioPupdr for GpioC0[src]

type GpioPupdrVal = Val

type UGpioPupdr = Reg<Urt>

type SGpioPupdr = Reg<Srt>

type CGpioPupdr = Reg<Crt>

impl GpioPinMap for GpioC0[src]

type GpioHeadMap = GpioCHead

GPIO port head peripheral variant.

Auto Trait Implementations

impl Unpin for GpioC0

impl Send for GpioC0

impl Sync for GpioC0

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]