embassy-nrf

Crates

git

Versions

nrf54l05-app-s

Flavors

GpiotePin

Trait GpiotePin 

Source
pub trait GpiotePin: GpioPin + SealedGpiotePin {
    type Instance: GpioteInstance;
}
Expand description

Represents a GPIO pin that can be used with GPIOTE.

Required Associated Types§

Source

type Instance: GpioteInstance

The GPIOTE instance this pin belongs to.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§