Embassy
embassy-nrf

Crates

git

Versions

nrf52805

Flavors

Trait embassy_nrf::spis::Instance

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

SPIS peripheral instance

Required Associated Types§

source

type Interrupt: Interrupt

Interrupt for this peripheral.

Object Safety§

This trait is not object safe.

Implementors§