We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d49b5e commit 70c3222Copy full SHA for 70c3222
nrf-hal-common/src/timer.rs
@@ -502,8 +502,8 @@ impl Instance for TIMER4 {
502
}
503
504
505
-#[cfg(any(feature = "52832", feature = "52833", feature = "52840"))]
506
/// Adds task- and event PPI endpoint getters for CC[4] and CC[5] on supported instances.
+#[cfg(any(feature = "52832", feature = "52833", feature = "52840"))]
507
pub trait ExtendedCCTimer {
508
fn task_capture_cc4(&self) -> &Reg<u32, TasksCapture3>;
509
fn task_capture_cc5(&self) -> &Reg<u32, TasksCapture3>;
0 commit comments