/Zephyr-Core-3.5.0/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-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/ |
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-Core-3.5.0/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-Core-3.5.0/drivers/sensor/ina3221/ |
D | Kconfig | 7 bool "INA3221 Triple-Channel Current/Power Monitor" 12 Enable driver for INA3221 Triple-Channel Current/Power Monitor.
|
/Zephyr-Core-3.5.0/drivers/display/ |
D | ssd1306_regs.h | 51 #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/ |
D | qorvo,rfsw8001.yaml | 5 Qorvo's RFSW8001 is a single pole triple throw (SP3T) RF switch. The RF1,
|
/Zephyr-Core-3.5.0/subsys/usb/device/ |
D | Kconfig | 52 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/ |
D | Findarmclang.cmake | 19 …execute_process(COMMAND ${CMAKE_C_COMPILER} --target=${triple} --version OUTPUT_VARIABLE ARMCLANG_…
|
/Zephyr-Core-3.5.0/dts/bindings/led/ |
D | onnn,ncp5623.yaml | 6 NCP5623 Triple Output I2C Controlled RGB LED driver
|
/Zephyr-Core-3.5.0/dts/bindings/sensor/ |
D | ti,ina3221.yaml | 4 description: Texas Instruments INA3221 Triple-Channel Current/Power Monitor
|
/Zephyr-Core-3.5.0/drivers/timer/ |
D | xlnx_psttc_timer_priv.h | 17 * Triple-timer Counter (TTC) Register Offsets
|
/Zephyr-Core-3.5.0/include/zephyr/usb/ |
D | usbh.h | 57 * @brief USB Class Code triple
|
/Zephyr-Core-3.5.0/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-Core-3.5.0/modules/ |
D | Kconfig.mcuboot | 198 means major.minor.patch triple, unless BOOT_VERSION_CMP_USE_BUILD_NUMBER
|
/Zephyr-Core-3.5.0/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-Core-3.5.0/subsys/mgmt/mcumgr/transport/src/ |
D | serial_util.c | 223 /* One triple of allowed input already used */ in mcumgr_serial_tx_pkt()
|
/Zephyr-Core-3.5.0/drivers/can/ |
D | can_mcux_flexcan.c | 446 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()
|
D | can_shell.c | 37 CAN_SHELL_MODE_MAPPING("triple-sampling", CAN_MODE_3_SAMPLES),
|
/Zephyr-Core-3.5.0/tests/drivers/can/shell/src/ |
D | main.c | 274 can_shell_test_mode("can mode " FAKE_CAN_NAME " triple-sampling", CAN_MODE_3_SAMPLES); in ZTEST()
|
/Zephyr-Core-3.5.0/doc/_scripts/ |
D | gen_devicetree_rest.py | 723 # Helper for dedenting and printing a triple-quoted RST block.
|
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/ |
D | gap.h | 235 /** Triple Switch */
|
/Zephyr-Core-3.5.0/include/zephyr/drivers/ |
D | can.h | 98 /** Controller uses triple sampling mode */
|
/Zephyr-Core-3.5.0/scripts/dts/python-devicetree/tests/ |
D | test_dtlib.py | 47 after triple quotes, as is done below.'''
|