embassy-nrf

Crates

git

Versions

nrf9161-s

Flavors

embassy_nrf::twis

Trait Instance

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

TWIS peripheral instance.

Required Associated Types§

source

type Interrupt: Interrupt

Interrupt for this peripheral.

Object Safety§

This trait is not object safe.

Implementors§