![]() |
nrfxlib API 3.3.99
|
| bool mpsl_hwres_ppib_channel_alloc | ( | NRF_PPIB_Type * | p_ppib, |
| uint8_t * | p_ppib_ch ) |
#include <mpsl/include/mpsl_hwres_ppi.h>
Allocate a PPIB channel of a PPIB-to-PPIB interconnection.
| [in] | p_ppib | Pointer to a PPIB instance. |
| [out] | p_ppib_ch | Allocated PPIB channel number the for PPIB-to-PPIB interconnection identified by the p_ppib being one of the sides of the interconnection. Value written at this pointer valid only on successful allocation. |
| true | Allocation successful. |
| false | Allocation failed. |