Trait grand_central_m4::gpio::GpioExt[][src]

pub trait GpioExt {
    type Parts;
    fn split(self) -> Self::Parts;
}
👎 Deprecated since 0.13.0:

The gpio::v1 module is deprecated, and will be removed in a subsequent release. Please use the gpio::v2 module instead.

Expand description

The GpioExt trait allows splitting the PORT hardware into its constituent pin parts.

Associated Types

👎 Deprecated since 0.13.0:

The gpio::v1 module is deprecated, and will be removed in a subsequent release. Please use the gpio::v2 module instead.

Required methods

👎 Deprecated since 0.13.0:

The gpio::v1 module is deprecated, and will be removed in a subsequent release. Please use the gpio::v2 module instead.

Consume and split the device into its constitent parts

Implementations on Foreign Types

👎 Deprecated since 0.13.0:

The gpio::v1 module is deprecated, and will be removed in a subsequent release. Please use the gpio::v2 module instead.

Split the PORT peripheral into discrete pins

👎 Deprecated since 0.13.0:

The gpio::v1 module is deprecated, and will be removed in a subsequent release. Please use the gpio::v2 module instead.

Implementors