Searched refs:wren (Results 1 – 2 of 2) sorted by relevance
247 bool wren; /**< Send write enable before instruction. */ member258 bool wren; /**< Send write enable before instruction. */ member734 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()
115 .wren = false \
Completed in 6 milliseconds