[][src]Struct drone_stm32_map_periph_gpio::pin::GpioC15

pub struct GpioC15(_);

GPIO port C pin 15 peripheral variant.

Trait Implementations

impl GpioAfrAfr for GpioC15[src]

type UGpioAfrAfr = Afrh15<Urt>

type SGpioAfrAfr = Afrh15<Srt>

type CGpioAfrAfr = Afrh15<Crt>

impl GpioAfr for GpioC15[src]

type GpioAfrVal = Val

type UGpioAfr = Reg<Urt>

type SGpioAfr = Reg<Srt>

type CGpioAfr = Reg<Crt>

impl GpioAscrAscOpt for GpioC15[src]

type UGpioAscrAscOpt = Asc15<Urt>

type SGpioAscrAscOpt = Asc15<Srt>

type CGpioAscrAscOpt = Asc15<Crt>

impl GpioAscrAscExt for GpioC15[src]

type UGpioAscrAsc = Asc15<Urt>

type SGpioAscrAsc = Asc15<Srt>

type CGpioAscrAsc = Asc15<Crt>

impl GpioAscrAsc for GpioC15[src]

impl GpioAscr for GpioC15[src]

type GpioAscrVal = Val

type UGpioAscr = Reg<Urt>

type SGpioAscr = Reg<Srt>

type CGpioAscr = Reg<Crt>

impl GpioBrrBr for GpioC15[src]

type UGpioBrrBr = Br15<Urt>

type SGpioBrrBr = Br15<Srt>

type CGpioBrrBr = Br15<Crt>

impl GpioBrr for GpioC15[src]

type GpioBrrVal = Val

type UGpioBrr = Reg<Urt>

type SGpioBrr = Reg<Srt>

type CGpioBrr = Reg<Crt>

impl GpioBsrrBr for GpioC15[src]

type UGpioBsrrBr = Br15<Urt>

type SGpioBsrrBr = Br15<Srt>

type CGpioBsrrBr = Br15<Crt>

impl GpioBsrrBs for GpioC15[src]

type UGpioBsrrBs = Bs15<Urt>

type SGpioBsrrBs = Bs15<Srt>

type CGpioBsrrBs = Bs15<Crt>

impl GpioBsrr for GpioC15[src]

type GpioBsrrVal = Val

type UGpioBsrr = Reg<Urt>

type SGpioBsrr = Reg<Srt>

type CGpioBsrr = Reg<Crt>

impl GpioIdrIdr for GpioC15[src]

type UGpioIdrIdr = Idr15<Urt>

type SGpioIdrIdr = Idr15<Srt>

type CGpioIdrIdr = Idr15<Crt>

impl GpioIdr for GpioC15[src]

type GpioIdrVal = Val

type UGpioIdr = Reg<Urt>

type SGpioIdr = Reg<Srt>

type CGpioIdr = Reg<Crt>

impl GpioLckrLck for GpioC15[src]

type UGpioLckrLck = Lck15<Urt>

type SGpioLckrLck = Lck15<Srt>

type CGpioLckrLck = Lck15<Crt>

impl GpioLckr for GpioC15[src]

type GpioLckrVal = Val

type UGpioLckr = Reg<Urt>

type SGpioLckr = Reg<Srt>

type CGpioLckr = Reg<Crt>

impl GpioModerModer for GpioC15[src]

type UGpioModerModer = Moder15<Urt>

type SGpioModerModer = Moder15<Srt>

type CGpioModerModer = Moder15<Crt>

impl GpioModer for GpioC15[src]

type GpioModerVal = Val

type UGpioModer = Reg<Urt>

type SGpioModer = Reg<Srt>

type CGpioModer = Reg<Crt>

impl GpioOdrOdr for GpioC15[src]

type UGpioOdrOdr = Odr15<Urt>

type SGpioOdrOdr = Odr15<Srt>

type CGpioOdrOdr = Odr15<Crt>

impl GpioOdr for GpioC15[src]

type GpioOdrVal = Val

type UGpioOdr = Reg<Urt>

type SGpioOdr = Reg<Srt>

type CGpioOdr = Reg<Crt>

impl GpioOspeedrOspeedr for GpioC15[src]

type UGpioOspeedrOspeedr = Ospeedr15<Urt>

type SGpioOspeedrOspeedr = Ospeedr15<Srt>

type CGpioOspeedrOspeedr = Ospeedr15<Crt>

impl GpioOspeedr for GpioC15[src]

type GpioOspeedrVal = Val

type UGpioOspeedr = Reg<Urt>

type SGpioOspeedr = Reg<Srt>

type CGpioOspeedr = Reg<Crt>

impl GpioOtyperOt for GpioC15[src]

type UGpioOtyperOt = Ot15<Urt>

type SGpioOtyperOt = Ot15<Srt>

type CGpioOtyperOt = Ot15<Crt>

impl GpioOtyper for GpioC15[src]

type GpioOtyperVal = Val

type UGpioOtyper = Reg<Urt>

type SGpioOtyper = Reg<Srt>

type CGpioOtyper = Reg<Crt>

impl GpioPupdrPupdr for GpioC15[src]

type UGpioPupdrPupdr = Pupdr15<Urt>

type SGpioPupdrPupdr = Pupdr15<Srt>

type CGpioPupdrPupdr = Pupdr15<Crt>

impl GpioPupdr for GpioC15[src]

type GpioPupdrVal = Val

type UGpioPupdr = Reg<Urt>

type SGpioPupdr = Reg<Srt>

type CGpioPupdr = Reg<Crt>

impl GpioPinMap for GpioC15[src]

type GpioHeadMap = GpioCHead

GPIO port head peripheral variant.

Auto Trait Implementations

impl Unpin for GpioC15

impl Send for GpioC15

impl Sync for GpioC15

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]