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 4841ba0 commit 610df41Copy full SHA for 610df41
nrf-hal-common/src/ppi/mod.rs
@@ -91,7 +91,7 @@ pub trait ConfigurablePpi {
91
92
/// Trait for a PPI channel group.
93
pub trait PpiChannelGroup {
94
- /// Returns reference to tasks_chg[x].en endpoint for enabling channel group.
+ /// Returns reference to `tasks_chg[x].en` endpoint for enabling channel group.
95
fn task_enable(&self) -> &Reg<u32, _EN>;
96
/// Returns reference to tasks_chg[x].dis endpoint for disabling channel group.
97
fn task_disable(&self) -> &Reg<u32, _DIS>;
0 commit comments