Home
last modified time | relevance | path

Searched full:optional (Results 1 – 25 of 590) sorted by relevance

12345678910>>...24

/Zephyr-Core-3.7.0/submanifests/
Doptional.yaml11 - optional
17 - optional
23 - optional
29 - optional
35 - optional
41 - optional
47 - optional
50 path: optional/modules/lib/tflite-micro
54 - optional
56 path: optional/modules/lib/thrift
[all …]
/Zephyr-Core-3.7.0/dts/bindings/ethernet/
Dxlnx,gem.yaml74 the link speed specified here will be requested. If the optional pro-
188 Optional feature flag - Ignore IPG rx_er. When set, rx_er has no
195 Optional feature flag - Receive bad preamble. When set, frames with
201 Optional feature flag - Enable IPG stretch. When set, the transmit
208 Optional feature flag - Enable SGMII mode. Changes the behaviour of
216 Optional feature flag - Disable rejection of FCS/CRC errors.
225 Optional feature flag - Enable frames to be received in half-duplex
231 Optional feature flag - Enable RX IP/TCP/UDP checksum offload to
238 Optional feature flag - Enable TX IP/TCP/UDP checksum offload to
245 Optional feature flag - Do not copy received pause frames to memory.
[all …]
Dmicrochip,enc28j60.yaml23 Optional feature flag - Enables full duplex reception and transmission.
30 Sets the devices receive packet filter, optional
/Zephyr-Core-3.7.0/boards/nordic/nrf9160dk/
Dnrf9160dk_nrf52840.dts56 compatible = "nordic,nrf9160dk-optional-routing";
62 compatible = "nordic,nrf9160dk-optional-routing";
73 compatible = "nordic,nrf9160dk-optional-routing";
79 compatible = "nordic,nrf9160dk-optional-routing";
85 compatible = "nordic,nrf9160dk-optional-routing";
91 compatible = "nordic,nrf9160dk-optional-routing";
97 compatible = "nordic,nrf9160dk-optional-routing";
103 compatible = "nordic,nrf9160dk-optional-routing";
109 compatible = "nordic,nrf9160dk-optional-routing";
115 compatible = "nordic,nrf9160dk-optional-routing";
[all …]
Dnrf9160dk_nrf52840_0_14_0.overlay10 compatible = "nordic,nrf9160dk-optional-routing";
16 compatible = "nordic,nrf9160dk-optional-routing";
22 compatible = "nordic,nrf9160dk-optional-routing";
/Zephyr-Core-3.7.0/subsys/testsuite/ztest/include/zephyr/
Dztest_assert.h170 * @param msg Optional, can be NULL. Message to print if @a cond is false.
207 * @param msg Optional, can be NULL. Message to print if @a cond is false.
236 * @param msg Optional, can be NULL. Message to print if @a cond is false.
260 * @param ... Optional message and variables to print if the assertion fails
267 * @param ... Optional message and variables to print if the assertion fails
274 * @param ... Optional message and variables to print if the assertion fails
281 * @param ... Optional message and variables to print if the assertion fails
288 * @param ... Optional message and variables to print if the assertion fails
295 * @param ... Optional message and variables to print if the assertion fails
302 * @param ... Optional message and variables to print if the assertion fails
[all …]
/Zephyr-Core-3.7.0/cmake/modules/
DFindHostTools.cmake55 # gperf is an optional dependency
58 # openocd is an optional dependency
61 # bossac is an optional dependency
64 # imgtool is an optional dependency (the build may also fall back to scripts/imgtool.py
108 include(${TOOLCHAIN_ROOT}/cmake/compiler/${COMPILER}/generic.cmake OPTIONAL)
109 include(${TOOLCHAIN_ROOT}/cmake/linker/${LINKER}/generic.cmake OPTIONAL)
110 include(${TOOLCHAIN_ROOT}/cmake/bintools/${BINTOOLS}/generic.cmake OPTIONAL)
112 # Optional folder for toolchains with may provide a Kconfig file for capabilities settings.
Dgenerated_file_directories.cmake16 # Optional variables:
19 # Optional environment variables:
/Zephyr-Core-3.7.0/include/zephyr/net/
Dlldp.h124 LLDP_TLV_END_LLDPDU = 0, /**< End Of LLDPDU (optional) */
128 LLDP_TLV_PORT_DESC = 4, /**< Port Description (optional) */
129 LLDP_TLV_SYSTEM_NAME = 5, /**< System Name (optional) */
130 LLDP_TLV_SYSTEM_DESC = 6, /**< System Description (optional) */
131 LLDP_TLV_SYSTEM_CAPABILITIES = 7, /**< System Capability (optional) */
132 LLDP_TLV_MANAGEMENT_ADDR = 8, /**< Management Address (optional) */
134 LLDP_TLV_ORG_SPECIFIC = 127, /**< Org specific TLVs (optional) */
186 * @brief Set the Optional LLDP TLVs for a network interface.
189 * @param tlv LLDP optional TLVs following mandatory part
190 * @param len Length of the optional TLVs
/Zephyr-Core-3.7.0/boards/nordic/nrf9160dk/dts/bindings/
Dnordic,nrf9160dk-optional-routing.yaml4 description: nRF9160 DK optional routing provided by analog switch
6 compatible: "nordic,nrf9160dk-optional-routing"
/Zephyr-Core-3.7.0/dts/bindings/auxdisplay/
Dnoritake,itron.yaml16 description: Optional GPIO used to reset the display
20 description: Optional GPIO used for busy detection
Dhit,hd44780.yaml29 description: Optional GPIO used for selecting read or write mode
46 description: Optional GPIO used for controlling the brightness (contrast)
50 description: Optional GPIO used for enabling the backlight
/Zephyr-Core-3.7.0/scripts/west_commands/runners/
Dstm32cubeprogrammer.py15 from typing import List, Optional, ClassVar, Dict
34 frequency: Optional[int],
35 reset_mode: Optional[str],
36 conn_modifiers: Optional[str],
37 cli: Optional[Path],
40 extload: Optional[str],
/Zephyr-Core-3.7.0/include/zephyr/drivers/
Dedac.h80 * @name Optional interfaces
83 * EDAC Optional Interfaces
94 * @retval -ENOSYS if the optional interface is not implemented
118 * @retval -ENOSYS if the optional interface is not implemented
143 * @retval -ENOSYS if the optional interface is not implemented
165 * @retval -ENOSYS if the optional interface is not implemented
189 * @retval -ENOSYS if the optional interface is not implemented
213 * @retval -ENOSYS if the optional interface is not implemented
236 * @retval -ENOSYS if the optional interface is not implemented
251 /** @} */ /* End of EDAC Optional Interfaces */
Dled.h60 * @brief Optional API callback to get LED information
77 * @brief Optional API callback to set the colors of a LED.
118 /* Optional callbacks. */
129 * This optional routine starts blinking a LED forever with the given time
156 * This optional routine provides information about a LED.
182 * This optional routine sets the brightness of a LED to the given value.
213 * This optional routine writes a strip of LED channels to the given array of
246 * This optional routine sets a single LED channel to the given value.
/Zephyr-Core-3.7.0/doc/contribute/
Dexternal.rst119 Integration as optional modules
123 dependencies shall be made optional and shall be kept standalone. Optional
125 platform shall be added to an optional manifest file that is filtered by
126 default. (:file:`submanifests/optional.yml`).
128 Such optional projects might include samples and tests in their own repositories.
135 This is valid for all new optional modules. Existing optional modules with
142 Similar to optional modules, but added to the Zephyr project as an entry in the
246 project is made optional via the ``group-filter:`` field in the main
247 :file:`west.yml` manifest. More info on optional projects can be found in
/Zephyr-Core-3.7.0/dts/bindings/clock/
Dst,stm32f1-pll-clock.yaml38 Optional HSE divider for PLL entry
43 Optional PLL output divisor to generate a 48MHz USB clock.
/Zephyr-Core-3.7.0/dts/bindings/misc/
Dzephyr,swdp-gpio.yaml78 Optional GPIO pin used for SWDIO output.
83 GPIO pin used to disable the SWDIO output buffer behind optional
89 Optional pin to disable all bus transceivers if any are present.
94 Optional GPIO pin used for RESET output.
/Zephyr-Core-3.7.0/tests/subsys/logging/log_syst/src/
Dmock_backend.c86 /* After the headers the output_str will contain the content of optional flags. in validate_msg()
87 * Optional flags are contained in 1st byte of data in output_str. There are 4 bits in validate_msg()
88 * reserved for Optional flags. 1st bit = Location, 2nd Bit = payload length in validate_msg()
90 * content based on optional flags is not supported, hence the corresponding in validate_msg()
/Zephyr-Core-3.7.0/include/zephyr/
Dsmf.h67 /** Optional method that will be run when this state is entered */
70 * Optional method that will be run repeatedly during state machine
74 /** Optional method that will be run when this state exists */
78 * Optional parent state that contains common entry/run/exit
91 * Optional initial transition state. NULL for leaf states.
/Zephyr-Core-3.7.0/doc/connectivity/networking/api/
Dlwm2m.rst66 - Optional
73 - Optional
80 - Optional
87 - Optional
101 - Optional
108 - Optional
115 - Optional
122 - Optional
129 - Optional
136 - Optional
[all …]
/Zephyr-Core-3.7.0/dts/bindings/espi/
Dmicrochip,xec-espi-vw-routing.yaml31 Optional default virtual wire state on reset (0 or 1).
41 Optional reset source in addition to chip reset.
/Zephyr-Core-3.7.0/include/zephyr/drivers/rtc/
Dmcux_snvs_rtc.h14 * * an optional SRTC can be enabled (default) with configuration
17 * channel (id 1) is optional
/Zephyr-Core-3.7.0/include/zephyr/drivers/i3c/
Dccc.h215 /** Get Optional Feature Capabilities (Direct) */
282 /** Length in bytes for optional data array. */
393 /** Optional IBI Payload Size */
747 /** Get Max Data Speed (GETMXDS) - maxWr - Optional Defining Byte Support. */
847 * @brief Payload for GETCAPS CCC (Get Optional Feature Capabilities).
936 /** Get Optional Feature Capabilities Byte 1 (GETCAPS) Format 1 - HDR-DDR mode bit. */
939 /** Get Optional Feature Capabilities Byte 1 (GETCAPS) Format 1 - HDR-TSP mode bit. */
942 /** Get Optional Feature Capabilities Byte 1 (GETCAPS) Format 1 - HDR-TSL mode bit. */
945 /** Get Optional Feature Capabilities Byte 1 (GETCAPS) Format 1 - HDR-BT mode bit. */
949 * @brief Get Optional Feature Capabilities Byte 1 (GETCAPS) - HDR Mode
[all …]
/Zephyr-Core-3.7.0/scripts/dts/python-devicetree/src/devicetree/
Dedtlib.py74 Optional, Set, TYPE_CHECKING, Tuple, Union
164 def __init__(self, path: Optional[str], fname2path: Dict[str, str],
167 inc_allowlist: Optional[List[str]] = None,
168 inc_blocklist: Optional[List[str]] = None):
180 Optional raw content in the binding.
203 self.path: Optional[str] = path
206 self._inc_allowlist: Optional[List[str]] = inc_allowlist
207 self._inc_blocklist: Optional[List[str]] = inc_blocklist
238 self.child_binding: Optional['Binding'] = Binding(
268 def description(self) -> Optional[str]:
[all …]

12345678910>>...24