Home
last modified time | relevance | path

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

12345

/Zephyr-Core-3.5.0/tests/bluetooth/qualification/
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 …]
DProject_Zephyr_Bluetooth_Controller_nrf52840dk_nrf52840.bls13 <row>21</row>
17 <row>1</row>
24 <row>2</row>
28 <row>4</row>
35 <row>43</row>
39 <row>1</row>
43 <row>2</row>
47 <row>3</row>
51 <row>3a</row>
55 <row>4</row>
[all …]
DICS_Zephyr_Bluetooth_Host.pts10 <row>2</row>
14 <row>3</row>
18 <row>11</row>
22 <row>14a</row>
26 <row>12</row>
30 <row>3</row>
34 <row>14a</row>
38 <row>13</row>
42 <row>2</row>
46 <row>13</row>
[all …]
DProject_Zephyr_Bluetooth_Host.bls13 <row>2</row>
17 <row>3</row>
21 <row>11</row>
25 <row>14a</row>
29 <row>12</row>
33 <row>3</row>
37 <row>14a</row>
41 <row>13</row>
45 <row>2</row>
49 <row>13</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 …]
DProject_Zephyr_Bluetooth_Controller_nrf52dk_nrf52832.bls13 <row>21</row>
17 <row>1</row>
24 <row>2</row>
28 <row>4</row>
35 <row>1</row>
39 <row>2</row>
43 <row>3</row>
47 <row>4</row>
51 <row>5</row>
55 <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 …]
DProject_Zephyr_Bluetooth_Controller_nrf52833dk_nrf52833.bls13 <row>21</row>
17 <row>1</row>
24 <row>2</row>
28 <row>4</row>
35 <row>43</row>
39 <row>1</row>
43 <row>2</row>
47 <row>3</row>
51 <row>3a</row>
55 <row>4</row>
[all …]
/Zephyr-Core-3.5.0/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-Core-3.5.0/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-Core-3.5.0/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-Core-3.5.0/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-Core-3.5.0/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-Core-3.5.0/doc/_extensions/zephyr/
Dmanifest_projects_table.py96 row = nodes.row()
97 thead.append(row)
101 row += entry
104 row += entry
108 row = nodes.row()
109 rows.append(row)
113 row += entry
123 row += entry
/Zephyr-Core-3.5.0/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
/Zephyr-Core-3.5.0/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-Core-3.5.0/subsys/fb/
Dcfb_shell.c20 #define HELP_PRINT "<col: pos> <row: pos> \"<text>\""
60 static int cmd_cfb_print(const struct shell *sh, int col, int row, char *str) in cmd_cfb_print() argument
78 err = cfb_print(dev, str, col, row * ppt); in cmd_cfb_print()
98 int col, row; in cmd_print() local
111 row = strtol(argv[2], NULL, 10); in cmd_print()
112 if (row > cfb_get_display_parameter(dev, CFB_DISPLAY_ROWS)) { in cmd_print()
113 shell_error(sh, "Invalid row=%d position", row); in cmd_print()
117 err = cmd_cfb_print(sh, col, row, argv[3]); in cmd_print()
228 int col, row; in cmd_scroll_vert() local
242 row = strtol(argv[2], NULL, 10); in cmd_scroll_vert()
[all …]
/Zephyr-Core-3.5.0/drivers/display/
Ddisplay_intel_multibootfb.c99 uint32_t row; in framebuf_write() local
104 for (row = 0; row < desc->height; ++row) { in framebuf_write()
121 uint32_t row; in framebuf_read() local
126 for (row = 0; row < desc->height; ++row) { in framebuf_read()
/Zephyr-Core-3.5.0/samples/drivers/kscan_touch/src/
Dmain.c20 static void k_callback(const struct device *dev, uint32_t row, uint32_t col, in k_callback() argument
25 printk("row = %u col = %u\n", row, col); in k_callback()
/Zephyr-Core-3.5.0/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-Core-3.5.0/scripts/kconfig/
Dhardenconfig.py44 for row in csvreader:
45 if len(row) > 1:
46 name = row[0]
47 recommended = row[1]
/Zephyr-Core-3.5.0/drivers/kscan/
Dkscan_input.c21 int row; member
35 data->row = evt->value; in kscan_input_cb()
44 data->row, data->col, data->pressed); in kscan_input_cb()
46 data->callback(dev, data->row, data->col, data->pressed); in kscan_input_cb()
/Zephyr-Core-3.5.0/doc/contribute/documentation/
Dguidelines.rst182 | Header row, column 1 | Header 2 | Header 3 | Header 4 |
185 | body row 1, column 1 | column 2 | column 3 | column 4 |
187 | body row 2 | ... | ... | you can |
189 | body row 3 with a two column span | ... | span |
191 | body row 4 | ... | ... | too |
197 | Header row, column 1 | Header 2 | Header 3 | Header 4 |
200 | body row 1, column 1 | column 2 | column 3 | column 4 |
202 | body row 2 | ... | ... | you can |
204 | body row 3 with a two column span | ... | span |
206 | body row 4 | ... | ... | too |
[all …]
/Zephyr-Core-3.5.0/samples/boards/nrf/nrf_led_matrix/src/
Dmain.c135 for (uint8_t row = 0; row < BLOCK_SIZE; ++row) { in update_through_framebuffer() local
152 diff = dimmed > row in update_through_framebuffer()
153 ? dimmed - row in update_through_framebuffer()
154 : row - 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.5.0/subsys/sip_svc/
Dsip_svc_id_mgr.c84 uint32_t row; in sip_svc_id_mgr_alloc() local
98 row = id / sizeof(uint32_t); in sip_svc_id_mgr_alloc()
100 id_pool->id_mask[row] |= (1 << col); in sip_svc_id_mgr_alloc()
118 uint32_t row; in sip_svc_id_mgr_free() local
129 row = id / sizeof(uint32_t); in sip_svc_id_mgr_free()
133 if (!(id_pool->id_mask[row] & (1 << col))) { in sip_svc_id_mgr_free()
138 id_pool->id_mask[row] &= ~(1 << col); in sip_svc_id_mgr_free()

12345