Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/flash/
Dnrf_qspi_nor.c180 #define INST_0_4BA DT_INST_PROP_OR(0, enter_4byte_addr, 0) macro
181 #if (INST_0_4BA != 0)
182 BUILD_ASSERT(((INST_0_4BA & 0x03) != 0),
691 if (INST_0_4BA != 0) { in configure_chip()
699 rc = qspi_send_cmd(dev, &cmd, (INST_0_4BA & 0x02)); in configure_chip()