embassy-nrf

Crates

git

Versions

nrf54l15-app-s

Flavors

Instance

Trait Instance 

Source
pub trait Instance:
    SealedInstance
    + 'static
    + Send {
    type Interrupt: Interrupt;
}
Expand description

CRACEN peripheral instance.

Required Associated Types§

Source

type Interrupt: Interrupt

Interrupt for this peripheral.

Implementors§