Home
last modified time | relevance | path

Searched full:triple (Results 1 – 25 of 33) sorted by relevance

12

/Zephyr-latest/cmake/toolchain/llvm/
Dtarget.cmake12 set(triple armv8m.main-none-eabi) variable
15 set(triple armv8m.base-none-eabi) variable
19 set(triple armv7m-none-eabi) variable
23 set(triple armv6m-none-eabi) variable
26 set(triple arm-none-eabi) variable
29 set(triple aarch64-none-elf) variable
32 set(triple x86_64-pc-none-elf) variable
34 set(triple i686-pc-none-elf) variable
38 set(triple riscv64-unknown-elf) variable
40 set(triple riscv32-unknown-elf) variable
[all …]
/Zephyr-latest/cmake/toolchain/oneApi/
Dgeneric.cmake22 set(triple x86_64-pc-none-elf) variable
24 set(triple i686-pc-none-elf) variable
29 set(CMAKE_C_COMPILER_TARGET ${triple})
30 set(CMAKE_ASM_COMPILER_TARGET ${triple})
31 set(CMAKE_CXX_COMPILER_TARGET ${triple})
41 list(APPEND CMAKE_REQUIRED_FLAGS --target=${triple})
42 add_compile_options(--target=${triple})
43 add_link_options(--target=${triple})
/Zephyr-latest/cmake/compiler/armclang/
Dgeneric.cmake7 set(triple arm-arm-none-eabi) variable
13 "--target=${triple}"
20 set(CMAKE_C_COMPILER_TARGET ${triple})
21 set(CMAKE_ASM_COMPILER_TARGET ${triple})
22 set(CMAKE_CXX_COMPILER_TARGET ${triple})
Dcompiler_flags.cmake6 set_property(TARGET asm APPEND PROPERTY required "--target=${triple}")
/Zephyr-latest/drivers/sensor/ti/ina3221/
DKconfig7 bool "INA3221 Triple-Channel Current/Power Monitor"
12 Enable driver for INA3221 Triple-Channel Current/Power Monitor.
/Zephyr-latest/drivers/display/
Dssd1306_regs.h53 #define SSD1306_SET_COLUMN_ADDRESS 0x21 /* triple byte command */
55 #define SSD1306_SET_PAGE_ADDRESS 0x22 /* triple byte command */
/Zephyr-latest/boards/96boards/wistrio/dts/bindings/
Dqorvo,rfsw8001.yaml5 Qorvo's RFSW8001 is a single pole triple throw (SP3T) RF switch. The RF1,
/Zephyr-latest/cmake/modules/
DFindarmclang.cmake19 …execute_process(COMMAND ${CMAKE_C_COMPILER} --target=${triple} --version OUTPUT_VARIABLE ARMCLANG_…
/Zephyr-latest/subsys/usb/device/
DKconfig69 bool "Use Interface Association Descriptor code triple"
71 This option modifies the code triple in the device descriptor
/Zephyr-latest/dts/bindings/led/
Donnn,ncp5623.yaml6 NCP5623 Triple Output I2C Controlled RGB LED driver
/Zephyr-latest/dts/bindings/sensor/
Dti,ina3221.yaml4 description: Texas Instruments INA3221 Triple-Channel Current/Power Monitor
/Zephyr-latest/drivers/timer/
Dxlnx_psttc_timer_priv.h17 * Triple-timer Counter (TTC) Register Offsets
/Zephyr-latest/subsys/usb/device_next/
Dusbd_shell.c347 shell_error(sh, "dev: failed to set device code triple to %x %x %x", in cmd_device_code_triple()
350 shell_error(sh, "dev: set device code triple to %x %x %x", in cmd_device_code_triple()
574 SHELL_CMD_ARG(triple, &dsub_config_speed,
575 "<speed> <Base Class> <SubClass> <Protocol> sets device code triple",
/Zephyr-latest/include/zephyr/usb/
Dusbh.h57 * @brief USB Class Code triple
/Zephyr-latest/arch/x86/core/
DKconfig.ia3261 letting the system triple-fault and reset.
Dfatal.c27 * It has been observed that if the emulator exits for a triple-fault in arch_system_halt()
/Zephyr-latest/share/sysbuild/images/bootloader/
DKconfig78 which usually means major.minor.patch triple, unless BOOT_VERSION_CMP_USE_BUILD_NUMBER is
/Zephyr-latest/samples/subsys/usb/common/
Dsample_usbd_init.c79 * Association Descriptor available, use an appropriate triple in sample_fix_code_triple()
/Zephyr-latest/arch/xtensa/include/
Dxtensa_asm2_s.h650 * be considered triple fault. Although there is no triple
662 * be considered a triple fault. If such a case exists, simply
/Zephyr-latest/arch/x86/include/
Dx86_mmu.h154 * structure here or the CPU will triple fault. The incoming page tables must in z_x86_kpti_is_access_ok()
/Zephyr-latest/subsys/mgmt/mcumgr/transport/src/
Dserial_util.c223 /* One triple of allowed input already used */ in mcumgr_serial_tx_pkt()
/Zephyr-latest/modules/
DKconfig.mcuboot206 means major.minor.patch triple, unless BOOT_VERSION_CMP_USE_BUILD_NUMBER
/Zephyr-latest/boards/weact/stm32f405_core/doc/
Dindex.rst26 - 3x12-bit, 2.4 MSPS ADC up to 24 channels and 7.2 MSPS in triple interleaved mode
/Zephyr-latest/drivers/can/
Dcan_mcux_flexcan.c415 LOG_ERR("triple samling is not supported in CAN FD mode"); in mcux_flexcan_set_mode()
441 /* Enable triple sampling mode */ in mcux_flexcan_set_mode()
444 /* Disable triple sampling mode */ in mcux_flexcan_set_mode()
/Zephyr-latest/boards/st/nucleo_f722ze/doc/
Dindex.rst45 - 3x 12-bit ADC, up to 2.4 MSPS with 24 channels or 7.2 MSPS in triple-interleaved mode

12