/Zephyr-Core-3.6.0/samples/boards/nrf/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-Core-3.6.0/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-Core-3.6.0/doc/contribute/documentation/ |
D | guidelines.rst | 132 Multi-column lists 168 available width of the display window, reducing to one column on narrow 182 | Header row, column 1 | Header 2 | Header 3 | Header 4 | 185 | body row 1, column 1 | column 2 | column 3 | column 4 | 189 | body row 3 with a two column span | ... | span | 197 | Header row, column 1 | Header 2 | Header 3 | Header 4 | 200 | body row 1, column 1 | column 2 | column 3 | column 4 | 204 | body row 3 with a two column span | ... | span | 211 are much easier to maintain, but don't support row or column spans:: 220 * - body row 1, column 1 [all …]
|
/Zephyr-Core-3.6.0/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-Core-3.6.0/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-Core-3.6.0/drivers/kscan/ |
D | Kconfig.xec | 22 column size for the Microchip XEC family is 18 (from 0 to 17). 29 column size for the Microchip XEC family is 8 (from 0 to 7).
|
/Zephyr-Core-3.6.0/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-Core-3.6.0/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-Core-3.6.0/include/zephyr/drivers/ |
D | kscan.h | 45 uint32_t column,
|
/Zephyr-Core-3.6.0/drivers/auxdisplay/ |
D | auxdisplay_serlcd.c | 224 const uint16_t column = new_x < 0 ? new_x + columns : new_x; in auxdisplay_serlcd_cursor_position_set() local 227 data->cursor_x = column; in auxdisplay_serlcd_cursor_position_set() 230 const uint8_t cursor_address = column + row_offsets[row]; in auxdisplay_serlcd_cursor_position_set()
|
/Zephyr-Core-3.6.0/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-Core-3.6.0/boards/arm/mimxrt1060_evk/ |
D | mimxrt1060_evk_hyperflash.dts | 40 column-space = <3>;
|
/Zephyr-Core-3.6.0/scripts/tests/twister/ |
D | test_scl.py | 148 type(context_mark).column = 0 152 type(problem_mark).column = 0
|
/Zephyr-Core-3.6.0/scripts/pylib/twister/twisterlib/ |
D | size_calc.py | 372 … line = [column.rstrip(":") for column in re.split(pattern=PATTERN_SPLIT_COLUMNS, string=line)]
|
/Zephyr-Core-3.6.0/kernel/ |
D | mmu.c | 105 int column = 0; in z_page_frames_dump() local 116 column++; in z_page_frames_dump() 117 if (column == 64) { in z_page_frames_dump() 118 column = 0; in z_page_frames_dump() 124 if (column != 0) { in z_page_frames_dump()
|
/Zephyr-Core-3.6.0/arch/x86/core/ |
D | x86_mmu.c | 578 int column = 0; in print_entries() local 634 column++; in print_entries() 635 if (column == 64) { in print_entries() 636 column = 0; in print_entries() 642 if (column != 0) { in print_entries()
|
/Zephyr-Core-3.6.0/samples/boards/up_squared/gpio_counter/ |
D | README.rst | 18 | Element | Mapping (by column) |
|
/Zephyr-Core-3.6.0/doc/develop/tools/ |
D | coccinelle.rst | 86 file:line:column-column: message 373 file:line:column-column: message
|
/Zephyr-Core-3.6.0/boards/arm/efm32gg_sltb009a/doc/ |
D | index.rst | 70 In the following table, the column **Name** contains pin names. For example, PE1
|
/Zephyr-Core-3.6.0/boards/arm/efr32_radio/doc/ |
D | brd4180a.rst | 76 In the following table, the column **Name** contains Pin names. For example, PA2
|
D | brd4187c.rst | 77 In the following table, the column **Name** contains Pin names. For example, PA2
|
/Zephyr-Core-3.6.0/boards/arm/efr32xg24_dk2601b/doc/ |
D | index.rst | 83 In the following table, the column **Name** contains Pin names. For example, PA2
|
/Zephyr-Core-3.6.0/boards/arm/efm32gg_slwstk6121a/doc/ |
D | index.rst | 84 In the following table, the column **Name** contains pin names. For example, PE1
|
/Zephyr-Core-3.6.0/boards/arm/mimxrt1050_evk/ |
D | mimxrt1050_evk.dts | 141 column-space = <3>;
|
/Zephyr-Core-3.6.0/boards/arm/efm32hg_slstk3400a/doc/ |
D | index.rst | 73 In the following table, the column Name contains Pin names. For example, PF4
|