Home
last modified time | relevance | path

Searched full:row (Results 1 – 25 of 174) sorted by relevance

1234567

/Zephyr-latest/tests/bluetooth/qualification/
DICS_Zephyr_Bluetooth_Host.pts10 <row>1</row>
14 <row>2</row>
18 <row>14</row>
22 <row>3</row>
26 <row>1</row>
30 <row>4</row>
34 <row>11</row>
38 <row>7</row>
42 <row>7a</row>
46 <row>7</row>
[all …]
DICS_Zephyr_Bluetooth_Controller_nrf52840dk_nrf52840.pts10 <row>21</row>
14 <row>1</row>
21 <row>2</row>
25 <row>4</row>
32 <row>43</row>
36 <row>1</row>
40 <row>2</row>
44 <row>3</row>
48 <row>3a</row>
52 <row>4</row>
[all …]
DICS_Zephyr_Bluetooth_Controller_nrf52dk_nrf52832.pts10 <row>21</row>
14 <row>1</row>
21 <row>2</row>
25 <row>4</row>
32 <row>1</row>
36 <row>2</row>
40 <row>3</row>
44 <row>4</row>
48 <row>5</row>
52 <row>1</row>
[all …]
DICS_Zephyr_Bluetooth_Controller_nrf52833dk_nrf52833.pts10 <row>21</row>
14 <row>1</row>
21 <row>2</row>
25 <row>4</row>
32 <row>43</row>
36 <row>1</row>
40 <row>2</row>
44 <row>3</row>
48 <row>3a</row>
52 <row>4</row>
[all …]
/Zephyr-latest/scripts/ci/coverage/
Dcoverage_analysis.py348 row = 0
350 worksheet.write(row,col,"Components",header_format)
351 worksheet.write(row,col+1,"TestSuites",header_format)
352 worksheet.write(row,col+2,"Runnable",header_format)
353 worksheet.write(row,col+3,"Build only",header_format)
354 worksheet.write(row,col+4,"Simulators only",header_format)
355 worksheet.write(row,col+5,"Hardware only",header_format)
356 worksheet.write(row,col+6,"Mixed",header_format)
357 worksheet.write(row,col+7,"Coverage [%]",header_format)
358 worksheet.write(row,col+8,"Total Functions",header_format)
[all …]
/Zephyr-latest/samples/drivers/led/is31fl3733/src/
Dmain.c15 /* LED matrix is addressed using a row major format */
28 for (uint8_t row = 0; row < CONFIG_LED_ROW_COUNT; row++) { in led_channel_write() local
30 led_idx = LED_MATRIX_COORD(row, col); in led_channel_write()
42 for (uint8_t row = 0; row < CONFIG_LED_ROW_COUNT / 2; row++) { in led_channel_write() local
44 led_idx = LED_MATRIX_COORD(row, col); in led_channel_write()
61 uint8_t row, col; in led_brightness() local
65 for (row = 0; row < CONFIG_LED_ROW_COUNT; row++) { in led_brightness()
67 ret = led_set_brightness(led, LED_MATRIX_COORD(row, col), in led_brightness()
72 row, col, ret); in led_brightness()
84 uint8_t row, col; in led_on_off() local
[all …]
/Zephyr-latest/samples/sensor/th02/src/
Dmain.c64 char row[16]; in main() local
67 (void)memset(row, ' ', sizeof(row)); in main()
69 glcd_print(glcd, row, sizeof(row)); in main()
71 glcd_print(glcd, row, sizeof(row)); in main()
75 sprintf(row, "T:%.1f%cC", sensor_value_to_double(val), in main()
77 glcd_print(glcd, row, strlen(row)); in main()
80 glcd_cursor_pos_set(glcd, 17 - strlen(row), 0); in main()
81 sprintf(row, "RH:%.0f%c", sensor_value_to_double(val + 1), in main()
83 glcd_print(glcd, row, strlen(row)); in main()
/Zephyr-latest/samples/sensor/grove_temperature/src/
Dmain.c55 char row[16]; in main() local
58 (void)memset(row, ' ', sizeof(row)); in main()
60 glcd_print(glcd, row, sizeof(row)); in main()
62 glcd_print(glcd, row, sizeof(row)); in main()
67 sprintf(row, "T:%.2f%cC", in main()
71 sprintf(row, "T:%d%cC", temp.val1, in main()
74 glcd_print(glcd, row, strlen(row)); in main()
/Zephyr-latest/tests/drivers/kscan/kscan_input/src/
Dmain.c22 uint32_t row; member
28 static void kscan_callback(const struct device *dev, uint32_t row, uint32_t col, in kscan_callback() argument
31 TC_PRINT("row = %u col = %u %d\n", row, col, pressed); in kscan_callback()
34 last_cb_val.row = row; in kscan_callback()
53 zassert_equal(last_cb_val.row, 102); in ZTEST()
59 zassert_equal(last_cb_val.row, 102); in ZTEST()
65 zassert_equal(last_cb_val.row, 102); in ZTEST()
/Zephyr-latest/samples/tfm_integration/psa_crypto/src/
Dutil_sformat.c49 /* Insert offset padding for first row if necessary. */ in sf_hex_tabulate_16()
57 /* Print data row by row. */ in sf_hex_tabulate_16()
68 /* Render ASCII equiv at end of row if requested. */ in sf_hex_tabulate_16()
71 /* Handle last/single row. */ in sf_hex_tabulate_16()
73 /* PARTIAL row (< 16 vals). */ in sf_hex_tabulate_16()
85 /* FULL row. */ in sf_hex_tabulate_16()
91 /* Handle first row. */ in sf_hex_tabulate_16()
97 /* Full row. */ in sf_hex_tabulate_16()
102 /* Wrap around if this isn't the last row. */ in sf_hex_tabulate_16()
105 /* Render the next base row addr. */ in sf_hex_tabulate_16()
/Zephyr-latest/doc/_extensions/zephyr/
Dmanifest_projects_table.py98 row = nodes.row()
99 thead.append(row)
103 row += entry
106 row += entry
110 row = nodes.row()
111 rows.append(row)
115 row += entry
125 row += entry
/Zephyr-latest/subsys/input/
Dinput_keymap.c27 uint32_t row; member
45 data->row = evt->value; in keymap_cb()
56 if (data->row >= cfg->row_size || in keymap_cb()
58 LOG_WRN("keymap event out of range: row=%u col=%u", data->row, data->col); in keymap_cb()
62 offset = (data->row * cfg->col_size) + data->col; in keymap_cb()
65 LOG_DBG("keymap event undefined: row=%u col=%u", data->row, data->col); in keymap_cb()
69 LOG_DBG("input event: %3u %3u %d", data->row, data->col, data->pressed); in keymap_cb()
93 DT_PROP(node_id, row_size), "invalid row"); \
/Zephyr-latest/dts/bindings/input/
Dgpio-kbd-matrix.yaml13 row-gpios = <&gpio0 0 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>,
26 - row-size
30 row-gpios:
34 GPIO for the keyboard matrix rows, up to 8 different GPIOs. All row GPIO
62 press using GPIO interrupts on the row lines, "poll" periodically polls
63 the row lines with all the columns selected, "scan" just keep scanning
Dinput-keymap.yaml5 Row-column to key mapper
7 Listens for row-column events from the parent device and reports key events.
29 row-size = <3>;
43 row-size:
/Zephyr-latest/dts/bindings/display/
Dnordic,nrf-led-matrix.yaml11 row-gpios:
29 array corresponds to one pixel of the matrix and specifies the row
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
70 This value specifies the maximum number of LEDs in one row that can
Dsolomon,ssd1322.yaml13 row-offset:
17 COM pin used as first row, mapped to the line set by start-line.
34 remap-row-first:
44 description: Reverse the row order (flip vertically).
Distech,ist3931.yaml29 description: The row offset in pixels of the LCD to the controller memory
57 description: Frame-control of row frequency and frame frequency.
58 Row frequency = 3X10^6/ Frame-control
59 Frame frequency = Row frequency / Duty-ratio
/Zephyr-latest/scripts/footprint/
Dtrack.py29 for row in csvreader:
30 name=row[0]
31 feature=row[1]
32 board=row[2]
33 app=row[3]
34 options=row[4]
/Zephyr-latest/include/zephyr/input/
Dinput_kbd_matrix.h34 /** Row entry data type */
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
56 * @param row The matrix row to enable or disable.
58 * @param enabled Whether the specified row, col has to be enabled or disabled.
61 * @retval -errno Negative errno if row or col are out of range for the device.
64 uint8_t row, uint8_t col, bool enabled);
88 * @brief Read the matrix row.
98 * interrupts row pin changes.
138 * specify row and col count.
[all …]
/Zephyr-latest/drivers/display/
Ddisplay_intel_multibootfb.c72 uint32_t row; in framebuf_write() local
77 for (row = 0; row < desc->height; ++row) { in framebuf_write()
94 uint32_t row; in framebuf_read() local
99 for (row = 0; row < desc->height; ++row) { in framebuf_read()
/Zephyr-latest/subsys/fb/
Dcfb_shell.c20 #define HELP_PRINT "<col: pos> <row: pos> \"<text>\""
55 static int cmd_cfb_print(const struct shell *sh, int col, int row, char *str) in cmd_cfb_print() argument
68 err = cfb_print(dev, str, col, row * ppt); in cmd_cfb_print()
88 int col, row; in cmd_print() local
96 row = strtol(argv[2], NULL, 10); in cmd_print()
97 if (row > cfb_get_display_parameter(dev, CFB_DISPLAY_ROWS)) { in cmd_print()
98 shell_error(sh, "Invalid row=%d position", row); in cmd_print()
102 err = cmd_cfb_print(sh, col, row, argv[3]); in cmd_print()
193 int col, row; in cmd_scroll_vert() local
202 row = strtol(argv[2], NULL, 10); in cmd_scroll_vert()
[all …]
/Zephyr-latest/doc/services/input/
Dgpio-kbd.rst12 row GPIOs (inputs) and selects on the columns GPIOs (output).
28 row GPIOs at the same time.
34 row-gpios = <&gpio0 0 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>,
47 impedance mode. This means that the row state may need some time to settle to
69 A 3x3 matrix with row to column isolation diodes.
75 row-gpios = <&gpio0 0 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>,
93 A 3x3 matrix with column to row isolation diodes.
99 row-gpios = <&gpio0 0 (GPIO_PULL_DOWN | GPIO_ACTIVE_HIGH)>,
114 enabling interrupts on all row GPIOs at the same time.
117 instead idle by selecting all columns and keep polling on the row GPIOs, which
[all …]
/Zephyr-latest/samples/subsys/display/cfb_shell/
DREADME.rst38 print :<col: pos> <row: pos> <text>
39 scroll :<dir: (vertical|horizontal)> <col: pos> <row: pos>
63 (pixel per tile) are in pixels and the number of rows and columns. The row
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/include/zephyr/dt-bindings/input/
Dkeymap.h10 #define MATRIX_KEY(row, col, code) \ argument
11 ((((row) & 0xff) << 24) | (((col) & 0xff) << 16) | ((code) & 0xffff))
/Zephyr-latest/dts/bindings/memory-controllers/
Drenesas,ra-sdram.yaml85 Select the size of the shift towards the lower half of the row address in row address/column
123 - TRAS: Row active interval. The effective value from 1 to 7 cycles
124 - TRCD: Row column latency. The effective value from 1 to 4 cycles
125 - TRP: Row precharge interval. The effective value from 1 to 8 cycles

1234567