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.
ConfigurablePpi
Ppi
1 parent 47c478c commit e08aa51Copy full SHA for e08aa51
nrf-hal-common/src/ppi/mod.rs
@@ -82,7 +82,7 @@ pub trait Ppi {
82
}
83
84
/// Traits that extends the [Ppi](trait.Ppi.html) trait, marking a channel as fully configurable.
85
-pub trait ConfigurablePpi {
+pub trait ConfigurablePpi: Ppi {
86
/// Sets the task that must be triggered when the configured event occurs. The user must provide
87
/// a reference to the task.
88
fn set_task_endpoint<T: Task>(&mut self, task: &T);
0 commit comments