Searched full:ini (Results 1 – 18 of 18) sorted by relevance
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/tests_scripts/ |
D | ll.set1.llcp.test_list | 13 LL/CON/INI/BV-01-C 14 LL/CON/INI/BV-02-C 15 LL/CON/INI/BV-06-C 16 LL/CON/INI/BV-07-C 17 LL/CON/INI/BV-08-C 18 LL/CON/INI/BV-09-C 19 LL/CON/INI/BV-10-C 20 LL/CON/INI/BV-11-C 21 LL/CON/INI/BV-12-C 22 LL/CON/INI/BV-16-C [all …]
|
/Zephyr-latest/samples/drivers/crypto/src/ |
D | main.c | 133 struct cipher_ctx ini = { in ecb_mode() local 151 if (cipher_begin_session(dev, &ini, CRYPTO_CIPHER_ALGO_AES, in ecb_mode() 157 if (cipher_block_op(&ini, &encrypt)) { in ecb_mode() 173 cipher_free_session(dev, &ini); in ecb_mode() 175 if (cipher_begin_session(dev, &ini, CRYPTO_CIPHER_ALGO_AES, in ecb_mode() 181 if (cipher_block_op(&ini, &decrypt)) { in ecb_mode() 198 cipher_free_session(dev, &ini); in ecb_mode() 215 struct cipher_ctx ini = { in cbc_mode() local 238 if (cipher_begin_session(dev, &ini, CRYPTO_CIPHER_ALGO_AES, in cbc_mode() 244 if (cipher_cbc_op(&ini, &encrypt, iv)) { in cbc_mode() [all …]
|
/Zephyr-latest/scripts/dts/python-devicetree/ |
D | tox.ini | 14 python -m mypy --config-file={toxinidir}/tox.ini --package=devicetree
|
/Zephyr-latest/samples/net/gptp/ |
D | README.rst | 82 cp ../gptp_cfg.ini . 84 Edit the :file:`gptp_cfg.ini` file and set the neighborPropDelayThresh to 10000 92 sudo ./gptp enp0s25 -F gptp_cfg.ini
|
/Zephyr-latest/scripts/west_commands/ |
D | run_tests.py | 29 mypy = [sys.executable, '-m', 'mypy', f'--config-file={here}/mypy.ini',
|
/Zephyr-latest/tests/drivers/can/host/ |
D | README.rst | 63 .. code-block:: ini 104 .. code-block:: ini
|
/Zephyr-latest/doc/develop/west/ |
D | sign.rst | 37 .. code-block:: ini
|
D | config.rst | 14 West's configuration file syntax is INI-like; here is an example file: 16 .. code-block:: ini
|
/Zephyr-latest/scripts/west_commands/runners/ |
D | nrfjprog.py | 56 help='path to an .ini file with qspi configuration')
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.9.rst | 278 * ``ZEP-2314`` - Testcase failure :tests/benchmarks/timing_info/testcase.ini#test 279 * ``ZEP-2316`` - Testcase failure :tests/bluetooth/shell/testcase.ini#test_br
|
D | release-notes-1.8.rst | 278 * ``ZEP-1936`` - tests/drivers/spi/spi_basic_api/testcase.ini#test_spi - Assertion Fail
|
D | release-notes-1.6.rst | 321 * ``ZEP-1124`` - tests/kernel/test_sprintf/microkernel/testcase.ini#test failure on frdm_k64f
|
D | release-notes-1.7.rst | 435 * ``ZEP-1768`` - samples: cases miss testcase.ini
|
D | release-notes-1.11.rst | 261 * :github:`3747` - tests/kernel/mem_slab/test_mslab_threadsafe/testcase.ini#test type:qemu-zephyr-a…
|
D | release-notes-1.10.rst | 482 * :github:`4791` - rpl-node uses testcase.ini instead of sample.yaml format
|
D | release-notes-3.1.rst | 1339 * :github:`45826` - Bluetooth: controller: Assert in lll.c when executing LL/CON/INI/BV-28-C
|
/Zephyr-latest/drivers/sensor/maxim/max17262/ |
D | max17262.c | 293 /** STEP 2.1 --> OPTION 1 EZ Config (No INI file is needed) */ in max17262_gauge_init()
|
/Zephyr-latest/drivers/gpio/ |
D | gpio_xlnx_ps_bank.c | 423 * of the parent Xilinx PS GPIO controller device driver. This ini-
|