Lines Matching full:driver
43 * @defgroup nrfx_qspi QSPI driver
46 * @brief Quad Serial Peripheral Interface (QSPI) peripheral driver.
50 * @brief QSPI driver instance configuration structure.
104 * @brief QSPI master driver event types, passed to the handler routine provided
113 * @brief QSPI driver event handler type.
118 * @brief Function for initializing the QSPI driver instance.
139 * @retval NRFX_ERROR_INVALID_STATE If the driver was already initialized.
147 * @brief Function for uninitializing the QSPI driver instance.
167 * @retval NRFX_ERROR_BUSY If the driver currently handles another operation.
194 * @retval NRFX_ERROR_BUSY If the driver currently handles other operation.
221 * @retval NRFX_ERROR_BUSY If the driver currently handles another operation.
231 * @retval NRFX_ERROR_BUSY If the driver currently handles another operation.
236 * @brief Function for getting the current driver status and status byte of memory device with
239 * @retval NRFX_SUCCESS If the driver and memory are ready to handle a new operation.
240 * @retval NRFX_ERROR_BUSY If the driver or memory currently handle another operation.
257 * @retval NRFX_ERROR_BUSY If the driver currently handles other operation.
273 * @retval NRFX_ERROR_BUSY If the driver currently handles another operation.