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 610df41 commit 6646d72Copy full SHA for 6646d72
nrf-hal-common/src/ppi/mod.rs
@@ -93,7 +93,7 @@ pub trait ConfigurablePpi {
93
pub trait PpiChannelGroup {
94
/// 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.
+ /// Returns reference to `tasks_chg[x].dis` endpoint for disabling channel group.
97
fn task_disable(&self) -> &Reg<u32, _DIS>;
98
/// Sets bitmask for PPI channels which shall be included in this channel group.
99
fn set_channels(&self, mask: u32);
0 commit comments