/Zephyr-latest/dts/bindings/serial/ |
D | st,stm32-uart-base.yaml | 2 # SPDX-License-Identifier: Apache-2.0 5 description: STM32 UART-BASE 8 - name: uart-controller.yaml 9 property-blocklist: 10 - clock-frequency 11 - name: pinctrl-device.yaml 12 - name: reset-device.yaml 13 - name: uart-controller-pin-inversion.yaml 28 single-wire: 31 Enable the single wire half-duplex communication. [all …]
|
D | nxp,lpuart.yaml | 5 include: [uart-controller.yaml, uart-controller-pin-inversion.yaml, pinctrl-device.yaml] 14 Enable loopback mode on LPUART peripheral. When present, RX pin is 18 single-wire: 21 Enable the single wire half-duplex communication. 26 nxp,rs485-mode: 29 Set to enable RTS signal, which can be used to enable the driver 30 of an external RS-485 transceiver. Note hw-flow-control should be 33 nxp,rs485-de-active-low:
|
/Zephyr-latest/dts/bindings/misc/ |
D | zephyr,modbus-serial.yaml | 2 # SPDX-License-Identifier: Apache-2.0 6 compatible: "zephyr,modbus-serial" 8 include: uart-device.yaml 11 de-gpios: 12 type: phandle-array 13 description: Driver enable pin. 15 Driver enable pin (DE) of the RS-485 transceiver. 19 re-gpios: 20 type: phandle-array 21 description: Receiver enable pin. [all …]
|
/Zephyr-latest/drivers/serial/ |
D | uart_stm32.h | 2 * Copyright (c) 2016 Open-RnD Sp. z o.o. 4 * SPDX-License-Identifier: Apache-2.0 36 /* switch to enable single wire / half duplex feature */ 38 /* enable tx/rx pin swap */ 40 /* enable rx pin inversion */ 42 /* enable tx pin inversion */ 44 /* enable de signal */ 46 /* de signal assertion time in 1/16 of a bit */ 48 /* de signal deassertion time in 1/16 of a bit */ 50 /* enable de pin inversion */ [all …]
|
/Zephyr-latest/drivers/adc/ |
D | Kconfig.esp32 | 1 # Copyright (c) 2022 Wolter HV <wolterhv@gmx.de> 3 # SPDX-License-Identifier: Apache-2.0 10 Enable the driver implementation for the ESP32 ADC 19 Enable the ADC DMA mode for ADC instances 20 that enable dma channels in their device tree node.
|
/Zephyr-latest/soc/atmel/sam/common/ |
D | soc_gpio.c | 3 * SPDX-License-Identifier: Apache-2.0 27 pio->PIO_IDR = mask; in configure_common_attr() 29 /* Configure pull-up(s) */ in configure_common_attr() 31 pio->PIO_PUER = mask; in configure_common_attr() 33 pio->PIO_PUDR = mask; in configure_common_attr() 36 /* Configure pull-down only for MCU series that support it */ in configure_common_attr() 38 /* Configure pull-down(s) */ in configure_common_attr() 40 pio->PIO_PPDER = mask; in configure_common_attr() 42 pio->PIO_PPDDR = mask; in configure_common_attr() 46 /* Configure open drain (multi-drive) */ in configure_common_attr() [all …]
|
D | soc_sam4l_gpio.c | 3 * SPDX-License-Identifier: Apache-2.0 7 * @brief Atmel SAM MCU family General-Purpose Input/Output Controller (GPIO) 20 gpio->IERC = mask; in configure_common_attr() 22 /* Configure pull-up(s) */ in configure_common_attr() 24 gpio->PUERS = mask; in configure_common_attr() 26 gpio->PUERC = mask; in configure_common_attr() 29 /* Configure pull-down(s) */ in configure_common_attr() 31 gpio->PDERS = mask; in configure_common_attr() 33 gpio->PDERC = mask; in configure_common_attr() 36 /* Configure open drain (multi-drive) */ in configure_common_attr() [all …]
|
/Zephyr-latest/drivers/auxdisplay/ |
D | Kconfig.serlcd | 1 # Copyright (c) 2023 Jan Henke <Jan.Henke@taujhe.de> 2 # SPDX-License-Identifier: Apache-2.0 10 Enable driver for SparkFun SerLCD.
|
/Zephyr-latest/drivers/sensor/apds9306/ |
D | Kconfig | 1 # SPDX-License-Identifier: Apache-2.0 3 # Author: Daniel Kampert <DanielKampert@Kampis-Elektroecke.de> 11 Enable the driver for the APDS9306 digital light sensor.
|
/Zephyr-latest/boards/phytec/phyboard_electra/ |
D | phyboard_electra_am6442_m4_defconfig | 1 # PHYTEC AM64x M4 phyBOARD-Electra 4 # Author: Daniel Schultz <d.schultz@phytec.de> 6 # SPDX-License-Identifier: Apache-2.0 20 # Enable Console
|
/Zephyr-latest/boards/phytec/phyboard_lyra/ |
D | phyboard_lyra_am6234_m4_defconfig | 1 # PHYTEC phyBOARD-Lyra AM62x M4 4 # Author: Daniel Schultz <d.schultz@phytec.de> 6 # SPDX-License-Identifier: Apache-2.0 20 # Enable Console
|
/Zephyr-latest/drivers/crypto/ |
D | Kconfig.stm32 | 3 # Copyright (c) 2020 Markus Fuchs <markus.fuchs@de.sauter-bc.com> 4 # SPDX-License-Identifier: Apache-2.0 13 Enable STM32 HAL-based Cryptographic Accelerator driver.
|
/Zephyr-latest/dts/bindings/rtc/ |
D | microcrystal,rv-8263-c8.yaml | 1 # SPDX-License-Identifier: Apache-2.0 3 # Author: Daniel Kampert <DanielKampert@Kampis-Elektroecke.de> 5 description: Micro Crystal RV-8263-C8 RTC 7 compatible: "microcrystal,rv-8263-c8" 10 - name: rtc-device.yaml 11 - name: i2c-device.yaml 14 int-gpios: 15 type: phandle-array 21 - 32768 22 - 16384 [all …]
|
/Zephyr-latest/drivers/sensor/meas/ms5607/ |
D | Kconfig | 3 # Copyright (c) 2019 Thomas Schmid <tom@lfence.de> 4 # SPDX-License-Identifier: Apache-2.0 13 Enable driver for MS5607 pressure and temperature sensor.
|
/Zephyr-latest/dts/bindings/video/ |
D | espressif,esp32-cam.yaml | 4 # SPDX-License-Identifier: Apache-2.0 9 compatible: "espressif,esp32-lcd-cam" 11 include: [base.yaml, pinctrl-device.yaml] 19 data-width: 24 invert-byte-order: 28 invert-bit-order: 32 invert-pclk: 36 invert-de: 38 description: invert data enable signal 40 invert-hsync: [all …]
|
/Zephyr-latest/dts/bindings/mipi-dsi/ |
D | st,stm32-mipi-dsi.yaml | 4 # SPDX-License-Identifier: Apache-2.0 9 compatible: "st,stm32-mipi-dsi" 11 include: [mipi-dsi-host.yaml, reset-device.yaml] 17 clock-names: 20 "dsiclk" DSI clock enable. 28 hs-active-high: 33 vs-active-high: 38 de-active-high: 41 DSI host data enable is active high. 43 loosely-packed: [all …]
|
/Zephyr-latest/drivers/ethernet/ |
D | Kconfig.dsa | 4 # Lukasz Majewski <lukma@denx.de> 5 # SPDX-License-Identifier: Apache-2.0 16 Enable Distributed Switch Architecture support. For now it 55 module-dep = NET_LOG 56 module-str = Log level for DSA 57 module-help = Enables core DSA code to output debug messages.
|
/Zephyr-latest/dts/bindings/display/panel/ |
D | panel-timing.yaml | 2 # SPDX-License-Identifier: Apache-2.0 9 a panel under display-timings node. For example: 12 display-timings { 13 compatible = "zephyr,panel-timing"; 14 hsync-len = <8>; 15 hfront-porch = <32>; 16 hback-porch = <32>; 17 vsync-len = <2>; 18 vfront-porch = <16>; 19 vback-porch = <14>; [all …]
|
/Zephyr-latest/drivers/gpio/ |
D | gpio_andes_atcgpio100.c | 4 * SPDX-License-Identifier: Apache-2.0 16 #include <zephyr/dt-bindings/gpio/andestech-atcgpio100.h> 33 #define REG_PUEN 0x40 /* Pull enable reg. */ 35 #define REG_INTE 0x50 /* Interrupt enable reg. */ 41 #define REG_DEBE 0x70 /* De-bounce enable reg. */ 42 #define REG_DEBC 0x74 /* De-Bounce control reg. */ 56 ((const struct gpio_atcgpio100_config * const)(dev)->config)->base 101 struct gpio_atcgpio100_data * const data = port->data; in gpio_atcgpio100_config() 111 return -ENOTSUP; in gpio_atcgpio100_config() 124 key = k_spin_lock(&data->lock); in gpio_atcgpio100_config() [all …]
|
/Zephyr-latest/tests/kernel/obj_core/obj_core_stats_api/src/ |
D | main.c | 4 * SPDX-License-Identifier: Apache-2.0 40 * Attempt to enable stats for an object core that is not enabled in ZTEST() 45 zassert_equal(status, -ENOTSUP, in ZTEST() 46 "Expected %d, got %d\n", -ENOTSUP, status); in ZTEST() 48 saved_enable = K_OBJ_CORE(test_thread)->type->stats_desc->enable; in ZTEST() 49 K_OBJ_CORE(test_thread)->type->stats_desc->enable = NULL; in ZTEST() 51 zassert_equal(status, -ENOTSUP, in ZTEST() 52 "Expected %d, got %d\n", -ENOTSUP, status); in ZTEST() 53 K_OBJ_CORE(test_thread)->type->stats_desc->enable = saved_enable; in ZTEST() 56 * Note: Testing the stats enable function pointer is done in another in ZTEST() [all …]
|
/Zephyr-latest/boards/shields/rk055hdmipi4ma0/ |
D | rk055hdmipi4ma0.overlay | 4 * SPDX-License-Identifier: Apache-2.0 7 #include <zephyr/dt-bindings/display/panel.h> 15 en_mipi_display_rk055hdmipi4ma0: enable-mipi-display-rk055hdmipi4ma0 { 16 compatible = "regulator-fixed"; 17 regulator-name = "en_mipi_display"; 18 enable-gpios = <&nxp_mipi_connector 32 GPIO_ACTIVE_HIGH>; 19 regulator-boot-on; 23 compatible = "zephyr,lvgl-pointer-input"; 30 gt911_rk055hdmipi4ma0: gt911-rk055hdmipi4ma0@5d { 33 irq-gpios = <&nxp_mipi_connector 29 GPIO_ACTIVE_HIGH>; [all …]
|
/Zephyr-latest/boards/shields/rk055hdmipi4m/ |
D | rk055hdmipi4m.overlay | 4 * SPDX-License-Identifier: Apache-2.0 7 #include <zephyr/dt-bindings/display/panel.h> 15 en_mipi_display: enable-mipi-display { 16 compatible = "regulator-fixed"; 17 regulator-name = "en_mipi_display"; 18 enable-gpios = <&nxp_mipi_connector 32 GPIO_ACTIVE_HIGH>; 19 regulator-boot-on; 23 compatible = "zephyr,lvgl-pointer-input"; 33 irq-gpios = <&nxp_mipi_connector 29 GPIO_ACTIVE_HIGH>; 34 reset-gpios = <&nxp_mipi_connector 28 GPIO_ACTIVE_LOW>; [all …]
|
/Zephyr-latest/subsys/modbus/ |
D | modbus_internal.h | 5 * SPDX-License-Identifier: Apache-2.0 14 * Copyright 2003-2020 Silicon Laboratories Inc. www.silabs.com 16 * SPDX-License-Identifier: APACHE-2.0 20 * Version 2.0 available at www.apache.org/licenses/LICENSE-2.0. 49 /* Diagnostic sub-function codes */ 74 /* RTU timeout (maximum inter-frame delay) */ 78 /* Pointer to driver enable (DE) pin config */ 79 struct gpio_dt_spec *de; member 80 /* Pointer to receiver enable (nRE) pin config */ 172 * -ENOTSUP if Modbus mode is not supported, [all …]
|
/Zephyr-latest/subsys/net/l2/ieee802154/ |
D | Kconfig | 2 # SPDX-License-Identifier: Apache-2.0 18 module-dep = NET_LOG 19 module-str = Log level for IEEE 802.15.4 20 module-help = Enables IEEE 802.15.4 code to output debug messages. 27 Enable printing out in/out 802.15.4 packets. This is extremely 28 verbose, do not enable this unless you know what you are doing. 31 prompt "Which packet do you want to print-out?" 36 bool "Print-out both RX and TX packets" 38 This will print-out both received and transmitted packets. 41 bool "Print-out only RX packets" [all …]
|
/Zephyr-latest/modules/openthread/ |
D | Kconfig.thread | 4 # SPDX-License-Identifier: Apache-2.0 22 default "de:ad:00:be:ef:00:ca:fe" 25 format "de:ad:00:be:ef:00:ca:fe" 48 bool "FTD - Full Thread Device" 50 bool "MTD - Minimal Thread Device" 54 bool "SED - Sleepy End Device" 73 string "The platform-specific string to insert into the OpenThread version string" 88 Defines how many microseconds ahead should MAC deliver a CSL frame to the sub-MAC layer. 129 router, enable the Inform Previous Parent on Reattach feature. 136 to the network—enable the Periodic Parent Search feature. [all …]
|