Lines Matching full:driver
43 * @defgroup nrfx_spi SPI driver
46 * @brief SPI peripheral driver.
50 * @brief SPI master driver instance data structure.
55 uint8_t drv_inst_idx; ///< Driver instance index.
72 * @brief Macro for creating an SPI master driver instance.
88 * @brief SPI master driver instance configuration structure.
101 * if this signal is not needed. The driver
173 * @brief SPI master driver event types, passed to the handler routine provided
188 * @brief SPI master driver event handler type.
194 * @brief Function for initializing the SPI master driver instance.
198 * @param[in] p_instance Pointer to the driver instance structure.
206 * @retval NRFX_ERROR_INVALID_STATE If the driver was already initialized.
218 * @brief Function for uninitializing the SPI master driver instance.
220 * @param[in] p_instance Pointer to the driver instance structure.
232 * @param p_instance Pointer to the driver instance structure.
238 * @retval NRFX_ERROR_BUSY If the driver is not ready for a new transfer.
248 * @param[in] p_instance Pointer to the driver instance structure.