Lines Matching full:with
5 * Redistribution and use in source and binary forms, with or without
13 * documentation and/or other materials provided with the distribution.
54 NRF_TWIM_Type * p_twim; ///< Pointer to a structure with TWIM registers.
112 … (1UL << 5) /**< Flag indicating that the TX transfer will not end with a stop condition. */
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.
208 * @param[in] p_config Pointer to the structure with initial configuration.
214 * @retval NRFX_ERROR_BUSY If some other peripheral with the same
253 * this function will fail with the error code NRFX_ERROR_INVALID_ADDR.
261 * checks it with assertion.
291 * checks it with assertion.
310 * - @ref NRFX_TWIM_XFER_TX<span></span>: Write operation (with or without STOP condition).
311 * - @ref NRFX_TWIM_XFER_RX<span></span>: Read operation (with STOP condition).
321 …* An example is a TXRX transfer with the options @ref NRFX_TWIM_FLAG_RX_POSTINC, @ref NRFX_TWIM_…
331 …* - @ref NRFX_TWIM_FLAG_TX_NO_STOP with @ref nrfx_twim_xfer_desc_t::type different than @ref NRFX_…
332 …* - @ref NRFX_TWIM_FLAG_REPEATED_XFER with @ref nrfx_twim_xfer_desc_t::type set to @ref NRFX_TWIM_…
340 * this function will fail with the error code NRFX_ERROR_INVALID_ADDR.
372 …* This function should be used if @ref nrfx_twim_xfer was called with the flag @ref NRFX_TWIM_FLAG…