/Zephyr-Core-3.5.0/tests/lib/cmsis_dsp/matrix/src/ |
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_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_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_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_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_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_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_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_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_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-Core-3.5.0/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() 64 rows, in main()
|
/Zephyr-Core-3.5.0/doc/connectivity/bluetooth/ |
D | bluetooth-qual.rst | 17 :header-rows: 1 39 :header-rows: 1 53 :header-rows: 1
|
/Zephyr-Core-3.5.0/doc/_extensions/zephyr/ |
D | manifest_projects_table.py | 106 rows = [] 109 rows.append(row) 126 tbody.extend(rows)
|
/Zephyr-Core-3.5.0/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
|
D | display_nrf_led_matrix.c | 93 uint8_t rows[ROW_COUNT]; member 132 set_pin(dev_config->rows[i], false); in api_blanking_on() 364 set_pin(dev_config->rows[dev_data->prev_row_idx], false); in timer_irq_handler() 413 set_pin(dev_config->rows[row_idx], true); in timer_irq_handler() 489 uint8_t row_pin_info = dev_config->rows[i]; in instance_init() 550 .rows = { DT_FOREACH_PROP_ELEM(MATRIX_NODE, row_gpios, GET_PIN_INFO) },
|
/Zephyr-Core-3.5.0/drivers/auxdisplay/ |
D | auxdisplay_pt6314.c | 109 (config->capabilities.rows == 2 ? PT6314_FS_ROWS_2 : PT6314_FS_ROWS_1) | in auxdisplay_pt6314_function_set() 178 } else if (x >= config->capabilities.columns || y >= config->capabilities.rows) { in auxdisplay_pt6314_cursor_position_set() 259 if (data->cursor_y == config->capabilities.rows) { in auxdisplay_pt6314_write() 309 .rows = DT_INST_PROP(n, rows), \
|
D | auxdisplay_hd44780.c | 220 if (config->capabilities.rows > 1) { in auxdisplay_hd44780_init() 376 } else if (x >= config->capabilities.columns || y >= config->capabilities.rows) { in auxdisplay_hd44780_cursor_position_set() 490 if (data->character_y == config->capabilities.rows) { in auxdisplay_hd44780_write() 506 data->character_y = config->capabilities.rows - 1; in auxdisplay_hd44780_write() 552 .rows = DT_INST_PROP(inst, rows), \
|
/Zephyr-Core-3.5.0/samples/drivers/auxdisplay/boards/ |
D | esp32c3_devkitm.overlay | 17 rows = <2>;
|
D | nucleo_f746zg.overlay | 12 rows = <4>;
|
/Zephyr-Core-3.5.0/samples/subsys/display/cfb_shell/ |
D | README.rst | 34 get_param :<all, height, width, ppt, rows, cols> 63 (pixel per tile) are in pixels and the number of rows and columns. The row 74 param: rows=15
|
/Zephyr-Core-3.5.0/samples/drivers/led_is31fl3733/ |
D | Kconfig | 7 int "Number of rows in IS31FL3733 matrix"
|
/Zephyr-Core-3.5.0/samples/drivers/lcd_hd44780/src/ |
D | main.c | 455 void pi_lcd_init(const struct device *gpio_dev, uint8_t cols, uint8_t rows, in pi_lcd_init() argument 458 if (rows > 1) { in pi_lcd_init() 461 lcd_data.cfg_rows = rows; in pi_lcd_init() 466 if ((dotsize != LCD_5x8_DOTS) && (rows == 1U)) { in pi_lcd_init()
|
/Zephyr-Core-3.5.0/drivers/kscan/ |
D | Kconfig.it8xxx2 | 26 Adjust the value to your keyboard rows. The maximum
|