Home
last modified time | relevance | path

Searched +full:brown +full:- +full:out (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/dts/bindings/regulator/
Draspberrypi,core-supply-regulator.yaml2 # SPDX-License-Identifier: Apache-2.0
7 compatible: "raspberrypi,core-supply-regulator"
10 - name: base.yaml
11 - name: regulator.yaml
12 property-allowlist:
13 - regulator-always-on
14 - regulator-boot-on
15 - regulator-min-microvolt
16 - regulator-max-microvolt
17 - regulator-allowed-modes
[all …]
/Zephyr-latest/tests/drivers/regulator/voltage/boards/
Drpi_pico.overlay3 * SPDX-License-Identifier: Apache-2.0
16 compatible = "test-regulator-voltage";
18 io-channels = <&adc 0>;
19 tolerance-microvolt = <50000>;
20 set-read-delay-ms = <10>;
21 adc-avg-count = <10>;
22 min-microvolt = <850000>;
27 raspberrypi,brown-out-threshold = <473000>;
31 #address-cells = <1>;
32 #size-cells = <0>;
[all …]
/Zephyr-latest/drivers/clock_control/
Dclock_control_lpc11u6x.h4 * SPDX-License-Identifier: Apache-2.0
86 volatile uint32_t frg_clk_div; /* USART 1-4 fractional baud
98 volatile uint32_t uart_frg_div; /* USART1-4 fractional
101 volatile uint32_t uart_frg_mult; /* USART1-4 fractional
111 volatile uint32_t bod_ctrl; /* Brown-out detect control */
120 volatile uint32_t starterp0; /* Start logic 0 int wake-up */
122 volatile uint32_t starterp1; /* Start logic 1 int wake-up */
124 volatile uint32_t pd_sleep_cfg; /* Deep-sleep power-down
127 volatile uint32_t pd_awake_cfg; /* Power-down states for
128 * wake-up from deep-sleep
/Zephyr-latest/dts/arm/raspberrypi/rpi_pico/
Drp2040.dtsi4 * 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 …]
/Zephyr-latest/boards/st/nucleo_l412rb_p/doc/
Dindex.rst6 The Nucleo L412RB board features an ARM Cortex-M4 based STM32L412RB MCU
10 - STM32 microcontroller in LQFP64 package
11 - 1 user LED shared with ARDUINO |reg|
12 - 1 user and 1 reset push-buttons
13 - 32.768 kHz crystal oscillator
14 - Two types of extension resources:
16 - Arduino Uno V3 connectivity
17 - ST morpho extension pin headers for full access to all STM32 I/Os
19 - On-board ST-LINK debugger/programmer with USB re-enumeration capability: mass storage, Virtual CO…
20 - Flexible power-supply options: ST-LINK, USB VBUS, or external sources
[all …]