Struct nrf5x::pinmux::Pinmux
[−]
[src]
pub struct Pinmux(u32);
An opaque wrapper around a configurable pin.
Methods
impl Pinmux
[src]
pub unsafe fn new(pin: u32) -> Pinmux
[src]
Creates a new Pinmux
wrapping the numbered pin.
Panics
If a Pinmux
for this pin has already
been created.