[][src]Struct drone_stm32_map_periph_gpio::GpioPortPeriph

pub struct GpioPortPeriph<T: GpioPortMap> {
    pub rcc_busenr_gpioen: T::SRccBusenrGpioen,
    pub rcc_busrstr_gpiorst: T::SRccBusrstrGpiorst,
    pub gpio_bsrr: T::SGpioBsrr,
    pub gpio_idr: T::SGpioIdr,
    pub gpio_lckr: T::SGpioLckr,
    pub gpio_odr: T::SGpioOdr,
}

Generic GPIO port peripheral.

Fields

rcc_busenr_gpioen: T::SRccBusenrGpioenrcc_busrstr_gpiorst: T::SRccBusrstrGpiorstgpio_bsrr: T::SGpioBsrrgpio_idr: T::SGpioIdrgpio_lckr: T::SGpioLckrgpio_odr: T::SGpioOdr

Auto Trait Implementations

impl<T> Unpin for GpioPortPeriph<T> where
    <T as GpioBsrr<T>>::SGpioBsrr: Unpin,
    <T as GpioIdr<T>>::SGpioIdr: Unpin,
    <T as GpioLckr<T>>::SGpioLckr: Unpin,
    <T as GpioOdr<T>>::SGpioOdr: Unpin,
    <T as RccBusenrGpioen>::SRccBusenrGpioen: Unpin,
    <T as RccBusrstrGpiorst>::SRccBusrstrGpiorst: Unpin

impl<T> Send for GpioPortPeriph<T> where
    <T as GpioBsrr<T>>::SGpioBsrr: Send,
    <T as GpioIdr<T>>::SGpioIdr: Send,
    <T as GpioLckr<T>>::SGpioLckr: Send,
    <T as GpioOdr<T>>::SGpioOdr: Send,
    <T as RccBusenrGpioen>::SRccBusenrGpioen: Send,
    <T as RccBusrstrGpiorst>::SRccBusrstrGpiorst: Send

impl<T> Sync for GpioPortPeriph<T> where
    <T as GpioBsrr<T>>::SGpioBsrr: Sync,
    <T as GpioIdr<T>>::SGpioIdr: Sync,
    <T as GpioLckr<T>>::SGpioLckr: Sync,
    <T as GpioOdr<T>>::SGpioOdr: Sync,
    <T as RccBusenrGpioen>::SRccBusenrGpioen: Sync,
    <T as RccBusrstrGpiorst>::SRccBusrstrGpiorst: 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]