Home
last modified time | relevance | path

Searched refs:wren (Results 1 – 2 of 2) sorted by relevance

/external/platform/nrfx/hal/
A Dnrf_qspi.h247 bool wren; /**< Send write enable before instruction. */ member
258 bool wren; /**< Send write enable before instruction. */ member
734 config |= (p_config->wren ? 1U : 0U) << QSPI_ADDRCONF_WREN_Pos; in nrf_qspi_addrconfig_set()
878 ((uint32_t)p_config->wren << QSPI_CINSTRCONF_WREN_Pos)); in nrf_qspi_cinstr_transfer_start()
889 ((uint32_t)p_config->wren << QSPI_CINSTRCONF_WREN_Pos) | in nrf_qspi_cinstr_long_transfer_start()
/external/platform/nrfx/drivers/include/
A Dnrfx_qspi.h115 .wren = false \

Completed in 6 milliseconds