Searched full:optional (Results 1 – 25 of 632) sorted by relevance
12345678910>>...26
/Zephyr-latest/submanifests/ |
D | optional.yaml | 12 - optional 18 - optional 24 - optional 30 - optional 36 - optional 42 - optional 48 - optional 51 path: optional/modules/lib/tflite-micro 55 - optional 57 path: optional/modules/lib/thrift [all …]
|
/Zephyr-latest/dts/bindings/ethernet/ |
D | xlnx,gem.yaml | 74 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 …]
|
D | microchip,enc28j60.yaml | 23 Optional feature flag - Enables full duplex reception and transmission. 30 Sets the devices receive packet filter, optional
|
/Zephyr-latest/boards/nordic/nrf9160dk/ |
D | nrf9160dk_nrf52840.dts | 54 compatible = "nordic,nrf9160dk-optional-routing"; 60 compatible = "nordic,nrf9160dk-optional-routing"; 71 compatible = "nordic,nrf9160dk-optional-routing"; 77 compatible = "nordic,nrf9160dk-optional-routing"; 83 compatible = "nordic,nrf9160dk-optional-routing"; 89 compatible = "nordic,nrf9160dk-optional-routing"; 95 compatible = "nordic,nrf9160dk-optional-routing"; 101 compatible = "nordic,nrf9160dk-optional-routing"; 107 compatible = "nordic,nrf9160dk-optional-routing"; 113 compatible = "nordic,nrf9160dk-optional-routing"; [all …]
|
D | nrf9160dk_nrf52840_0_14_0.overlay | 10 compatible = "nordic,nrf9160dk-optional-routing"; 16 compatible = "nordic,nrf9160dk-optional-routing"; 22 compatible = "nordic,nrf9160dk-optional-routing";
|
/Zephyr-latest/subsys/testsuite/ztest/include/zephyr/ |
D | ztest_assert.h | 174 * @param msg Optional, can be NULL. Message to print if @a cond is false. 212 * @param msg Optional, can be NULL. Message to print if @a cond is false. 242 * @param msg Optional, can be NULL. Message to print if @a cond is false. 266 * @param ... Optional message and variables to print if the assertion fails 273 * @param ... Optional message and variables to print if the assertion fails 280 * @param ... Optional message and variables to print if the assertion fails 287 * @param ... Optional message and variables to print if the assertion fails 294 * @param ... Optional message and variables to print if the assertion fails 301 * @param ... Optional message and variables to print if the assertion fails 308 * @param ... Optional message and variables to print if the assertion fails [all …]
|
/Zephyr-latest/cmake/modules/ |
D | FindHostTools.cmake | 55 # 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 68 # winpty is an optional dependency 114 include(${TOOLCHAIN_ROOT}/cmake/compiler/${COMPILER}/generic.cmake OPTIONAL) 115 include(${TOOLCHAIN_ROOT}/cmake/linker/${LINKER}/generic.cmake OPTIONAL) 116 include(${TOOLCHAIN_ROOT}/cmake/bintools/${BINTOOLS}/generic.cmake OPTIONAL) 118 # Optional folder for toolchains with may provide a Kconfig file for capabilities settings.
|
D | generated_file_directories.cmake | 16 # Optional variables: 19 # Optional environment variables:
|
/Zephyr-latest/include/zephyr/net/ |
D | lldp.h | 124 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-latest/cmake/linker/ |
D | target_template.cmake | 5 # Template file for optional Zephyr linker macros. 7 # This file will define optional linker macros for toolchains that are not
|
/Zephyr-latest/boards/nordic/nrf9160dk/dts/bindings/ |
D | nordic,nrf9160dk-optional-routing.yaml | 4 description: nRF9160 DK optional routing provided by analog switch 6 compatible: "nordic,nrf9160dk-optional-routing"
|
/Zephyr-latest/dts/bindings/auxdisplay/ |
D | noritake,itron.yaml | 16 description: Optional GPIO used to reset the display 20 description: Optional GPIO used for busy detection
|
D | hit,hd44780.yaml | 29 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-latest/include/zephyr/drivers/ |
D | edac.h | 80 * @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 */
|
/Zephyr-latest/doc/contribute/ |
D | external.rst | 119 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-latest/dts/bindings/clock/ |
D | st,stm32f1-pll-clock.yaml | 38 Optional HSE divider for PLL entry 43 Optional PLL output divisor to generate a 48MHz USB clock.
|
D | pwm-clock.yaml | 41 but was rounded to nanoseconds. This property is optional. 47 Optional blocking delay in micro seconds to make sure that the PWM
|
/Zephyr-latest/cmake/ |
D | target_toolchain_flags.cmake | 42 include(${TOOLCHAIN_ROOT}/cmake/compiler/${COMPILER}/compiler_flags.cmake OPTIONAL) 43 include(${TOOLCHAIN_ROOT}/cmake/linker/${LINKER}/linker_flags.cmake OPTIONAL) 48 include(${TOOLCHAIN_ROOT}/cmake/linker/${LINKER}/linker_libraries.cmake OPTIONAL)
|
/Zephyr-latest/tests/subsys/logging/log_syst/src/ |
D | mock_backend.c | 86 /* 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-latest/dts/bindings/misc/ |
D | zephyr,swdp-gpio.yaml | 78 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-latest/include/zephyr/ |
D | smf.h | 67 /** 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-latest/doc/connectivity/networking/api/ |
D | lwm2m.rst | 66 - Optional 73 - Optional 80 - Optional 87 - Optional 101 - Optional 108 - Optional 115 - Optional 122 - Optional 129 - Optional 136 - Optional [all …]
|
/Zephyr-latest/dts/bindings/espi/ |
D | microchip,xec-espi-vw-routing.yaml | 31 Optional default virtual wire state on reset (0 or 1). 41 Optional reset source in addition to chip reset.
|
/Zephyr-latest/include/zephyr/drivers/rtc/ |
D | mcux_snvs_rtc.h | 14 * * an optional SRTC can be enabled (default) with configuration 17 * channel (id 1) is optional
|
/Zephyr-latest/tests/drivers/can/host/pytest/ |
D | can_shell.py | 11 from typing import Optional, Tuple 27 can_filters: Optional[CanFilters] = None, **kwargs) -> None: 79 def send(self, msg: Message, timeout: Optional[float] = None) -> None: 149 def _apply_filters(self, filters: Optional[CanFilters]) -> None: 168 def _recv_internal(self, timeout: Optional[float]) -> Tuple[Optional[Message], bool]:
|
12345678910>>...26