Searched +full:fb +full:- +full:div (Results 1 – 8 of 8) sorted by relevance
/Zephyr-latest/dts/bindings/clock/ |
D | raspberrypi,pico-pll.yaml | 2 # SPDX-License-Identifier: Apache-2.0 7 compatible: "raspberrypi,pico-pll" 9 include: [base.yaml, fixed-factor-clock.yaml] 12 fb-div: 19 post-div1: 26 post-div2:
|
/Zephyr-latest/boards/st/stm32l4r9i_disco/ |
D | stm32l4r9i_disco.dts | 4 * SPDX-License-Identifier: Apache-2.0 6 /dts-v1/; 8 #include <st/l4/stm32l4r9a(g-i)ix-pinctrl.dtsi> 9 #include <zephyr/dt-bindings/input/input-event-codes.h> 13 model = "STMicroelectronics STM32L4R9I-DISCO board"; 14 compatible = "st,stm32l4r9i-disco"; 18 zephyr,shell-uart = &usart2; 24 compatible = "gpio-leds"; 33 compatible = "gpio-keys"; 44 die-temp0 = &die_temp; [all …]
|
/Zephyr-latest/dts/arm/raspberrypi/rpi_pico/ |
D | rp2040.dtsi | 4 * SPDX-License-Identifier: Apache-2.0 7 #include <arm/armv6-m.dtsi> 8 #include <zephyr/dt-bindings/adc/adc.h> 9 #include <zephyr/dt-bindings/gpio/gpio.h> 10 #include <zephyr/dt-bindings/clock/rpi_pico_rp2040_clock.h> 11 #include <zephyr/dt-bindings/i2c/i2c.h> 12 #include <zephyr/dt-bindings/regulator/rpi_pico.h> 13 #include <zephyr/dt-bindings/reset/rp2040_reset.h> 28 die-temp0 = &die_temp; 32 #address-cells = <1>; [all …]
|
D | rp2350.dtsi | 4 * SPDX-License-Identifier: Apache-2.0 7 #include <zephyr/dt-bindings/adc/adc.h> 8 #include <zephyr/dt-bindings/gpio/gpio.h> 9 #include <zephyr/dt-bindings/clock/rpi_pico_rp2350_clock.h> 10 #include <zephyr/dt-bindings/i2c/i2c.h> 11 #include <zephyr/dt-bindings/regulator/rpi_pico.h> 12 #include <zephyr/dt-bindings/reset/rp2350_reset.h> 21 die-temp0 = &die_temp; 25 #address-cells = <1>; 26 #size-cells = <0>; [all …]
|
/Zephyr-latest/boards/st/stm32l562e_dk/ |
D | stm32l562e_dk_common.dtsi | 4 * SPDX-License-Identifier: Apache-2.0 8 #include <st/l5/stm32l562qeixq-pinctrl.dtsi> 10 #include <zephyr/dt-bindings/input/input-event-codes.h> 11 #include <zephyr/dt-bindings/memory-controller/stm32-fmc-nor-psram.h> 12 #include <zephyr/dt-bindings/mipi_dbi/mipi_dbi.h> 16 compatible = "gpio-leds"; 28 compatible = "gpio-keys"; 37 die-temp0 = &die_temp; 38 volt-sensor0 = &vref; 39 volt-sensor1 = &vbat; [all …]
|
/Zephyr-latest/drivers/clock_control/ |
D | clock_control_rpi_pico.c | 2 * Copyright (c) 2022 Andrei-Edward Popa 5 * SPDX-License-Identifier: Apache-2.0 14 #include <zephyr/dt-bindings/clock/rpi_pico_rp2040_clock.h> 16 #include <zephyr/dt-bindings/clock/rpi_pico_rp2350_clock.h> 68 * Using the 'clock-names[0]' for expanding macro to frequency value. 69 * The 'clock-names[0]' is set same as label value that given to the node itself. 147 (-1)) \ 151 rpi_pico_clkid_none = -1, 196 uint32_t div; member 224 const struct clock_control_rpi_pico_config *config = dev->config; in rpi_pico_frequency_count() [all …]
|
/Zephyr-latest/drivers/sdhc/ |
D | sdhc_esp32.c | 4 * SPDX-License-Identifier: Apache-2.0 81 uint32_t bus_clock; /* Value in Hz. ESP-IDF functions use kHz instead */ 98 * - one is the clock generator which drives SDMMC peripheral, 99 * it can be configured using sdio_hw->clock register. It can generate 101 * - 4 clock dividers inside SDMMC peripheral, which can divide clock 105 * For cards which aren't UHS-1 or UHS-2 cards, which we don't support, 107 * Note: for non-UHS-1 cards, HS mode is optional. 121 static int sdmmc_host_set_clk_div(sdmmc_dev_t *sdio_hw, int div) in sdmmc_host_set_clk_div() argument 123 if (!((div > 1) && (div <= 16))) { in sdmmc_host_set_clk_div() 124 LOG_ERR("Invalid parameter 'div'"); in sdmmc_host_set_clk_div() [all …]
|
/Zephyr-latest/samples/modules/tflite-micro/hello_world/train/ |
D | train_hello_world_model.ipynb | 31 "<table class=\"tfo-notebook-buttons\" align=\"left\">\n", 36 …o_world_model.ipynb\"><img src=\"https://www.tensorflow.org/images/GitHub-Mark-32px.png\" />View s… 53 "id": "5PYwRFppd-WB" 84 "outputId": "510567d6-300e-40e2-f5b8-c3520a3f3a8b", 97 …"Requirement already satisfied: tensorflow==2.4.0rc0 in /usr/local/lib/python3.6/dist-packages (2.… 98 …"Requirement already satisfied: termcolor~=1.1.0 in /usr/local/lib/python3.6/dist-packages (from t… 99 …"Requirement already satisfied: gast==0.3.3 in /usr/local/lib/python3.6/dist-packages (from tensor… 100 …"Requirement already satisfied: astunparse~=1.6.3 in /usr/local/lib/python3.6/dist-packages (from … 101 …"Requirement already satisfied: absl-py~=0.10 in /usr/local/lib/python3.6/dist-packages (from tens… 102 …"Requirement already satisfied: keras-preprocessing~=1.1.2 in /usr/local/lib/python3.6/dist-packag… [all …]
|