Searched refs:wipwait (Results 1 – 3 of 3) sorted by relevance
248 …bool wipwait; /**< Wait if a Wait in Progress bit is set in the memory status b… member259 …bool wipwait; /**< Enable or disable waiting for complete operation executio… member890 config |= (p_config->wipwait ? 1U : 0U) << QSPI_ADDRCONF_WIPWAIT_Pos; in nrf_qspi_addrconfig_set()1044 ((uint32_t)p_config->wipwait << QSPI_CINSTRCONF_WIPWAIT_Pos) | in nrf_qspi_cinstr_transfer_start()1055 ((uint32_t)p_config->wipwait << QSPI_CINSTRCONF_WIPWAIT_Pos) | in nrf_qspi_cinstr_long_transfer_start()
133 .wipwait = false, \
566 NRFX_ASSERT(p_config->wipwait); in nrfx_qspi_cinstr_xfer()