nRFX DPPI single in multiple out for nRF54L15

Hi,

I would like an nRFX example on how to set up DPPI using single in (1 Event) and multiple out (2 Tasks). I have previously done this using the fork functionality in PPI (

nrfx_gppi_fork_endpoint_setup) when working with nRF52832. However, it looks like DPPI in nRF54L15 no longer supports forking since the concept of subscriber/publisher is used. However, I was not able to get this set up using nrfx_gppi_task_endpoint_setup(). Upon closer inspection at the SDK file, it looks like the definition for that function is not even defined. Therefore, It would be nice to get an example on how to set this up properly using nRFX.
Related