Struct stm32f446_hal::stm32f446::GPIOF[][src]

pub struct GPIOF { /* fields omitted */ }

GPIOF

Methods

impl GPIOF
[src]

Returns a pointer to the register block

Trait Implementations

impl Deref for GPIOF
[src]

The resulting type after dereferencing.

Dereferences the value.

impl Send for GPIOF
[src]

impl GpioExt for GPIOF
[src]

The to split the GPIO into

Splits the GPIO block into independent pins and registers

Auto Trait Implementations

impl !Sync for GPIOF