Struct stm32f446_hal::stm32f446::GPIOH[][src]

pub struct GPIOH { /* fields omitted */ }

General-purpose I/Os

Methods

impl GPIOH
[src]

Returns a pointer to the register block

Trait Implementations

impl Deref for GPIOH
[src]

The resulting type after dereferencing.

Dereferences the value.

impl Send for GPIOH
[src]

impl GpioExt for GPIOH
[src]

The to split the GPIO into

Splits the GPIO block into independent pins and registers

Auto Trait Implementations

impl !Sync for GPIOH