Lines Matching full:configuration
50 * @brief QSPI driver instance configuration structure.
55 nrf_qspi_pins_t pins; /**< Pins configuration structure. */
56 nrf_qspi_prot_conf_t prot_if; /**< Protocol layer interface configuration structure. */
57 nrf_qspi_phy_conf_t phy_if; /**< Physical layer interface configuration structure. */
62 * @brief QSPI instance default configuration.
91 * @brief QSPI custom instruction helper with default configuration.
132 * @param[in] p_config Pointer to the structure with initial configuration.
140 * @retval NRFX_ERROR_INVALID_PARAM If the pin configuration was incorrect.
247 * Use this function to transfer configuration data to memory and to receive data from memory.
251 * @param[in] p_config Pointer to the structure with opcode and transfer configuration.
263 …brief Function for sending operation code and data to the memory device with simpler configuration.
265 * Use this function to transfer configuration data to memory and to receive data from memory.