Home
last modified time | relevance | path

Searched refs:level (Results 726 – 750 of 843) sorted by relevance

1...<<21222324252627282930>>...34

/Zephyr-4.1.0/doc/releases/
Drelease-notes-3.6.rst827 * Introduced a separate mutex for TX at the network interface level to prevent
831 level.
836 * Fixed a possible packet leak at the ARP level, in case of errors during ARP
1094 control over the level of support provided by the library to control text space usage. By
1095 default, the correct level of support is selected based upon other configuration parameters.
1177 * Added a top-level ``posix`` command in the Zephyr shell. Zephyr shell utilities for
Dmigration-guide-3.6.rst162 Multi-level Interrupts
192 ``plic`` is a second level interrupt aggregator and ``uart0`` is a child of ``plic``.
592 * The API to register a callback to provide battery level information to the LoRaWAN stack has been
Drelease-notes-3.3.rst12 * Introduced :ref:`Fuel Gauge <fuel_gauge_api>` subsystem for battery level
173 voltage level. All drivers now use vendor-specific flags as needed.
320 * Added an "EARLY" init level that runs immediately on entry to z_cstart()
726 …d CONFIG_FLASH_FLEXSPI_XIP into the SOC level due to the flexspi clock initialization occurring in…
825 * Common pin control properties are now defined at root level in a single
827 bindings are expected to include it at the level they need. For example,
829 grandchild level, while drivers using the node approach need to include it
830 at the child level. This change will only impact out-of-tree pin control
2012 board level, it is advised, specifically for shields devicetree descriptions,
2184 the kernel and application, allowing application-level extensibility
[all …]
/Zephyr-4.1.0/subsys/net/ip/
DKconfig.tcp19 module-str = Log level for TCP
/Zephyr-4.1.0/dts/arm/nxp/
Dnxp_k6x.dtsi75 /* Dummy pinctrl node, filled with pin mux options at board level */
Dnxp_ke1xf.dtsi93 /* Dummy pinctrl node, filled with pin mux options at board level */
Dnxp_rt6xx_common.dtsi480 power-level = <0>;
Dnxp_rt11xx.dtsi998 power-level = <0>;
1014 power-level = <1>;
/Zephyr-4.1.0/subsys/bluetooth/host/
DKconfig.gatt39 try to elevate the security level and retry the ATT request.
DKconfig31 Init priority level to setup the long workqueue.
160 system initialization (at POST_KERNEL level). The Kconfig option
161 controls the initialization priority within level.
562 To force a higher security level use "Secure Connections Only Mode"
/Zephyr-4.1.0/boards/native/nrf_bsim/doc/
Dnrf52_bsim.rst43 For more information on what is modelled to which level of detail,
/Zephyr-4.1.0/boards/snps/nsim/arc_v/doc/
Dindex.rst183 on SoC level.
/Zephyr-4.1.0/modules/openthread/
DCMakeLists.txt92 …option(CONFIG_OPENTHREAD_LOG_LEVEL_DYNAMIC OT_LOG_LEVEL_DYNAMIC "Enable dynamic log level control")
/Zephyr-4.1.0/boards/toradex/verdin_imx8mm/doc/
Dindex.rst139 bootloader level or after the Linux system has booted via RemoteProc.
/Zephyr-4.1.0/subsys/shell/
DKconfig326 extension of the shell APIs at the macro level. Please use cautiously!
/Zephyr-4.1.0/boards/96boards/meerkat96/doc/
Dindex.rst156 bootloader level or after the Linux system has booted.
/Zephyr-4.1.0/doc/connectivity/networking/
Doverview.rst166 Application-level protocols (DNS, MQTT, etc.) and additional stack
/Zephyr-4.1.0/dts/xtensa/espressif/esp32s3/
Desp32s3_common.dtsi258 * on part number dtsi level, using
/Zephyr-4.1.0/doc/kernel/services/timing/
Dtimers.rst131 basis. Since the required work cannot be done at the interrupt level,
/Zephyr-4.1.0/doc/services/debugging/
Dgdbstub.rst166 …#2 0x00109c13 in z_sys_init_run_level (level=INIT_LEVEL_PRE_KERNEL_2) at <ZEPHYR_BASE>/kernel/ini…
/Zephyr-4.1.0/doc/build/sysbuild/
Dindex.rst6 Sysbuild is a higher-level build system that can be used to combine multiple
7 other build systems together. It is a higher-level layer that combines one
374 ``sysbuild.conf`` in the application top-level directory.
/Zephyr-4.1.0/subsys/bluetooth/audio/
Dhas.c361 static void security_changed(struct bt_conn *conn, bt_security_t level, enum bt_security_err err) in security_changed() argument
367 LOG_DBG("conn %p level %d err %d", (void *)conn, level, err); in security_changed()
/Zephyr-4.1.0/subsys/net/lib/dns/
Dmdns_responder.c193 static int set_ttl_hop_limit(int sock, int level, int option, int new_limit) in set_ttl_hop_limit() argument
195 return zsock_setsockopt(sock, level, option, &new_limit, sizeof(new_limit)); in set_ttl_hop_limit()
Dresolve.c1191 static int set_ttl_hop_limit(int sock, int level, int option, int new_limit) in set_ttl_hop_limit() argument
1193 return zsock_setsockopt(sock, level, option, &new_limit, sizeof(new_limit)); in set_ttl_hop_limit()
/Zephyr-4.1.0/tests/bluetooth/tester/src/
Dbtp_gap.c182 static void le_security_changed(struct bt_conn *conn, bt_security_t level, in le_security_changed() argument
194 sec_ev.sec_level = level; in le_security_changed()

1...<<21222324252627282930>>...34