nrf: add PPI channel group driver.
This commit is contained in:
@ -14,7 +14,7 @@ impl Event {
|
||||
}
|
||||
}
|
||||
|
||||
fn regs() -> &'static pac::ppi::RegisterBlock {
|
||||
pub(crate) fn regs() -> &'static pac::ppi::RegisterBlock {
|
||||
unsafe { &*pac::PPI::ptr() }
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user