nrfxlib API 3.3.99
Loading...
Searching...
No Matches

◆ mpsl_hwres_dppi_channel_alloc()

bool mpsl_hwres_dppi_channel_alloc ( NRF_DPPIC_Type * p_dppic,
uint8_t * p_dppi_ch )

#include <mpsl/include/mpsl_hwres_ppi.h>

Allocate a DPPI channel of a DPPIC controller instance.

Parameters
[in]p_dppicPointer to a DPPIC controller instance.
[out]p_dppi_chAllocated DPPI channel number on the given DPPIC instance. Value written at this pointer is valid only on successful allocation.
Return values
trueAllocation successful.
falseAllocation failed.