Searched full:rail (Results 1 – 25 of 40) sorted by relevance
12
/Zephyr-latest/boards/nordic/thingy52/ |
D | Kconfig | 9 int "CCS_VDD power rail init priority" 13 Initialization priority for the CCS_VDD power rail. This powers the
|
D | board.c | 27 k_sleep(K_MSEC(1)); /* Wait for the rail to come up and stabilize */ in pwr_ctrl_init()
|
/Zephyr-latest/include/zephyr/dt-bindings/clock/ |
D | mchp_xec_pcr.h | 10 /* PLL 32KHz clock source VTR rail ON. */ 15 /* Peripheral 32KHz clock source for VTR rail ON and off(VBAT operation) */
|
/Zephyr-latest/dts/bindings/power-domain/ |
D | power-domain-gpio-monitor.yaml | 8 rail is on/off. Therefore, performing resume/suspend on power domain won't 22 GPIO to use to sense if rail is powered on.
|
/Zephyr-latest/samples/drivers/led/xec/ |
D | README.rst | 53 to the VBAT rail via a 100K pull-up. Requires VBAT power rail is connected 62 to the VBAT rail via a 100K pull-up. Requires VBAT power rail is connected
|
/Zephyr-latest/soc/silabs/ |
D | Kconfig | 298 bool "Use RAIL (Radio Abstraction Interface Layer)" 301 RAIL (Radio Abstraction Interface Layer) is a library needed to use the EFR radio 303 with the RAIL blob. 306 bool "Use RAIL for custom radio phy packet sending and receiving" 310 If enabled, RAIL can be used for user generated custom radio phy
|
/Zephyr-latest/boards/atmarktechno/degu_evk/ |
D | degu_evk_defconfig | 16 # Required to enable 3V3 power rail and Vin1 monitor
|
/Zephyr-latest/boards/circuitdojo/feather/ |
D | circuitdojo_feather_nrf9160_defconfig | 22 # Required to enable 3V3 power rail
|
D | circuitdojo_feather_nrf9160_ns_defconfig | 25 # Required to enable 3V3 power rail
|
/Zephyr-latest/drivers/regulator/ |
D | regulator_da1469x.c | 100 /* Bit from POWER_CTRL_REG that can be used for enabling rail */ 181 enum da1469x_rail rail; member 215 * 3. Just turned on rail requested DCDC in regulator_da1469x_enable() 244 /* Turn off DCDC if it's no longer requested by any rail */ in regulator_da1469x_disable() 288 if ((SystemCoreClock == PLL_FREQ) && (config->rail == VDD)) { in regulator_da1469x_set_voltage() 403 if ((config->rail == V30) && in regulator_da1469x_init() 464 .rail = rail_id, \
|
/Zephyr-latest/dts/bindings/iio/afe/ |
D | voltage-divider.yaml | 45 `power-gpios`. In most cases the switched voltage rail will
|
/Zephyr-latest/drivers/power_domain/ |
D | Kconfig | 59 bool "GPIO monitor for sensing power on rail"
|
/Zephyr-latest/include/zephyr/dt-bindings/pinctrl/ |
D | max32-pinctrl.h | 52 /* Selects the voltage rail used for the pin */
|
/Zephyr-latest/soc/microchip/mec/mec15xx/ |
D | Kconfig | 33 bool "VTR3 power rail is tied to 1.8V"
|
/Zephyr-latest/include/zephyr/dt-bindings/gpio/ |
D | adi-max32-gpio.h | 24 * Selects the voltage rail used for the pin.
|
/Zephyr-latest/drivers/bbram/ |
D | bbram_xec.c | 32 LOG_ERR("VBAT power rail failure"); in bbram_xec_check_invalid()
|
/Zephyr-latest/dts/bindings/pinctrl/ |
D | adi,max32-pinctrl.yaml | 77 GPIO Supply Voltage Select, Selects the voltage rail used for the pin.
|
/Zephyr-latest/soc/silabs/common/ |
D | soc_power_pmgr.c | 83 * Some SiLabs blobs, such as RAIL, call directly into sl_power_manager, and
|
/Zephyr-latest/drivers/bluetooth/hci/ |
D | hci_silabs_efr32.c | 12 #include <rail.h> 237 LOG_ERR("RAIL: failed to initialize power management, status=%d", in slz_bt_open()
|
/Zephyr-latest/boards/adafruit/qt_py_esp32s3/ |
D | adafruit_qt_py_esp32s3_procpu.dts | 121 * rail to save on power. This will enable the LED on board initialization.
|
/Zephyr-latest/boards/adafruit/qt_py_rp2040/ |
D | adafruit_qt_py_rp2040.dts | 72 * rail to save on power. This will enable the LED on board initialization.
|
/Zephyr-latest/boards/seeed/xiao_rp2040/ |
D | xiao_rp2040.dts | 119 * rather than a positive voltage rail to save on power. This will enable
|
/Zephyr-latest/soc/renesas/smartbond/da1469x/ |
D | soc.c | 176 * Due to crosstalk issues any power rail can potentially in soc_early_init_hook()
|
/Zephyr-latest/modules/hal_silabs/gecko/ |
D | CMakeLists.txt | 47 # rail
|
/Zephyr-latest/boards/st/nucleo_g431rb/doc/ |
D | index.rst | 63 - 4x ultra-fast rail-to-rail analog comparators
|
12