Lines Matching full:channels
58 …SK ((uint32_t)0xFFFFFFFFuL & ~(NRFX_PPI_CHANNELS_USED)) /**< All PPI channels available to the …
59 …nt32_t)0x000FFFFFuL & ~(NRFX_PPI_CHANNELS_USED)) /**< Programmable PPI channels available to the …
61 …SK ((uint32_t)0xFFF0FFFFuL & ~(NRFX_PPI_CHANNELS_USED)) /**< All PPI channels available to the …
62 …nt32_t)0x0000FFFFuL & ~(NRFX_PPI_CHANNELS_USED)) /**< Programmable PPI channels available to the …
70 * This function disables all channels and clears the channel groups.
178 * @brief Function for including multiple PPI channels in a channel group.
180 * @param[in] channel_mask PPI channels to be added.
181 * @param[in] group Channel group in which to include the channels.
183 * @retval NRFX_SUCCESS If the channels was successfully included.
184 * @retval NRFX_ERROR_INVALID_PARAM If group is not an application group or channels are not an
185 * application channels.
209 * @brief Function for removing multiple PPI channels from a channel group.
211 * @param[in] channel_mask PPI channels to be removed.
212 * @param[in] group Channel group from which to remove the channels.
215 * @retval NRFX_ERROR_INVALID_PARAM If group is not an application group or channels are not an
216 * application channels.