embassy-nrf

Crates

git

Versions

nrf54l05-app-ns

Flavors

Skip to main content

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".

Implementors§