Searched full:supply (Results 1 – 25 of 224) sorted by relevance
123456789
/Zephyr-Core-3.4.0/soc/arm/st_stm32/common/ |
D | Kconfig.soc | 25 prompt "STM32 power supply configuration" 30 bool "LDO supply" 33 bool "Direct SMPS supply" 36 bool "SMPS 1.8V supplies LDO (no external supply)" 40 bool "SMPS 2.5V supplies LDO (no external supply)" 44 bool "External SMPS 1.8V supply, supplies LDO" 48 bool "External SMPS 2.5V supply, supplies LDO" 52 bool "External SMPS 1.8V supply and bypass" 56 bool "External SMPS 2.5V supply and bypass"
|
/Zephyr-Core-3.4.0/dts/bindings/base/ |
D | power.yaml | 7 supply-gpios: 13 switch that controls power to the device. The supply state is 16 Contrast with vin-supply. 18 vin-supply: 25 by a shared regulator. The supply state is dependent on the 28 Contrast with supply-gpios. If both properties are provided 29 then the regulator must be requested before the supply GPIOS is 30 set to an active state, and the supply GPIOS must be set to an
|
/Zephyr-Core-3.4.0/tests/misc/check_init_priorities/boards/ |
D | native_posix.overlay | 28 supply-gpios = <&test_gpio_0 1 0>; 35 supply-gpios = <&test_gpio_0 2 0>; 42 supply-gpios = <&test_gpio_0 3 0>;
|
/Zephyr-Core-3.4.0/boards/arm/thingy52_nrf52832/ |
D | thingy52_nrf52832.dts | 43 //vin-supply = <&vdd_pwr>; 48 //vin-supply = <&vdd_pwr>; 53 //vin-supply = <&vdd_pwr>; 142 vin-supply = <&vdd_pwr>; 154 vin-supply = <&vdd_pwr>; 160 vin-supply = <&vdd_pwr>; 167 vin-supply = <&ccs_pwr>;
|
/Zephyr-Core-3.4.0/include/zephyr/drivers/usb_c/ |
D | usbc_pd.h | 100 * turning off its power supply to VBUS 108 * turning off its power supply to VBUS 383 /** Fixed supply (Vmin = Vmax) */ 387 /** Variable Supply (non-Battery) */ 424 * @brief Create a Fixed Supply PDO Source value 425 * See Table 6-9 Fixed Supply PDO - Source 449 /** Fixed supply. SET TO PDO_FIXED */ 471 * @brief Create a Fixed Supply PDO Sink value 472 * See Table 6-14 Fixed Supply PDO - Sink 494 /** Fixed supply. SET TO PDO_FIXED */ [all …]
|
/Zephyr-Core-3.4.0/samples/subsys/usb_c/source/src/ |
D | main.c | 45 /** True if power supply is ready */ 47 /** True if power supply should transition to a new level */ 99 * Power Supply 186 * @brief PE calls this function to check if the Power Supply is at the requested 194 /* Return true to inform that the Power Supply is ready */ in port1_policy_cb_is_ps_ready() 300 * 2: Return TRUE when Power Supply is at default level in port1_policy_check() 336 /* Register Policy callback to enable or disable power supply */ in main() 344 /* Register Policy callback to check if the power supply is ready */ in main() 360 /* Init power supply transition start */ in main() 362 /* Init power supply ready */ in main() [all …]
|
/Zephyr-Core-3.4.0/dts/bindings/regulator/ |
D | raspberrypi,core-supply-regulator.yaml | 5 RaspberryPi Pico core supply regurator 7 compatible: "raspberrypi,core-supply-regulator"
|
/Zephyr-Core-3.4.0/tests/lib/devicetree/devices/ |
D | app.overlay | 38 supply-gpios = <&test_gpio_0 1 0>; 53 supply-gpios = <&test_gpiox 2 0>; 81 supply-gpios = <&test_gpiox 2 0>;
|
/Zephyr-Core-3.4.0/dts/bindings/gpio/ |
D | arduino-nano-header-r3.yaml | 11 * A 15-pin Analog Input and power supply header. This has analog input 13 power supply and reset pins are not exposed by this binding.
|
D | arduino-header-r3.yaml | 12 * An 8-pin Power Supply header. No pins on this header are exposed 18 * A 10-pin header (opposite Power Supply). This has six additional
|
D | panasonic,reduced-arduino-header.yaml | 34 1. Power Supply header exactly, like on Arduino UNO layout. 43 4. 10-pin header (opposite Power Supply). Digital input signals, like on
|
/Zephyr-Core-3.4.0/samples/drivers/led_apa102/ |
D | README.rst | 26 - 5V power supply. 31 #. Ensure your Zephyr board, the 5V power supply, and the LED strip 37 #. Connect the 5V power supply pin to the 5V input of the LED strip.
|
/Zephyr-Core-3.4.0/samples/drivers/led_lpd8806/ |
D | README.rst | 25 - 5V power supply. 30 #. Ensure your Zephyr board, the 5V power supply, and the LED strip 36 #. Connect the 5V power supply pin to the 5V input of the LED strip.
|
/Zephyr-Core-3.4.0/samples/sensor/sht3xd/ |
D | README.rst | 22 Connect Supply: **VDD**, **GND** and Interface: **SDA**, **SCL** 24 The supply voltage can be in the 2.15V to 5.5V range.
|
/Zephyr-Core-3.4.0/samples/sensor/bmi270/ |
D | README.rst | 21 Connect Supply: **VDD**, **VDDIO**, **GND** and Interface: **SDA**, **SCL**. 22 The supply voltage can be in the 1.8V to 3.6V range.
|
/Zephyr-Core-3.4.0/samples/sensor/bme680/ |
D | README.rst | 22 Connect Supply: **VDD**, **VDDIO**, **GND** and Interface: **SDA**, **SCL**. 23 The supply voltage can be in the 1.8V to 3.6V range.
|
/Zephyr-Core-3.4.0/samples/sensor/adt7420/ |
D | README.rst | 27 Connect Supply: **VDD**, **GND** and Interface: **SDA**, **SCL** 29 The supply voltage can be in the 2.7V to 5.5V range.
|
/Zephyr-Core-3.4.0/boards/arm/olimex_lora_stm32wl_devkit/ |
D | olimex_lora_stm32wl_devkit_C.overlay | 8 /* Controls 3.3V VDDIO supply for UEXT1 connector and CON1 header */
|
/Zephyr-Core-3.4.0/include/zephyr/usb_c/ |
D | usbc.h | 104 /** Transition the Power Supply */ 142 /** Check if Source Power Supply is at default level */ 235 * @brief Callback type used to check if the sink power supply is at 239 * @return true if power supply is at default level 270 * @brief Callback type used to check if Source Power Supply is ready 273 * @return true if power supply is ready, else false 439 * @brief Set the callback used to check if the sink power supply is at 484 * @brief Set the callback used to check if Source Power Supply is ready
|
/Zephyr-Core-3.4.0/dts/bindings/power/ |
D | nuvoton,npcx-power-psl.yaml | 15 GPIO to used to turn on/off the Core Domain power supply (VCC1) of NPCX
|
/Zephyr-Core-3.4.0/dts/bindings/net/wireless/ |
D | nordic,nrf21540-fem.yaml | 132 supply-voltage-mv: 135 nRF21540 supply voltage in mV. 137 This is used if compensation for nRF21540 supply voltage is supported
|
/Zephyr-Core-3.4.0/samples/drivers/adc/boards/ |
D | cc26x2r1_launchxl.overlay | 9 /* 0x5 is ADC_COMPB_IN_VDDS (power supply measurement) */
|
D | cc1352r1_launchxl.overlay | 9 /* 0x5 is ADC_COMPB_IN_VDDS (power supply measurement) */
|
D | cc1352r_sensortag.overlay | 9 /* 0x5 is ADC_COMPB_IN_VDDS (power supply measurement) */
|
/Zephyr-Core-3.4.0/dts/bindings/pinctrl/ |
D | gd,gd32-afio.yaml | 24 the power supply. This option is only available on certain GD32 series.
|
123456789