embassy-nrf

Crates

git

Versions

nrf54l05-app-ns

Flavors

Module ppib

Module ppib 

Source
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§

BridgeChannel
One half of a hardwired bridge. Paired is the channel it is physically connected to in the other domain (same index, paired instance).