Zephyr API Documentation
4.2.99
A Scalable Open Source RTOS
4.2.99
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
q
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
cpu_freq
cpu_load
crypto
data
debug
devicetree
dfu
display
drivers
dsp
dt-bindings
acpi
adc
battery
clock
comparator
dac
dai
display
dma
espi
ethernet
flash_controller
gpio
i2c
input
inputmux
interrupt-controller
ipc_service
led
lora
lvgl
memory-attr
memory-controller
mfd
mipi_dbi
mipi_dbi.h
mipi_dsi
misc
opamp
pcie
pinctrl
power
pwm
qspi
rdc
regulator
reserved-memory
reset
sensor
sent
spi
timer
usb
usb-c
video
dt-util.h
fs
gnss
input
instrumentation
internal
ipc
kernel
libsbc
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
nvmem.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
mipi_dbi.h
Go to the documentation of this file.
1
/*
2
* Copyright 2024,2025 NXP
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
7
#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_MIPI_DBI_MIPI_DBI_H_
8
#define ZEPHYR_INCLUDE_DT_BINDINGS_MIPI_DBI_MIPI_DBI_H_
9
14
32
#define MIPI_DBI_MODE_SPI_3WIRE 0x1
53
#define MIPI_DBI_MODE_SPI_4WIRE 0x2
81
#define MIPI_DBI_MODE_6800_BUS_16_BIT 0x3
82
#define MIPI_DBI_MODE_6800_BUS_9_BIT 0x4
83
#define MIPI_DBI_MODE_6800_BUS_8_BIT 0x5
111
#define MIPI_DBI_MODE_8080_BUS_16_BIT 0x6
112
#define MIPI_DBI_MODE_8080_BUS_9_BIT 0x7
113
#define MIPI_DBI_MODE_8080_BUS_8_BIT 0x8
115
126
#define MIPI_DBI_MODE_RGB332 (0x1 << 4U)
133
#define MIPI_DBI_MODE_RGB444 (0x2 << 4U)
140
#define MIPI_DBI_MODE_RGB565 (0x3 << 4U)
155
#define MIPI_DBI_MODE_RGB666_1 (0x4 << 4U)
161
#define MIPI_DBI_MODE_RGB666_2 (0x5 << 4U)
174
#define MIPI_DBI_MODE_RGB888_1 (0x6 << 4U)
179
#define MIPI_DBI_MODE_RGB888_2 (0x7 << 4U)
181
183
#define MIPI_DBI_TE_NO_EDGE 0x0
184
197
#define MIPI_DBI_TE_RISING_EDGE 0x1
198
214
#define MIPI_DBI_TE_FALLING_EDGE 0x2
215
221
#define MIPI_DBI_SPI_XFR_8BIT 8
242
#define MIPI_DBI_SPI_XFR_16BIT 16
243
247
248
249
#endif
/* ZEPHYR_INCLUDE_DT_BINDINGS_MIPI_DBI_MIPI_DBI_H_ */
zephyr
dt-bindings
mipi_dbi
mipi_dbi.h
Generated on
for Zephyr API Documentation by
1.14.0