Home
last modified time | relevance | path

Searched refs:level (Results 451 – 475 of 843) sorted by relevance

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

/Zephyr-4.1.0/boards/renesas/rcar_h3ulcb/doc/
Drcar_h3ulcb_a57.rst53 | Interface | Driver/components | Support level |
/Zephyr-4.1.0/drivers/ethernet/
DKconfig.dsa79 module-str = Log level for DSA
/Zephyr-4.1.0/tests/bluetooth/audio/ccp_call_control_client/src/
Dmain.c54 conn->info.security.level = BT_SECURITY_L2; in test_conn_init()
/Zephyr-4.1.0/include/zephyr/logging/
Dlog_backend.h89 uint8_t level; member
/Zephyr-4.1.0/drivers/pwm/
Dpwm_mcux_ftm.c102 data->channel[channel].level = kFTM_HighTrue; in mcux_ftm_set_cycles()
104 data->channel[channel].level = kFTM_LowTrue; in mcux_ftm_set_cycles()
470 channel->level = kFTM_NoPwmSignal; in mcux_ftm_init()
/Zephyr-4.1.0/tests/net/lib/lwm2m/interop/pytest/
Dleshan.py349 level = len(path.split('/')) - 1
351 if level == 3:
356 elif level == 4:
/Zephyr-4.1.0/dts/arm/nxp/
Dnxp_mcxa156.dtsi26 /* Dummy pinctrl node, filled with pin mux options at board level */
360 power-level = <0>;
376 power-level = <1>;
/Zephyr-4.1.0/boards/st/nucleo_u031r8/doc/
Dindex.rst91 - Robust read out protection (RDP): 3 protection level states
96 - Candidate for Arm |reg| PSA level 1 and SESIP level 3 certifications
/Zephyr-4.1.0/soc/mediatek/mt8xxx/
DCMakeLists.txt18 # "target" string to use for rimage is set at the board level as a
/Zephyr-4.1.0/subsys/net/l2/
DKconfig64 module-str = Log level for Wi-Fi management layer
/Zephyr-4.1.0/drivers/interrupt_controller/
DKconfig.loapic21 priority to be greater than or equal to the level of the
DKconfig.plic29 such as level, edge, etc.
/Zephyr-4.1.0/subsys/net/lib/mqtt_sn/
DKconfig97 module-str=Log level for MQTT-SN
/Zephyr-4.1.0/subsys/task_wdt/
DKconfig7 bool "Task-level software watchdog"
/Zephyr-4.1.0/doc/connectivity/networking/api/
Dwebsocket.rst28 The Websocket API allows it to be used as a transport for other high level
/Zephyr-4.1.0/drivers/ethernet/phy/
DKconfig.dm880661 noise on board-level. During write procedure, the written value in
/Zephyr-4.1.0/subsys/net/lib/sockets/
Dsockets_inet.c929 static int insert_pktinfo(struct msghdr *msg, int level, int type, in insert_pktinfo() argument
949 cmsg->cmsg_level = level; in insert_pktinfo()
1707 int zsock_getsockopt_ctx(struct net_context *ctx, int level, int optname, in zsock_getsockopt_ctx() argument
1712 switch (level) { in zsock_getsockopt_ctx()
2200 int zsock_setsockopt_ctx(struct net_context *ctx, int level, int optname, in zsock_setsockopt_ctx() argument
2205 switch (level) { in zsock_setsockopt_ctx()
2984 static int sock_getsockopt_vmeth(void *obj, int level, int optname, in sock_getsockopt_vmeth() argument
2987 return zsock_getsockopt_ctx(obj, level, optname, optval, optlen); in sock_getsockopt_vmeth()
2990 static int sock_setsockopt_vmeth(void *obj, int level, int optname, in sock_setsockopt_vmeth() argument
2993 return zsock_setsockopt_ctx(obj, level, optname, optval, optlen); in sock_setsockopt_vmeth()
/Zephyr-4.1.0/tests/bsim/bluetooth/host/gatt/caching/src/
Dgatt_client_test.c71 void security_changed(struct bt_conn *conn, bt_security_t level, enum bt_security_err err) in security_changed() argument
75 } else if (level < BT_SECURITY_L2) { in security_changed()
/Zephyr-4.1.0/subsys/random/
DKconfig19 This option is intended to be selected only by application-level
22 truly random. Board-level configurations must not select this option
/Zephyr-4.1.0/lib/heap/
DKconfig39 smallest chunk level (the one that might not fit the
41 Setting this to a high level will cause the heap to return
/Zephyr-4.1.0/modules/mbedtls/
DKconfig82 module-str = Log level mbedTLS library debug hook
109 Default mbed TLS debug logging level for Zephyr integration code
118 mbedTLS initialization, with the configured debug log level.
/Zephyr-4.1.0/boards/st/nucleo_u083rc/doc/
Dindex.rst94 - Robust read out protection (RDP): 3 protection level states
100 - Candidate for Arm |reg| PSA level 1 and SESIP level 3 certifications
/Zephyr-4.1.0/boards/st/stm32u083c_dk/doc/
Dindex.rst99 - Robust read out protection (RDP): 3 protection level states
105 - Candidate for Arm |reg| PSA level 1 and SESIP level 3 certifications
/Zephyr-4.1.0/subsys/net/l2/ieee802154/
Dieee802154_mgmt.c519 cmd->assoc_req.ci.sec_capability = ctx->sec_ctx.level > IEEE802154_SECURITY_LEVEL_NONE; in ieee802154_associate()
941 if (ieee802154_security_setup_session(&ctx->sec_ctx, params->level, in ieee802154_set_security_settings()
974 params->level = ctx->sec_ctx.level; in ieee802154_get_security_settings()
/Zephyr-4.1.0/doc/develop/west/
Dwest-apis.rst151 logging the call at ``Verbosity.DBG_MORE`` level.
160 logging the call at Verbosity.DBG_MORE level.
169 the call at Verbosity.DBG_MORE level.
311 To set the global verbosity level, use ``set_verbosity()``.

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