Lines Matching full:allocated
42 …ted; /**< Bitmap representing channels availability. 1 when a channel is allocated, 0 otherwise. */
43 …ocated; /**< Bitmap representing groups availability. 1 when a group is allocated, 0 otherwise.*/
118 * @brief Check whether a channel is allocated.
122 * @retval true The channel is allocated.
123 * @retval false The channel is not allocated.
132 * @brief Set channel allocated indication.
134 * @param[in] channel_num Specifies the channel to set the "allocated" indication.
143 * @brief Clear channel allocated indication.
145 * @param[in] channel_num Specifies the channel to clear the "allocated" indication.
154 * @brief Clear all allocated channels.
163 * @brief Check whether a group is allocated.
167 * @retval true The group is allocated.
168 * false The group is not allocated.
177 * @brief Set group allocated indication.
179 * @param[in] group_num Specifies the group to set the "allocated" indication.
188 * @brief Clear group allocated indication.
190 * @param[in] group_num Specifies the group to clear the "allocated" indication.
199 * @brief Clear all allocated groups.
249 NRFX_LOG_INFO("Allocated channel: %d.", channel); in nrfx_ppi_channel_alloc()
397 NRFX_LOG_INFO("Allocated group: %d.", group); in nrfx_ppi_group_alloc()