Home
last modified time | relevance | path

Searched refs:term (Results 1 – 25 of 85) sorted by relevance

1234

/Zephyr-latest/doc/
Dglossary.rst45 contain one or more :term:`SoCs <SoC>`.
57 The human-readable name of a :term:`board`. Uniquely and descriptively
64 follow the :term:`board name` (and optionally :term:`board revision`) to
65 form the :term:`board target`. The currently accepted qualifiers are
66 :term:`SoC`, :term:`CPU cluster` and :term:`variant`.
79 uniquely identifies the combination of :term:`board name`, :term:`board
80 revision` and :term:`board qualifiers`.
84 A group of one or more :term:`CPU cores <CPU core>`, all executing the same image
86 Only :term:`CPU cores <CPU core>` of the same :term:`architecture` can be in a single
88 the same :term:`SoC`.
[all …]
/Zephyr-latest/doc/_static/js/
Dscorer.js47 term: 5 property in Scorer
/Zephyr-latest/include/zephyr/sys/
Dutil_macro.h548 #define FOR_EACH_NONEMPTY_TERM(F, term, ...) \ argument
556 FOR_EACH(F, term, LIST_DROP_EMPTY(__VA_ARGS__)) \
558 __DEBRACKET term \
/Zephyr-latest/boards/shields/npm1300_ek/
Dnpm1300_ek.overlay48 term-microvolt = <4150000>;
49 term-warm-microvolt = <4000000>;
/Zephyr-latest/drivers/usb_c/tcpc/
Dtcpci.c416 int term; in tcpci_tcpm_get_cc() local
418 term = !!(status & TCPC_REG_CC_STATUS_CONNECT_RESULT); in tcpci_tcpm_get_cc()
421 cc1_present_rd = term; in tcpci_tcpm_get_cc()
424 cc2_present_rd = term; in tcpci_tcpm_get_cc()
/Zephyr-latest/doc/_extensions/zephyr/kconfig/static/
Dkconfig.mjs67 const term = document.createElement('dt');
68 parent.appendChild(term);
71 term.appendChild(termText);
101 const term = document.createElement('dt');
102 parent.appendChild(term);
105 term.appendChild(termText);
143 const term = document.createElement('dt');
144 parent.appendChild(term);
147 term.appendChild(termText);
/Zephyr-latest/doc/project/
Dtsc.rst98 - Appointed TSC members have no term limits besides the term of their employment
112 - To ensure continuity of the TSC, at the end of the 2 year term, the TSC is
114 declines a new term or if the TSC fails to reconfirm the term, the seat will
116 - If an elected TSC member resigns before the end of the 2 year term, their spot
118 elected member will serve a 2 year term.
125 after completing the 2 year term since they were first elected.
Dindex.rst49 we will use the term branch also when referencing branches not in the same
Dworking_groups.rst49 - The term for the chair/co-chair is one year
50 - If a chair/co-chair resigns from the position before the end of the term, a
/Zephyr-latest/doc/develop/west/
Dbasics.rst9 West's built-in commands allow you to work with :term:`projects <west project>`
10 (Git repositories) under a common :term:`workspace <west workspace>` directory.
13 :term:`west workspace`, and clones the :term:`manifest repo <west manifest
15 :term:`projects <west project>` listed in the manifest in the workspace.
21 :term:`west workspace`, which in this case is the folder named
Dwithout-west.rst35 :term:`west manifest` file inside that repository.
91 by manually creating a :term:`west workspace`:
/Zephyr-latest/doc/hardware/porting/
Dboard_porting.rst6 To add Zephyr support for a new :term:`board`, you at least need a *board
9 support your :term:`SoC` as well.
74 Primarily, each :term:`board` has one or more :term:`SoC`.
75 …ach SoC can be optionally classed into an :term:`SoC series`, which in turn may optionally belong …
76 Each SoC has one or more :term:`CPU cluster`, each containing one or more :term:`CPU core` of a par…
88 of a :term:`board` per row with its corresponding hierarchy entries. Notice how
89 the :term:`SoC series` and :term:`SoC family` levels are not always used.
94 … :term:`board name` | :term:`board qualifiers` | :term:`SoC` | :term:`SoC …
137 - The :term:`board name`: ``bl5340_dvk``
138 - The optional :term:`board revision`: ``1.2.0``
[all …]
/Zephyr-latest/boards/nordic/nrf9131ek/
Dnrf9131ek_nrf9131_common.dtsi114 term-microvolt = <4150000>;
115 term-warm-microvolt = <4000000>;
/Zephyr-latest/soc/nordic/nrf91/
DKconfig.soc37 # options in Kconfig, for example) the nRF9161 term is used and nRF9120
/Zephyr-latest/doc/connectivity/bluetooth/shell/host/
Diso.rst23 term-big :Terminate a BIG
/Zephyr-latest/doc/hardware/peripherals/
Dgnss.rst9 GNSS is a general term which covers satellite systems used for
Dbc12.rst10 The BC1.2 specification uses the term Charging Port for the device that supplies
11 VBUS on the USB connection and the term Portable Device for the device that
Dmspi.rst9 While the API supports advanced features such as :term:`XIP` and scrambling,
24 features such as :term:`XIP` and scrambling. Applicable devices include but
81 * :c:func:`mspi_xip_config` for :term:`XIP` feature
/Zephyr-latest/samples/bluetooth/peripheral_past/src/
Dmain.c71 .term = term_cb,
/Zephyr-latest/samples/psa/its/
DREADME.rst21 * :ref:`tfm`, for ``*/ns`` :term:`board targets<board target>`.
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_adv_iso.c518 struct pdu_big_ctrl_term_ind *term; in isr_tx_common() local
529 term = (void *)&pdu->ctrl.term_ind; in isr_tx_common()
530 term->reason = lll->term_reason; in isr_tx_common()
531 term->instant = lll->ctrl_instant; in isr_tx_common()
/Zephyr-latest/samples/psa/persistent_key/
DREADME.rst19 * :ref:`tfm`, for ``*/ns`` :term:`board targets<board target>`.
/Zephyr-latest/samples/bluetooth/periodic_sync_conn/src/
Dmain.c110 .term = term_cb,
/Zephyr-latest/samples/bluetooth/periodic_sync_rsp/src/
Dmain.c124 .term = term_cb,
/Zephyr-latest/samples/bluetooth/periodic_sync/src/
Dmain.c176 .term = term_cb,

1234