Home
last modified time | relevance | path

Searched refs:level (Results 376 – 400 of 843) sorted by relevance

1...<<11121314151617181920>>...34

/Zephyr-4.1.0/subsys/net/ip/
DKconfig.ipv6317 module-str = Log level for 6LoWPAN library
324 module-str = Log level for core IPv6
330 module-str = Log level for IPv6 Neighbor Discovery
336 module-str = Log level for IPv6 Privacy Extension
342 module-str = Log level for ICMPv6
348 module-str = Log level for IPv6 neighbor cache
/Zephyr-4.1.0/samples/bluetooth/central_gatt_write/src/
Dgatt_write_common.c304 static void security_changed(struct bt_conn *conn, bt_security_t level, in security_changed() argument
307 printk("%s: to level %u, err %s(%u)\n", __func__, level, bt_security_err_to_str(err), err); in security_changed()
/Zephyr-4.1.0/samples/bluetooth/channel_sounding/src/
Dconnected_cs_initiator.c130 static void security_changed_cb(struct bt_conn *conn, bt_security_t level, enum bt_security_err err) in security_changed_cb() argument
135 printk("Security changed to level %d.\n", level); in security_changed_cb()
/Zephyr-4.1.0/boards/native/native_sim/
Dnative_sim.dts181 high-level;
182 low-level;
/Zephyr-4.1.0/samples/bluetooth/handsfree_ag/src/
Dmain.c194 static void security_changed(struct bt_conn *conn, bt_security_t level, enum bt_security_err err) in security_changed() argument
203 printk("Security changed: %s level %u, err %s(%d)\n", addr, level, in security_changed()
/Zephyr-4.1.0/drivers/flash/
Dflash_stm32f4x.c313 void flash_stm32_set_rdp_level(const struct device *dev, uint8_t level) in flash_stm32_set_rdp_level() argument
316 (uint32_t)level << FLASH_OPTCR_RDP_Pos); in flash_stm32_set_rdp_level()
/Zephyr-4.1.0/subsys/logging/
Dlog_core.c486 uint8_t level; in msg_filter_check() local
490 level = log_msg_get_level(&msg->log); in msg_filter_check()
495 if (level == LOG_LEVEL_NONE) { in msg_filter_check()
501 return (level <= backend_level); in msg_filter_check()
/Zephyr-4.1.0/tests/net/socket/offload_dispatcher/src/
Dmain.c191 static int offload_getsockopt(void *obj, int level, int optname, in offload_getsockopt() argument
196 ARG_UNUSED(level); in offload_getsockopt()
206 static int offload_setsockopt(void *obj, int level, int optname, in offload_setsockopt() argument
211 ARG_UNUSED(level); in offload_setsockopt()
/Zephyr-4.1.0/doc/hardware/emulator/
Dbus_emulators.rst20 been completed. This allows for testing that high-level code can
27 The diagram below shows application code / high-level tests at the top.
63 native_sim. We can develop on a host, use source-level debugging, etc.
113 functions focus on high-level behavior and do not provide hooks for specific
/Zephyr-4.1.0/include/zephyr/drivers/
Dcan.h757 #define CAN_DEVICE_DT_DEFINE(node_id, init_fn, pm, data, config, level, \ argument
765 config, level, prio, api, \
781 #define CAN_DEVICE_DT_DEFINE(node_id, init_fn, pm, data, config, level, \ argument
783 DEVICE_DT_DEFINE(node_id, init_fn, pm, data, config, level, \
/Zephyr-4.1.0/soc/nordic/nrf92/
DKconfig.soc13 # be represented by nRF9280 "SoC" in top-level SoC definitions
/Zephyr-4.1.0/subsys/modbus/
DKconfig84 module-help = Sets log level for Modbus support
/Zephyr-4.1.0/subsys/net/
DKconfig.hostname52 module-str = Log level for hostname configuration
/Zephyr-4.1.0/tests/net/lib/mqtt/v3_1_1/mqtt_packet/
DREADME4 This MQTT application tests the low-level API for packet handling.
/Zephyr-4.1.0/drivers/input/
DKconfig.kbd_matrix23 Priority level of the keyboard matrix thread.
/Zephyr-4.1.0/tests/bsim/bluetooth/host/gatt/sc_indicate/src/
Dbs_bt_utils.c34 static void security_changed(struct bt_conn *conn, bt_security_t level, enum bt_security_err err) in security_changed() argument
/Zephyr-4.1.0/tests/bsim/bluetooth/host/security/security_changed_callback/src/
Dbs_bt_utils.c31 static void security_changed(struct bt_conn *conn, bt_security_t level, enum bt_security_err err) in security_changed() argument
/Zephyr-4.1.0/boards/espressif/esp32s2_devkitc/
Desp32s2_devkitc.dts67 filter-smooth-level = <ESP32_TOUCH_FILTER_SMOOTH_MODE_IIR_2>;
/Zephyr-4.1.0/drivers/ethernet/eth_nxp_enet_qos/
DKconfig12 handles IP module level tasks.
/Zephyr-4.1.0/subsys/net/lib/tftp/
DKconfig17 module-str=Log level for TFTP
/Zephyr-4.1.0/subsys/net/lib/lwm2m/
Dlwm2m_rw_link_format.c573 switch (path->level) { in put_corelink()
615 LOG_ERR("Invalid corelink path level: %d", path->level); in put_corelink()
635 fd.request_level = msg->path.level; in do_discover_op_link_format()
/Zephyr-4.1.0/dts/arm/nxp/
Dnxp_lpc54xxx.dtsi62 * The board level or application level device tree can override the memory sizes
/Zephyr-4.1.0/samples/sysbuild/with_mcuboot/
DREADME.rst28 :file:`sysbuild/mcuboot.conf` adjusts the log level in MCUboot, as well as
/Zephyr-4.1.0/subsys/net/conn_mgr/
DKconfig21 module-str = Log level for connection manager
/Zephyr-4.1.0/samples/sensor/qdec/
DREADME.rst46 st,input-filter-level = <FDIV32_N8>;

1...<<11121314151617181920>>...34