Home
last modified time | relevance | path

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

/Zephyr-latest/modules/nrf_wifi/bus/
Dqspi_if.c29 #define QSPI_IF_BUS_NODE DT_NODELABEL(qspi) macro
32 #define QSPI_IF_BUS_IRQN DT_IRQN(QSPI_IF_BUS_NODE)
33 #define QSPI_IF_BUS_IRQ_PRIO DT_IRQ(QSPI_IF_BUS_NODE, priority)
34 #define QSPI_IF_BUS_SCK_PIN DT_PROP(QSPI_IF_BUS_NODE, sck_pin)
35 #define QSPI_IF_BUS_CSN_PIN DT_PROP(QSPI_IF_BUS_NODE, csn_pins)
36 #define QSPI_IF_BUS_IO0_PIN DT_PROP_BY_IDX(QSPI_IF_BUS_NODE, io_pins, 0)
37 #define QSPI_IF_BUS_IO1_PIN DT_PROP_BY_IDX(QSPI_IF_BUS_NODE, io_pins, 1)
38 #define QSPI_IF_BUS_IO2_PIN DT_PROP_BY_IDX(QSPI_IF_BUS_NODE, io_pins, 2)
39 #define QSPI_IF_BUS_IO3_PIN DT_PROP_BY_IDX(QSPI_IF_BUS_NODE, io_pins, 3)
42 (DT_PROP_LEN(QSPI_IF_BUS_NODE, io_pins) == 4)
[all …]