Searched +full:include +full:- +full:dre (Results 1 – 4 of 4) sorted by relevance
2 # SPDX-License-Identifier: Apache-2.06 include: dma-controller.yaml21 interrupt-parent:26 type: phandle-array28 clock-frequency:36 - 3237 - 6439 axistream-connected:43 The axistream-connected and axistream-control-connected properties can easily cause circular48 axistream-control-connected:[all …]
4 * SPDX-License-Identifier: Apache-2.09 #include <zephyr/device.h>10 #include <errno.h>11 #include <zephyr/init.h>12 #include <zephyr/sys/__assert.h>13 #include <soc.h>14 #include <zephyr/drivers/uart.h>15 #include <zephyr/drivers/dma.h>16 #include <zephyr/drivers/pinctrl.h>17 #include <string.h>[all …]
4 * SPDX-License-Identifier: Apache-2.09 #include <zephyr/logging/log.h>12 #include "spi_context.h"13 #include <errno.h>14 #include <zephyr/device.h>15 #include <zephyr/drivers/spi.h>16 #include <zephyr/drivers/spi/rtio.h>17 #include <zephyr/drivers/dma.h>18 #include <zephyr/drivers/pinctrl.h>19 #include <soc.h>[all …]
6 * SPDX-License-Identifier: Apache-2.012 #include <zephyr/logging/log.h>15 #include "spi_context.h"16 #include <errno.h>17 #include <zephyr/spinlock.h>18 #include <zephyr/device.h>19 #include <zephyr/drivers/spi.h>20 #include <zephyr/drivers/spi/rtio.h>21 #include <zephyr/drivers/dma.h>22 #include <zephyr/drivers/pinctrl.h>[all …]