/Zephyr-latest/cmake/toolchain/llvm/ |
D | target.cmake | 12 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/ |
D | generic.cmake | 22 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/ |
D | generic.cmake | 7 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})
|
D | compiler_flags.cmake | 6 set_property(TARGET asm APPEND PROPERTY required "--target=${triple}")
|
/Zephyr-latest/drivers/sensor/ti/ina3221/ |
D | Kconfig | 7 bool "INA3221 Triple-Channel Current/Power Monitor" 12 Enable driver for INA3221 Triple-Channel Current/Power Monitor.
|
/Zephyr-latest/drivers/display/ |
D | ssd1306_regs.h | 53 #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/ |
D | qorvo,rfsw8001.yaml | 5 Qorvo's RFSW8001 is a single pole triple throw (SP3T) RF switch. The RF1,
|
/Zephyr-latest/cmake/modules/ |
D | Findarmclang.cmake | 19 …execute_process(COMMAND ${CMAKE_C_COMPILER} --target=${triple} --version OUTPUT_VARIABLE ARMCLANG_…
|
/Zephyr-latest/subsys/usb/device/ |
D | Kconfig | 69 bool "Use Interface Association Descriptor code triple" 71 This option modifies the code triple in the device descriptor
|
/Zephyr-latest/dts/bindings/led/ |
D | onnn,ncp5623.yaml | 6 NCP5623 Triple Output I2C Controlled RGB LED driver
|
/Zephyr-latest/dts/bindings/sensor/ |
D | ti,ina3221.yaml | 4 description: Texas Instruments INA3221 Triple-Channel Current/Power Monitor
|
/Zephyr-latest/drivers/timer/ |
D | xlnx_psttc_timer_priv.h | 17 * Triple-timer Counter (TTC) Register Offsets
|
/Zephyr-latest/subsys/usb/device_next/ |
D | usbd_shell.c | 347 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/ |
D | usbh.h | 57 * @brief USB Class Code triple
|
/Zephyr-latest/arch/x86/core/ |
D | Kconfig.ia32 | 61 letting the system triple-fault and reset.
|
D | fatal.c | 27 * It has been observed that if the emulator exits for a triple-fault in arch_system_halt()
|
/Zephyr-latest/share/sysbuild/images/bootloader/ |
D | Kconfig | 78 which usually means major.minor.patch triple, unless BOOT_VERSION_CMP_USE_BUILD_NUMBER is
|
/Zephyr-latest/samples/subsys/usb/common/ |
D | sample_usbd_init.c | 79 * Association Descriptor available, use an appropriate triple in sample_fix_code_triple()
|
/Zephyr-latest/arch/xtensa/include/ |
D | xtensa_asm2_s.h | 650 * 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/ |
D | x86_mmu.h | 154 * 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/ |
D | serial_util.c | 223 /* One triple of allowed input already used */ in mcumgr_serial_tx_pkt()
|
/Zephyr-latest/modules/ |
D | Kconfig.mcuboot | 206 means major.minor.patch triple, unless BOOT_VERSION_CMP_USE_BUILD_NUMBER
|
/Zephyr-latest/boards/weact/stm32f405_core/doc/ |
D | index.rst | 26 - 3x12-bit, 2.4 MSPS ADC up to 24 channels and 7.2 MSPS in triple interleaved mode
|
/Zephyr-latest/drivers/can/ |
D | can_mcux_flexcan.c | 415 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/ |
D | index.rst | 45 - 3x 12-bit ADC, up to 2.4 MSPS with 24 channels or 7.2 MSPS in triple-interleaved mode
|