[][src]Struct drone_stm32_map_periph_gpio::pin::GpioPinPeriph

pub struct GpioPinPeriph<T: GpioPinMap> {
    pub gpio_bsrr_br: T::SGpioBsrrBr,
    pub gpio_bsrr_bs: T::SGpioBsrrBs,
    pub gpio_idr_idr: T::SGpioIdrIdr,
    pub gpio_lckr_lck: T::SGpioLckrLck,
    pub gpio_odr_odr: T::SGpioOdrOdr,
}

Generic GPIO pin peripheral.

Fields

gpio_bsrr_br: T::SGpioBsrrBrgpio_bsrr_bs: T::SGpioBsrrBsgpio_idr_idr: T::SGpioIdrIdrgpio_lckr_lck: T::SGpioLckrLckgpio_odr_odr: T::SGpioOdrOdr

Auto Trait Implementations

impl<T> Unpin for GpioPinPeriph<T> where
    <T as GpioBsrrBr>::SGpioBsrrBr: Unpin,
    <T as GpioBsrrBs>::SGpioBsrrBs: Unpin,
    <T as GpioIdrIdr>::SGpioIdrIdr: Unpin,
    <T as GpioLckrLck>::SGpioLckrLck: Unpin,
    <T as GpioOdrOdr>::SGpioOdrOdr: Unpin

impl<T> Send for GpioPinPeriph<T> where
    <T as GpioBsrrBr>::SGpioBsrrBr: Send,
    <T as GpioBsrrBs>::SGpioBsrrBs: Send,
    <T as GpioIdrIdr>::SGpioIdrIdr: Send,
    <T as GpioLckrLck>::SGpioLckrLck: Send,
    <T as GpioOdrOdr>::SGpioOdrOdr: Send

impl<T> Sync for GpioPinPeriph<T> where
    <T as GpioBsrrBr>::SGpioBsrrBr: Sync,
    <T as GpioBsrrBs>::SGpioBsrrBs: Sync,
    <T as GpioIdrIdr>::SGpioIdrIdr: Sync,
    <T as GpioLckrLck>::SGpioLckrLck: Sync,
    <T as GpioOdrOdr>::SGpioOdrOdr: Sync

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]