Skip to content

Commit 0c93541

Browse files
rexutkartben
authored andcommitted
drivers: mipi_dbi: doc: fix clock in waveform diagram
In the Doxygen comments, the amount of SPI clocks now match the number of data bits shown. The clock was shown half the speed. Signed-off-by: Stephan Linz <linz@li-pro.net>
1 parent 9a14841 commit 0c93541

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

include/zephyr/dt-bindings/mipi_dbi/mipi_dbi.h

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
* command or data byte
2121
*
2222
*
23-
* .---. .---. .---. .---. .---. .---. .---. .---.
24-
* SCK -' '---' '---' '---' '---' '---' '---' '---' '---
23+
* .-. .-. .-. .-. .-. .-. .-. .-. .-. .-. .-. .-. .-. .-. .-. .-
24+
* SCK -' '-' '-' '-' '-' '-' '-' '-' '-' '-' '-' '-' '-' '-' '-' '-'
2525
*
26-
* -.---.---.---.---.---.---.---.---.---.---.---.---.---.---.---.
26+
* -.---.---.---.---.---.---.---.---.---.---.---.---.---.---.---.-
2727
* DOUT |D/C| D7| D6| D5| D4| D3| D2| D1| D0|D/C| D7| D6| D5| D4|...|
28-
* -'---'---'---'---'---'---'---'---'---'---'---'---'---'---'---'
28+
* -'---'---'---'---'---'---'---'---'---'---'---'---'---'---'---'-
2929
* | Word 1 | Word n
3030
*
31-
* -. .--
31+
* -. .-
3232
* CS '-----------------------------------------------------------'
3333
*/
3434
#define MIPI_DBI_MODE_SPI_3WIRE 0x1
@@ -37,15 +37,15 @@
3737
* an additional C/D pin will be use to indicate whether the byte is a
3838
* command or data byte
3939
*
40-
* .---. .---. .---. .---. .---. .---. .---. .---.
41-
* SCK -' '---' '---' '---' '---' '---' '---' '---' '---
40+
* .-. .-. .-. .-. .-. .-. .-. .-. .-. .-. .-. .-. .-. .-. .-. .-.
41+
* SCK -' '-' '-' '-' '-' '-' '-' '-' '-' '-' '-' '-' '-' '-' '-' '-' '---
4242
*
43-
* -.---.---.---.---.---.---.---.---.---.---.---.---.---.---.---.---.
43+
* -.---.---.---.---.---.---.---.---.---.---.---.---.---.---.---.---.-
4444
* DOUT | D7| D6| D5| D4| D3| D2| D1| D0| D7| D6| D5| D4| D3| D2| D1| D0|
45-
* -'---'---'---'---'---'---'---'---'---'---'---'---'---'---'---'---'
45+
* -'---'---'---'---'---'---'---'---'---'---'---'---'---'---'---'---'-
4646
* | Word 1 | Word n
4747
*
48-
* -. .--
48+
* -. .-
4949
* CS '---------------------------------------------------------------'
5050
*
5151
* -.-------------------------------.-------------------------------.-

0 commit comments

Comments
 (0)