![]() |
nrfxlib API 3.3.99
|
| 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.
| [in] | p_dppic | Pointer to a DPPIC controller instance. |
| [out] | p_dppi_ch | Allocated DPPI channel number on the given DPPIC instance. Value written at this pointer is valid only on successful allocation. |
| true | Allocation successful. |
| false | Allocation failed. |