Lines Matching full:not

20  * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
24 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
85 * MISO, and Slave Select to specify that the given signal is not used and
86 * therefore does not need to be connected to a pin.
98 * if this signal is not needed. */
101 * if this signal is not needed. */
104 * if this signal is not needed. */
162 …1UL << 2) /**< Interrupt after each transfer is suppressed, and the event handler is not called. */
163 #define NRFX_SPIM_FLAG_HOLD_XFER (1UL << 3) /**< Set up the transfer but do not start it.…
247 * @retval NRFX_ERROR_NOT_SUPPORTED If requested configuration is not supported
269 * - @ref NRFX_SPIM_FLAG_HOLD_XFER<span></span>: Driver is not starting the transfer. Use this
274 * If @ref NRFX_SPIM_FLAG_NO_XFER_EVT_HANDLER is used, the driver does not set the instance into
275 * busy state, so you must ensure that the next transfers are set up when SPIM is not active.
287 * the driver does not set the instance into busy state, so you must ensure that the next
288 * transfers are set up when SPIM is not active. Supported only by SPIM.
291 * to be placed in the Data RAM region. If this condition is not met,
299 * @retval NRFX_ERROR_BUSY If the driver is not ready for a new transfer.
300 * @retval NRFX_ERROR_NOT_SUPPORTED If the provided parameters are not supported.
301 * @retval NRFX_ERROR_INVALID_ADDR If the provided buffers are not placed in the Data
316 * to be placed in the Data RAM region. If this condition is not met,
332 * @retval NRFX_ERROR_BUSY If the driver is not ready for a new transfer.
333 * @retval NRFX_ERROR_NOT_SUPPORTED If the provided parameters are not supported.
334 * @retval NRFX_ERROR_INVALID_ADDR If the provided buffers are not placed in the Data
347 …* In that case, the transfer is not started by the driver, but it must be started externally by PP…