Struct cc26xx::gpio::Port [] [src]

pub struct Port {
    pins: [GPIOPin; 32],
}

Fields

Methods

impl Port
[src]

[src]

Trait Implementations

impl Index<usize> for Port
[src]

The returned type after indexing.

[src]

Performs the indexing (container[index]) operation.

impl IndexMut<usize> for Port
[src]

[src]

Performs the mutable indexing (container[index]) operation.