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
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
max32657_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_MAX32657_DMA_H_
8
#define ZEPHYR_INCLUDE_DT_BINDINGS_DMA_MAX32657_DMA_H_
9
10
#define MAX32_DMA_SLOT_MEMTOMEM 0x00U
11
#define MAX32_DMA_SLOT_SPI_RX 0x01U
12
#define MAX32_DMA_SLOT_UART_RX 0x04U
13
#define MAX32_DMA_SLOT_I2C_CONTROLLER_RX 0x07U
14
#define MAX32_DMA_SLOT_I3C_CONTROLLER_RX 0x07U
15
#define MAX32_DMA_SLOT_I2C_TARGET_RX 0x08U
16
#define MAX32_DMA_SLOT_I3C_TARGET_RX 0x08U
17
#define MAX32_DMA_SLOT_AES_RX 0x10U
18
#define MAX32_DMA_SLOT_SPI_TX 0x21U
19
#define MAX32_DMA_SLOT_UART_TX 0x24U
20
#define MAX32_DMA_SLOT_I2C_CONTROLLER_TX 0x27U
21
#define MAX32_DMA_SLOT_I3C_CONTROLLER_TX 0x27U
22
#define MAX32_DMA_SLOT_I2C_TARGET_TX 0x28U
23
#define MAX32_DMA_SLOT_I3C_TARGET_TX 0x28U
24
#define MAX32_DMA_SLOT_CRC 0x2CU
25
#define MAX32_DMA_SLOT_AES_TX 0x30U
26
27
#endif
/* ZEPHYR_INCLUDE_DT_BINDINGS_DMA_MAX32657_DMA_H_ */
zephyr
dt-bindings
dma
max32657_dma.h
Generated on
for Zephyr API Documentation by
1.14.0