Searched refs:wipwait (Results 1 – 3 of 3) sorted by relevance
246 …bool wipwait; /**< Wait if a Wait in Progress bit is set in the memory status b… member257 …bool wipwait; /**< Enable or disable waiting for complete operation executio… member733 config |= (p_config->wipwait ? 1U : 0U) << QSPI_ADDRCONF_WIPWAIT_Pos; in nrf_qspi_addrconfig_set()877 ((uint32_t)p_config->wipwait << QSPI_CINSTRCONF_WIPWAIT_Pos) | in nrf_qspi_cinstr_transfer_start()888 ((uint32_t)p_config->wipwait << QSPI_CINSTRCONF_WIPWAIT_Pos) | in nrf_qspi_cinstr_long_transfer_start()
114 .wipwait = false, \
192 NRFX_ASSERT(p_config->wipwait); in nrfx_qspi_cinstr_xfer()
Completed in 7 milliseconds