/Zephyr-latest/tests/bluetooth/qualification/ |
D | ICS_Zephyr_Bluetooth_Host.pts | 10 <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 …]
|
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 | 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 | 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 …]
|
/Zephyr-latest/scripts/ci/coverage/ |
D | coverage_analysis.py | 348 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/ |
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-latest/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-latest/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-latest/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-latest/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-latest/doc/_extensions/zephyr/ |
D | manifest_projects_table.py | 98 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/ |
D | input_keymap.c | 27 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/ |
D | gpio-kbd-matrix.yaml | 13 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
|
D | input-keymap.yaml | 5 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/ |
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
|
D | solomon,ssd1322.yaml | 13 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).
|
D | istech,ist3931.yaml | 29 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/ |
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-latest/include/zephyr/input/ |
D | input_kbd_matrix.h | 34 /** 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/ |
D | display_intel_multibootfb.c | 72 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/ |
D | cfb_shell.c | 20 #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/ |
D | gpio-kbd.rst | 12 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/ |
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-latest/include/zephyr/dt-bindings/input/ |
D | keymap.h | 10 #define MATRIX_KEY(row, col, code) \ argument 11 ((((row) & 0xff) << 24) | (((col) & 0xff) << 16) | ((code) & 0xffff))
|
/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 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
|