Home
last modified time | relevance | path

Searched +full:retention +full:- +full:gpios (Results 1 – 6 of 6) sorted by relevance

/Zephyr-Core-3.6.0/dts/bindings/regulator/
Dnordic,npm1300-regulator.yaml2 # SPDX -License-Identifier: Apache-2.0
16 compatible = "nordic,npm1300-regulator";
33 compatible: "nordic,npm1300-regulator"
38 dvs-gpios:
39 type: phandle-array
41 List of SOC GPIOs connected to PMIC GPIOs.
47 The effect of the mode change is defined by the enable-gpios
50 child-binding:
52 - name: regulator.yaml
53 property-allowlist:
[all …]
/Zephyr-Core-3.6.0/samples/shields/npm1300_ek/
Dnrf52dk_nrf52832.overlay3 * SPDX-License-Identifier: Apache-2.0
7 bias-pull-up;
12 dvs-gpios = <&gpio0 17 GPIO_ACTIVE_LOW>,
17 regulator-init-microvolt = <2000000>;
21 regulator-init-microvolt = <3300000>;
22 retention-microvolt = <2500000>;
23 enable-gpios = <&npm1300_ek_gpio 1 GPIO_ACTIVE_LOW>;
24 retention-gpios = <&npm1300_ek_gpio 2 GPIO_ACTIVE_HIGH>;
25 pwm-gpios = <&npm1300_ek_gpio 2 GPIO_ACTIVE_LOW>;
29 regulator-initial-mode = <NPM1300_LDSW_MODE_LDO>;
[all …]
/Zephyr-Core-3.6.0/modules/openthread/platform/
Dmisc.c4 * SPDX-License-Identifier: Apache-2.0
14 #include <zephyr/retention/bootmode.h>
21 "`bootloader-gpios` property missing from `openthread,config` compatible node");
30 #include "platform-zephyr.h"
56 * `compatible = "openthread,config"` property and `bootloader-gpios` property, in otPlatResetToBootloader()
63 * bootloader-gpios = <&gpio0 0 GPIO_ACTIVE_HIGH>; in otPlatResetToBootloader()
69 * Configuring pin flags in `bootloader-gpios` allows to choose in otPlatResetToBootloader()
/Zephyr-Core-3.6.0/soc/arm/nordic_nrf/nrf53/
Dsoc.c4 * SPDX-License-Identifier: Apache-2.0
11 * This module provides routines to initialize and support board-level hardware
46 #define RTC1_PRETICK_CC_CHAN (RTC1_CC_NUM - 1)
56 DT_FOREACH_PROP_ELEM(node_id, gpios, GPIOS_PSEL_BY_IDX)
84 * Enable RAM retention for *ALL* the SRAM in enable_ram_retention()
111 (now - timestamps[oldest]) < (window_cycles + 1)) { in nrf53_anomaly_160_check()
116 * (WFE/WFI could return immediately if the wake-up event was already in nrf53_anomaly_160_check()
141 …"For CONFIG_SOC_NRF53_RTC_PRETICK watchdog is used internally for the pre-tick workaround on nRF53…
145 return (a - b) & NRF_RTC_COUNTER_MAX; in rtc_counter_sub()
153 /* Let's preload register to speed-up. */ in rtc_ticks_to_next_event_get()
[all …]
/Zephyr-Core-3.6.0/doc/releases/
Drelease-notes-3.5.rst38 * CVE-2023-3725 `Zephyr project bug tracker GHSA-2g3m-p6c7-8rr3
39 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-2g3m-p6c7-8rr3>`_
41 * CVE-2023-4257 `Zephyr project bug tracker GHSA-853q-q69w-gf5j
42 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-853q-q69w-gf5j>`_
44 * CVE-2023-4258 `Zephyr project bug tracker GHSA-m34c-cp63-rwh7
45 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-m34c-cp63-rwh7>`_
47 * CVE-2023-4259 `Zephyr project bug tracker GHSA-gghm-c696-f4j4
48 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-gghm-c696-f4j4>`_
50 * CVE-2023-4260 `Zephyr project bug tracker GHSA-gj27-862r-55wh
51 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-gj27-862r-55wh>`_
[all …]
Drelease-notes-1.14.rst17 * CVE-2020-10066
18 * CVE-2020-10069
19 * CVE-2020-13601
20 * CVE-2020-13602
32 * :github:`issuenumber` - issue title
34 * :github:`18334` - DNS resolution is broken for some addresses in master/2.0-pre
35 * :github:`19917` - Bluetooth: Controller: Missing LL_ENC_RSP after HCI LTK Negative Reply
36 * :github:`21107` - LL_ASSERT and 'Imprecise data bus error' in LL Controller
37 * :github:`21257` - tests/net/net_pkt failed on mimxrt1050_evk board.
38 * :github:`21299` - bluetooth: Controller does not release buffer on central side after peripheral …
[all …]