Searched full:identical (Results 1 – 25 of 136) sorted by relevance
123456
/Zephyr-latest/cmake/modules/ |
D | soc_v2.cmake | 13 # - SOC_NAME: Name of the SoC in use, identical to CONFIG_SOC 14 # - SOC_SERIES: Name of the SoC series in use, identical to CONFIG_SOC_SERIES 15 # - SOC_FAMILY: Name of the SoC family, identical to CONFIG_SOC_FAMILY
|
D | soc_v1.cmake | 15 # - SOC_NAME: Name of the SoC in use, identical to CONFIG_SOC 16 # - SOC_SERIES: Name of the SoC series in use, identical to CONFIG_SOC_SERIES 17 # - SOC_FAMILY: Name of the SoC family, identical to CONFIG_SOC_FAMILY
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/beacon/ |
D | beacon_cache.sh | 11 # 1. TX device sends two identical SNBs to the RX device. 13 # 3. RX device verifies that only one of the two identical beacons was processed.
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/priv_beacon/ |
D | priv_beacon_cache.sh | 11 # 1. TX device sends two identical private beacons to the RX device. 13 # 3. RX device verifies that only one of the two identical beacons was processed.
|
/Zephyr-latest/dts/arm/st/wb0/ |
D | stm32wb06.dtsi | 7 /** STM32WB06 is identical to STM32WB07, except for RAM size */
|
D | stm32wb09.dtsi | 8 * STM32WB09 is mostly identical to STM32WB05.
|
/Zephyr-latest/tests/drivers/spi/spi_controller_peripheral/ |
D | README.txt | 3 In each test, both instances get identical configuration (CPOL, CPHA, bitrate, etc.).
|
/Zephyr-latest/dts/bindings/serial/ |
D | silabs,gecko-leuart.yaml | 20 # is a case all location-* properties need to have identical value.
|
D | silabs,gecko-uart.yaml | 20 # is a case all location-* properties need to have identical value.
|
D | silabs,gecko-usart.yaml | 19 # is a case all location-* properties need to have identical value.
|
/Zephyr-latest/soc/neorv32/ |
D | Kconfig | 27 identical to that of the NEORV32 Machine implementation ID (mimpid)
|
/Zephyr-latest/dts/bindings/spi/ |
D | silabs,gecko-spi-usart.yaml | 19 # is a case all location-* properties need to have identical value.
|
/Zephyr-latest/scripts/ |
D | requirements-base.txt | 34 # Keep the version identical to the minimum required in cmake/modules/west.cmake
|
/Zephyr-latest/tests/cmake/config_dir/ |
D | CMakeLists.txt | 7 # and keep reference to see it's identical when Zephyr boilerplate returns.
|
/Zephyr-latest/cmake/util/ |
D | execute_process.cmake | 3 # Parameter names identical to the execute_process() CMake command, and
|
/Zephyr-latest/soc/espressif/esp32c2/ |
D | vectors.S | 34 j _isr_wrapper /* 32 identical entries, all pointing to the interrupt handler */
|
/Zephyr-latest/soc/espressif/esp32c3/ |
D | vectors.S | 34 j _isr_wrapper /* 32 identical entries, all pointing to the interrupt handler */
|
/Zephyr-latest/soc/espressif/esp32c6/ |
D | vectors.S | 34 j _isr_wrapper /* 32 identical entries, all pointing to the interrupt handler */
|
/Zephyr-latest/drivers/crypto/ |
D | crypto_ataes132a_priv.h | 266 * - The expected output length must be identical to the original length of 269 * - The MAC Mode must be identical between encrypt and decrypt calls. 283 * must be identical to the ones used during encryption. If the 290 * values must be identical to those used during encryption. 300 * length (it must be identical to the length of the original
|
/Zephyr-latest/dts/bindings/dma/ |
D | nxp,mcux-edma.yaml | 31 Default value means DMAMUX channel is identical with DMAMUX register index
|
/Zephyr-latest/samples/modules/compression/lz4/src/ |
D | main.c | 74 printk("*src and *new_src are not identical\n"); in main()
|
/Zephyr-latest/samples/drivers/can/babbling/ |
D | README.rst | 11 transmitting CAN frames with identical - often high - priority. This constant babbling blocks CAN
|
/Zephyr-latest/include/zephyr/ipc/ |
D | rpmsg_service.h | 31 * @param name String containing the name of the endpoint. Must be identical
|
/Zephyr-latest/soc/mediatek/mt8xxx/ |
D | CMakeLists.txt | 22 # platforms are identical. The west sign integration similarly needs
|
/Zephyr-latest/samples/net/ipv4_autoconf/ |
D | README.rst | 13 parties try to allocate an identical address.
|
123456