Searched +full:target +full:- +full:enable (Results 1 – 25 of 444) sorted by relevance
12345678910>>...18
/Zephyr-latest/drivers/i2c/target/ |
D | Kconfig.eeprom | 1 # I2C EEPROM Target configuration options 4 # SPDX-License-Identifier: Apache-2.0 7 bool "I2C Target EEPROM driver" 9 Enable virtual I2C Target EEPROM driver 12 bool "Set I2C Target EEPROM Address at Runtime" 15 Enable changing virtual I2C Target EEPROM device address at runtime
|
D | Kconfig | 1 # I2C Target configuration options 4 # SPDX-License-Identifier: Apache-2.0 10 bool "I2C Target Drivers" 12 Enable I2C Target Driver Configuration 20 I2C Target device driver initialization priority. 23 bool "I2C target driver for buffer mode [EXPERIMENTAL]" 26 This is an option to enable buffer mode. 28 source "drivers/i2c/target/Kconfig.eeprom"
|
/Zephyr-latest/drivers/i2c/ |
D | i2c_xilinx_axi.h | 1 /* SPDX-License-Identifier: Apache-2.0 */ 16 REG_GIE = 0x01C, /* Global Interrupt Enable */ 18 REG_IER = 0x028, /* Interrupt Enable */ 24 REG_ADR = 0x110, /* Target Address */ 27 REG_TEN_ADR = 0x11C, /* Target Ten Bit Address */ 41 /* Global Interrupt Enable */ 46 /* Interrupt Status/Interrupt Enable */ 49 ISR_NOT_ADDR_TARGET = BIT(6), /* Not Addressed As Target */ 50 ISR_ADDR_TARGET = BIT(5), /* Addressed As Target */ 54 ISR_TX_ERR_TARGET_COMP = BIT(1), /* Transmit Error/Target Transmit Complete */ [all …]
|
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | avrcp_internal.h | 6 * Copyright (c) 2015-2016 Intel Corporation 9 * SPDX-License-Identifier: Apache-2.0 67 /** The 4-bit command type or the 4-bit response code. */ 68 #define BT_AVRCP_HDR_GET_CTYPE(hdr) FIELD_GET(GENMASK(3, 0), ((hdr)->byte0)) 70 * within the target. These fields enable the target to determine whether the command is 71 * addressed to the target unit, or to a specific subunit within the target. The values in these 74 #define BT_AVRCP_HDR_GET_SUBUNIT_ID(hdr) FIELD_GET(GENMASK(2, 0), ((hdr)->byte1)) 76 * within the target. These fields enable the target to determine whether the command is 77 * addressed to the target unit, or to a specific subunit within the target. The values in these 80 #define BT_AVRCP_HDR_GET_SUBUNIT_TYPE(hdr) FIELD_GET(GENMASK(7, 3), ((hdr)->byte1)) [all …]
|
/Zephyr-latest/tests/drivers/i2c/i2c_target_api/boards/ |
D | rpi_pico.overlay | 2 * Copyright (c) 2022 Andrei-Edward Popa 4 * SPDX-License-Identifier: Apache-2.0 11 input-enable; 12 input-schmitt-enable; 19 compatible = "zephyr,i2c-target-eeprom"; 26 clock-frequency = <I2C_BITRATE_STANDARD>; 28 pinctrl-0 = <&i2c1_default>; 29 pinctrl-names = "default"; 31 compatible = "zephyr,i2c-target-eeprom";
|
D | it8xxx2_evb.overlay | 4 * SPDX-License-Identifier: Apache-2.0 9 clock-frequency = <I2C_BITRATE_STANDARD>; 10 pinctrl-0 = <&i2c4_clk_gpe0_default 12 pinctrl-names = "default"; 15 compatible = "zephyr,i2c-target-eeprom"; 23 pinctrl-0 = <&i2c5_clk_gpa4_default 25 pinctrl-names = "default"; 27 target-enable; 29 compatible = "zephyr,i2c-target-eeprom";
|
/Zephyr-latest/drivers/espi/ |
D | Kconfig | 4 # SPDX-License-Identifier: Apache-2.0 9 Enable ESPI Driver. 22 module-str = espi 26 bool "ESPI target driver" 29 Enables eSPI driver in target mode. 54 Enable the checking of the eSPI virtual wire valid bit. If this 64 Enable automatic acknowledgment from eSPI target towards eSPI controller 70 bool "Automatic acknowledge target boot status" 75 Enable automatic acknowledgment from target basic configuration been 82 bool "eSPI Out-of-band channel" [all …]
|
/Zephyr-latest/modules/openthread/ |
D | CMakeLists.txt | 17 set(OT_PLATFORM "zephyr" CACHE STRING "Zephyr as a target platform") 33 set(OT_FTD ON CACHE BOOL "Enable FTD" FORCE) 34 set(OT_MTD OFF CACHE BOOL "Enable MTD" FORCE) 36 set(OT_FTD OFF CACHE BOOL "Enable FTD" FORCE) 37 set(OT_MTD ON CACHE BOOL "Enable MTD" FORCE) 40 kconfig_to_ot_option(CONFIG_OPENTHREAD_ANYCAST_LOCATOR OT_ANYCAST_LOCATOR "Enable anycast locator") 41 kconfig_to_ot_option(CONFIG_ASSERT OT_ASSERT "Enable assert function OT_ASSERT()") 42 kconfig_to_ot_option(CONFIG_OPENTHREAD_BACKBONE_ROUTER OT_BACKBONE_ROUTER "Enable backbone router f… 43 …THREAD_BACKBONE_ROUTER_DUA_NDPROXYING OT_BACKBONE_ROUTER_DUA_NDPROXYING "Enable BBR DUA ND Proxy s… 44 …EAD_BACKBONE_ROUTER_MULTICAST_ROUTING OT_BACKBONE_ROUTER_MULTICAST_ROUTING "Enable BBR MR support") [all …]
|
/Zephyr-latest/boards/nordic/nrf54h20dk/ |
D | nrf54h20dk_nrf54h20_cpuapp_defconfig | 2 # SPDX-License-Identifier: Apache-2.0 4 # Enable UART driver 7 # Enable console 13 # Enable MPU 16 # Enable hardware stack protection 19 # MPU-based null-pointer dereferencing detection cannot be applied 20 # as the (0x0 - 0x400) region is unmapped for this target. 23 # Enable cache 27 # Enable GPIO
|
D | nrf54h20dk_nrf54h20_cpurad_defconfig | 2 # SPDX-License-Identifier: Apache-2.0 4 # Enable UART driver 7 # Enable console 13 # Enable MPU 16 # Enable hardware stack protection 19 # MPU-based null-pointer dereferencing detection cannot be applied 20 # as the (0x0 - 0x400) region is unmapped for this target. 23 # Enable cache
|
/Zephyr-latest/boards/nordic/nrf9280pdk/ |
D | nrf9280pdk_nrf9280_cpuapp_defconfig | 2 # SPDX-License-Identifier: Apache-2.0 4 # Enable UART driver 7 # Enable console 13 # Enable MPU 16 # Enable hardware stack protection 19 # MPU-based null-pointer dereferencing detection cannot be applied 20 # as the (0x0 - 0x400) region is unmapped for this target. 23 # Enable cache 27 # Enable GPIO
|
D | nrf9280pdk_nrf9280_cpurad_defconfig | 2 # SPDX-License-Identifier: Apache-2.0 4 # Enable UART driver 7 # Enable console 13 # Enable MPU 16 # Enable hardware stack protection 19 # MPU-based null-pointer dereferencing detection cannot be applied 20 # as the (0x0 - 0x400) region is unmapped for this target. 23 # Enable cache
|
/Zephyr-latest/dts/bindings/i2c/ |
D | ite,enhance-i2c.yaml | 2 # SPDX-License-Identifier: Apache-2.0 6 compatible: "ite,enhance-i2c" 8 include: ite,common-i2c.yaml 11 prescale-scl-low: 21 data-hold-time: 25 - 3 26 - 4 27 - 5 28 - 6 29 - 7 [all …]
|
/Zephyr-latest/boards/nordic/nrf54l15dk/ |
D | nrf54l15dk_nrf54l05_cpuapp_defconfig | 2 # SPDX-License-Identifier: Apache-2.0 4 # Enable UART driver 7 # Enable console 11 # Enable GPIO 14 # Enable MPU 17 # Enable hardware stack protection 20 # MPU-based null-pointer dereferencing detection cannot 21 # be applied as the (0x0 - 0x400) is unmapped for this target. 24 # Enable Cache
|
D | nrf54l15dk_nrf54l10_cpuapp_defconfig | 2 # SPDX-License-Identifier: Apache-2.0 4 # Enable UART driver 7 # Enable console 11 # Enable GPIO 14 # Enable MPU 17 # Enable hardware stack protection 20 # MPU-based null-pointer dereferencing detection cannot 21 # be applied as the (0x0 - 0x400) is unmapped for this target. 24 # Enable Cache
|
D | nrf54l15dk_nrf54l15_cpuapp_defconfig | 2 # SPDX-License-Identifier: Apache-2.0 4 # Enable UART driver 7 # Enable console 11 # Enable GPIO 14 # Enable MPU 17 # Enable hardware stack protection 20 # MPU-based null-pointer dereferencing detection cannot 21 # be applied as the (0x0 - 0x400) is unmapped for this target. 24 # Enable Cache
|
/Zephyr-latest/boards/nordic/nrf54l20pdk/ |
D | nrf54l20pdk_nrf54l20_cpuapp_defconfig | 2 # SPDX-License-Identifier: Apache-2.0 4 # Enable UART driver 7 # Enable console 11 # Enable GPIO 14 # Enable MPU 17 # Enable hardware stack protection 20 # MPU-based null-pointer dereferencing detection cannot 21 # be applied as the (0x0 - 0x400) is unmapped for this target. 24 # Enable Cache
|
/Zephyr-latest/boards/adafruit/kb2040/ |
D | adafruit_kb2040_defconfig | 1 # SPDX-License-Identifier: Apache-2.0 5 # Enable UART driver 9 # Enable console 13 # Enable reset by default 16 # Enable clock control by default 19 # Code partition needed to target the correct flash range
|
/Zephyr-latest/boards/adafruit/qt_py_rp2040/ |
D | adafruit_qt_py_rp2040_defconfig | 1 # SPDX-License-Identifier: Apache-2.0 5 # Enable UART driver 9 # Enable console 13 # Enable reset by default 16 # Enable clock control by default 19 # Code partition needed to target the correct flash range
|
/Zephyr-latest/boards/seeed/xiao_rp2040/ |
D | xiao_rp2040_defconfig | 1 # SPDX-License-Identifier: Apache-2.0 6 # Enable UART driver 10 # Enable console 14 # Enable clock control by default 17 # Code partition needed to target the correct flash range
|
/Zephyr-latest/boards/sparkfun/pro_micro_rp2040/ |
D | sparkfun_pro_micro_rp2040_defconfig | 1 # SPDX-License-Identifier: Apache-2.0 6 # Enable UART driver 10 # Enable console 14 # Enable clock control by default 17 # Code partition needed to target the correct flash range
|
/Zephyr-latest/soc/openisa/rv32m1/ |
D | Kconfig.soc | 2 # SPDX-License-Identifier: Apache-2.0 7 Enable support for OpenISA RV32M1 RISC-V processors. Choose 8 this option to target the RI5CY or ZERO-RISCY core. This 9 option should not be used to target either Arm core. 21 OpenISA RV32M1 ZERO-RISCY core
|
/Zephyr-latest/include/zephyr/drivers/pcie/ |
D | vc.h | 4 * SPDX-License-Identifier: Apache-2.0 54 * @brief Enable PCIe Virtual Channel handling 55 * @param bdf the target PCI endpoint 58 * Note: Not being able to enable such feature is a non-fatal error 66 * @param bdf the target PCI endpoint 73 * @param bdf the target PCI endpoint 80 * Note: Not being able to enable such feature is a non-fatal error
|
/Zephyr-latest/boards/snps/hsdk/support/ |
D | openocd.cfg | 1 # Copyright (C) 2019-2020 Synopsys, Inc. 2 # SPDX-License-Identifier: Apache-2.0 6 # SDP has built-in FT2232 chip, which is similar to Digilent HS-1, except that 30 # Contains quad-core ARC HS38. 40 set _CHIPNAME arc-em 45 jtag newtap $_CHIPNAME cpu4 -irlen 4 -ircapture 0x1 -expected-id 0x200c24b1 47 jtag newtap $_CHIPNAME cpu3 -irlen 4 -ircapture 0x1 -expected-id 0x200824b1 49 jtag newtap $_CHIPNAME cpu2 -irlen 4 -ircapture 0x1 -expected-id 0x200424b1 51 jtag newtap $_CHIPNAME cpu1 -irlen 4 -ircapture 0x1 -expected-id 0x200024b1 57 target create $_TARGETNAME2 arcv2 -chain-position $_TARGETNAME2 [all …]
|
/Zephyr-latest/boards/snps/hsdk4xd/support/ |
D | openocd.cfg | 1 # Copyright (C) 2019-2023 Synopsys, Inc. 2 # SPDX-License-Identifier: Apache-2.0 6 # SDP has built-in FT2232 chip, which is similar to Digilent HS-1, except that 30 # Contains quad-core ARC HS4x. 40 set _CHIPNAME arc-em 45 jtag newtap $_CHIPNAME cpu4 -irlen 4 -ircapture 0x1 -expected-id 0x100c54b1 47 jtag newtap $_CHIPNAME cpu3 -irlen 4 -ircapture 0x1 -expected-id 0x100854b1 49 jtag newtap $_CHIPNAME cpu2 -irlen 4 -ircapture 0x1 -expected-id 0x100454b1 51 jtag newtap $_CHIPNAME cpu1 -irlen 4 -ircapture 0x1 -expected-id 0x100054b1 57 target create $_TARGETNAME2 arcv2 -chain-position $_TARGETNAME2 [all …]
|
12345678910>>...18