Home
last modified time | relevance | path

Searched refs:wipwait (Results 1 – 3 of 3) sorted by relevance

/external/platform/nrfx/hal/
A Dnrf_qspi.h246 …bool wipwait; /**< Wait if a Wait in Progress bit is set in the memory status b… member
257 …bool wipwait; /**< Enable or disable waiting for complete operation executio… member
733 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()
/external/platform/nrfx/drivers/include/
A Dnrfx_qspi.h114 .wipwait = false, \
/external/platform/nrfx/drivers/src/
A Dnrfx_qspi.c192 NRFX_ASSERT(p_config->wipwait); in nrfx_qspi_cinstr_xfer()

Completed in 7 milliseconds