/Zephyr-latest/dts/bindings/display/ |
D | nordic,nrf-led-matrix.yaml | 30 index in the high nibble and the column index in the low nibble. 41 - pixel (0,0) is controlled by row 0 and column 0 42 - pixel (1,0) is controlled by row 1 and column 3 43 - pixel (0,1) is controlled by row 2 and column 3 44 - pixel (1,1) is controlled by row 2 and column 4 62 Reference to a PWM instance for generating pulse signals on column
|
D | solomon,ssd1322.yaml | 8 column-offset: 11 description: First visible column number. 40 description: Reverse the column order (flip horizontally).
|
D | solomon,ssd1306fb-common.yaml | 10 description: 8-bit column start address for Page Addressing Mode 29 description: Last column address is mapped to first segment
|
D | istech,ist3931.yaml | 24 description: The column offset in pixels of the LCD to the controller memory 68 Defines the relationship between RAM column address and segment driver.
|
D | sitronix,st7735r.yaml | 14 description: The column offset in pixels of the LCD to the controller memory 84 description: Column Address Set
|
D | solomon,ssd1327fb.yaml | 42 - Column Address Remapping (A[0])
|
/Zephyr-latest/include/zephyr/input/ |
D | input_kbd_matrix.h | 25 /** Special drive_column argument for not driving any column */ 46 * @brief Enables or disables a specific row, column combination in the actual 49 * This allows enabling or disabling specific row, column combination in the 57 * @param col The matrix column to enable or disable. 77 * @brief Request to drive a specific column. 79 * Request to drive a specific matrix column, or none, or all. 82 * @param col The column to drive, or 97 * request to drive all the column and typically involves reenabling 169 * @param col_size The matrix column count. 188 * @param _col_size The matrix column count. [all …]
|
/Zephyr-latest/dts/bindings/input/ |
D | kbd-matrix-common.yaml | 17 The number of column in the keyboard matrix. 55 Delay between setting column output and reading the row values. Defaults 61 Keyboard scanning mask. For each keyboard column, specify which
|
D | input-keymap.yaml | 5 Row-column to key mapper 7 Listens for row-column events from the parent device and reports key events.
|
D | gpio-kbd-matrix.yaml | 50 If enabled, unselected column GPIOs will be driven to inactive state. 51 Default to configure unselected column GPIOs to high impedance.
|
/Zephyr-latest/samples/boards/nordic/nrf_led_matrix/src/ |
D | main.c | 134 for (uint8_t column = 0; column < BLOCK_SIZE; ++column) { in update_through_framebuffer() local 145 diff = dimmed > column in update_through_framebuffer() 146 ? dimmed - column in update_through_framebuffer() 147 : column - dimmed; in update_through_framebuffer() 159 uint8_t dist = column + row; in update_through_framebuffer() 167 framebuf[column + row * caps.x_resolution] = in update_through_framebuffer()
|
/Zephyr-latest/dts/bindings/mtd/ |
D | nxp,imx-flexspi-device.yaml | 51 column-space: 55 Column address bit width. Set to zero if the flash does not support 56 column address. See the CAS field in registers FLASHA1CR0 through
|
/Zephyr-latest/samples/drivers/ht16k33/src/ |
D | main.c | 19 uint32_t column, bool pressed) in keyscan_callback() argument 21 LOG_INF("Row %d, column %d %s", row, column, in keyscan_callback()
|
/Zephyr-latest/drivers/input/ |
D | Kconfig.kbd_matrix | 46 int "Maximum column count for the kbd_matrix_state command" 50 Maximum column count for a device processed by the input
|
/Zephyr-latest/doc/contribute/documentation/ |
D | guidelines.rst | 143 Multi-column lists 179 available width of the display window, reducing to one column on narrow 193 | Header row, column 1 | Header 2 | Header 3 | Header 4 | 196 | body row 1, column 1 | column 2 | column 3 | column 4 | 200 | body row 3 with a two column span | ... | span | 208 | Header row, column 1 | Header 2 | Header 3 | Header 4 | 211 | body row 1, column 1 | column 2 | column 3 | column 4 | 215 | body row 3 with a two column span | ... | span | 222 are much easier to maintain, but don't support row or column spans:: 231 * - body row 1, column 1 [all …]
|
/Zephyr-latest/dts/bindings/memory-controllers/ |
D | renesas,ra-sdram.yaml | 85 Select the size of the shift towards the lower half of the row address in row address/column 124 - TRCD: Row column latency. The effective value from 1 to 4 cycles 127 - TCL: Column latency. The effective value from 1 to 3 cycles
|
/Zephyr-latest/dts/bindings/qspi/ |
D | nxp,s32-qspi.yaml | 69 column-space: 73 Column Address Space bit width. For example, if the column address is 74 [2:0] of QSPI_SFAR/AHB address, then the column address space bit width 75 must be 3. If there is no column address separation in any serial flash
|
/Zephyr-latest/include/zephyr/drivers/ |
D | kscan.h | 45 * @param column Describes column change. 49 uint32_t column,
|
/Zephyr-latest/scripts/dts/python-devicetree/tests/ |
D | test_dtlib.py | 181 ":4 (column 18): parse error: 65536 does not fit in 16 bits") 190 ":4 (column 8): parse error: 4294967296 does not fit in 32 bits") 199 ":4 (column 13): parse error: expected 8, 16, 32, or 64") 230 ":4 (column 10): parse error: expected two-digit byte or ']'") 261 ":4 (column 6): parse error: octal escape out of range (> 255)") 291 ":5 (column 6): parse error: malformed value") 300 ":4 (column 7): parse error: character literals must be length 1") 309 ":4 (column 7): parse error: character literals must be length 1") 361 ":4 (column 25): parse error: 'missing' could not be found") 438 ":6 (column 1): parse error: undefined node label 'missing'") [all …]
|
/Zephyr-latest/samples/subsys/display/cfb_shell/ |
D | README.rst | 108 **print**: pass the initial column and row positions and the text in 120 column and row positions, and the text to be displayed in double quotation 123 until it hits the display boundary, last column for horizontal and last row
|
/Zephyr-latest/scripts/pylib/twister/ |
D | scl.py | 50 mark.name, mark.line, mark.column, e.problem, 51 e.note, cmark.name, cmark.line, cmark.column, e.context)
|
/Zephyr-latest/scripts/kconfig/ |
D | guiconfig.py | 304 panedwindow.grid(column=0, row=1, sticky="nsew") 429 topframe.grid(column=0, row=0, sticky="ew") 432 .grid(column=0, row=0, sticky="ew", padx=".05c", pady=".05c") 435 .grid(column=1, row=0, sticky="ew") 439 .grid(column=2, row=0, sticky="ew", padx=".05c") 442 .grid(column=3, row=0) 445 .grid(column=4, row=0, padx=".05c") 450 .grid(column=0, row=1, sticky="nsew", padx=".05c", pady="0 .05c", 456 .grid(column=1, row=1, sticky="nsew", pady="0 .05c") 471 .grid(column=2, row=1, sticky="nsew", padx=".05c", pady="0 .05c") [all …]
|
/Zephyr-latest/doc/services/input/ |
D | gpio-kbd.rst | 48 avoid misreading the key state from a column to the following one. The settle 69 A 3x3 matrix with row to column isolation diodes. 93 A 3x3 matrix with column to row isolation diodes. 150 Row and column GPIO selection 159 The same is true for column GPIOs, but only if the matrix is configured for
|
/Zephyr-latest/include/zephyr/dt-bindings/memory-controller/ |
D | stm32-fmc-sdram.h | 10 /* Number of column address bits */
|
/Zephyr-latest/scripts/native_simulator/native/src/ |
D | nsi_cmdline_internal.h | 20 /* Horizontal alignment of the 2nd column of the help message */
|