/Zephyr-Core-3.5.0/tests/lib/cmsis_dsp/matrix/ |
D | Kconfig | 5 bool "Test: Matrix Unary Q7" 8 bool "Test: Matrix Unary Q15" 11 bool "Test: Matrix Unary Q31" 14 bool "Test: Matrix Unary F16" 18 bool "Test: Matrix Unary F32" 21 bool "Test: Matrix Unary F64" 24 bool "Test: Matrix Binary Q7" 27 bool "Test: Matrix Binary Q15" 30 bool "Test: Matrix Binary Q31" 33 bool "Test: Matrix Binary F16" [all …]
|
D | testcase.yaml | 2 libraries.cmsis_dsp.matrix: 7 libraries.cmsis_dsp.matrix.unary_q7: 21 libraries.cmsis_dsp.matrix.unary_q7.fpu: 36 libraries.cmsis_dsp.matrix.unary_q15: 50 libraries.cmsis_dsp.matrix.unary_q15.fpu: 65 libraries.cmsis_dsp.matrix.unary_q31: 79 libraries.cmsis_dsp.matrix.unary_q31.fpu: 94 libraries.cmsis_dsp.matrix.unary_f16: 107 libraries.cmsis_dsp.matrix.unary_f16.fpu: 122 libraries.cmsis_dsp.matrix.unary_f32: [all …]
|
/Zephyr-Core-3.5.0/.github/workflows/ |
D | devicetree_checks.yml | 26 runs-on: ${{ matrix.os }} 28 matrix: 39 - name: Set up Python ${{ matrix.python-version }} 42 python-version: ${{ matrix.python-version }} 48 key: ${{ runner.os }}-pip-${{ matrix.python-version }} 50 ${{ runner.os }}-pip-${{ matrix.python-version }} 57 key: ${{ runner.os }}-pip-${{ matrix.python-version }}- 59 ${{ runner.os }}-pip-${{ matrix.python-version }}- 65 key: ${{ runner.os }}-pip-${{ matrix.python-version }} 67 ${{ runner.os }}-pip-${{ matrix.python-version }}
|
D | west_cmds.yml | 27 runs-on: ${{ matrix.os }} 29 matrix: 40 - name: Set up Python ${{ matrix.python-version }} 43 python-version: ${{ matrix.python-version }} 49 key: ${{ runner.os }}-pip-${{ matrix.python-version }} 51 ${{ runner.os }}-pip-${{ matrix.python-version }} 58 key: ${{ runner.os }}-pip-${{ matrix.python-version }}- 60 ${{ runner.os }}-pip-${{ matrix.python-version }}- 66 key: ${{ runner.os }}-pip-${{ matrix.python-version }} 68 ${{ runner.os }}-pip-${{ matrix.python-version }}
|
D | pylib_tests.yml | 25 runs-on: ${{ matrix.os }} 27 matrix: 33 - name: Set up Python ${{ matrix.python-version }} 36 python-version: ${{ matrix.python-version }} 42 key: ${{ runner.os }}-pip-${{ matrix.python-version }} 44 ${{ runner.os }}-pip-${{ matrix.python-version }}
|
D | scripts_tests.yml | 25 runs-on: ${{ matrix.os }} 27 matrix: 48 - name: Set up Python ${{ matrix.python-version }} 51 python-version: ${{ matrix.python-version }} 58 key: ${{ runner.os }}-pip-${{ matrix.python-version }} 60 ${{ runner.os }}-pip-${{ matrix.python-version }}
|
D | twister_tests.yml | 29 runs-on: ${{ matrix.os }} 31 matrix: 37 - name: Set up Python ${{ matrix.python-version }} 40 python-version: ${{ matrix.python-version }} 46 key: ${{ runner.os }}-pip-${{ matrix.python-version }} 48 ${{ runner.os }}-pip-${{ matrix.python-version }}
|
D | twister_tests_blackbox.yml | 19 runs-on: ${{ matrix.os }} 21 matrix: 50 - name: Set Up Python ${{ matrix.python-version }} 53 python-version: ${{ matrix.python-version }} 81 name: Black Box Test Results (Python ${{ matrix.python-version }})
|
/Zephyr-Core-3.5.0/dts/bindings/display/ |
D | nordic,nrf-led-matrix.yaml | 4 description: Generic LED matrix driven by nRF SoC GPIOs 6 compatible: "nordic,nrf-led-matrix" 15 Array of GPIOs to be used as rows of the matrix. 21 Array of GPIOs to be used as columns of the matrix. 27 Array of bytes that specify which rows and columns of the matrix 29 array corresponds to one pixel of the matrix and specifies the row 51 Frequency of refreshing the matrix, in Hz. 57 Reference to a TIMER instance for controlling refreshing of the matrix.
|
/Zephyr-Core-3.5.0/soc/arm/atmel_sam/same70/ |
D | soc_config.c | 26 /* Disable ERASE function on PB12 pin, this is controlled by Bus Matrix */ in atmel_same70_config() 27 MATRIX->CCFG_SYSIO |= CCFG_SYSIO_SYSIO12; in atmel_same70_config() 35 /* Disable TDI function on PB4 pin, this is controlled by Bus Matrix */ in atmel_same70_config() 36 MATRIX->CCFG_SYSIO |= CCFG_SYSIO_SYSIO4; in atmel_same70_config() 53 MATRIX->CCFG_SYSIO &= ~CCFG_SYSIO_SYSIO5; in atmel_same70_config() 56 MATRIX->CCFG_SYSIO |= CCFG_SYSIO_SYSIO5; in atmel_same70_config()
|
/Zephyr-Core-3.5.0/soc/arm/atmel_sam/samv71/ |
D | soc_config.c | 28 * Matrix in atmel_samv71_config() 30 MATRIX->CCFG_SYSIO |= CCFG_SYSIO_SYSIO12; in atmel_samv71_config() 38 /* Disable TDI function on PB4 pin, this is controlled by Bus Matrix in atmel_samv71_config() 40 MATRIX->CCFG_SYSIO |= CCFG_SYSIO_SYSIO4; in atmel_samv71_config() 57 MATRIX->CCFG_SYSIO &= ~CCFG_SYSIO_SYSIO5; in atmel_samv71_config() 60 MATRIX->CCFG_SYSIO |= CCFG_SYSIO_SYSIO5; in atmel_samv71_config()
|
/Zephyr-Core-3.5.0/samples/boards/nrf/nrf_led_matrix/ |
D | sample.yaml | 2 name: nRF LED matrix sample 5 filter: dt_compat_enabled("nordic,nrf-led-matrix") 14 - "nRF LED matrix sample on .*"
|
D | README.rst | 3 nRF LED matrix sample 9 This is a simple application intended to present the nRF LED matrix display 18 of GPIOs available for driving a LED matrix. To do it, one needs to add an 19 overlay file with the corresponding ``"nordic,nrf-led-matrix"`` compatible
|
/Zephyr-Core-3.5.0/samples/drivers/kscan/ |
D | README.rst | 5 Use the KSCAN API to read key presses and releases on a keyboard matrix. 17 The sample can be built and executed on boards supporting a Keyboard Matrix. 18 It requires a correct fixture setup. Please connect a Keyboard Matrix to 31 KSCAN test with a Keyboard matrix
|
/Zephyr-Core-3.5.0/doc/hardware/peripherals/ |
D | kscan.rst | 9 The kscan driver (keyboard scan matrix) is used for detecting a key press in a 10 connected matrix keyboard or any device with buttons such as joysticks. 11 Typically, matrix keyboards are implemented using a two-dimensional 13 many keys through fewer physical pins. Keyboard matrix
|
/Zephyr-Core-3.5.0/drivers/display/ |
D | Kconfig.nrf_led_matrix | 5 bool "LED matrix driven by GPIOs" 11 Enable driver for a LED matrix with rows and columns driven by 15 to pixels are specified in properties of a "nordic,nrf-led-matrix"
|
/Zephyr-Core-3.5.0/samples/bluetooth/direction_finding_peripheral/boards/ |
D | nrf52833dk_nrf52833.overlay | 9 /* This is a number of antennas that are available on antenna matrix 13 /* This is a setting that enables antenna 12 (in antenna matrix designed 21 * Pin numbers are selected to drive switches on antenna matrix
|
/Zephyr-Core-3.5.0/samples/bluetooth/direction_finding_central/boards/ |
D | nrf52833dk_nrf52833.overlay | 9 /* This is a number of antennas that are available on antenna matrix 13 /* This is a setting that enables antenna 12 (in antenna matrix designed 21 * Pin numbers are selected to drive switches on antenna matrix
|
/Zephyr-Core-3.5.0/drivers/led/ |
D | Kconfig.is31fl3733 | 11 IS31FL3733 is a matrix LED driver, capable of a maximum of 3.29 mA 12 per LED, or 42 mA total across all LEDs in the 12x16 dot matrix.
|
/Zephyr-Core-3.5.0/dts/bindings/input/ |
D | nuvoton,npcx-kbd.yaml | 38 The row size is used in the keyboard matrix. 46 The column size is used in the keyboard matrix. 63 in the matrix hardware.
|
/Zephyr-Core-3.5.0/samples/drivers/led_is31fl3733/ |
D | README.rst | 2 :name: IS31FL3733 LED Matrix 5 Control a matrix of up to 192 LEDs connected to an IS31FL3733 driver chip. 10 This sample controls a matrix of up to 192 LEDs. The sample performs the
|
D | Kconfig | 7 int "Number of rows in IS31FL3733 matrix" 15 int "Number of columns in IS31FL3733 matrix"
|
/Zephyr-Core-3.5.0/subsys/fb/ |
D | Kconfig | 7 bool "Character framebuffer for dot matrix displays" 9 Character framebuffer for dot matrix displays.
|
/Zephyr-Core-3.5.0/tests/lib/cmsis_dsp/matrix/src/ |
D | unary_f64.c | 62 /* Initialise matrix dimensions */ in test_op2() 66 /* Load matrix data */ in test_op2() 140 /* Initialise matrix dimensions */ in test_op1() 146 /* Load matrix data */ in test_op1() 215 /* Initialise matrix dimensions */ in ZTEST() 219 /* Load matrix data */ in ZTEST() 278 /* Initialise matrix dimensions */ in ZTEST() 282 /* Load matrix data */ in ZTEST() 347 /* Initialise matrix dimensions */ in ZTEST() 351 /* Load matrix data */ in ZTEST() [all …]
|
/Zephyr-Core-3.5.0/samples/bluetooth/direction_finding_central/ |
D | README.rst | 18 * Antenna matrix for AoA (optional) 56 Antenna matrix configuration 71 Note that antenna matrix configuration for the nRF5340 SoC is part of the 73 network core application, the antenna matrix configuration should be stored in
|