pub trait ExtendedCCTimer {
    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

Implementors