/Zephyr-Core-3.5.0/tests/bluetooth/qualification/ |
D | ICS_Zephyr_Bluetooth_Controller_nrf52840dk_nrf52840.pts | 10 <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 …]
|
D | Project_Zephyr_Bluetooth_Controller_nrf52840dk_nrf52840.bls | 13 <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 …]
|
D | ICS_Zephyr_Bluetooth_Host.pts | 10 <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 …]
|
D | Project_Zephyr_Bluetooth_Host.bls | 13 <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 …]
|
D | ICS_Zephyr_Bluetooth_Controller_nrf52dk_nrf52832.pts | 10 <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 …]
|
D | Project_Zephyr_Bluetooth_Controller_nrf52dk_nrf52832.bls | 13 <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 …]
|
D | ICS_Zephyr_Bluetooth_Controller_nrf52833dk_nrf52833.pts | 10 <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 …]
|
D | Project_Zephyr_Bluetooth_Controller_nrf52833dk_nrf52833.bls | 13 <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/ |
D | main.c | 15 /* 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/ |
D | main.c | 64 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/ |
D | main.c | 55 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/ |
D | main.c | 22 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/ |
D | util_sformat.c | 49 /* 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/ |
D | manifest_projects_table.py | 96 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/ |
D | nordic,nrf-led-matrix.yaml | 11 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/ |
D | track.py | 29 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/ |
D | cfb_shell.c | 20 #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/ |
D | display_intel_multibootfb.c | 99 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/ |
D | main.c | 20 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/ |
D | README.rst | 38 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/ |
D | hardenconfig.py | 44 for row in csvreader: 45 if len(row) > 1: 46 name = row[0] 47 recommended = row[1]
|
/Zephyr-Core-3.5.0/drivers/kscan/ |
D | kscan_input.c | 21 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/ |
D | guidelines.rst | 182 | 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/ |
D | main.c | 135 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/ |
D | sip_svc_id_mgr.c | 84 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()
|