Trait GpioExt
sodaq_one::gpio
pub trait GpioExt { type Parts; fn split(self) -> Self::Parts; }
The GpioExt trait allows splitting the PORT hardware into its constituent pin parts.
type Parts
fn split(self) -> Self::Parts
Consume and split the device into its constitent parts
impl GpioExt for PORT
type Parts = Parts
fn split(self) -> Parts
Split the PORT peripheral into discrete pins