Expand description
PPIB (PPI bridge).
On parts with multiple power domains (e.g. nRF54L) DPPI channels are local to
a domain; a PPIB forwards a signal across domains through a fixed pair of PPIB
instances. A cross-domain link is two ordinary Ppi hops
(one per domain) joined by a Ppib: connect the source event to the
bridge’s task, and the bridge’s event to the
destination task.
Hardwired pairs (nRF54L): PPIB00<->PPIB10, PPIB01<->PPIB20, PPIB11<->PPIB21, PPIB22<->PPIB30.
Structs§
- Ppib
- A cross-domain PPI bridge: a source channel and its hardwired sink channel in the other domain.
Traits§
- Bridge
Channel - One half of a hardwired bridge.
Pairedis the channel it is physically connected to in the other domain (same index, paired instance).