Home
last modified time | relevance | path

Searched full:supported (Results 1 – 25 of 2234) sorted by relevance

12345678910>>...90

/Zephyr-Core-3.5.0/doc/services/portability/
Dcmsis_rtos_v2.rst13 Features not supported in Zephyr implementation
18 and ``osKernelStart`` are not supported.
21 ``osMutexPrioInherit`` is supported by default and is not configurable,
24 ``osMutexRecursive`` is also supported by default. If this attribute is
28 ``osMutexRobust`` is not supported in Zephyr.
30 Return values not supported in the Zephyr implementation
34 ``osError`` (Unspecified error) is not supported.
38 semaphore_id is in an invalid semaphore state) is not supported.
42 is in an invalid mutex state) is not supported.
46 is in an invalid timer state) is not supported.
[all …]
/Zephyr-Core-3.5.0/dts/bindings/dma/
Despressif,esp32-gdma.yaml19 * I2S (Not Supported yet)
20 * AES (Not Supported yet)
21 * SHA (Not Supported yet)
26 supported, meaning three transmit and three receive channels.
32 * I2S0 (Not Supported yet)
33 * I2S1 (Not Supported yet)
34 * LCD/CAM (Not Supported yet)
35 * AES (Not Supported yet)
36 * SHA (Not Supported yet)
37 * ADC (Not Supported yet)
[all …]
Ddmamux-controller.yaml19 description: Number of DMAMUX output request channels supported by the controller
23 description: Number of DMAMUX Request generator supported by the controller
29 Number of DMAMUX Peripheral Request Line inputs supported by the controller
/Zephyr-Core-3.5.0/dts/bindings/usb/
Dusb-audio-hs.yaml27 Adaptive is not supported.
90 Currently not supported.
95 Currently not supported.
100 Currently not supported.
105 Currently not supported.
110 Currently not supported.
115 Currently not supported.
120 Currently not supported.
174 Currently not supported.
179 Currently not supported.
[all …]
Dusb-audio-mic.yaml27 Adaptive is not supported.
82 Currently not supported.
87 Currently not supported.
92 Currently not supported.
97 Currently not supported.
102 Currently not supported.
107 Currently not supported.
112 Currently not supported.
Dusb-ep.yaml4 # Common fields that give the number of endpoints supported by the USB hardware
13 Number of bi-directional endpoints supported by hardware
19 Number of IN endpoints supported by hardware
25 Number of OUT endpoints supported by hardware
Dusb-audio-hp.yaml70 Currently not supported.
75 Currently not supported.
80 Currently not supported.
85 Currently not supported.
90 Currently not supported.
95 Currently not supported.
100 Currently not supported.
/Zephyr-Core-3.5.0/tests/bluetooth/host/ecc/bt_pub_key_gen/src/
Dtest_suite_invalid_inputs.c39 * - "LE Read Local P-256 Public Key" command is supported
40 * - "LE Generate DH Key" command is supported
41 * - "ECC Debug Keys" command is supported
67 * Test public key generation isn't supported if "LE Read Local P-256 Public Key" command
68 * isn't supported
71 * - "LE Read Local P-256 Public Key" command isn't supported
72 * - "LE Generate DH Key" command is supported
93 * Test public key generation isn't supported if "LE Generate DH Key command isn't supported
96 * - "LE Read Local P-256 Public Key" command is supported
97 * - "LE Generate DH Key" command isn't supported
[all …]
/Zephyr-Core-3.5.0/doc/connectivity/networking/
Doverview.rst10 Supported Features
38 * **IPv4** The legacy IPv4 is supported by the networking stack. It cannot be
43 * DHCP (Dynamic Host Configuration Protocol) client is supported
46 are supported by default.
52 (`RFC 768 <https://tools.ietf.org/html/rfc768>`_) is supported.
58 (`RFC 793 <https://tools.ietf.org/html/rfc793>`_) is supported. Both server
65 sockets are supported.
71 * **MQTT** Message Queue Telemetry Transport (ISO/IEC PRF 20922) is supported.
76 (`RFC 7252 <https://tools.ietf.org/html/rfc7252>`_) is supported.
81 (`LwM2M specification 1.0.2`_) is supported via the "Bootstrap", "Client
[all …]
/Zephyr-Core-3.5.0/drivers/hwinfo/
Dhwinfo_shell.c22 shell_error(sh, "Not supported by hardware"); in cmd_get_device_id()
115 shell_error(sh, "Not supported by hardware"); in cmd_show_reset_cause()
142 shell_error(sh, "Not supported by hardware"); in cmd_clear_reset_cause()
162 shell_error(sh, "Not supported by hardware"); in cmd_supported_reset_cause()
164 shell_error(sh, "Could not get the supported reset causes [%d]", res); in cmd_supported_reset_cause()
169 shell_print(sh, "supported reset causes:"); in cmd_supported_reset_cause()
172 shell_print(sh, "No causes supported"); in cmd_supported_reset_cause()
183 SHELL_CMD_ARG(supported, NULL,
184 "Get a list of all supported reset causes",
/Zephyr-Core-3.5.0/include/zephyr/dt-bindings/clock/
Desp32c3_clock.h16 /* Supported CPU Frequencies */
20 /* Supported XTAL Frequencies */
24 /* Supported RTC fast clock frequencies */
28 /* Supported RTC slow clock frequencies */
Desp32s2_clock.h16 /* Supported CPU Frequencies */
23 /* Supported XTAL Frequencies */
26 /* Supported RTC fast clock frequencies */
30 /* Supported RTC slow clock frequencies */
Desp32_clock.h17 /* Supported CPU Frequencies */
24 /* Supported XTAL Frequencies */
30 /* Supported RTC fast clock frequencies */
33 /* Supported RTC slow clock frequencies */
Desp32s3_clock.h16 /* Supported CPU Frequencies */
23 /* Supported XTAL Frequencies */
29 /* Supported RTC fast clock frequencies */
32 /* Supported RTC slow clock frequencies */
/Zephyr-Core-3.5.0/soc/xtensa/intel_adsp/ace/include/intel_ace15_mtpm/
Ddmic_regs_ace1x.h19 /* Cross Link Type Sync Supported */
22 /* Link Synchronization Supported */
25 /* Stream Channel Mapping Supported */
73 /* Number of Input Streams Supported */
76 /* Number of Output Streams Supported */
79 /* Number of Bidirectional Streams Supported */
107 /* Number of Channel Supported */
/Zephyr-Core-3.5.0/include/zephyr/drivers/
Demul_sensor.h44 * @return True if supported, false if unsupported or if \p target is NULL.
60 * @return -ENOTSUP if no backend API or if channel not supported by emul
61 * @return -ERANGE if provided value is not in the sensor's supported range
79 * @brief Query an emulator for a channel's supported sample value range and tolerance
83 * @param[out] lower Minimum supported sample value in SI units, fixed-point format
84 * @param[out] upper Maximum supported sample value in SI units, fixed-point format
92 * @return -ENOTSUP if no backend API or if channel not supported by emul
/Zephyr-Core-3.5.0/tests/arch/x86/info/src/
Dmain.c11 printk("MULTIBOOT: Not supported in this build.\n\n"); in multiboot()
16 printk("MEMMAP: Not supported in this build.\n\n"); in memmap()
21 printk("ACPI: Not supported in this build.\n\n"); in acpi()
/Zephyr-Core-3.5.0/tests/subsys/mgmt/mcumgr/fs_mgmt_hash_supported/
Dtestcase.yaml14 mgmt.mcumgr.fs.mgmt.hash.supported.crc32:
24 mgmt.mcumgr.fs.mgmt.hash.supported.sha256:
34 mgmt.mcumgr.fs.mgmt.hash.supported.all:
/Zephyr-Core-3.5.0/include/zephyr/devicetree/
Dcan.h28 * The bitrate will be limited to the maximum bitrate supported by the CAN
60 * @param max maximum bitrate supported by the CAN controller
61 * @return the maximum bitrate supported by the CAN controller/transceiver combination
71 * @param max maximum bitrate supported by the CAN controller
72 * @return the maximum bitrate supported by the CAN controller/transceiver combination
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/
DKconfig.tbs60 string "Telephone Bearer Service URI schemes Supported List"
63 Sets a list of URI schemes that are supported by the bearer,
86 int "Telephone Bearer Service Supported Features"
90 Bitfield to set supported features of the bearer.
95 int "Telephone Bearer Service Maximum Number Of Calls Supported"
153 int "Maximum Number Of Calls Supported"
192 bool "Support reading Bearer URI Schemes Supported List"
195 This option enables support for reading Bearer URI Schemes Supported
317 int "The maximum length of the call URI supported"
321 Sets the maximum length of the call URI supported. Note that if this
/Zephyr-Core-3.5.0/modules/hal_nxp/usb/
Dusb_device_config.h19 /* How many the DTD are supported. */
39 /* Whether device is self power. 1U supported, 0U not supported */
44 /* Number of endpoints supported */
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/
DKconfig222 Set the number of concurrently active sources supported by the
231 Set the number of concurrently active sinks supported by the
266 Select a supported BLE Radio transmit power level in dBm.
267 Only values supported natively by the SoC are available.
387 less than the one requested, based on the values supported by the
388 hardware used. Values outside the supported range will be set to the
389 nearest supported value.
463 int "Maximum data length supported"
470 Set the maximum data length of PDU supported in the Controller.
591 Maximum supported advertising sets.
[all …]
/Zephyr-Core-3.5.0/tests/drivers/hwinfo/api/src/
Dmain.c165 * @brief TestPurpose: verify get supported reset cause works.
177 uint32_t supported; in ZTEST() local
180 /* Set `supported` to a known value prior to call. */ in ZTEST()
181 supported = 0xDEADBEEF; in ZTEST()
183 ret = hwinfo_get_supported_reset_cause(&supported); in ZTEST()
192 /* Verify that `supported` has been changed. */ in ZTEST()
193 zassert_not_equal(supported, 0xDEADBEEF, in ZTEST()
194 "Supported reset cause not written."); in ZTEST()
/Zephyr-Core-3.5.0/dts/bindings/spi/
Dnxp,kinetis-dspi.yaml24 edge. If not set, the minimum supported delay is used.
30 deassert. If not set, the minimum supported delay is used.
36 select assert. If not set, the minimum supported delay is used.
60 supported for CPHA = 1.
/Zephyr-Core-3.5.0/modules/hal_nordic/nrfx/
Dnrfx_config_nrf51.h55 * Supported values:
79 * Supported values:
119 * Supported values:
170 * Supported values:
212 * Supported values:
272 * Supported values:
305 * Supported values:
365 * Supported values:
407 * Supported values:
449 * Supported values:
[all …]

12345678910>>...90