Searched +full:adc12 +full:- +full:prescaler (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/dts/bindings/clock/ |
D | st,stm32f3-rcc.yaml | 2 # SPDX-License-Identifier: Apache-2.0 6 Adds the STM32F3 ADC prescaler to the standard generic STM32 RCC. 7 For more description confere st,stm32-rcc.yaml 9 compatible: "st,stm32f3-rcc" 11 include: st,stm32-rcc.yaml 14 adc12-prescaler: 17 - 0 # Synchronous mode 18 - 1 # not divided 19 - 2 20 - 4 [all …]
|
/Zephyr-latest/boards/st/nucleo_f303k8/ |
D | nucleo_f303k8.dts | 2 * Copyright (c) 2020 Sebastian Schwabe <sebastian.schwabe@mailbox.tu-dresden.de> 5 * SPDX-License-Identifier: Apache-2.0 8 /dts-v1/; 10 #include <st/f3/stm32f303k(6-8)tx-pinctrl.dtsi> 13 model = "STMicroelectronics STM32F303K8-NUCLEO board"; 14 compatible = "st,stm32f303k8-nucleo"; 18 zephyr,shell-uart = &usart2; 24 compatible = "gpio-leds"; 31 compatible = "pwm-leds"; 39 pwm-led0 = &green_pwm_led; [all …]
|
/Zephyr-latest/boards/st/nucleo_f303re/ |
D | nucleo_f303re.dts | 4 * SPDX-License-Identifier: Apache-2.0 7 /dts-v1/; 9 #include <st/f3/stm32f303r(d-e)tx-pinctrl.dtsi> 12 #include <zephyr/dt-bindings/input/input-event-codes.h> 15 model = "STMicroelectronics STM32F303RE-NUCLEO board"; 16 compatible = "st,stm32f303re-nucleo"; 20 zephyr,shell-uart = &usart2; 27 compatible = "gpio-leds"; 35 compatible = "gpio-keys"; 54 hse-bypass; [all …]
|
/Zephyr-latest/dts/arm/nxp/ |
D | nxp_s32k1xx.dtsi | 2 * Copyright 2023-2024 NXP 4 * SPDX-License-Identifier: Apache-2.0 8 #include <arm/armv7-m.dtsi> 9 #include <zephyr/dt-bindings/i2c/i2c.h> 17 #address-cells = <1>; 18 #size-cells = <0>; 28 compatible = "nxp,port-pinctrl"; 33 interrupt-parent = <&nvic>; 41 ftfc: flash-controller@40020000 { 42 compatible = "nxp,kinetis-ftfc"; [all …]
|
D | nxp_ke1xf.dtsi | 2 * Copyright (c) 2019-2021 Vestas Wind Systems A/S 4 * SPDX-License-Identifier: Apache-2.0 7 #include <arm/armv7-m.dtsi> 8 #include <zephyr/dt-bindings/adc/adc.h> 9 #include <zephyr/dt-bindings/clock/kinetis_pcc.h> 10 #include <zephyr/dt-bindings/clock/kinetis_scg.h> 11 #include <zephyr/dt-bindings/gpio/gpio.h> 12 #include <zephyr/dt-bindings/i2c/i2c.h> 20 zephyr,flash-controller = &ftfe; 24 #address-cells = <1>; [all …]
|
D | nxp_ke1xz.dtsi | 4 * SPDX-License-Identifier: Apache-2.0 8 #include "armv6-m.dtsi" 9 #include <zephyr/dt-bindings/adc/adc.h> 10 #include <zephyr/dt-bindings/clock/kinetis_pcc.h> 11 #include <zephyr/dt-bindings/clock/kinetis_scg.h> 12 #include <zephyr/dt-bindings/gpio/gpio.h> 13 #include <zephyr/dt-bindings/i2c/i2c.h> 17 zephyr,flash-controller = &ftfe; 21 #address-cells = <1>; 22 #size-cells = <0>; [all …]
|
/Zephyr-latest/doc/releases/ |
D | migration-guide-4.1.rst | 25 perform a full erase, pass the ``--erase`` option when executing ``west flash``. 35 compiler option ``-fstack-protector-all``. Users who wish to use this option must now enable 52 array property ``input-codes``. 54 If the devicetree property ``int-gpios`` is present, interrupt mode is used 57 the devicetree property ``poll-interval-ms``. 68 * MCO clock source and prescaler are now exclusively configured by the DTS 84 * The newly-added Kconfig option :kconfig:option:`CONFIG_MBEDTLS_PSA_KEY_SLOT_COUNT` 92 Trusted Firmware-M 107 The :c:macro:`DEVICE_API()` macro should be used by out-of-tree driver implementations for 116 * Renamed the ``compatible`` from ``nxp,kinetis-adc12`` to :dtcompatible:`nxp,adc12`. [all …]
|