Trait microbit::hal::timer::ExtendedCCTimer [−][src]
pub trait ExtendedCCTimer {
fn task_capture_cc4(&self) -> &Reg<u32, _TASKS_CAPTURE>;
fn task_capture_cc5(&self) -> &Reg<u32, _TASKS_CAPTURE>;
fn event_compare_cc4(&self) -> &Reg<u32, _EVENTS_COMPARE>;
fn event_compare_cc5(&self) -> &Reg<u32, _EVENTS_COMPARE>;
}Expand description
Adds task- and event PPI endpoint getters for CC[4] and CC[5] on supported instances.