Zephyr API Documentation
4.0.0
A Scalable Open Source RTOS
4.0.0
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
►
subsys
▼
zephyr
►
acpi
►
app_memory
►
arch
►
audio
►
bluetooth
►
canbus
►
console
►
crypto
►
data
►
debug
►
devicetree
►
dfu
►
display
►
drivers
►
dsp
▼
dt-bindings
►
acpi
►
adc
►
battery
►
clock
►
dac
►
dai
►
display
▼
dma
►
dma_smartbond.h
►
gd32_dma.h
►
infineon-xmc4xxx-dma.h
►
max32655_dma.h
►
max32662_dma.h
►
max32666_dma.h
►
max32670_dma.h
►
max32672_dma.h
►
max32675_dma.h
►
max32680_dma.h
►
max32690_dma.h
►
rpi_pico_dma.h
►
stm32_dma.h
►
espi
►
ethernet
►
flash_controller
►
gnss
►
gpio
►
i2c
►
input
►
inputmux
►
interrupt-controller
►
ipc_service
►
led
►
lora
►
lvgl
►
memory-attr
►
memory-controller
►
mipi_dbi
►
mipi_dsi
►
misc
►
pcie
►
pinctrl
►
power
►
pwm
►
rdc
►
regulator
►
reserved-memory
►
reset
►
sensor
►
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
►
posix
►
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
►
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
max32662_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_MAX32662_DMA_H_
8
#define ZEPHYR_INCLUDE_DT_BINDINGS_DMA_MAX32662_DMA_H_
9
10
#define MAX32_DMA_SLOT_MEMTOMEM 0x00U
11
#define MAX32_DMA_SLOT_SPI0_RX 0x01U
12
#define MAX32_DMA_SLOT_SPI1_RX 0x02U
13
#define MAX32_DMA_SLOT_UART0_RX 0x04U
14
#define MAX32_DMA_SLOT_UART1_RX 0x05U
15
#define MAX32_DMA_SLOT_CAN_RX 0x06U
16
#define MAX32_DMA_SLOT_I2C0_RX 0x07U
17
#define MAX32_DMA_SLOT_I2C1_RX 0x08U
18
#define MAX32_DMA_SLOT_ADC 0x09U
19
#define MAX32_DMA_SLOT_I2S_RX 0x1EU
20
#define MAX32_DMA_SLOT_SPI0_TX 0x21U
21
#define MAX32_DMA_SLOT_SPI1_TX 0x22U
22
#define MAX32_DMA_SLOT_UART0_TX 0x24U
23
#define MAX32_DMA_SLOT_UART1_TX 0x25U
24
#define MAX32_DMA_SLOT_CAN_TX 0x26U
25
#define MAX32_DMA_SLOT_I2C0_TX 0x27U
26
#define MAX32_DMA_SLOT_I2C1_TX 0x28U
27
#define MAX32_DMA_SLOT_I2S_TX 0x3EU
28
29
#endif
/* ZEPHYR_INCLUDE_DT_BINDINGS_DMA_MAX32662_DMA_H_ */
zephyr
dt-bindings
dma
max32662_dma.h
Generated on Sat Nov 16 2024 04:55:03 for Zephyr API Documentation by
1.12.0