embassy-nrf

Crates

git

Versions

nrf9161-ns

Flavors

embassy_nrf::timer

Trait Instance

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

Basic Timer instance.

Required Associated Types§

source

type Interrupt: Interrupt

Interrupt for this peripheral.

Object Safety§

This trait is not object safe.

Implementors§