Lines Matching full:channels
97 * @brief Function for enabling multiple DPPI channels.
99 * The bits in @c mask value correspond to particular channels. It means that
108 * @brief Function for disabling multiple DPPI channels.
110 * The bits in @c mask value correspond to particular channels. It means that
119 * @brief Function for disabling all DPPI channels.
147 * @brief Function for including multiple DPPI channels in a channel group.
149 * @details This function adds all specified channels to the group.
150 * The bits in @p channel_mask value correspond to particular channels. It means that
154 * @param[in] channel_mask Channels to be included in the group.
162 * @brief Function for removing multiple DPPI channels from a channel group.
164 * @details This function removes all specified channels from the group.
165 * The bits in @c channel_mask value correspond to particular channels. It means that
169 * @param[in] channel_mask Channels to be removed from the group.
177 * @brief Function for removing all DPPI channels from a channel group.