Struct nrf5x::gpio::Port [] [src]

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

Fields

Methods

impl Port
[src]

[src]

GPIOTE interrupt: check each of 4 GPIOTE channels, if any has fired then trigger its corresponding pin's interrupt handler.

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.