Struct stm32f446_hal::stm32f446::GPIOA[][src]

pub struct GPIOA { /* fields omitted */ }

General-purpose I/Os

Methods

impl GPIOA
[src]

Returns a pointer to the register block

Trait Implementations

impl Deref for GPIOA
[src]

The resulting type after dereferencing.

Dereferences the value.

impl Send for GPIOA
[src]

impl GpioExt for GPIOA
[src]

The to split the GPIO into

Splits the GPIO block into independent pins and registers

Auto Trait Implementations

impl !Sync for GPIOA