Searched refs:ATMEL_SAM0_DT_INST_DMA_CHANNEL (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/soc/atmel/sam0/common/ |
D | atmel_sam0_dt.h | 31 #define ATMEL_SAM0_DT_INST_DMA_CHANNEL(n, name) \ macro
|
/Zephyr-latest/drivers/spi/ |
D | spi_sam0.c | 709 .tx_dma_channel = ATMEL_SAM0_DT_INST_DMA_CHANNEL(n, tx), \ 711 .rx_dma_channel = ATMEL_SAM0_DT_INST_DMA_CHANNEL(n, rx),
|
/Zephyr-latest/drivers/serial/ |
D | uart_sam0.c | 1261 .tx_dma_channel = ATMEL_SAM0_DT_INST_DMA_CHANNEL(n, tx), \ 1263 .rx_dma_channel = ATMEL_SAM0_DT_INST_DMA_CHANNEL(n, rx),
|
/Zephyr-latest/drivers/i2c/ |
D | i2c_sam0.c | 788 .dma_channel = ATMEL_SAM0_DT_INST_DMA_CHANNEL(n, rx),
|