Searched refs:either (Results 1 – 25 of 370) sorted by relevance
12345678910>>...15
/Zephyr-latest/tests/ztest/fail/ |
D | README.rst | 13 - ``ztest_test_fail()`` during either the ``after`` or ``teardown`` phase of the test suite 14 - ``ztest_test_skip()`` during either the ``after`` or ``teardown`` phase of the test suite 15 - ``ztest_test_pass()`` during either the ``after`` or ``teardown`` phase of the test suite
|
/Zephyr-latest/soc/espressif/esp32s3/ |
D | Kconfig.mac | 21 …When using the default (Espressif-assigned) base MAC address, either setting can be used. When usi… 23 addresses in this range (either 2 or 4 per device.)ll depend on the 24 allocation of MAC addresses in this range (either 1 or 2 per device).
|
/Zephyr-latest/dts/arm/nordic/ |
D | nrf91_peripherals.dtsi | 152 * This i2c node can be either TWIM or TWIS, for the user to pick: 168 * This i2c node can be either TWIM or TWIS, for the user to pick: 184 * This i2c node can be either TWIM or TWIS, for the user to pick: 200 * This i2c node can be either TWIM or TWIS, for the user to pick: 216 * This spi node can be either SPIM or SPIS, for the user to pick: 232 * This spi node can be either SPIM or SPIS, for the user to pick: 248 * This spi node can be either SPIM or SPIS, for the user to pick: 264 * This spi node can be either SPIM or SPIS, for the user to pick:
|
/Zephyr-latest/soc/espressif/esp32s2/ |
D | Kconfig.mac | 20 When using the default (Espressif-assigned) base MAC address, either setting can be used. 22 allocation of MAC addresses in this range (either 1 or 2 per device).
|
/Zephyr-latest/doc/develop/west/ |
D | west-not-found.rst | 15 The west APIs are not documented since either west was missing or the zephyr
|
/Zephyr-latest/samples/sensor/bme280/ |
D | Kconfig | 14 # the device connected either way. These defaults can be overridden if
|
/Zephyr-latest/boards/quicklogic/quick_feather/doc/ |
D | index.rst | 40 the Zephyr port only enables loading the program directly to SRAM using either 64 To debug the QuickFeather board please connect to the target with either 77 - Connect to the target using either OpenOCD or JLink
|
/Zephyr-latest/soc/openisa/rv32m1/ |
D | Kconfig.soc | 9 option should not be used to target either Arm core.
|
/Zephyr-latest/soc/espressif/esp32/ |
D | Kconfig.mac | 20 When using the default (Espressif-assigned) base MAC address, either setting can be used. 22 allocation of MAC addresses in this range (either 2 or 4 per device.)
|
/Zephyr-latest/soc/espressif/esp32c2/ |
D | Kconfig.mac | 21 …When using the default (Espressif-assigned) base MAC address, either setting can be used. When usi… 23 addresses in this range (either 2 or 4 per device.)
|
/Zephyr-latest/soc/espressif/esp32c3/ |
D | Kconfig.mac | 21 …When using the default (Espressif-assigned) base MAC address, either setting can be used. When usi… 23 addresses in this range (either 2 or 4 per device.)
|
/Zephyr-latest/soc/espressif/esp32c6/ |
D | Kconfig.mac | 21 …When using the default (Espressif-assigned) base MAC address, either setting can be used. When usi… 23 addresses in this range (either 2 or 4 per device.)
|
/Zephyr-latest/samples/subsys/llext/modules/ |
D | Kconfig | 13 hello_world_ext.c, either as an llext module or as a built-in part of
|
/Zephyr-latest/cmake/modules/ |
D | Findarmclang.cmake | 23 # Compiler version is either terminated directly, or followed by space and extra build info.
|
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/boards/ |
D | litex_vexriscv.overlay | 11 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
/Zephyr-latest/drivers/sensor/ti/tmp112/ |
D | Kconfig | 25 with SENSOR_ATTR_FULL_SCALE and value to set either 128 or 150
|
/Zephyr-latest/subsys/bindesc/ |
D | gen_bindesc_build_time_h.cmake | 6 # in either local time or UTC, depending on CONFIG_BINDESC_BUILD_TIME_USE_LOCAL_TIME.
|
/Zephyr-latest/samples/modules/nanopb/ |
D | README.rst | 30 * :kconfig:option:`CONFIG_SAMPLE_UNLUCKY_NUMBER` either enables or disables the ``unlucky_number``
|
/Zephyr-latest/samples/net/syslog_net/ |
D | Kconfig | 22 either IPv4 or IPv6 address. Server listen UDP port
|
/Zephyr-latest/doc/kernel/services/data_passing/ |
D | pipes.rst | 30 - **Writing**: Data is synchronously written, either in whole or in part, to 31 a pipe by a thread. Accepted data is either copied directly to the waiting 36 - **Reading**: Data is synchronously read, either in whole or in part, from a 37 pipe by a thread. Accepted data is either copied from the pipe's ring buffer
|
/Zephyr-latest/arch/posix/ |
D | Linux.aarch64.cmake | 4 # distributions. Userspace is (generally) either 32-bit or 64-bit but not
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | ethernet_mgmt.rst | 25 specific VLAN tag is either enabled or disabled.
|
/Zephyr-latest/doc/hardware/peripherals/sensor/ |
D | channels.rst | 9 Sensors may have multiple channels, either to represent different axes of
|
/Zephyr-latest/cmake/toolchain/cross-compile/ |
D | generic.cmake | 15 # It can be set from either the environment or from a CMake variable
|
/Zephyr-latest/doc/build/kconfig/ |
D | menuconfig.rst | 33 #. Build your application as usual using either ``west`` or ``cmake``: 42 #. To run the terminal-based ``menuconfig`` interface, use either of these 53 To run the graphical ``guiconfig``, use either of these commands: 117 In the ``guiconfig`` interface, either click on the image next to the symbol 172 dependencies, either by pressing :kbd:`?` in ``menuconfig`` or in the
|
12345678910>>...15