Struct nrf5x::pinmux::Pinmux [] [src]

pub struct Pinmux(u32);

An opaque wrapper around a configurable pin.

Methods

impl Pinmux
[src]

[src]

Creates a new Pinmux wrapping the numbered pin.

Panics

If a Pinmux for this pin has already been created.

Trait Implementations

impl Copy for Pinmux
[src]

impl Clone for Pinmux
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more