Trait CaptureEvent

Source
pub trait CaptureEvent<TIM, PSCL> {
    const BITS: u32;
}
Expand description

Implemented for

  • TIM’s update event
  • EEVT1-10

TODO:

  • All neighbor timers CMP1, CPM2, OUT1_RST and OUT1_SET events

Required Associated Constants§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<TIM: InstanceX, PSCL, CPT1, CPT2> CaptureEvent<TIM, PSCL> for HrTim<TIM, PSCL, CPT1, CPT2>

Timer Update event

Source§

const BITS: u32 = 2u32

Source§

impl<const N: u8, const IS_FAST: bool, TIM, PSCL> CaptureEvent<TIM, PSCL> for ExternalEventSource<N, IS_FAST>