Home
last modified time | relevance | path

Searched full:variant (Results 1 – 25 of 151) sorted by relevance

1234567

/Zephyr-Core-3.6.0/dts/bindings/gpio/
Dti,boosterpack-header.yaml10 20 pin variant has two 10 x 1 pin headers and the 40 pin variant has two
13 The pins of the 20 pin variant and the outer row of the 40 pin variant are
14 numbered 1 through 20. The inner rows of the 40 pin variant are numbered 21
/Zephyr-Core-3.6.0/doc/develop/languages/c/
Dnewlib.rst30 The Newlib full variant (:file:`libc.a` and :file:`libm.a`) is the most capable
31 variant of the Newlib available in the Zephyr SDK, and supports almost all
34 nano variant.
36 This variant can be enabled by selecting the
44 The Newlib nano variant (:file:`libc_nano.a` and :file:`libm_nano.a`) is the
46 variant supports except the new format specifiers introduced in C99, such as
50 This variant can be enabled by selecting the
55 Note that the Newlib nano variant is not available for all architectures. The
56 availability of the nano variant is specified by the
73 * C99 format specifiers are not supported in the Newlib nano variant (i.e.
/Zephyr-Core-3.6.0/dts/bindings/misc/
Dnuvoton,npcx-booter-variant.yaml4 description: Nuvoton, NPCX booter variant options
6 compatible: "nuvoton,npcx-booter-variant"
/Zephyr-Core-3.6.0/tests/lib/cmsis_dsp/common/
Dtest_common.h29 #define DEFINE_TEST_VARIANT1(suite, name, variant, a1) \ argument
30 ZTEST(suite, test_##name##_##variant) \
35 #define DEFINE_TEST_VARIANT2(suite, name, variant, a1, a2) \ argument
36 ZTEST(suite, test_##name##_##variant) \
41 #define DEFINE_TEST_VARIANT3(suite, name, variant, a1, a2, a3) \ argument
42 ZTEST(suite, test_##name##_##variant) \
47 #define DEFINE_TEST_VARIANT4(suite, name, variant, a1, a2, a3, a4) \ argument
48 ZTEST(suite, test_##name##_##variant) \
53 #define DEFINE_TEST_VARIANT5(suite, name, variant, a1, a2, a3, a4, a5) \ argument
54 ZTEST(suite, test_##name##_##variant) \
[all …]
/Zephyr-Core-3.6.0/drivers/i2c/
DKconfig.stm3220 Driver variant matching `st,stm32-i2c-v1` compatible.
30 Driver variant matching `st,stm32-i2c-v2` compatible.
/Zephyr-Core-3.6.0/drivers/serial/
DKconfig.ns1655041 prompt "UART variant"
44 Select UART device variant
71 bool "Add support for NS16550 variant specific to TI K3 SoCs"
/Zephyr-Core-3.6.0/boards/posix/doc/
Dlayering_natsim.svg326variant:normal;font-weight:normal;font-stretch:normal;font-size:11.0001px;font-family:Arial;-inksc…
534variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;font-family:sans-serif;-inksc…
544variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;font-family:sans-serif;-inksc…
/Zephyr-Core-3.6.0/doc/develop/toolchains/
Dcrosstool_ng.rst8 ``xtools`` toolchain variant is deprecated. The
9 :ref:`cross-compile toolchain variant <other_x_compilers>` should be used
/Zephyr-Core-3.6.0/modules/trusted-firmware-m/nordic_nrf/nrf5340_cpuapp/
Dconfig.cmake7 set(NRF_SOC_VARIANT nrf5340 CACHE STRING "nRF SoC Variant")
/Zephyr-Core-3.6.0/modules/trusted-firmware-m/nordic_nrf/nrf9120/
Dconfig.cmake7 set(NRF_SOC_VARIANT nrf91 CACHE STRING "nRF SoC Variant")
/Zephyr-Core-3.6.0/modules/trusted-firmware-m/nordic_nrf/nrf9160/
Dconfig.cmake7 set(NRF_SOC_VARIANT nrf91 CACHE STRING "nRF SoC Variant")
/Zephyr-Core-3.6.0/include/zephyr/arch/arc/asm-compat/
Dassembler.h17 * are not "honored" in inline assembly. So each variant is unconditional
20 * just the final variant include in code fed to compiler/assembler.
/Zephyr-Core-3.6.0/doc/services/tfm/
Dintegration.rst16 and all config flags required for TF-M should be set in a board variant with
19 This board variant must define an appropriate flash, SRAM and peripheral
30 when using the default board variant, would generate a secure Zephyr binary.
/Zephyr-Core-3.6.0/cmake/modules/
DFindZephyr-sdk.cmake20 # Zephyr toolchain variant to use if not defined already.
53 # The Zephyr SDK will automatically set the toolchain variant.
55 # then we keep track of current toolchain variant.
/Zephyr-Core-3.6.0/dts/bindings/sensor/
Dinvensense,mpu6050.yaml7 # support SPI so stick with I2C variant.
Dwe,wsen-pdus.yaml21 description: PDUS sensor product variant (pressure measurement range).
/Zephyr-Core-3.6.0/drivers/sensor/tmp108/
DKconfig14 Enable driver for the TMP108 temperature sensor and/or it's variant
/Zephyr-Core-3.6.0/drivers/modem/
DKconfig.ublox-sara-r421 bool "u-blox SARA variant selection"
37 Enable automatic detection of modem variant (SARA-R4 or SARA-U2)
/Zephyr-Core-3.6.0/include/zephyr/sys/
Dhash_map.h40 * @param _config_type Variant of @ref sys_hashmap_config.
41 * @param _data_type Variant of @ref sys_hashmap_data.
44 * @param ... Variant-specific details for @p _config_type.
68 * @param _config_type Variant of @ref sys_hashmap_config.
69 * @param _data_type Variant of @ref sys_hashmap_data.
72 * @param ... Variant-specific details for @p _config_type.
/Zephyr-Core-3.6.0/drivers/w1/
Dw1_ds2477_85_common.h106 /* variant independent timing */
208 /** variant dependent time of 1 operation in us */
210 /** variant dependent time of 1 sequence in us */
212 /** variant specific script command */
/Zephyr-Core-3.6.0/boards/arm/nrf52840dk_nrf52811/doc/
Dindex.rst11 IC, which is a variant of the original nRF52840. Since Nordic does not offer a
/Zephyr-Core-3.6.0/boards/arm/nrf52833dk_nrf52820/doc/
Dindex.rst11 IC, which is a variant of the original nRF52833. Since Nordic does not offer a
/Zephyr-Core-3.6.0/boards/arm/nrf52dk_nrf52805/doc/
Dindex.rst11 cost-reduced variant of the original nRF52832. Since Nordic does not offer a
/Zephyr-Core-3.6.0/boards/arm/nrf52dk_nrf52810/doc/
Dindex.rst11 cost-reduced variant of the original nRF52832. Since Nordic does not offer a
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/ll/conn/tests_scripts/
Dbasic_conn_split_low_lat.sh8 # notification, using the split controller (ULL LLL) in Low Latency Variant

1234567