Struct cc26xx::gpio::Port
[−]
[src]
pub struct Port { pins: [GPIOPin; 32], }
Fields
pins: [GPIOPin; 32]
Methods
impl Port
[src]
pub fn handle_interrupt(&self)
[src]
Trait Implementations
impl Index<usize> for Port
[src]
type Output = GPIOPin
The returned type after indexing.
fn index(&self, index: usize) -> &GPIOPin
[src]
Performs the indexing (container[index]
) operation.