Struct stm32f446_hal::stm32f446::GPIOB[][src]

pub struct GPIOB { /* fields omitted */ }

General-purpose I/Os

Methods

impl GPIOB
[src]

Returns a pointer to the register block

Trait Implementations

impl Deref for GPIOB
[src]

The resulting type after dereferencing.

Dereferences the value.

impl Send for GPIOB
[src]

impl GpioExt for GPIOB
[src]

The to split the GPIO into

Splits the GPIO block into independent pins and registers

Auto Trait Implementations

impl !Sync for GPIOB