I was going through infocenter
nrfx_err_t nrfx_ppi_channel_assign | ( | nrf_ppi_channel_t | channel, |
uint32_t | eep, | ||
uint32_t | tep | ||
) |
Function for assigning task and event endpoints to the PPI channel.
- Parameters
-
[in] channel PPI channel to be assigned endpoints. [in] eep Event endpoint address. [in] tep Task endpoint address.
- Return values
-
NRFX_SUCCESS If the channel was successfully assigned. NRFX_ERROR_INVALID_STATE If the channel is not allocated for the user. NRFX_ERROR_INVALID_PARAM If the channel is not user-configurable.
In here what is event end point and task endpoint?