Embassy
embassy-nrf

Crates

git

Versions

nrf52805

Flavors

pub trait Instance: Peripheral<P = Self> + Instance + 'static + Send {
    type Interrupt: Interrupt;
}
Expand description

qdec peripheral instance.

Required Associated Types§

source

type Interrupt: Interrupt

Interrupt for this peripheral.

Object Safety§

This trait is not object safe.

Implementors§