Lines Matching +full:ram +full:- +full:up
2 * Copyright (c) 2015 - 2018, Nordic Semiconductor ASA
92 bool hold_bus_uninit; ///< Hold pull up state on gpio pins after uninit.
110 #define NRFX_TWIM_FLAG_HOLD_XFER (1UL << 3) /**< Set up the transfer but do not start it.…
252 * to be placed in the Data RAM region. If this condition is not met,
269 …* @retval NRFX_ERROR_INVALID_ADDR If the provided buffer is not placed in the Data RAM regio…
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 …
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).
313 * @note TXRX and TXTX transfers are supported only in non-blocking mode.
316 …* - @ref NRFX_TWIM_FLAG_TX_POSTINC and @ref NRFX_TWIM_FLAG_RX_POSTINC<span></span>: Post-increment…
317 …* - @ref NRFX_TWIM_FLAG_NO_XFER_EVT_HANDLER<span></span>: No user event handler after transfer com…
318 …* - @ref NRFX_TWIM_FLAG_HOLD_XFER<span></span>: Driver is not starting the transfer. Use this flag…
320 …* - @ref NRFX_TWIM_FLAG_REPEATED_XFER<span></span>: Prepare for repeated transfers. You can set up…
322 …* After the transfer is set up, a set of transfers can be triggered by PPI that will read, for e…
323 …* external component and put it into a RAM buffer without any interrupts. @ref nrfx_twim_stopped…
325 … not set the driver instance into busy state, so you must ensure that the next transfers are set up
327 * - @ref NRFX_TWIM_FLAG_TX_NO_STOP<span></span>: No stop condition after TX transfer.
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_…
339 * to be placed in the Data RAM region. If this condition is not met,
350 …* @retval NRFX_ERROR_INVALID_ADDR If the provided buffers are not placed in the Data RAM r…