Searched +full:rx +full:- +full:current +full:- +full:boost (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/dts/bindings/pinctrl/ |
D | nxp,s32ze-pinctrl.yaml | 2 # SPDX-License-Identifier: Apache-2.0 20 #include <nxp/s32/S32Z27-BGA594-pinctrl.h> 26 output-enable; 30 input-enable; 40 'bias-pull-up' or 'slew-rate' that will be applied to all the pins defined in 41 'pinmux' array. To enable the input buffer use 'input-enable' and to enable the 42 output buffer use 'output-enable'. 44 To link the pin configurations with UART0 device, use pinctrl-N property in the 45 device node, where 'N' is the zero-based state index (0 is the default state). 49 pinctrl-0 = <&uart0_default>; [all …]
|
/Zephyr-latest/boards/sparkfun/thing_plus/ |
D | sparkfun_thing_plus_nrf9160_common.dtsi | 2 * Copyright (c) 2018-2020 Nordic Semiconductor ASA 5 * SPDX-License-Identifier: Apache-2.0 7 #include "sparkfun_thing_plus_nrf9160_common-pinctrl.dtsi" 8 #include <zephyr/dt-bindings/input/input-event-codes.h> 12 compatible = "sparkfun,thing-plus-nrf9160"; 16 zephyr,shell-uart = &uart0; 17 zephyr,uart-mcumgr = &uart0; 21 compatible = "gpio-leds"; 29 compatible = "pwm-leds"; 36 compatible = "gpio-keys"; [all …]
|
/Zephyr-latest/boards/st/b_g474e_dpow1/doc/ |
D | index.rst | 5 The B-G474E-DPOW1 Discovery kit is a digital power solution and a complete 7 microcontroller. Leveraging the new HRTimer-oriented features, 96 Kbytes of 8 embedded RAM, math accelerator functions and USB-PD 3.0 offered by STM32G474RET6, 9 the B-G474E-DPOW1 Discovery kit, based on the USB 2.0 FS Type-C™ connector 11 buck-boost converter, RGB power LED lighting or a class-D audio amplifier. The 12 B-G474E-DPOW1 Discovery kit does not require any separate probe, as it integrates 13 the STLINK-V3E debugger and programmer. 15 - STM32G474RET6 Arm® Cortex®-M4 core-based microcontroller, featuring 512 Kbytes 17 - USB Type-C™ with USB 2.0 FS interface compatible with USB-PD 3.0 18 - RGB power LED for a bright lighting [all …]
|
/Zephyr-latest/drivers/ethernet/ |
D | dsa_ksz8xxx.c | 4 * SPDX-License-Identifier: Apache-2.0 45 #define PRV_DATA(ctx) ((struct ksz8xxx_data *const)(ctx)->prv_data) 66 spi_write_dt(&pdev->spi, &tx); in dsa_ksz8xxx_write_reg() 89 const struct spi_buf_set rx = { in dsa_ksz8xxx_read_reg() local 98 if (!spi_transceive_dt(&pdev->spi, &tx, &rx)) { in dsa_ksz8xxx_read_reg() 139 * Wait for SPI of KSZ8794 being fully operational - up to 10 ms in dsa_ksz8xxx_probe() 142 tmp != KSZ8XXX_CHIP_ID0_ID_DEFAULT && timeout > 0; timeout--) { in dsa_ksz8xxx_probe() 149 return -ENODEV; in dsa_ksz8xxx_probe() 163 return -ENODEV; in dsa_ksz8xxx_probe() 176 * According to KSZ8794 manual - write to static mac address table in dsa_ksz8xxx_write_static_mac_table() [all …]
|
/Zephyr-latest/drivers/usb/device/ |
D | usb_dc_stm32.c | 3 * Copyright (c) 2017, I-SENSE group of ICCS 5 * SPDX-License-Identifier: Apache-2.0 41 * pin(s) in the device tree. E.g: pinctrl-0 = <&usb_otg_fs_vbus_pa9 ...>; 133 /* We need a minimum size for RX FIFO - exact number seemingly determined through trial and error */ 139 #define TX_FIFO_WORDS (USB_RAM_SIZE / 4 - RX_FIFO_EP_WORDS - TX_FIFO_EP_0_WORDS) 141 #define TX_FIFO_EP_WORDS (TX_FIFO_WORDS / (TX_FIFO_NUM - 1)) 161 uint32_t read_offset; /** Current offset in read buffer */ 234 return -EIO; in usb_dc_stm32u5_phy_clock_select() 246 return -EINVAL; in usb_dc_stm32u5_phy_clock_select() 256 return -EIO; in usb_dc_stm32u5_phy_clock_enable() [all …]
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.6.rst | 12 * New :ref:`GNSS subsystem <gnss_api>` added, enabling geo-awareness in Zephyr applications. 13 * New API and drivers introduced for interfacing with :ref:`keyboard matrices <gpio-kbd>`. 16 * Integrated Trusted Firmware-M (TF-M) 2.0, including an update to Mbed TLS 3.5.2. 23 * Over 30 new supported boards, spanning all Zephyr-supported architectures. 37 * CVE-2023-5779 `Zephyr project bug tracker GHSA-7cmj-963q-jj47 38 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-7cmj-963q-jj47>`_ 40 * CVE-2023-6249 `Zephyr project bug tracker GHSA-32f5-3p9h-2rqc 41 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-32f5-3p9h-2rqc>`_ 43 * CVE-2023-6749 `Zephyr project bug tracker GHSA-757h-rw37-66hw 44 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-757h-rw37-66hw>`_ [all …]
|
D | release-notes-4.0.rst | 15 is now the standard way to provide device-specific protection to data at rest. (:github:`76222`) 18 :ref:`ZMS <zms_api>` is a new key-value storage subsystem compatible with all non-volatile storage 25 runtime configuration through vendor specific APIs. Initially the :dtcompatible:`nordic,nrf-comp`, 26 :dtcompatible:`nordic,nrf-lpcomp` and :dtcompatible:`nxp,kinetis-acmp` are supported. 31 Initially implemented drivers include a simple :dtcompatible:`zephyr,gpio-steppers` and a complex 32 sensor-less stall-detection capable with integrated ramp-controller :dtcompatible:`adi,tmc5041`. 50 directory for :zephyr:code-sample-category:`code samples <samples>`. 70 * :cve:`2024-8798`: Under embargo until 2024-11-22 71 * :cve:`2024-10395`: Under embargo until 2025-01-23 72 * :cve:`2024-11263` `Zephyr project bug tracker GHSA-jjf3-7x72-pqm9 [all …]
|