embassy-nrf

Crates

git

Versions

nrf52820

Flavors

๐Ÿ“ฃ We want to hear from you! Fill the Rust Embedded 2024 micro-survey.

Trait embassy_nrf::egu::Instance

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

Basic Egu instance.

Required Associated Typesยง

source

type Interrupt: Interrupt

Interrupt for this peripheral.

Object Safetyยง

This trait is not object safe.

Implementorsยง