Searched refs:both (Results 1 – 25 of 566) sorted by relevance
12345678910>>...23
/Zephyr-latest/boards/native/nrf_bsim/ |
D | Kconfig | 13 It needs the BabbleSim simulator both in compile time and to execute 24 It needs the BabbleSim simulator both in compile time and to execute 35 It needs the BabbleSim simulator both in compile time and to execute 46 It needs the BabbleSim simulator both in compile time and to execute
|
D | CMakeLists.txt | 18 # The nrfx HAL uses enums in its definitions,so they need to have the same size in both, 19 # as both the HW models and embedded SW use them.
|
/Zephyr-latest/subsys/sensing/sensor/hinge_angle/ |
D | hinge_angle.c | 124 int both = 0; in hinge_reporter_on_data_event() local 132 both += data->has_sample[i]; in hinge_reporter_on_data_event() 135 if (both == HINGE_REPORTER_NUM) { in hinge_reporter_on_data_event()
|
/Zephyr-latest/samples/application_development/external_lib/ |
D | README.rst | 11 The demonstrates both how to build the external library using a different build 35 https://gnuwin32.sourceforge.net/packages/make.htm by either getting both the
|
/Zephyr-latest/dts/common/nordic/ |
D | nrf5340_shared_sram_partition.dtsi | 10 * This file, or a board specific variant of it, must be included by both 11 * cpuapp and cpunet application to ensure both processors have the same
|
/Zephyr-latest/tests/bsim/bluetooth/samples/central_hr_peripheral_hr/ |
D | Kconfig | 7 # source Zephyr Kernel's Kconfig, as below (not both)
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | led.rst | 9 The LED API provides access to Light Emitting Diodes, both in individual and
|
/Zephyr-latest/soc/st/stm32/stm32f3x/ |
D | Kconfig.defconfig.stm32f303x(b-c) | 6 # The HAL expects STM32F302XC to be defined for both the xB and xC variants (only RAM- and Flash-
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | traffic-class.rst | 12 to classify both received and sent network packets. See more information about 23 kernel work queue. The maximum number of traffic classes for both Rx and Tx
|
/Zephyr-latest/samples/drivers/i2c/rtio_loopback/ |
D | README.rst | 20 I2C peripheral role, both connected to the same I2C bus. 21 * An I2C controller supporting both I2C controller and peripheral role
|
/Zephyr-latest/include/zephyr/linker/ |
D | app_smem.ld | 10 * So if doing it normally, both files are being included 20 * Since the dependency list of A.cmd contains both
|
D | app_smem_pinned.ld | 14 * So if doing it normally, both files are being included 24 * Since the dependency list of A.cmd contains both
|
/Zephyr-latest/soc/raspberrypi/rpi_pico/rp2350/ |
D | Kconfig.soc | 21 Use the RP2350A with a Cortex-M33 core in both 'sockets'.
|
/Zephyr-latest/boards/nxp/twr_ke18f/ |
D | Kconfig.defconfig | 12 # The KE1xF has 8 MPU regions, which is not enough for both HW stack protection
|
/Zephyr-latest/boards/ |
D | index.rst | 23 both a vendor and an architecture, only boards that match both will be displayed. Within a
|
/Zephyr-latest/samples/net/wifi/apsta_mode/ |
D | README.rst | 5 Configure a Wi-Fi board to operate as both an Access Point (AP) and a Station (STA). 10 The Wi-Fi AP-STA mode of a Wi-Fi board allows it to function as both 24 the board into AP-STA mode to support both modes and attempts to connect to the
|
/Zephyr-latest/soc/nxp/lpc/lpc54xxx/ |
D | linker.ld | 11 * This is the linker script for both standard images and XIP images.
|
/Zephyr-latest/soc/nxp/lpc/lpc55xxx/ |
D | linker.ld | 11 * This is the linker script for both standard images and XIP images.
|
/Zephyr-latest/soc/nxp/imxrt/imxrt5xx/cm33/ |
D | linker.ld | 10 * This is the linker script for both standard images and XIP images.
|
/Zephyr-latest/doc/kernel/services/data_passing/ |
D | queues.rst | 8 to a FIFO and serves as the underlying implementation for both :ref:`k_fifo
|
/Zephyr-latest/soc/nxp/rw/ |
D | firmwares.ld | 8 * Place the wifi and ble firmwares in rodata section. If both binaries
|
/Zephyr-latest/soc/nxp/s32/s32k1/ |
D | Kconfig.defconfig | 18 # The S32K1xx have 8 MPU regions, which is not enough for both HW stack protection
|
/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/samples/sensor/lsm6dsl/ |
D | README.rst | 21 It has been tested on both :ref:`96b_argonkey` and disco_l475_iot1 board. 32 sensor, which is present on both the :ref:`96b_argonkey` and disco_l475_iot1 board.
|
/Zephyr-latest/doc/services/portability/posix/implementation/ |
D | index.rst | 32 elsewhere, unless required both by the POSIX API implementation and some other feature. An 37 - When the POSIX API and another Zephyr subsystem both rely on a feature, the implementation of 38 that feature should be as a separate Zephyr library that can be used by both the POSIX API and
|
12345678910>>...23