Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_qspi.h249 bool wren; /**< Send write enable before instruction. */ member
260 bool wren; /**< Send write enable before instruction. */ member
891 config |= (p_config->wren ? 1U : 0U) << QSPI_ADDRCONF_WREN_Pos; in nrf_qspi_addrconfig_set()
1045 ((uint32_t)p_config->wren << QSPI_CINSTRCONF_WREN_Pos)); in nrf_qspi_cinstr_transfer_start()
1056 ((uint32_t)p_config->wren << QSPI_CINSTRCONF_WREN_Pos) | in nrf_qspi_cinstr_long_transfer_start()
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_qspi.h134 .wren = false \