Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/i2c/
Di2c_max32.c919 #define MAX32_DT_INST_DMA_CELL(n, name, cell) \ macro
925 .tx_dma.channel = MAX32_DT_INST_DMA_CELL(n, tx, channel), \
926 .tx_dma.slot = MAX32_DT_INST_DMA_CELL(n, tx, slot),
929 .rx_dma.channel = MAX32_DT_INST_DMA_CELL(n, rx, channel), \
930 .rx_dma.slot = MAX32_DT_INST_DMA_CELL(n, rx, slot),
/Zephyr-latest/drivers/spi/
Dspi_max32.c933 #define MAX32_DT_INST_DMA_CELL(n, name, cell) \ macro
939 .tx_dma.channel = MAX32_DT_INST_DMA_CELL(n, tx, channel), \
940 .tx_dma.slot = MAX32_DT_INST_DMA_CELL(n, tx, slot), \
942 .rx_dma.channel = MAX32_DT_INST_DMA_CELL(n, rx, channel), \
943 .rx_dma.slot = MAX32_DT_INST_DMA_CELL(n, rx, slot),