Searched +full:lfrc +full:- +full:accuracy +full:- +full:ppm (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/dts/bindings/clock/ |
D | nordic,nrf-lfclk.yaml | 2 # SPDX-License-Identifier: Apache-2.0 9 - HFXO: The HFXO clock is used as a clock source if the 14 - LFXO: The LFXO clock is used as a clock source if the 22 lfrc-accuracy-ppm = <500>; 23 lflprc-accuracy-ppm = <1000>; 25 clock-names = "hfxo", "lfxo"; 28 compatible: "nordic,nrf-lfclk" 30 include: fixed-clock.yaml 33 clock-frequency: 36 lfrc-accuracy-ppm: [all …]
|
/Zephyr-latest/soc/nordic/nrf54h/bicr/ |
D | bicrgen.py | 3 -------------------- 23 --input <input_file.{hex,json}> \ 24 [--svd <svd_file>] \ 25 [--output <output_file.{hex,json}>] \ 26 [--list] 29 SPDX-License-Identifier: Apache-2.0 46 def __init__(self, regs: ET.Element, name: str, data: bytes | bytearray | None = None) -> None: 59 def offset(self) -> int: 63 def size(self) -> int: 66 def _msk_pos(self, name: str) -> tuple[int, int]: [all …]
|
/Zephyr-latest/dts/common/nordic/ |
D | nrf54h20.dtsi | 4 * SPDX-License-Identifier: Apache-2.0 10 #include <zephyr/dt-bindings/adc/nrf-saadc.h> 11 #include <zephyr/dt-bindings/misc/nordic-nrf-ficr-nrf54h20.h> 12 #include <zephyr/dt-bindings/misc/nordic-domain-id-nrf54h20.h> 13 #include <zephyr/dt-bindings/misc/nordic-owner-id-nrf54h20.h> 14 #include <zephyr/dt-bindings/misc/nordic-tddconf.h> 15 #include <zephyr/dt-bindings/reserved-memory/nordic-owned-memory.h> 16 #include <zephyr/dt-bindings/power/nordic-nrf-gpd.h> 18 /delete-node/ &sw_pwm; 21 #address-cells = <1>; [all …]
|