Home
last modified time | relevance | path

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

12

/Zephyr-Core-3.5.0/cmake/toolchain/llvm/
Dtarget.cmake12 set(triple armv8m.main-none-eabi) variable
15 set(triple armv8m.base-none-eabi) variable
19 set(triple armv7m-cros-eabi) variable
23 set(triple armv6m-none-eabi) variable
26 set(triple arm-none-eabi) variable
32 set(triple x86_64-pc-none-elf) variable
34 set(triple i686-pc-none-elf) variable
38 if(DEFINED triple)
39 set(CMAKE_C_COMPILER_TARGET ${triple})
40 set(CMAKE_ASM_COMPILER_TARGET ${triple})
[all …]
/Zephyr-Core-3.5.0/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-Core-3.5.0/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-Core-3.5.0/drivers/sensor/ina3221/
DKconfig7 bool "INA3221 Triple-Channel Current/Power Monitor"
12 Enable driver for INA3221 Triple-Channel Current/Power Monitor.
/Zephyr-Core-3.5.0/drivers/display/
Dssd1306_regs.h51 #define SSD1306_SET_COLUMN_ADDRESS 0x21 /* triple byte command */
53 #define SSD1306_SET_PAGE_ADDRESS 0x22 /* triple byte command */
/Zephyr-Core-3.5.0/boards/arm/96b_wistrio/dts/bindings/
Dqorvo,rfsw8001.yaml5 Qorvo's RFSW8001 is a single pole triple throw (SP3T) RF switch. The RF1,
/Zephyr-Core-3.5.0/subsys/usb/device/
DKconfig52 bool "Use Interface Association Descriptor code triple"
54 This option modifies the code triple in the device descriptor
/Zephyr-Core-3.5.0/cmake/modules/
DFindarmclang.cmake19 …execute_process(COMMAND ${CMAKE_C_COMPILER} --target=${triple} --version OUTPUT_VARIABLE ARMCLANG_…
/Zephyr-Core-3.5.0/dts/bindings/led/
Donnn,ncp5623.yaml6 NCP5623 Triple Output I2C Controlled RGB LED driver
/Zephyr-Core-3.5.0/dts/bindings/sensor/
Dti,ina3221.yaml4 description: Texas Instruments INA3221 Triple-Channel Current/Power Monitor
/Zephyr-Core-3.5.0/drivers/timer/
Dxlnx_psttc_timer_priv.h17 * Triple-timer Counter (TTC) Register Offsets
/Zephyr-Core-3.5.0/include/zephyr/usb/
Dusbh.h57 * @brief USB Class Code triple
/Zephyr-Core-3.5.0/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-Core-3.5.0/modules/
DKconfig.mcuboot198 means major.minor.patch triple, unless BOOT_VERSION_CMP_USE_BUILD_NUMBER
/Zephyr-Core-3.5.0/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-Core-3.5.0/subsys/mgmt/mcumgr/transport/src/
Dserial_util.c223 /* One triple of allowed input already used */ in mcumgr_serial_tx_pkt()
/Zephyr-Core-3.5.0/drivers/can/
Dcan_mcux_flexcan.c446 LOG_ERR("triple samling is not supported in CAN-FD mode"); in mcux_flexcan_set_mode()
472 /* Enable triple sampling mode */ in mcux_flexcan_set_mode()
475 /* Disable triple sampling mode */ in mcux_flexcan_set_mode()
Dcan_shell.c37 CAN_SHELL_MODE_MAPPING("triple-sampling", CAN_MODE_3_SAMPLES),
/Zephyr-Core-3.5.0/tests/drivers/can/shell/src/
Dmain.c274 can_shell_test_mode("can mode " FAKE_CAN_NAME " triple-sampling", CAN_MODE_3_SAMPLES); in ZTEST()
/Zephyr-Core-3.5.0/doc/_scripts/
Dgen_devicetree_rest.py723 # Helper for dedenting and printing a triple-quoted RST block.
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/
Dgap.h235 /** Triple Switch */
/Zephyr-Core-3.5.0/include/zephyr/drivers/
Dcan.h98 /** Controller uses triple sampling mode */
/Zephyr-Core-3.5.0/scripts/dts/python-devicetree/tests/
Dtest_dtlib.py47 after triple quotes, as is done below.'''

12