Lines Matching full:by
19 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
131 NRFX_TWIM_XFER_TXRX, ///< TX transfer followed by RX transfer with repeated start.
132 NRFX_TWIM_XFER_TXTX ///< TX transfer followed by TX transfer with repeated start.
209 * @param[in] event_handler Event handler provided by the user. If NULL, blocking mode is enabled.
268 * @retval NRFX_ERROR_INTERNAL If an error was detected by hardware.
295 * @retval NRFX_ERROR_INTERNAL If an error was detected by hardware.
308 …* - @ref NRFX_TWIM_XFER_TXRX<span></span>: Write operation followed by a read operation (without S…
309 …* - @ref NRFX_TWIM_XFER_TXTX<span></span>: Write operation followed by a write operation (without …
316 …TWIM_FLAG_RX_POSTINC<span></span>: Post-incrementation of buffer addresses. Supported only by TWIM.
318 …the transfer. Use this flag if the transfer is triggered externally by PPI. Supported only by TWIM.
320 …sfers. You can set up a number of transfers that will be triggered externally (for example by PPI).
322 …* After the transfer is set up, a set of transfers can be triggered by PPI that will read, for e…
326 * when TWIM is not active. Supported only by TWIM.
335 …* flags are set, two tasks must be used to trigger a transfer: TASKS_RESUME followed by TASKS_STAR…
349 * @retval NRFX_ERROR_INTERNAL If an error was detected by hardware.
373 …* In that case, the transfer is not started by the driver, but it must be started externally by PP…