Struct stm32f446_hal::stm32f446::GPIOE[][src]

pub struct GPIOE { /* fields omitted */ }

GPIOE

Methods

impl GPIOE
[src]

Returns a pointer to the register block

Trait Implementations

impl Deref for GPIOE
[src]

The resulting type after dereferencing.

Dereferences the value.

impl Send for GPIOE
[src]

impl GpioExt for GPIOE
[src]

The to split the GPIO into

Splits the GPIO block into independent pins and registers

Auto Trait Implementations

impl !Sync for GPIOE