Zephyr API Documentation
4.2.0-rc3
A Scalable Open Source RTOS
4.2.0-rc3
Toggle main menu visibility
Main Page
Related Pages
Topics
Data Structures
Data Structures
Data Structure Index
Data Fields
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Enumerator
Files
File List
Globals
All
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
$
a
b
c
d
f
g
h
i
k
l
m
n
o
p
r
s
t
u
x
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Macros
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Zephyr API Documentation
Introduction
Deprecated List
Topics
Data Structures
Files
File List
doc
kernel
lib
modules
subsys
zephyr
acpi
app_memory
arch
audio
bluetooth
canbus
console
crypto
data
debug
devicetree
dfu
display
drivers
dsp
dt-bindings
acpi
adc
battery
clock
comparator
dac
dai
display
dma
silabs
atmel_samx7x_dma.h
ch32v003-dma.h
dma_smartbond.h
gd32_dma.h
infineon-xmc4xxx-dma.h
max32650_dma.h
max32655_dma.h
max32657_dma.h
max32660_dma.h
max32662_dma.h
max32666_dma.h
max32670_dma.h
max32672_dma.h
max32675_dma.h
max32680_dma.h
max32690_dma.h
max78000_dma.h
max78002_dma.h
renesas_rz_dma.h
rpi-pico-dma-common.h
rpi-pico-dma-rp2040.h
rpi-pico-dma-rp2350.h
stm32_dma.h
espi
ethernet
flash_controller
gnss
gpio
i2c
input
inputmux
interrupt-controller
ipc_service
led
lora
lvgl
memory-attr
memory-controller
mfd
mipi_dbi
mipi_dsi
misc
pcie
pinctrl
power
pwm
qspi
rdc
regulator
reserved-memory
reset
sensor
sent
spi
timer
usb
usb-c
video
dt-util.h
fs
input
internal
ipc
kernel
linker
llext
logging
lorawan
math
mem_mgmt
mgmt
misc
modbus
modem
multi_heap
net
platform
pm
pmci
portability
posix
psa
random
retention
rtio
sd
sensing
settings
shell
sip_svc
stats
storage
sys
task_wdt
timing
toolchain
tracing
usb
usb_c
xen
zbus
zvfs
bindesc.h
cache.h
device.h
devicetree.h
fatal.h
fatal_types.h
init.h
irq.h
irq_multilevel.h
irq_nextlevel.h
irq_offload.h
kernel.h
kernel_includes.h
kernel_structs.h
kernel_version.h
net_buf.h
service.h
shared_irq.h
smf.h
spinlock.h
sw_isr_table.h
sys_clock.h
syscall.h
toolchain.h
types.h
Globals
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
max32680_dma.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2024 Analog Devices, Inc.
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
7
#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_DMA_MAX32680_DMA_H_
8
#define ZEPHYR_INCLUDE_DT_BINDINGS_DMA_MAX32680_DMA_H_
9
10
#define MAX32_DMA_SLOT_MEMTOMEM 0x00U
11
#define MAX32_DMA_SLOT_SPI1_RX 0x01U
12
#define MAX32_DMA_SLOT_UART0_RX 0x04U
13
#define MAX32_DMA_SLOT_UART1_RX 0x05U
14
#define MAX32_DMA_SLOT_I2C0_RX 0x07U
15
#define MAX32_DMA_SLOT_I2C1_RX 0x08U
16
#define MAX32_DMA_SLOT_ADC 0x09U
17
#define MAX32_DMA_SLOT_UART2_RX 0x0EU
18
#define MAX32_DMA_SLOT_SPI0_RX 0x0FU
19
#define MAX32_DMA_SLOT_UART3_RX 0x1CU
20
#define MAX32_DMA_SLOT_I2S_RX 0x1EU
21
#define MAX32_DMA_SLOT_SPI1_TX 0x21U
22
#define MAX32_DMA_SLOT_UART0_TX 0x24U
23
#define MAX32_DMA_SLOT_UART1_TX 0x25U
24
#define MAX32_DMA_SLOT_I2C0_TX 0x27U
25
#define MAX32_DMA_SLOT_I2C1_TX 0x28U
26
#define MAX32_DMA_SLOT_CRC 0x2CU
27
#define MAX32_DMA_SLOT_UART2_TX 0x2EU
28
#define MAX32_DMA_SLOT_SPI0_TX 0x2FU
29
#define MAX32_DMA_SLOT_UART3_TX 0x3CU
30
#define MAX32_DMA_SLOT_I2S_TX 0x3EU
31
32
#endif
/* ZEPHYR_INCLUDE_DT_BINDINGS_DMA_MAX32680_DMA_H_ */
zephyr
dt-bindings
dma
max32680_dma.h
Generated on
for Zephyr API Documentation by
1.14.0