nrfxlib API 2.7.99
Loading...
Searching...
No Matches

◆ mpsl_subscribable_hw_event_t

#include <mpsl/fem/include/protocol/mpsl_fem_protocol_api.h>

Type representing a multiple-subscribable hardware event.

For nRF52 series this is an address of an event within a peripheral. This event can be written to EEP register of a PPI channel, to make the PPI channel be driven by the event. For nRF52 series an event can be published to multiple PPI channels by hardware design, which makes it possible for multiple tasks to subscribe to it.

For nRF53 series, this is a number of a DPPI channel which is configured in such a way that certain event publishes to the DPPI channel and the DPPI channel is enabled. Ensuring above is responsibility of a user of the provided API. Multiple tasks can then subscribe to the DPPI channel (by hardware design), thus indirectly to the event.