Skip to main content

ExtendedCCTimer

Trait ExtendedCCTimer 

Source
pub trait ExtendedCCTimer {
    // Required methods
    fn task_capture_cc4(&self) -> &Reg<TASKS_CAPTURE_SPEC>;
    fn task_capture_cc5(&self) -> &Reg<TASKS_CAPTURE_SPEC>;
    fn event_compare_cc4(&self) -> &Reg<EVENTS_COMPARE_SPEC>;
    fn event_compare_cc5(&self) -> &Reg<EVENTS_COMPARE_SPEC>;
}
Expand description

Adds task- and event PPI endpoint getters for CC[4] and CC[5] on supported instances.

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl ExtendedCCTimer for Timer<TIMER3>

Available on crate features 52832 or 52833 or 52840 only.
Source§

impl ExtendedCCTimer for Timer<TIMER4>

Available on crate features 52832 or 52833 or 52840 only.