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.
91 * @brief QSPI custom instruction helper with default configuration.
124 * If the busy bit is 1, this indicates issues with the external memory device. As a result,
132 * @param[in] p_config Pointer to the structure with initial configuration.
138 * @retval NRFX_ERROR_TIMEOUT If the peripheral cannot connect with external memory.
158 * - interrupt mode (with handler) - event emission occurs after the last operation
181 * - interrupt mode (with handler) - event emission occurs after the last operation
208 * - interrupt mode (with handler) - event emission occurs after the last operation
236 * @brief Function for getting the current driver status and status byte of memory device with
251 * @param[in] p_config Pointer to the structure with opcode and transfer configuration.
252 …* @param[in] p_tx_buffer Pointer to the array with data to send. Can be NULL if only opcode is tr…
263 …* @brief Function for sending operation code and data to the memory device with simpler configurat…