Skip to content

Commit 58512ef

Browse files
committed
Implement Task for ppi::task_chg::*
1 parent 9097565 commit 58512ef

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

nrf-hal-common/src/ppi/task_nrf52832.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
use crate::ppi::Task;
22

3+
// Task Impls for PPI channel groups
4+
impl Task for crate::pac::ppi::tasks_chg::EN {}
5+
impl Task for crate::pac::ppi::tasks_chg::DIS {}
6+
37
// Task Impls
48
//
59
// To reproduce, in the pac crate, search

0 commit comments

Comments
 (0)