/Zephyr-latest/tests/lib/cmsis_dsp/matrix/src/ |
D | unary_f64.c | 35 uint16_t rows, columns; in test_op2() local 59 rows = *dims++; in test_op2() 63 mat_in1.numRows = mat_in2.numRows = mat_out.numRows = rows; in test_op2() 68 rows * columns * sizeof(float64_t)); in test_op2() 71 rows * columns * sizeof(float64_t)); in test_op2() 88 mat_out.pData += (rows * columns); in test_op2() 118 uint16_t rows, columns; in test_op1() local 137 rows = *dims++; in test_op1() 141 mat_in1.numRows = rows; in test_op1() 143 mat_out.numRows = transpose ? columns : rows; in test_op1() [all …]
|
D | unary_f16.c | 47 uint16_t rows, columns; in test_op2() local 71 rows = *dims++; in test_op2() 75 mat_in1.numRows = mat_in2.numRows = mat_out.numRows = rows; in test_op2() 80 rows * columns * sizeof(float16_t)); in test_op2() 83 rows * columns * sizeof(float16_t)); in test_op2() 104 mat_out.pData += (rows * columns); in test_op2() 137 uint16_t rows, columns; in test_op1() local 156 rows = *dims++; in test_op1() 160 mat_in1.numRows = rows; in test_op1() 162 mat_out.numRows = transpose ? columns : rows; in test_op1() [all …]
|
D | unary_f32.c | 43 uint16_t rows, columns; in test_op2() local 67 rows = *dims++; in test_op2() 71 mat_in1.numRows = mat_in2.numRows = mat_out.numRows = rows; in test_op2() 76 rows * columns * sizeof(float32_t)); in test_op2() 79 rows * columns * sizeof(float32_t)); in test_op2() 100 mat_out.pData += (rows * columns); in test_op2() 133 uint16_t rows, columns; in test_op1() local 152 rows = *dims++; in test_op1() 156 mat_in1.numRows = rows; in test_op1() 158 mat_out.numRows = transpose ? columns : rows; in test_op1() [all …]
|
D | unary_q15.c | 35 uint16_t rows, columns; in test_op2() local 59 rows = *dims++; in test_op2() 63 mat_in1.numRows = mat_in2.numRows = mat_out.numRows = rows; in test_op2() 67 memcpy(mat_in1.pData, in_com1, rows * columns * sizeof(q15_t)); in test_op2() 68 memcpy(mat_in2.pData, in_com2, rows * columns * sizeof(q15_t)); in test_op2() 89 mat_out.pData += (rows * columns); in test_op2() 119 uint16_t rows, columns; in test_op1() local 138 rows = *dims++; in test_op1() 142 mat_in1.numRows = rows; in test_op1() 144 mat_out.numRows = transpose ? columns : rows; in test_op1() [all …]
|
D | unary_q31.c | 35 uint16_t rows, columns; in test_op2() local 59 rows = *dims++; in test_op2() 63 mat_in1.numRows = mat_in2.numRows = mat_out.numRows = rows; in test_op2() 67 memcpy(mat_in1.pData, in_com1, rows * columns * sizeof(q31_t)); in test_op2() 68 memcpy(mat_in2.pData, in_com2, rows * columns * sizeof(q31_t)); in test_op2() 89 mat_out.pData += (rows * columns); in test_op2() 119 uint16_t rows, columns; in test_op1() local 138 rows = *dims++; in test_op1() 142 mat_in1.numRows = rows; in test_op1() 144 mat_out.numRows = transpose ? columns : rows; in test_op1() [all …]
|
D | unary_q7.c | 31 uint16_t rows, columns; in test_op1() local 50 rows = *dims++; in test_op1() 54 mat_in1.numRows = rows; in test_op1() 56 mat_out.numRows = transpose ? columns : rows; in test_op1() 57 mat_out.numCols = transpose ? rows : columns; in test_op1() 60 memcpy(mat_in1.pData, in_com1, rows * columns * sizeof(q7_t)); in test_op1() 76 mat_out.pData += (rows * columns); in test_op1() 102 uint16_t rows, internal; in test_op2v() local 122 rows = *dims++; in test_op2v() 126 mat_in1.numRows = rows; in test_op2v() [all …]
|
D | binary_f32.c | 32 uint16_t rows, internal, columns; in test_op2() local 56 rows = *dims++; in test_op2() 61 mat_in1.numRows = rows; in test_op2() 67 mat_out.numRows = rows; in test_op2() 72 rows * internal * sizeof(float32_t)); in test_op2() 92 mat_out.pData += (rows * columns); in test_op2() 123 uint16_t rows, internal, columns; in test_op2c() local 147 rows = *dims++; in test_op2c() 152 mat_in1.numRows = rows; in test_op2c() 158 mat_out.numRows = rows; in test_op2c() [all …]
|
D | binary_f64.c | 32 uint16_t rows, internal, columns; in test_op2() local 56 rows = *dims++; in test_op2() 61 mat_in1.numRows = rows; in test_op2() 67 mat_out.numRows = rows; in test_op2() 72 rows * internal * sizeof(float64_t)); in test_op2() 92 mat_out.pData += (rows * columns); in test_op2() 128 uint16_t rows, internal, columns; 152 rows = *dims++; 157 mat_in1.numRows = rows; 163 mat_out.numRows = rows; [all …]
|
D | binary_q15.c | 34 uint16_t rows, internal, columns; in test_op2() local 61 rows = *dims++; in test_op2() 66 mat_in1.numRows = rows; in test_op2() 72 mat_out.numRows = rows; in test_op2() 77 rows * internal * sizeof(q15_t)); in test_op2() 98 mat_out.pData += (rows * columns); in test_op2() 129 uint16_t rows, internal, columns; in test_op2c() local 156 rows = *dims++; in test_op2c() 161 mat_in1.numRows = rows; in test_op2c() 167 mat_out.numRows = rows; in test_op2c() [all …]
|
D | binary_q31.c | 32 uint16_t rows, internal, columns; in test_op2() local 56 rows = *dims++; in test_op2() 61 mat_in1.numRows = rows; in test_op2() 67 mat_out.numRows = rows; in test_op2() 72 rows * internal * sizeof(q31_t)); in test_op2() 92 mat_out.pData += (rows * columns); in test_op2() 121 uint16_t rows, internal, columns; in test_op2c() local 145 rows = *dims++; in test_op2c() 150 mat_in1.numRows = rows; in test_op2c() 156 mat_out.numRows = rows; in test_op2c() [all …]
|
D | binary_f16.c | 32 uint16_t rows, internal, columns; in test_op2() local 56 rows = *dims++; in test_op2() 61 mat_in1.numRows = rows; in test_op2() 67 mat_out.numRows = rows; in test_op2() 72 rows * internal * sizeof(float16_t)); in test_op2() 92 mat_out.pData += (rows * columns); in test_op2() 123 uint16_t rows, internal, columns; in test_op2c() local 147 rows = *dims++; in test_op2c() 152 mat_in1.numRows = rows; in test_op2c() 158 mat_out.numRows = rows; in test_op2c() [all …]
|
D | binary_q7.c | 30 uint16_t rows, internal, columns; in test_op2() local 57 rows = *dims++; in test_op2() 62 mat_in1.numRows = rows; in test_op2() 68 mat_out.numRows = rows; in test_op2() 73 rows * internal * sizeof(q7_t)); in test_op2() 94 mat_out.pData += (rows * columns); in test_op2()
|
/Zephyr-latest/dts/bindings/auxdisplay/ |
D | auxdisplay-device.yaml | 14 rows: 17 description: Number of text rows that the display has
|
D | sparkfun,serlcd.yaml | 13 rows = <2>; 31 rows:
|
D | ptc,pt6314.yaml | 17 rows:
|
/Zephyr-latest/samples/subsys/display/cfb/src/ |
D | main.c | 17 uint16_t rows; in main() local 48 rows = cfb_get_display_parameter(dev, CFB_DISPLAY_ROWS); in main() 60 printf("x_res %d, y_res %d, ppt %d, rows %d, cols %d\n", in main() 64 rows, in main()
|
/Zephyr-latest/tests/drivers/input/gpio_kbd_matrix/src/ |
D | main.c | 237 uint8_t *rows = test_rows[KBD_DEV_INTERRUPT]; in ZTEST() local 252 rows[0] = BIT(0); in ZTEST() 257 rows[1] = BIT(1); in ZTEST() 261 rows[0] = 0x00; in ZTEST() 265 rows[1] = 0x00; in ZTEST() 295 uint8_t *rows = test_rows[KBD_DEV_POLL]; in ZTEST() local 310 rows[0] = BIT(0); in ZTEST() 315 rows[1] = BIT(1); in ZTEST() 319 rows[0] = 0x00; in ZTEST() 323 rows[1] = 0x00; in ZTEST() [all …]
|
/Zephyr-latest/doc/_extensions/zephyr/ |
D | api_overview.py | 43 def visit_group(app, group, all_groups, rows, indent=0): argument 93 rows.append(row_node) 97 app, get_group(innergroup, all_groups), all_groups, rows, indent + 6 128 rows = [] 131 visit_group(app, t, groups, rows) 132 tbody.extend(rows)
|
D | manifest_projects_table.py | 108 rows = [] 111 rows.append(row) 128 tbody.extend(rows)
|
/Zephyr-latest/drivers/display/ |
D | Kconfig.nrf_led_matrix | 11 Enable driver for a LED matrix with rows and columns driven by 14 Assignment of GPIOs to rows and columns and the mapping of those
|
/Zephyr-latest/tests/drivers/build_all/auxdisplay/ |
D | i2c_devices.overlay | 32 rows = <2>; 42 rows = <2>;
|
/Zephyr-latest/drivers/auxdisplay/ |
D | auxdisplay_serlcd.c | 186 const uint16_t rows = capabilities.rows; in auxdisplay_serlcd_cursor_position_set() local 206 if (y < 0 || y >= rows) { in auxdisplay_serlcd_cursor_position_set() 223 const int new_y = (data->cursor_y + y + x / columns) % rows; in auxdisplay_serlcd_cursor_position_set() 225 const uint16_t row = new_y < 0 ? new_y + rows : new_y; in auxdisplay_serlcd_cursor_position_set() 328 if (data->cursor_y >= config->capabilities.rows) { in auxdisplay_serlcd_advance_current_position() 412 .rows = DT_INST_PROP(inst, rows), \
|
/Zephyr-latest/dts/bindings/display/ |
D | solomon,ssd1322.yaml | 36 description: Set scan direction to vertical first (swap rows/columns). 42 remap-rows:
|
/Zephyr-latest/dts/bindings/input/ |
D | kbd-matrix-common.yaml | 12 The number of rows in the keyboard matrix. 62 keyboard rows actually exist. Can be used to avoid triggering the ghost
|
/Zephyr-latest/include/zephyr/display/ |
D | mb_display.h | 73 * @brief Generate an image object from a given array rows/columns. 75 * This helper takes an array of 5 rows, each consisting of 5 0/1 values which 80 * is the first row's first value, top-right is the first rows last value, 92 * @param _rows Each of the 5 rows represented as a 5-value column array.
|