Struct max32630_svd::GPIO[][src]

pub struct GPIO { /* fields omitted */ }

General Purpose I/O Ports (GPIO)

Methods

impl GPIO
[src]

Returns a pointer to the register block

Trait Implementations

impl Send for GPIO
[src]

impl Deref for GPIO
[src]

The resulting type after dereferencing.

Dereferences the value.

Auto Trait Implementations

impl !Sync for GPIO