Lines Matching full:buffers
82 /** @brief I2S driver buffers structure. */
111 /**< The application should provide buffers that are to be used in the next
113 * be done before the currently used buffers are completely processed
114 * (i.e. the time remaining for supplying the next buffers depends on
115 * the used size of the buffers). */
122 * buffers passed to it by the application, and when it needs to be provided
123 * with buffers for the next part of the transfer.
127 * and used later. If needed, the pointed content (i.e. buffers pointers)
130 * @param[in] p_released Pointer to a structure with pointers to buffers
136 * supply the buffers for the next part of the transfer
140 * buffers are used for the second time) and no buffers
191 * @note Peripherals using EasyDMA (including I2S) require the transfer buffers
195 * @param[in] p_initial_buffers Pointer to a structure specifying the buffers
197 * (buffers for all consecutive parts are provided
199 * @param[in] buffer_size Size of the buffers (in 32-bit words).
207 * @retval NRFX_ERROR_INVALID_ADDR If the provided buffers are not placed
215 * @brief Function for supplying the buffers to be used in the next part of
222 * buffers supplied previously. Otherwise, data corruption will occur.
227 * @retval NRFX_ERROR_INVALID_STATE If the buffers were already supplied or